2008/12/5 Jeff <[EMAIL PROTECTED]> > > Just in case anyone cares and to close this thread, part of the > solution involved changing the code in my custom template handler. > Seems like 2.2 broke 2.x syntax for custom handlers.
The 2.0 -> 2.2 road has been VERY bumpy regarding the ActionView API, especially internal ones. I'm not sure if what you subclassed is considered a public or internal API. I remembered having fixed unit tests for Haml or will_paginate ActionView integration many times. But now ActionView codebase is significantly cleaner, which shows all that refactoring has paid off. The only question left to answer is: what defines an API of a Rails component public or private? Having documentation? --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
