Sha256: f77471e1014293ddfadaab2136aa7d6008170c081afb3b279e4f1ec33a7d86de

Contents?: true

Size: 1.16 KB

Versions: 3

Compression:

Stored size: 1.16 KB

Contents

{<img src="https://codeclimate.com/github/mattways/rails_dash.png" />}[https://codeclimate.com/github/mattways/rails_dash] {<img src="https://travis-ci.org/mattways/rails_dash.png?branch=master" alt="Build Status" />}[https://travis-ci.org/mattways/rails_dash] {<img src="https://gemnasium.com/mattways/rails_dash.png" alt="Dependency Status" />}[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/controllers/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

To change the records in the grid and the filter behavior edit the filter scope in your resource model:
  app/models/model.rb

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
rails_dash-0.0.5 README.rdoc
rails_dash-0.0.4 README.rdoc
rails_dash-0.0.3 README.rdoc