Like many Rails CMS engines, Fae delivers all the basics to get you up and running quickly: authentication, authorization, a sleek UI, form helpers, image processing and workflows. But unlike other engines, Fae's generated models, controllers, and views are built to customize and scale.
Fae supports Rails 4.1+.
- Add the gem to your Gemfile and run
bundle install
gem 'fae-rails'
- Run the installer
$ rails g fae:install
- Visit
/admin
and setup your super admin account
For full documentation visit:
https://www.faecms.com/documentation
- Quickstart Guide
- Installation
- Generators
- Navigation Setup
- Initializer
- Models
- Controllers
- Fae Model and Controller Concerns
- Override Uploaders and Classes
- Pages and Content Blocks
- Custom JS, CSS and Helpers
- Root Settings
- Caching
- Global Search
- Filtering, Pagination and Sorting
- Authorization
- Multi-Language Support
- Cloning
- Change Tracker
- Slugger
- Disabling Environments