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:
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
- Fork it
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Added some feature') - Push to the branch (
git push origin my-new-feature) - Create a Pull Request
License
- Freely distributable and licensed under the MIT-style license. See LICENSE file for details.
- Copyright (c) 2012 New Leaders
- https://newleaders.com