Sha256: 1e62f4a37f8a5a151e56d394f2b682a1ebfcf31f939893dc09c7b5f4c598e1d9
Contents?: true
Size: 1.48 KB
Versions: 1
Compression:
Stored size: 1.48 KB
Contents
# Chaltron [![Build Status](https://api.travis-ci.org/vicvega/chaltron.png?branch=master)](http://travis-ci.org/vicvega/chaltron) [![Coverage Status](https://coveralls.io/repos/vicvega/chaltron/badge.png?branch=master)](https://coveralls.io/r/vicvega/chaltron?branch=master) [![Code Climate](https://codeclimate.com/github/vicvega/chaltron/badges/gpa.svg)](https://codeclimate.com/github/vicvega/chaltron) [![Dependency Status](https://gemnasium.com/vicvega/chaltron.png)](https://gemnasium.com/vicvega/chaltron) [![PullReview stats](https://www.pullreview.com/github/vicvega/chaltron/badges/master.svg?)](https://www.pullreview.com/github/vicvega/chaltron/reviews/master) This project rocks and is still under development. I mean: **it's not yet released**. Sooner or later you'll be able to do as follows. In a fresh new rails application simply add to your `Gemfile` ``` gem chaltron ``` and install ``` bundle ``` Now you can 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 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.0 | README.md |