Skip to content

Instantly share code, notes, and snippets.

@dillmo
Created December 13, 2013 19:51
Show Gist options
  • Save dillmo/7950214 to your computer and use it in GitHub Desktop.
Save dillmo/7950214 to your computer and use it in GitHub Desktop.
Rails Gemfile additions
group :development do
gem 'rspec-rails'
gem 'capybara'
gem 'guard-rspec'
gem 'guard-livereload'
gem 'guard-bundler'
gem 'guard-migrate'
gem 'compass-rails'
gem 'better_errors'
gem 'binding_of_caller'
gem 'rubocop'
end
gem 'devise'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment