Skip to content

Instantly share code, notes, and snippets.

@schlick
Created January 16, 2016 18:25
Show Gist options
  • Save schlick/67692e568dc0281dfc8d to your computer and use it in GitHub Desktop.
Save schlick/67692e568dc0281dfc8d to your computer and use it in GitHub Desktop.
Basic development gems
group :development do
gem 'better_errors' # https://github.com/charliesome/better_errors
gem 'binding_of_caller' # - optional dependency for better_errors
gem 'quiet_assets' # https://github.com/evrone/quiet_assets
gem 'spring' # https://github.com/rails/spring
gem 'spring-commands-rspec' # https://github.com/jonleighton/spring-commands-rspec
end
bundle install
bundle exec spring binstub --all # 'springify' executables in bin/ directory
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment