Sha256: 761e78f9db9611eebb883d41dfcbe4a5f97872c27edfe8be4b5cab33789cd727

Contents?: true

Size: 1.16 KB

Versions: 4

Compression:

Stored size: 1.16 KB

Contents

# ActiveApplication

NOTICE: EXPERIMENTAL ALPHA VERSION, DO NOT USE IN PRODUCTION

[![Build Status](https://secure.travis-ci.org/jarijokinen/active_application.png)](http://travis-ci.org/jarijokinen/active_application) [![Code Climate](https://codeclimate.com/badge.png)](https://codeclimate.com/github/jarijokinen/active_application)

## Features

* Authentication by Devise
* Authorization by CanCan
* Formtastic as a form builder
* Twitter Bootstrap as a CSS framework
* Resource handling by SimpleResource
* Pagination by Kaminari

## Requirements

* Ruby 1.9 or greater
* Rails 3.2 or greater

## Installation

Add this line to your application's Gemfile:

    gem "active_application"

And then execute:

    $ bundle

Run generator:

    $ rails g active_application:install

## Support

If you have any questions or issues with ActiveApplication, or if you like to report a bug, please create an [issue on GitHub](https://github.com/jarijokinen/active_application/issues).

## License

MIT License. Copyright (c) 2012 - 2013 [Jari Jokinen](http://jarijokinen.com). See [LICENSE](https://github.com/jarijokinen/active_application/blob/master/LICENSE.txt) for further details.

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
active_application-0.3.1 README.md
active_application-0.3.0 README.md
active_application-0.2.0 README.md
active_application-0.1.0 README.md