activerecord-hackery--ransack/lib/ransack/nodes
gleb 953ec1b502 inspect on Ransack::Search objects now will not load entire object graph
This means that:

1) inspect calls will be faster
2) inspect calls will be easier to understand
3) queries won't be executed until #result is called on the Search object

Fixes #115 with #121
2012-08-10 16:27:06 +10:00
..
attribute.rb inspect on Ransack::Search objects now will not load entire object graph 2012-08-10 16:27:06 +10:00
bindable.rb Make sure we are using the adapter's column hash in AR 3.0 2011-04-18 14:34:48 -04:00
condition.rb inspect on Ransack::Search objects now will not load entire object graph 2012-08-10 16:27:06 +10:00
grouping.rb inspect on Ransack::Search objects now will not load entire object graph 2012-08-10 16:27:06 +10:00
node.rb Initial commit. 2011-03-30 20:31:39 -04:00
sort.rb Workaround for 3.0 not having param_key and fix valid? on attr/sort 2011-04-18 13:59:47 -04:00
value.rb inspect on Ransack::Search objects now will not load entire object graph 2012-08-10 16:27:06 +10:00