Sha256: b5c05713568a5756a6f489a8e77507eb2fa03ccf0a24c9dc561bfae580ce748b
Contents?: true
Size: 1.35 KB
Versions: 1
Compression:
Stored size: 1.35 KB
Contents
# Filta Super simple filtering for ActiveRecord, inspired by [Justin Weiss' Gist](https://gist.github.com/justinweiss/9065666). <!-- MarkdownTOC --> - [Usage](#usage) - [Installation](#installation) - [Contributing](#contributing) - [License](#license) <!-- /MarkdownTOC --> ## Usage TBC ## Installation Add this line to your application's Gemfile: ```ruby gem 'filta' ``` And then execute: ```bash $ bundle ``` Or install it yourself as: ```bash $ gem install filta ``` ## Contributing * Check out the latest master and/or develop branches to make sure the feature hasn't been implemented or the bug hasn't been fixed yet * Check out the issue tracker to make sure someone already hasn't requested it and/or contributed it * Fork the project * Start a feature/bugfix branch off of develop (using Git Flow approach) * Commit and push until you are happy with your contribution * Make sure to add tests for it. This is important so I don't break it in a future version unintentionally * When you are done generate a pull request * Please try not to mess with the Rakefile, version, or history. If you want to have your own version, or is otherwise necessary, that is fine, but please isolate to its own commit so I can cherry-pick around it. ## License The gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
filta-0.0.1 | README.md |