activerecord-hackery--ransack/lib/ransack
Jon Atack 3b5c82bd28 Reduce object allocations in Ransack::Nodes::Sort
`try` allocates an array on every call; we should avoid calling
it in hotspots.
2014-10-04 01:25:14 +02:00
..
adapters Clarify class methods for whitelisting in base.rb 2014-09-21 21:05:01 +02:00
helpers Reduce object allocations and speed up Ransack by 2014-10-04 00:44:28 +02:00
locale fix ro translation for predicate present 2014-09-10 12:38:51 +03:00
nodes Reduce object allocations in Ransack::Nodes::Sort 2014-10-04 01:25:14 +02:00
configuration.rb Reduce object allocations and speed up Ransack by 2014-10-04 00:44:28 +02:00
constants.rb Add not_true and not_false predicates 2014-08-27 01:50:47 +01:00
context.rb Try Rails 4.2.0/master on Ransack master 2014-09-22 21:07:12 +02:00
helpers.rb Initial commit. 2011-03-30 20:31:39 -04:00
naming.rb Code cleanup 2013-12-08 21:51:43 +01:00
nodes.rb Add :only/:compound options to predicate_select, refactor ands/ors -> groupings 2011-06-05 14:29:54 -04:00
predicate.rb Maintain Ruby 1.8.7 syntax compatibility 2014-05-01 15:55:39 +02:00
ransacker.rb Maintain Ruby 1.8.7 syntax compatibility 2014-05-01 15:55:39 +02:00
search.rb Formatting cleanup, follow-up to #378. 2014-08-28 13:14:58 +02:00
translate.rb fix attribute translation for activerecord using STI having with both singular(one) and plural(other) translation keys 2014-09-22 15:38:37 +03:00
version.rb Version 1.4.1 2014-09-23 15:25:08 +02:00
visitor.rb Code cleanup 2013-12-10 10:52:46 +01:00