Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I have been using jQuery for all my projects in PHP, Java etc. but now since I am starting up with Rails, I am bit confused about whether to stick with jQuery or use Prototype. Since Rails by default supports Prototype, is there any added advantage in using Prototype? Would it be fine if I use jQuery? Which JavaScript framework do you guys normally use?

share|improve this question
the one you prefer, Rails is agnostic – apneadiving Aug 26 '11 at 8:14

3 Answers

up vote 1 down vote accepted

Prototype came first but jQuery won the JavaScript framework wars. Rails 3 ships with jQuery by default, not Prototype. Use jQuery—it's pretty much the industry standard now.

share|improve this answer

jQuery will now be the default javascript framework in new version of rails. jQuery is best without any doubt.

share|improve this answer

Rails 3 is framework agnostic, just use whatever you prefer. I use Jquery.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.