# 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