Ruby HTML JavaScript CSS
Clone or download
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Failed to load latest commit information.
app allow integers to be passed through nested table columns Apr 25, 2018
bin initial engine files Aug 7, 2014
config upate Dec 12, 2017
db/migrate refs #217 - adds Rails versions to migrations Apr 12, 2018
docs updates changelog and upgrading doc for v2 release May 7, 2018
gemfiles Updates judge to v3 for Rails 5.2 support Apr 18, 2018
lib clean up generator model output Apr 20, 2018
spec allow integers to be passed through nested table columns Apr 25, 2018
.codeclimate.yml exclude generator templates from Code Climate Mar 23, 2017
.gitignore Configures trumbowyg Apr 24, 2017
.rspec setup initial testing framework Nov 18, 2014
.travis.yml update travis rails versions for v2.0 Aug 15, 2017
Appraisals upgrades dummy to Rails 5.2 and adds 5.2 to Appraisals Apr 12, 2018
CHANGELOG.md updates changelog and upgrading doc for v2 release May 7, 2018
CODE_OF_CONDUCT.md adds Contributor Covenant Code of Conduct Apr 12, 2018
Capfile config deploy, setup remote DBs Oct 9, 2014
Gemfile upgrades dummy to Rails 5.2 and adds 5.2 to Appraisals Apr 12, 2018
Gemfile.lock Updates judge to v3 for Rails 5.2 support Apr 18, 2018
Guardfile refs #46521 - allows checkboxes to be clickable again, hooray May 16, 2015
Jenkinsfile update Jenkinsfile Mar 21, 2017
LICENSE minor content and bug fixes Apr 20, 2018
README.md link existing Devise tutorial to README and faecms.com Aug 15, 2017
Rakefile remove Rails 4 deprecations round 2 Jan 6, 2018
fae.gemspec Updates judge to v3 for Rails 5.2 support Apr 18, 2018

README.md

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 supports Rails 4.1 to 5.0. We are currently working on Rails 5.1 support.

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

Upgrading

Changelog

MIT License