Hello, I''m trying to put a rails face on a legacy database. It is an old Sybase 11 database installation. I''ve gotten an ODBC connection working that uses unixODBC and FreeTDS to work. I''m also using the activerecord-odbc-adapter gem. I''ve had to use set_table_name and set_primary_key to make it work so far. However, none of the dynamic find_by methods work. I always get a method missing error. Also, find through association doesn''t work as well with the same error. Normal finds on the models work, but I was hoping I can shorthand some of this. Am I SOL on this because it''s a legacy DB or is there something I can do or check to make that work? If I can, that would save me some work writing find_by_sql calls. Thank you. -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---