I know this question is repeated, but the question which exists is w.r.t to PYTHON.
My question is with respect to RUBY ON RAILS.
So please help.
Thanks
Krishna Kumar
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.
Use Ajax…ROR has a range of Ajax helpers. Link to remote will allow you to update a score server side without a page refresh. Have a look at:
http://api.rubyonrails.org/classes/ActionView/Helpers/PrototypeHelper.html
And try it out.
Slotishtype