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.
# ...
</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.