On Jan 2, 2008, at 6:48 PM, ben wiseley wrote: > I was wondering if anyone knew how to do the rails equivalent of > > render :update do |page|
Merb doesn't have a built-in RJS mechanism like Rails does. There's not currently a way to execute JS like that. I wouldn't be surprised to eventually see a plugin for Rails-style RJS, but I would be highly surprised if it ever made it into Merb proper. Best practice in Merb land is to use more of an unobtrusive JS approach, with jQuery or UJS-style prototype. _______________________________________________ Merb-devel mailing list [email protected] http://rubyforge.org/mailman/listinfo/merb-devel
