Sha256: 985a9fdb5c027cf72aec6e223615e34b46e4e9f3bf716aec396155f7a17a2801
Contents?: true
Size: 1.76 KB
Versions: 1
Compression:
Stored size: 1.76 KB
Contents
# Chaltron [](http://badge.fury.io/rb/chaltron) [](http://travis-ci.org/vicvega/chaltron) [](https://coveralls.io/github/vicvega/chaltron?branch=master) [](https://codeclimate.com/github/vicvega/chaltron) [](https://gemnasium.com/vicvega/chaltron) [](https://www.pullreview.com/github/vicvega/chaltron/reviews/master) In a fresh new rails application simply add to your `Gemfile` ``` gem chaltron ``` and install ``` bundle ``` Now run ``` rails generate chaltron:install ``` to create a ready-to-go application, powered by * [devise](https://github.com/plataformatec/devise/) * [cancancan](https://github.com/CanCanCommunity/cancancan/) * [bootstrap](https://github.com/twbs/bootstrap-sass) * [font-awesome](https://github.com/FortAwesome/font-awesome-sass) * datatables [client side](https://github.com/rweng/jquery-datatables-rails) or [server side](https://github.com/antillas21/ajax-datatables-rails) processing Start your app ``` rails server ``` Chaltron provides * local user (creation, authentication, forgotten password management...) * LDAP user (search, creation, authentication) * authorization (roles and permissions) * utility for log messages (syslog enabled) Login with local user `bella` and `password.1` Enjoy! Refer to [wiki pages](https://github.com/vicvega/chaltron/wiki) for further instructions
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
chaltron-0.1.2 | README.md |