README.md in jt-rails-toolbox-1.0.5 vs README.md in jt-rails-toolbox-1.0.6

- old
+ new

@@ -1,7 +1,9 @@ # JTRailsToolbox +[![Gem Version](https://badge.fury.io/rb/jt-rails-toolbox.svg)](http://badge.fury.io/rb/jt-rails-toolbox) + JTRailsToolbox contains a list of common libs used for Ruby On Rails development. ## Installation JTRailsToolbox is distributed as a gem, which is how it should be used in your app. @@ -10,20 +12,21 @@ gem 'jt-rails-toolbox', '~> 1.0' Create a `jt-toolbox.yml` file: - rails g rails_toolbox:install + rails g jt:toolbox ## What's in it? - [Exception Notification](https://github.com/smartinez87/exception_notification), send email notifications when errors occur - [paperclip](https://github.com/thoughtbot/paperclip), manage file upload - [quiet_assets](https://github.com/evrone/quiet_assets), silence assets in log - [sidekiq](https://github.com/mperham/sidekiq), manage background jobs - [validates_email_format_of](https://github.com/validates-email-format-of/validates_email_format_of), who doesn't need to validate email format? - [rails-i18n](https://github.com/svenfuchs/rails-i18n) Default locale data - [jt-rails-meta](https://github.com/jonathantribouharet/jt-rails-meta) Manage HTML meta tags +- [jt-rails-generator-user](https://github.com/jonathantribouharet/jt-rails-generator-user) Generate a scaffold for user authentication - simplified configuration of hostnames and `ActionMailer` with a YAML file ### Exception Notification If `exception` is not set in `jt-toolbox.yml` file, Exception Notification is disabled. \ No newline at end of file