search for: edit_content

Displaying 3 results from an estimated 3 matches for "edit_content".

Did you mean: edit_comment
2006 Apr 14
1
Script.aculo.us Effects with callbacks not working as it should.
...tor: "busy_indicator_" + content_id }; // Then turn the object into a hash. var content_and_editor_variables_hash = $H(content_and_editor_variables); // Return the hash. return content_and_editor_variables_hash; } function edit_content(content_id) { var content_elements = set_content_and_editor_variables(content_id); // VERY VERY IMPORTANT!!!!! // At the moment you can''t use multiple editors at the same time.... // Fix should be something along the lines of: //...
2013 Apr 02
4
gmaps4rails: undefined method `model_name' for NilClass:Class
Hi All, just in a spot of bother with this gem, I am trying to create a new location and get the above msg. here is my controller: class LocationsController < ApplicationController # GET /locations # GET /locations.json def index @locations = Location.all @json = Location.all.to_gmaps4rails end respond_to do |format| format.html # index.html.erb
2010 Feb 23
11
Couldn't find without an ID
Hello all. I''m new to RoR. I am having trouble trying to get a simple edit/update going. Everytime I hit submit, I get the following error: +++++++++++++++++++++ Couldn''t find Content without an ID Request Parameters: {"format"=>"#<content:0x4d3daac>", "commit"=>"Update", "_method"=>"put",