Does Ruby on Rails have a way to use jQuery rather than Prototype under-the-bonnet for its ajax view helpers? (e.g. “link_to_remote”)
Does Ruby on Rails have a way to use jQuery rather than Prototype under-the-bonnet
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
jRails works for Rails 2, overriding various functions to get the job done. However, Rails 3 allows you to entirely replace the Prototype driver with a jQuery driver of equal precedence.
If you haven’t started the project yet, you may want to consider using Rails 3, as the solution is much more complete. That is, if other plugins you need are compatible – see RailsPlugins.org.