activerecord-hackery--ransack/lib/ransack
jonatack f079ab476d Fixes issue #273 - translations for namespaced models.
ActiveRecord uses i18n_key methods which return
"namespace/model_name"("namespace.model_name" in rails 3.0.x) for
Namespace::ModelName. Ransack should used the same pattern.

Adapted from original commit by github.com/Bonias
2014-01-01 18:53:04 +01:00
..
adapters Build a association hash to keep track of their parents 2013-12-30 16:23:06 -03:00
helpers Code cleanup 2013-12-10 19:18:17 +01:00
locale Removed fr.yml locale 2013-10-09 09:56:46 +11:00
nodes Code cleanup 2013-12-15 19:27:50 +01:00
configuration.rb Use Ruby 1.9 hash syntax 2013-08-04 15:13:41 +02:00
constants.rb Catch up with changes in master branch 2013-12-07 01:51:55 +01:00
context.rb Inspect object on error message for klassify 2013-12-30 16:12:41 -03: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 Catch up with changes in master branch 2013-12-07 01:51:55 +01:00
ransacker.rb More Ruby 1.9 hash syntax 2013-08-12 10:27:50 +02:00
search.rb Remove respond_to? method from lib/ransack/search.rb 2013-12-10 19:11:13 +01:00
translate.rb Fixes issue #273 - translations for namespaced models. 2014-01-01 18:53:04 +01:00
version.rb Bump to 0.7.3 and fix lteq spanish translation 2013-05-23 15:00:51 +02:00
visitor.rb More Ruby 1.9 hash syntax 2013-08-12 10:27:50 +02:00