My comment app works ,but the only problem is wh开发者_如何学JAVAenever i refresh the page the comments disappear.In the log it shows the body is inserted in the comments table(it is saved).What am i
I have spent hours upon days trying to resolve this. Rake is throwing the following error: dcarpenter$ rake
i\'m new to rails (using rails 2.3.10) and would like to use jquery in particular jquery ui. the project is a brand new project and i\'m planning to use some widgets from jquery ui like datapicker and
My sites navigation is within my <%= render \'layouts/header\' %>. I want to use ajax so that when a user clicks on a navigation link, only the div id=\"content\" refreshes. div id=\"content\" is n
I\'m making very simple ROR (rails 2.3.5) application and using jQuery plugin jRails. The idea is to lunch modified in jQuery youtube player, which will play random videos from ror\'s controller\'s li
I\'ve been doing ruby and rails for a long time but am a newbie when it comes to the more dynamic elements (currently jrails and jQuery), so it\'s entirely possible I\'m missing something.
I am working on a search function on RoR that basically just has a cool visual effect when a user clicks the search button.
I have a code that looks like this. <%= link_to_remote \"View results\", { :update=>\"uxUpdateDiv\" ,
I am currently trying to use AJAX in my application via jRails.I am trying to return a JSON object from my controller, and then parse it in my Javascript. I am using json2.js to do the parsing.
Is there an equivalent to the Rails/Prototype observe_field method using jQuery without jRails? I am doing a search-as-you-type with will_paginate: