README.md in h2ocube_rails_development-0.1.8 vs README.md in h2ocube_rails_development-0.1.9
- old
+ new
@@ -18,17 +18,17 @@
$ gem install h2ocube_rails_development
## Usage
- $ rake annotate # => Annotate all your models and factories
- $ rake annotate:remove # => Remove all annotated comments
- $ rake spec # => Just default rspec task
- $ rake rubocop # => rubocop -R
- $ rake test # => Run spec and rubocop
- $ rake sort # => Sort config/locales/*.yml by key
- $ rake stats # => Show more details than default
+ $ bin/rake annotate # => Annotate all your models and factories
+ $ bin/rake annotate:remove # => Remove all annotated comments
+ $ bin/rake spec # => Just default rspec task
+ $ bin/rake rubocop # => rubocop -R
+ $ bin/rake test # => Run spec and rubocop
+ $ bin/rake sort # => Sort config/locales/*.yml by key
+ $ bin/rake stats # => Show more details than default
more details see below
## Include
@@ -44,9 +44,11 @@
* better_errors https://github.com/charliesome/better_errors
* binding_of_caller https://github.com/banister/binding_of_caller
* meta_request https://github.com/dejan/rails_panel/tree/master/meta_request
* pry-remote https://github.com/Mon-Ouie/pry-remote
* rails_stats https://github.com/bleonard/rails_stats/
+* spring https://github.com/rails/spring
+* spring-commands-rspec https://github.com/jonleighton/spring-commands-rspec
For test only
* capybara http://jnicklas.github.io/capybara
* database_cleaner https://github.com/bmabey/database_cleaner