You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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