I\'m working to setup an AJAX action in rails 3 with the following code.The AJAX part of the code seems to work, but it does not request the开发者_开发百科 correct file and my respond_to serves it the
I want to use the value of an input tag开发者_开发知识库 in rjs to do: <%= button_to_function \"add tag\" do |page|
I\'m working to include in my rails application some prototype to display pages associated with a site. Without JS it works properly, but when I tell the page to update through a RJS with something li
I have a BlogPost resources, where in BlogPost \'show\' screen, I want a \"new comment\" button to be displayed and only on clicking that button I want the new Comment template to be rendered into the
I have a Rails 3 app that uses a remote/AJAX link to update a partial on the page.In my view, I have the following:
I\'m having trouble figuring out how to do a simple Javascript task on fields in a table created with Rails 3.
In my Rails 3 app, I have a list of questions. Each question has a \"question number\" which designates its order in the table/list. I\'m trying to implement a \"Move Up\" link that will decrement tha
I\'ve got an app that allows users to submit comments on their profiles (think facebooks wall). As of right now, the users can only submit comments from the homepage, which creates a new \"comment\",
I can\'t believe I\'ve been looking four hours for this simple task, but I have. In Rails 2.3, I could replace one section of a page with this simple code:
Rails - 3.0 - Trying to make an ajax call but I run into an error. Controller - Home 开发者_运维百科def test