> upgrading some apps from 1.2.3 -->> 1.2.5 and having all kinds of > issues. lot's of functions have disappeared between versions, for > instance #default_value in the pg connection adapter which breaks > drysql, render_action disappearing (as indicated in past versions of > course) which breaks active scaffold... etc.
Public method changes within a major version are usually bugs. If you find any, please do report or even fix it. Private methods are considered implementation details and can be changed in any version. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Core" 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-core?hl=en -~----------~----~----~----~------~----~------~--~---
