Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/amatsuda/activerecord-refinements

ActiveRecord + Ruby 2.0 refinements
https://github.com/amatsuda/activerecord-refinements

Last synced: 21 days ago
JSON representation

ActiveRecord + Ruby 2.0 refinements

Awesome Lists containing this project

README

        

# ActiveRecord::Refinements

ActiveRecord + Ruby 2.0 refinements

## Warning (or why this gem might be totally useless for you)

This project was created for experimenting the initial implementation of Ruby 2.0 Refinements.
And unfortunately, due to the Refinements' spec change, this library does not work under Ruby 2.0.0 stable.

## Installation

Add this line to your application's Gemfile:

gem 'activerecord-refinements'

And then execute:

$ bundle

Or install it yourself as:

$ gem install activerecord-refinements

## Usage

Please read the 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