Hi,

I just realized that when using Globalize 2 the dynamix finders
doesn't work anymore.

>> Post.find(:first).title
=> "TEST"
>> Post.find_by_title("TEST")
=> NoMethodError: undefined method `find_by_title' for Post(...

As any work been done to keep dynamic finders working ?

Having normal query conditions working transparently as well would be
great:

>> Post.find(:first, :conditions => {:name => "TEST"})
=> ActiveRecord::StatementInvalid: SQLite3::SQLException: no such
column: posts.name: ...

Warm regards,
--
  Sebastien Grosjean - ZenCocoon
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"rails-i18n" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/rails-i18n?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to