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

Version Path
para-0.12.4 README.md
para-0.12.3 README.md
para-0.12.2 README.md
para-0.12.1 README.md
para-0.12.0 README.md
para-0.11.4 README.md
para-0.11.3 README.md
para-0.11.2 README.md
para-0.11.1 README.md
para-0.11.0 README.md
para-0.10.0 README.md
para-0.9.4 README.md
para-0.9.3.3 README.md
para-0.9.3.2 README.md
para-0.9.3.1 README.md
para-0.9.2 README.md
para-0.9.0 README.md
para-0.8.15 README.md
para-0.8.14 README.md
para-0.8.13 README.md