search for: _navigation

Displaying 2 results from an estimated 2 matches for "_navigation".

Did you mean: navigation
2005 Dec 30
11
Losing my mind with Ajax link_to_remote
...'t seem to wrap my brain around it. I''m having some trouble doing an Ajax navigation column. Here''s what I have: view layout: <div id="navigation"> <%= render(:partial => "navigation", :collection => @categories) %> </div> My _navigation.rhtml partial looks like: <% if @params[:id].to_i == navigation.parentid.to_i %> <%= link_to_remote navigation.name, :url => {:controller => "listing", :action => "browse", :id => navigation.id, :update => "navigation"} %> <br/> &...
2006 Jul 27
1
Weird issue with editing data.
...uot;action"=>"edit", "id"=>"1", "controller"=>"knowledgebase"} User Columns (0.053923) SHOW FIELDS FROM users Rendering within layouts/knowledgebase Rendering knowledgebase/edit Rendered knowledgebase/_form (0.00072) Rendered home/_navigation (0.00013) Completed in 0.06913 (14 reqs/sec) | Rendering: 0.00429 (6%) | DB: 0.05392 (78%) | 200 OK [http://192.168.0.117/knowledgebase/edit/1] Any insights as to why the data is never grabbed from the db? Ive confirmed its there, and it does show with a show request. Many thanks Jonathan