Created
January 16, 2016 18:25
-
-
Save schlick/67692e568dc0281dfc8d to your computer and use it in GitHub Desktop.
Basic development gems
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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