search for: cd6a0a059f38a78c07376123512967e1

Displaying 1 result from an estimated 1 matches for "cd6a0a059f38a78c07376123512967e1".

2006 Oct 18
1
observe_field, GET method and RESTful controllers
...=> project_path, :method => :get, :with => "''id=''+escape(value)") %> Then the index action is called and Mongrel shows the following wierdness in the log file Processing ProjectsController#index (for 127.0.0.1 at 2006-10-18 23:29:13) [GET] Session ID: cd6a0a059f38a78c07376123512967e1 Parameters: {"action"=>"index", "id"=>"3", "controller"=>"projects", "_"=>nil} [4;36;1mProject Load (0.000000) [0;1mSELECT * FROM projects As you can see adding the :method => get appears to work but then...