Sha256: 129f5581de190094568d96da4177c6e0a745c20ed0b15f7e8fd610d1c52444ba
Contents?: true
Size: 687 Bytes
Versions: 1
Compression:
Stored size: 687 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 * Published Pages/Forms * Keep the Locale within the DB after form submission * Mailchimp integration * More Specs ## Notes gem 'dalli-delete-matched' needed if Memcached is used This project rocks and uses MIT-LICENSE.
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
rails_admin_cms-0.0.1 | README.md |