README.rdoc in rails_dash-0.0.6 vs README.rdoc in rails_dash-0.1.0

- old
+ new

@@ -1,7 +1,9 @@ === NOTE: There are some incompatibilities between versions before 0.0.5, we're trying to improve this from version 0.0.5 and above +=== NOTE: From version 0.1.0 and above erb will be use and no abstract class will be use + --- {<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 @@ -31,15 +33,15 @@ To change the behavior of a resource: app/controllers/dash/model_controller.rb To change the layout edit: - app/views/layouts/dash.html.haml + app/views/layouts/dash.html.erb To change the resource form edit: - app/views/dash/model/form.html.haml + app/views/dash/model/form.html.erb To change the resource grid edit: - app/views/dash/model/index.html.html + app/views/dash/model/index.html.erb To change the records in the grid and the filter behavior edit the filter scope in your resource model: app/models/model.rb