I just successfully converted my Rails 2.3.8 app to Rails 3.0 Release candidate 2! I will post both the apps on my github account for everyone else. I do want to clean up the deprecation warnings as best as I can before I post them though. By far the most frequent deprecation warning that shows up everywhere, i.e., the console log as well as command line window when I run tests/cucumber etc. is the following type:
DEPRECATION WARNING: save(false) is deprecated, please give save(:validate => false) instead. (called from save at /home/bruparel/.rvm/gems/ruby-1.9.2-p0/gems/activerecord-3.0.0.rc2/lib/active_record/validations.rb:43) Thing is: it is all over the place. I am not even sure where to look and what to do. It seems like it has nothing to do with save and everything else. Can someone please explain? Thanks. Bharat -- 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.

