activerecord-hackery--ransack/lib/ransack
Sean Linsley 98948773e4 improve predicate lookup performance from .7 ms to .1 ms
Fixes #309
2013-11-28 10:58:53 +11:00
..
adapters use `respond_to?` instead of `method_defined?` when aliasing `search` 2013-11-19 10:53:02 +11:00
helpers refactor so we don't create a breaking change 2013-11-26 08:34:06 -06:00
locale Removed fr.yml locale 2013-10-07 13:56:24 +02:00
nodes fixed 'DESC' and 'desc' problem 2013-10-21 09:56:21 +11:00
configuration.rb Allow adding of custom predicates that take arrays (like IN/NOT IN) 2012-05-02 07:54:12 +01:00
constants.rb Fix tests for MySQL 2013-11-06 17:43:23 +11:00
context.rb Merge pull request #204 from jhdavids8/separate_search_sort_attributes 2013-09-01 15:51:30 -07: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 improve predicate lookup performance from .7 ms to .1 ms 2013-11-28 10:58:53 +11:00
ransacker.rb D'oh. class_attribute FAIL. 2011-06-10 09:33:02 -04:00
search.rb No need for nil or presence checking 2013-08-16 21:11:14 +02:00
translate.rb Add Rails 4 compatibility to master 2013-08-06 19:00:52 +02:00
version.rb Bump to 1.1.0 2013-11-06 17:59:02 +11:00
visitor.rb Add :only/:compound options to predicate_select, refactor ands/ors -> groupings 2011-06-05 14:29:54 -04:00