No release in over a year
CMS for Rails. For Reals.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

Runtime

~> 3.1.0
>= 5.0
~> 1.4.0
>= 3.4.0
>= 5.0.7
>= 0
~> 0.9.11
~> 2.5.3
>= 0
~> 4.3.1
 Project Readme

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