1
0
Fork 0
mirror of https://github.com/activerecord-hackery/ransack.git synced 2022-11-09 13:47:45 -05:00
Commit graph

4 commits

Author SHA1 Message Date
Jon Atack
ed39f64e8b Add specs for attribute names with _or_ and _end 2014-10-24 10:41:37 +02:00
Timo Schilling
ffeecac6ed check exact matches before stripping (fixes #452)
fix is written with support form @jonatack
2014-10-24 00:57:22 +02:00
Joe Yates
d6e80f2e88 Check exact matches before splitting
* if the supplied name contains '_and_' or '_or_' we should check
  if it exists before splitting and checking the parts, this way we
  handle 'terms_and_conditions' as well as pairs of fields like
  'name_and_email'.
2014-10-17 14:02:16 +02:00
Ernie Miller
294015309b Initial commit. 2011-03-30 20:31:39 -04:00