Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/amatsuda/activerecord-refinements
- Owner: amatsuda
- License: mit
- Created: 2012-09-27T11:57:28.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2013-02-25T10:44:26.000Z (over 11 years ago)
- Last Synced: 2024-10-04T03:58:23.937Z (about 1 month ago)
- Language: Ruby
- Size: 122 KB
- Stars: 20
- Watchers: 5
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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