ransack

https://github.com/activerecord-hackery/ransack

Ruby

Object-based searching.

Ransack::Nodes::Condition#replace_right_node?

No Docs, write some!

Source | Google | Stack overflow

Edit

git clone git@github.com:activerecord-hackery/ransack.git

cd ransack

open lib/ransack/nodes/condition.rb

Contribute

# Make a new branch

git checkout -b -your-name--update-docs-Ransack--Nodes--Condition-replace_right_node--for-pr


# Commit to git

git add lib/ransack/nodes/condition.rbgit commit -m "better docs for Ransack::Nodes::Condition#replace_right_node?"


# Open pull request

gem install hub # on a mac you can `brew install hub`

hub fork

git push <your name> -your-name--update-docs-Ransack--Nodes--Condition-replace_right_node--for-pr

hub pull-request


# Celebrate!