Skip to content

Instantly share code, notes, and snippets.

@koko-u
Created January 29, 2012 03:36
Show Gist options
  • Save koko-u/1697015 to your computer and use it in GitHub Desktop.
Save koko-u/1697015 to your computer and use it in GitHub Desktop.
frequently used gems in rails app
gem 'i18n_generators'
group :development, :test do
gem 'capybara'
gem 'rspec-rails'
gem 'spork'
gem 'watchr'
gem 'factory_girl_rails'
gem 'timecop'
gem 'fuubar'
gem 'hirb'
gem 'hirb-unicode'
gem 'pry-rails'
gem 'guard-rspec'
gem 'guard-spork'
gem 'rb-inotify'
gem 'libnotify'
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment