Sha256: ff911848fcfa3317d97a41151fa22d82e36640186d7571a0de6c0789fa2511bc
Contents?: true
Size: 701 Bytes
Versions: 3
Compression:
Stored size: 701 Bytes
Contents
# RailsAdminCMS *Flexible Content Management Framework for RailsAdmin* ## Overview RailsAdmin... ## View helpers Seamlessly adds some useful classes to the body tag within your layout in order to scope your css/js : `cms-template-name`, `controller-name`, `controller-name-action-name`, `locale` and `edit-mode`. ```ruby # ... </head> <body class="<%= cms_body_class 'other-class', 'etc' %>"> # ... </body> </html> ``` ## TODO * Documentation * Generators * Setup PaperTrail * Setup Globalize on Form::Field and Form::Email * Published Pages/Forms * Mailchimp integration * More Specs ## Notes gem 'dalli-delete-matched' needed if Memcached is used This project rocks and uses MIT-LICENSE.
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
rails_admin_cms-0.0.6 | README.md |
rails_admin_cms-0.0.5 | README.md |
rails_admin_cms-0.0.4 | README.md |