activerecord-hackery--ransack/lib/ransack
Ryan Bigg 25ba7e3a8f Add ability to use a named route when using sort_link
For example,

sort_link [:engine, Engine::Model.search]

Will use the engine's routing to determine where the route should go. The :engine symbol here should be the name of your engine, i.e. the engine_name setting which generally defaults to the downcased version of your engine's module.

Addresses problem discussed in #84.
2012-03-29 08:01:22 -05:00
..
adapters Ensure that ActiveRecord is required. (Necessary for gems that depend on Ransack) 2012-03-03 11:39:59 +08:00
helpers Add ability to use a named route when using sort_link 2012-03-29 08:01:22 -05:00
locale YAML parses true, false and null as literal true, false and nil values, so they must be quoted. 2012-02-08 17:02:07 +08:00
nodes Keep array values in "simple mode" when a predicate wants array (Fixes #20) 2011-09-02 12:42:58 -04:00
configuration.rb DRY up predicate detection, add some starter docs 2011-06-06 21:32:03 -04:00
constants.rb Initial commit. 2011-03-30 20:31:39 -04:00
context.rb Version bump, Rails 3.2 compat (fixes #49) 2012-01-20 15:13:27 -05:00
helpers.rb Initial commit. 2011-03-30 20:31:39 -04:00
naming.rb Initial commit. 2011-03-30 20:31:39 -04:00
nodes.rb Add :only/:compound options to predicate_select, refactor ands/ors -> groupings 2011-06-05 14:29:54 -04:00
predicate.rb Don't use present? to check for presence (allow false as value). Fixes #9 2011-07-17 10:46:30 -04:00
ransacker.rb D'oh. class_attribute FAIL. 2011-06-10 09:33:02 -04:00
search.rb Bump version, use polyamorous 2011-09-03 15:37:02 -04:00
translate.rb Initial work on sort_link. Mostly ported from MetaSearch, changes coming soon 2011-08-13 16:36:40 -04:00
version.rb Version bump, Rails 3.2 compat (fixes #49) 2012-01-20 15:13:27 -05:00
visitor.rb Add :only/:compound options to predicate_select, refactor ands/ors -> groupings 2011-06-05 14:29:54 -04:00