Skip to content

wearefine/fae

Folders and files

NameName
Last commit message
Last commit date
Jul 12, 2024
Sep 7, 2022
Mar 11, 2023
Nov 18, 2022
Mar 12, 2024
Mar 25, 2022
Mar 13, 2023
Mar 22, 2023
Mar 23, 2017
Mar 12, 2024
Jan 6, 2022
Nov 18, 2014
Apr 10, 2019
Apr 12, 2018
Mar 12, 2023
Apr 12, 2018
Aug 12, 2022
Mar 11, 2023
Mar 11, 2023
Jun 17, 2019
Apr 20, 2018
Mar 12, 2023
Jan 6, 2018
Nov 10, 2022
Mar 11, 2023

Repository files navigation

Fae

CMS for Rails. For Reals.

Code Climate

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 3.x supports Rails 7. For legacy Rails support you can use Fae 2.x on Rails 5.0 to 5.2.

Installation

  1. Add the gem to your Gemfile and run bundle install
gem 'fae-rails'
  1. Run the installer
$ rails g fae:install
  1. Visit /admin and setup your super admin account

Documentation

For full documentation visit: https://www.faecms.com/documentation

Topics

Features

Tutorials

Helper/DSL Docs

Contributing