README.md in h2ocube_rails_development-0.1.5 vs README.md in h2ocube_rails_development-0.1.6
- old
+ new
@@ -18,16 +18,17 @@
$ gem install h2ocube_rails_development
## Usage
- $ rake annotate # => annotate all your models, tests, fixtures, factories and routes
- $ rake annotate:remove # => remove all annotated comments
- $ rake spec # => just default rspec task
+ $ 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 test # => Run spec and rubocop
$ rake sort # => Sort config/locales/*.yml by key
+ $ rake stats # => Show more details than default
more details see below
## Include
@@ -42,9 +43,10 @@
* annotate https://github.com/ctran/annotate_models
* 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/
For test only
* capybara http://jnicklas.github.io/capybara
* database_cleaner https://github.com/bmabey/database_cleaner