fae
fae copied to clipboard
CMS for Rails. For Reals.
Normally, a single "Deselect all" link is added below each multiselect field to allow quick and easy clearing on multiple items. however, this link gets duplicated multiple times below each...
**Overview:** The application's response when using the forgot password functionality on the Administrator login page allows for account enumeration. The user is required to enter an e-mail in order to...
Hi, So I was trying to set up Fae in order to test it out on our app, however, we use Webpacker and have no asset pipeline, I've been unable...
Fae's custom generators in https://github.com/wearefine/fae/tree/master/lib/generators/fae are completely untested. It would be great to get some coverage there. Here is an example implementation: https://github.com/Semantic-Org/Semantic-UI-Rails-LESS/blob/master/spec/generators/install_generator_spec.rb
It's triggering a warning in rails-s output ``` If you use Sass as a plug-in for a Ruby web framework, we recommend using the sassc gem: https://github.com/sass/sassc-ruby#readme ```
Would be nice to be able to turn off the edit links that automatically get added to the first column's content in a nested_table. Currently the only way to do...
Clicking on a hint icon next to a checkbox field also toggles the checkbox. Since it's impossible to see the hint without changing the value of the checkbox, it makes...
My app has 15 locales. The locale selector in the top right should be multi-select. Most frequently I want to compare English vs. 1 other locale.
As described in the [docs](https://www.faecms.com/documentation/topics-pages), some attributes on `Fae::Page` are invalid names for content blocks. These attributes are: 1. title 2. slug 3. position 4. on_prod 5. on_stage 6. created_at...