-1 Creative idea, but completely messes up the nice separation of concerns we have going on right now in Rails. I think it would detrimental in the long run.
On 12/7/06, Rich Collins <[EMAIL PROTECTED]> wrote: > I heard in #caboose that you are interested in working on OO model > helpers. I have actually been working on this for a few weeks. I am > planning on releasing a plugin called SimplyBeautiful that does just > that: > > example: > > def update > foo = Foo.new.helperize! > foo.update_attributes(params[:foo]) > render :update do |page| > foo.replace_on(page) > foo.highlight_on(page) > end > end > > foo.form do |f| ... > > foo.render (for partials) > > ... etc > > The plugin (still rough) is attached > > > > > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
