Sha256: 279bf00a73d4d3034b8472862cc9f7314367e8ba0186c63b9299dc661273d44b
Contents?: true
Size: 633 Bytes
Versions: 2
Compression:
Stored size: 633 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 * Mailchimp integration * More Specs ## Notes gem 'dalli-delete-matched' needed if Memcached is used This project rocks and uses MIT-LICENSE.
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
rails_admin_cms-0.0.3 | README.md |
rails_admin_cms-0.0.2 | README.md |