Tag Archive: remote form tag

Jun
04

Ruby on Rails: remote functions do not work

Your remote_function or remote_form_tag could stop working if you use jQuery into your Ruby on Rails project. This is because the jQuery $ function is different from the prototype one, and RoR uses some particular function that is not available with jQuery. For example, you can get an error like this submitting your remote_form_tag: $(form).getElementsByTagName …

Continue reading »