RailsCasts Pro episodes are now free!

Learn more or hide this

Perry Zheng's Profile

GitHub User: perryzheng

Site: http://www.cs.duke.edu/~xz27

Comments by Perry Zheng

Avatar

Hey guys!

I am using JQuery Mobile for markup, and I notice that link_to_add_fields in application_helper.rb doesn't convert the rendering to jquery mobile style. It makes sense, JQuery Mobile would mark up the things with its framework before rendering it to the browser. However, is there a way to get around this problem and render it on server side?