On 24/07/07, Ben Munat <[EMAIL PROTECTED]> wrote: > Anyway, I think I'll definitely check out Jonathan's plugin on my next app... > looks all nice and > "DSL-ish". :-)
The problem with the plugin approach here is that it's monkeypatching a pretty fundamental method, and undocumented, method. And that makes it fragile; if the implementation of initialize ever changes (and there's no reason that it shouldn't), the plugin breaks. Still, if it's the only game in town... --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
