Description:

Prepare your rails application to receive Jabysoft patterns layouts when using scaffold.

Example:

rails generate jabysoft:setup

BE CAREFULL! This will override your Gemfile entirely.

This will create:
    - app/views/layouts/application.html.haml
    - app/views/layouts/admin.html.haml
    - app/assets/stylesheets/bootstrap-variables.scss
    - spec/rails_helper.rb

This will inject content into:
    - app/assets/javascripts/application.js
    - app/assets/stylesheets/application.css

Then will rename application.css to application.scss in order to use Bootstrap.