jrails
jrails copied to clipboard
jRails is a drop-in jQuery replacement for Prototype/script.aculo.us on Rails. Using jRails, you can get all of the same default Rails helpers for javascript functionality using the lighter jQuery lib...
Hi! This nice plugin don't work on Rails 3. Does anyone have any idea how to make it run? Best regards
jrails.rb:367 options[:with] ||= "#{JQUERY_VAR}(this).sortable('serialize',{key:'#{element_id}[]'})" should be: options[:with] ||= "#{JQUERY_VAR}(this).sortable('serialize',{key:'#{element_id}'})"
Can't get the observer to work. Following instructions similar to: http://railsforum.com/viewtopic.php?id=20362
the domain seems to be outdated, so maybe you must move the doc to the wiki
I was tryng to get it working like this using jrails: http://gist.github.com/485142 But the div is not removed so :success is not working. When i just use prototype this works...
Hi, Do you have any plan to support JQuery 1.4 any time ? If I manually update the JQuery lib, what kind of trouble/incompatibility may I expect ? Thanks
jQuery Tool is a UI library. http://flowplayer.org/tools/index.html If I use jrails then some effects of jquery tools will not works. eg. slide tabs. = javascript_include_tag :default, "jquery.tools.min" %ul.tabs %li= link_to...
Add jquery-ui components
Add support for callbacks such as :loading, :success, etc. They don't appear to work... http://api.rubyonrails.org/classes/ActionView/Helpers/PrototypeHelper.html
I just had a heck of a time tracking down a problem where $.getJSON was not sending the proper Accept header. I finally found it here... Is it necessary to...