Marnen Laibow-Koser wrote in post #966357: > Mike B wrote in post #966322: >> I would like to be able to support mssql, postgres, oracle, and >> sqlite3. My understanding is that updateable views wouldn't work for >> sqlite3, but I'll have to do a bit more research. > > Unless I'm badly mistaken, you should just need to use alias_attribute. > No DB view is necessary.
...or not. I looked at the source of alias_attribute, and I'm not sure if it will work. But do try it before messing with DB views. >> >> Thanks for your suggestion. > > Best, > -- > Marnen Laibow-Koser > http://www.marnen.org > [email protected] > > Sent from my iPhone -- 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 [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.

