Skip to content

Instantly share code, notes, and snippets.

@boblmartens
Created July 10, 2009 05:37
Show Gist options
  • Save boblmartens/144257 to your computer and use it in GitHub Desktop.
Save boblmartens/144257 to your computer and use it in GitHub Desktop.
# standard.rb
# from Bob Martens
# standard Rails template used for BobMartens.net development
# needed gems
gem 'authlogic'
gem 'thoughtbot-shoulda', :lib => 'shoulda', :source => 'http://gems.github.com'
gem 'thoughtbot-factory_girl', :lib => 'shoulda', :source => 'http://gems.github.com'
gem 'mislav-will_paginate', :lib => 'will_paginate', :source => 'http://gems.github.com'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment