Just a collection for development gems
Add this line to your application's Gemfile:
gem 'h2ocube_rails_development'
And then execute:
$ bundle
Or install it yourself as:
$ gem install h2ocube_rails_development
$ bin/rake sort # => Sort config/locales/*.yml by key
$ bin/rake stats # => Show more details than default
more details see below
For all
- h2ocube_rails_assets https://github.com/h2ocube/h2ocube_rails_assets
- h2ocube_rails_cache https://github.com/h2ocube/h2ocube_rails_cache
- h2ocube_rails_helper https://github.com/h2ocube/h2ocube_rails_helper
- puma https://github.com/puma/puma
For development & test
For development only
- listen https://github.com/guard/listen
- rails_stats https://github.com/bleonard/rails_stats
- spring https://github.com/rails/spring
- spring-commands-rspec https://github.com/jonleighton/spring-commands-rspec
- spring-watcher-listen https://github.com/jonleighton/spring-watcher-listen
- web-console https://github.com/rails/web-console
Just installed but not required
- capybara http://jnicklas.github.io/capybara
- timecop https://github.com/travisjeffery/timecop
- webmock https://github.com/bblimke/webmock
- capistrano https://github.com/capistrano/capistrano
- capistrano-bundler https://github.com/capistrano/bundler
- capistrano-rails https://github.com/capistrano/rails
- capistrano-rbenv https://github.com/capistrano/rbenv
- capistrano3-puma https://github.com/seuros/capistrano-puma
- rubocop https://github.com/bbatsov/rubocop
- whenever https://github.com/javan/whenever
- factory_bot_rails https://github.com/thoughtbot/factory_bot_rails
- rspec-rails https://github.com/rspec/rspec-rails
- rspec-retry https://github.com/NoRedInk/rspec-retry
- database_cleaner https://github.com/DatabaseCleaner/database_cleaner
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request