Sha256: 76dbb06dda22c8d1c027f25e5de7d5e12b972ae14da7e87bfb158a37ecc55eee
Contents?: true
Size: 1.89 KB
Versions: 59
Compression:
Stored size: 1.89 KB
Contents
# Para Ain't Rails Admin Admin / CMS Framework for rails. WIP Detailed documentation (in progress too) can be found at [in the Wiki](https://github.com/para-cms/para/wiki) section. ## Installation First, add the following line to the Gemfile ```ruby gem 'para', github: 'para-cms/para' ``` Then : ```bash bundle install ``` And run the install generator : ```bash rails g para:install ``` For detailed instructions, please refer to the wiki [Installation](https://github.com/para-cms/para/wiki/Installation) section. ## Usage The Para documentation can be found in the [Wiki]() Here's a summary of what you can find : ### Getting started * [Installation](https://github.com/para-cms/para/wiki/Installation) * [Getting Started](https://github.com/para-cms/para/wiki/Getting-started) ### Components * [Creating components](https://github.com/para-cms/para/wiki/Creating-components) * [Components configuration](https://github.com/para-cms/para/wiki/Components-configuration) * [Accessing components](https://github.com/para-cms/para/wiki/Accessing-components-in-the-frontend) ### Customization * [Customizing tables](https://github.com/para-cms/para/wiki/Customizing-tables) * [Customizing forms](https://github.com/para-cms/para/wiki/Customizing-Forms) * [Nested forms](https://github.com/para-cms/para/wiki/Nested-forms) * [Adding custom Javascript](https://github.com/para-cms/para/wiki/Adding-JS) ### Misc features * [Ordering models](https://github.com/para-cms/para/wiki/Ordering-models) * [Use models with `acts_as_tree`](https://github.com/para-cms/para/wiki/Use-models-with-%60acts_as_tree%60) * [Global app settings](https://github.com/para-cms/para/wiki/Global-app-settings) * [Adding exports](https://github.com/para-cms/para/wiki/Exporting-data-from-your-models) * [Admin customization](https://github.com/para-cms/para/wiki/Admin-customization) ## Licence Para is released under the MIT-Licence.
Version data entries
59 entries across 59 versions & 1 rubygems