A simple CMS with Material template, this gem helps to create a scaffold with a template to panel admin.
Add this line to your application's Gemfile:
gem 'jquery-rails'
gem 'easy_cms'
First create a model with attributes, run the migrations and run the following command:
rails generate easy_cms:model NAMESPACE MODEL
Example: rails generate easy_cms:model admin post
Bug reports and pull requests are welcome on GitHub at https://github.com/Martin Villalba/easy_cms. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the Contributor Covenant code of conduct.
The gem is available as open source under the terms of the MIT License.