Faalis
Faalis copied to clipboard
A RubyOnRails platform for rapid web application development. Containing a rich and flexible dashboard interface
Form section will submit forms without showing image validation errors and the field will not save.
Users need to know what they are using by including `faalis` manifests.
Add a `variables.scss` file and collect all the variables needed for our customization on `AdminLTE`. Please bear in mind that we need different set of values for these variables based...
Force `install` generator to use `:orm` class option in generated content. For example we have to specify the default `ORM` based on this option.
We have to provide support for nested attributes of active record. Basically we have to add nested attributes form field into form section.
Currently our `create` and `update` actions of `dashboard_controller` do not support many to many relations in model. We have to support that as well.
Currently we have to provides a method on the model that returns a value inside the relation to allow proper view in index section. which can be easier by supporting...
Sometimes we don't want to have a certain section. There should be a DSL that allows us to disable it. for example something like this: ``` ruby #inside controller disable_section...