Sha256: a5feda2eddb680ca5a76d051ec52634763bde41683b1ba598fa3aefb8c61dfcd

Contents?: true

Size: 1.04 KB

Versions: 1

Compression:

Stored size: 1.04 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

= Configuration

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

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
rails_dash-0.0.1 README.rdoc