Repository URL to install this package:
|
Version:
0.9.0 ▾
|
| assets |
| bin |
| docs |
| lib |
| test |
| .travis.yml |
| CHANGELOG.md |
| Gemfile |
| README.md |
| Rakefile |
| rear.gemspec |
ActiveRecord, DataMapper, Sequel supportEspresso and Slimrequire 'rear' # or add "gem 'rear'" to Gemfile # model class Page < ActiveRecord::Base # ... end # controller Rear.register Page do # setups goes here, if any end
Run
Rear.run # or E.new do mount Rear.controllers run end
Primary key | Ordering | Items per page | Menu Label | Menu Positioning | Menu Grouping | ReadOnly Mode
Type | Label | Radio/Checkbox/Select | Rich Text Editors | Readonly/Disabled | Rows | Tabs | HTML Attributes | Loading Data [Inline Templates](https://github.com/espresso/rear/blob/master/docs/Columns.md#Inline Templates) | Hiding Columns | Ignored Columns | Resetting Columns
Columns List | Ignored Associations | Readonly Associations
Type | Comparison Functions | Optioned Filters | Decorative Filters | Quick Filters
FileManager | Deploy | Demo