{}[https://codeclimate.com/github/mattways/rails_dash] {}[https://travis-ci.org/mattways/rails_dash] {}[https://gemnasium.com/mattways/rails_dash]
= Rails Dash
Minimalistic and easy to customize dashboard.
= Install
Put this line in your Gemfile:
gem 'rails_dash'
Then bundle:
$ bundle
= Usage
To install the dash do:
rails g dash:install
To generate a resource do:
rails g dash:resource model
= Customize
To protect the dash directory edit authorize filter in:
app/controller/dash_controller.rb
To change the behavior of a resource:
app/controllers/dash/model_controller.rb
To change the layout edit:
app/views/layouts/dash.html.haml
To change the resource form edit:
app/views/dash/model/form.html.haml
To change the resource grid edit:
app/views/dash/model/index.html.html