Sha256: bef62f286a7e8afc314f72d954f617a170ec120459d6a49348eb4b2f83d0c179
Contents?: true
Size: 1.2 KB
Versions: 3
Compression:
Stored size: 1.2 KB
Contents
# Thincloud::Auth ## Description Authentication system generator for new Thincloud apps. ## Requirements This gem requires Rails 3.2+ and has been tested on the following versions: * 3.2 This gem has been tested against the following Ruby versions: * 1.9.3 ## Installation Add this line to your application's Gemfile: ``` ruby gem "thincloud-auth" ``` And then execute: ``` $ bundle ``` Or install it yourself as: ``` $ gem install thincloud-auth ``` ## Usage This gem adds a generator to Rails, `thincloud:auth`. Running the generator will install auth-related gems, warden initializer and application configuration: * Invoke the generator: ``` $ rails generate thincloud:auth ``` ## Contributing 1. [Fork it](https://github.com/newleaders/thincloud-auth/fork_select) 2. Create your feature branch (`git checkout -b my-new-feature`) 3. Commit your changes (`git commit -am 'Added some feature'`) 4. Push to the branch (`git push origin my-new-feature`) 5. [Create a Pull Request](https://github.com/newleaders/thincloud-auth/pull/new) ## License * Freely distributable and licensed under the MIT-style license. See LICENSE file for details. * Copyright (c) 2012 New Leaders * https://newleaders.com
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
thincloud-auth-0.1.2 | README.md |
thincloud-auth-0.1.1 | README.md |
thincloud-auth-0.1.0 | README.md |