Skip to content

1.10.0

Compare
Choose a tag to compare
@GBH GBH released this 22 Oct 21:01
· 1180 commits to master since this release
  • Restructured internal folder structure and routes. Shouldn't affect your app unless you done some monkey patching. Should be very easy to fix if something's broken.
  • Codemirror assets are managed via a gem. No longer frozen inside cms assets.
  • Kaminari is shipped with the gem in case you need to do some pagination.
  • Your public controllers can inherit from Cms::BaseController if you want to automatically load @cms_site
  • Similarly, admin base controller is now named Admin::Cms::BaseController
  • You can quickly generate admin area scaffold. For example: rails g comfy:scaffold User email:string full_name:string. This will create a model, controller, views, routes and even tests.
  • Now it's possible to use HAML instead of HTML in cms fixtures. This works for layouts, pages and snippets. Leave .html file extension alone, just write content in HAML