Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wearefine/fae
CMS for Rails. For Reals.
https://github.com/wearefine/fae
cms content-management-system hacktoberfest rails rails-engine ruby ruby-on-rails
Last synced: 1 day ago
JSON representation
CMS for Rails. For Reals.
- Host: GitHub
- URL: https://github.com/wearefine/fae
- Owner: wearefine
- License: mit
- Created: 2015-03-14T20:58:43.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2024-10-28T18:26:47.000Z (about 1 month ago)
- Last Synced: 2024-10-29T14:15:47.506Z (about 1 month ago)
- Topics: cms, content-management-system, hacktoberfest, rails, rails-engine, ruby, ruby-on-rails
- Language: Ruby
- Homepage: https://www.faecms.com
- Size: 13.1 MB
- Stars: 848
- Watchers: 31
- Forks: 140
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: docs/contributing/docker_local_setup.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
- awesome-ruby - Fae - Flexible, open source, Rails CMS engine. (CMS)
- Open-Source-Ruby-and-Rails-Apps - faeCMS - CMS for Rails. For Reals. 🔥 ✅ (Happy Exploring 🤘)
- awesome-starred - wearefine/fae - CMS for Rails. For Reals. (ruby)
README
# Fae
### CMS for Rails. For Reals.
[![Code Climate](https://codeclimate.com/github/wearefine/fae/badges/gpa.svg)](https://codeclimate.com/github/wearefine/fae)
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`
```ruby
gem 'fae-rails'
```2) Run the installer
```bash
$ rails g fae:install
```3) Visit `/admin` and setup your super admin account
## Documentation
For full documentation visit:
https://www.faecms.com/documentation### Topics
* [Quickstart Guide](docs/quickstart-guide.md)
* [Installation](docs/installation/index.md)
* [Generators](docs/topics/generators.md)
* [Navigation Setup](docs/topics/navigation_setup.md)
* [Initializer](docs/topics/initializer.md)
* [Models](docs/topics/models.md)
* [Controllers](docs/topics/controllers_and_concerns.md)
* [Fae Model and Controller Concerns](docs/topics/concerns.md)
* [Override Uploaders and Classes](docs/topics/override_uploaders_and_classes.md)
* [Pages and Content Blocks](docs/topics/pages.md)
* [Custom JS, CSS and Helpers](docs/topics/custom_js_css.md)
* [Root Settings](docs/topics/root_settings.md)
* [Caching](docs/topics/caching.md)### Features
* [Global Search](docs/features/search.md)
* [Filtering, Pagination and Sorting](docs/features/filtering.md)
* [Authorization](docs/features/authorization.md)
* [Multi-Language Support](docs/features/multi_language.md)
* [Cloning](docs/features/cloning.md)
* [Change Tracker](docs/features/change_tracker.md)
* [Slugger](docs/features/slugger.md)
* [Disabling Environments](docs/features/disable_envs.md)
* [Form Field Label & Helper Text Manager](docs/features/form_manager.md)
* [Netlify Deploy Monitor](docs/features/netlify.md)### Tutorials
* [Setting Up SEO with Fae](docs/tutorials/seo.md)
* [Setting Up GraphQL with Fae](docs/tutorials/graphql_support.md)
* [Setting Up Images and Files](docs/tutorials/image_and_files.md)
* [Adding Dynamic Relationships to Pages](docs/tutorials/dynamic_relationships_to_pages.md)
* [Adding Conditional Validations](docs/tutorials/conditional_validations.md)
* [Custom Image Processing](docs/tutorials/custom_images.md)
* [Overriding The Landing Page](docs/tutorials/landing_page.md)
* [Overriding The Markdown Helper](docs/tutorials/markdown_helper.md)
* [Devise Action Mailer Configuration](docs/tutorials/actionmailer.md)
* [Setting Up Parent/Child Objects](docs/tutorials/parent_child_objects.md)
* [Configuring With Existing Devise Setup](docs/tutorials/existing_devise.md)### Helper/DSL Docs
* [Fae Styles](docs/helpers/styles.md)
* [Form Helpers](docs/helpers/form_helpers.md)
* [Nested Form Helpers](docs/helpers/nested_form_helpers.md)
* [View Helpers](docs/helpers/view_helpers.md)
* [Fae Partials](docs/helpers/partials.md)### Contributing
* [Running Fae Locally](docs/contributing/local_setup.md)
* [Fae Standards](docs/contributing/standards.md)
* [Share Your Creation](docs/contributing/share_your_creation.md)## [Upgrading](docs/upgrading/index.md)
## [Changelog](CHANGELOG.md)
## [MIT License](LICENSE)