Okay, I finally figured out what was going on with my mysterious migrate-to-Rails2 problem.
In Rails 1.x, I got away with over-riding [] and []= on an ActiveRecord::Base model class. This made for some very convenient coding, which is now littered all over my application. In Rails2, you apparently can't do this. Should I assume this is right, rather than a bug? Should it be documented anywhere? Still trying to think through the best least painful way to refactor my code. -- 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 -~----------~----~----~----~------~----~------~--~---

