On 08/12/2009, at 2:46 PM, Julio Cesar Ody wrote: > Also Myles, your plugin is nice and Imma let you use it. I think > though that a substantial amount of markup being maintained both > through a JS-based templating language and server side is pants.
There's two solutions to that problem: don't do any templating on the server-side; or, write your server-side in JS and use the same template code on both server and client. -- tim -- You received this message because you are subscribed to the Google Groups "Ruby or Rails Oceania" 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/rails-oceania?hl=en.
