Sha256: 343970b7bc41d2bf4ac30b3cc1adfc7a28914cf7932134f2bc761f766a029f21
Contents?: true
Size: 1.05 KB
Versions: 3
Compression:
Stored size: 1.05 KB
Contents
# Rubycas::Server::Activerecord [![Build Status](https://travis-ci.org/kollegorna/rubycas-server-activerecord.png?branch=master)](https://travis-ci.org/kollegorna/rubycas-server-activerecord) [![Code Climate](https://codeclimate.com/github/kollegorna/rubycas-server-activerecord)](https://codeclimate.com/github/kollegorna/rubycas-server-activerecord) [![Coverage Status](https://coveralls.io/repos/kollegorna/rubycas-server-activerecord/badge.png)](https://coveralls.io/r/kollegorna/rubycas-server-activerecord) ActiveRecord adapter for RubyCAS Server Core (RubyCAS2.0) ## Installation Add this line to your application's Gemfile: gem 'rubycas-server-activerecord' And then execute: $ bundle Or install it yourself as: $ gem install rubycas-server-activerecord ## Tests To run the tests execute: rspec spec ## Contributing 1. Fork it 2. Create your feature branch (`git checkout -b my-new-feature`) 3. Commit your changes (`git commit -am 'Add some feature'`) 4. Push to the branch (`git push origin my-new-feature`) 5. Create new Pull Request
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
rubycas-server-activerecord-0.0.3 | README.md |
rubycas-server-activerecord-0.0.2 | README.md |
rubycas-server-activerecord-0.0.1 | README.md |