Displaying 1 result from an estimated 1 matches for "7425fe7cfe8db2c0211d5046b5b8e166".
2006 Oct 18
0
Please help with 2 (related?) problems
...9;) if progress_percent >=
100
end
else
redirect_to :action => ''index''
end
end
When I run the controller, I get the following error in the log file:
Processing ParserController#get_progress (for 127.0.0.1 at 2006-10-17
23:23:23) [POST]
Session ID: 7425fe7cfe8db2c0211d5046b5b8e166
Parameters: {"action"=>"get_progress", "controller"=>"parser"}
ActionController::UnknownAction (No action responded to get_progress):
Anyone have any ideas what might be the problem? I''m fairly new to
Ruby, Rails, and BackgrounDrb, so ple...