What is the backport of Rails 3 style finders (.where) to Rails 2? -


i know i've heard of library provides rails 3 style finders (.where) earlier versions of rails, web search failing me.

i've got 2.3 project needs new feature, , i'd rather use newer style in case gets upgraded.

would fake_arel gem help?

fake_arel simulates , supports variety of features rails 3 earlier rails versions. major requirement currently-used activerecord gem needs greater or equal version 2.3.5.

the documentation notes fake_arel can used bridge between rails 2 , rails 3 apps, ease future transitions later rails versions.


Comments

Popular posts from this blog

linux - xterm copying to CLIPBOARD using copy-selection causes automatic updating of CLIPBOARD upon mouse selection -

c++ - qgraphicsview horizontal scrolling always has a vertical delta -