Skip to content

Instantly share code, notes, and snippets.

@SpencerCooley
Created October 25, 2011 03:52
Show Gist options
  • Save SpencerCooley/1311247 to your computer and use it in GitHub Desktop.
Save SpencerCooley/1311247 to your computer and use it in GitHub Desktop.
group :production do
gem 'pg'
end
#used this in my gemfile, and used the cedar stack.
#also had to precompile the assets before you commit.
# $ bundle exec rake assets:precompile
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment