search for: actionlistlayoutfalse

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

2006 May 26
11
Weird Caching Issue
Hey all, Here''s the issue... I''m not entirely sure it''s even a Cache-related issue, but here it goes: I''ve deployed a Rails app onto a subdomain of my clients site... The server is running Apache2, and I''m proxying through to Lighttpd. The issue I''m having is that I''m able to add content to the site (data exists in the db), but
2005 Dec 31
7
Application Errors w/ layout & custom view pages
1) I get Rails Application Error when trying to use layout test_controller def list layout "stdlayout" end in the views/test/layouts stdlayout.rhtml <html> <head><title>test</title></head> </body> <h1>Test</h1> <%= content_for_layout %> </body> </html> 2) I get Rails Application Error when trying to use a separate
2006 Jan 16
0
[newbie] Redundant SELECTs?
..."=>"index", "controller"=>"story"} Section Load (0.043420) SELECT * FROM sections WHERE (parent_id = 0) ORDER BY created_at desc Section Load (0.034256) SELECT * FROM sections WHERE (parent_id > 0) ORDER BY created_at desc LIMIT 7 Rendering actionlistlayoutfalse within layouts/application Rendering story/list SQL (0.004732) PRAGMA table_info(sections) Section Load (0.026646) SELECT * FROM sections WHERE (sections.id = 6) LIMIT 1 Section Load (0.020160) SELECT * FROM sections WHERE (sections.id = 4) LIMIT 1 Section Load (0.092672) SE...