Skip to content

Instantly share code, notes, and snippets.

@micahwalter
Created April 11, 2011 02:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save micahwalter/912986 to your computer and use it in GitHub Desktop.
Save micahwalter/912986 to your computer and use it in GitHub Desktop.
starter Gemfile for rails projects
source 'http://rubygems.org'
gem 'rails'
gem 'sqlite3'
group :development do
gem 'rspec-rails', '2.0.0.beta.18'
gem 'spork'
gem 'annotate-models'
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment