ransack
https://github.com/activerecord-hackery/ransack
Ruby
Object-based searching.
Project.ransackable_attributes
No Docs, write some!
Edit
git clone [email protected]:activerecord-hackery/ransack.git
cd ransack
open bug_report_templates/test-ransacker-arel-present-predicate.rb
Contribute
# Make a new branchgit checkout -b -your-name--update-docs-Project-ransackable_attributes-for-pr
# Commit to gitgit add bug_report_templates/test-ransacker-arel-present-predicate.rbgit commit -m "better docs for Project.ransackable_attributes"
# Open pull requestgem install hub # on a mac you can `brew install hub`
hub fork
git push <your name> -your-name--update-docs-Project-ransackable_attributes-for-pr
hub pull-request
# Celebrate!