I need a good resource to get started with AJAX on Rails, where everything is explained from ground-up, in detail. Please suggest.
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.
Read this blogpost on Unobtrusive JavaScript in Rails 3 as a good starting point. However, I personally prefer writing my own Javascript and AJAX methods instead of relying on Rails helpers to do it for me, since that gives me finer control over what I intend to do.