Displaying 2 results from an estimated 2 matches for "faqcontrol".
Did you mean:
fancontrol
2006 May 15
3
large controller
Hello there,
I have been thinking about this for some time now, but I am not
experienced enough using Rails to solve the Problem on my own.
I have a Rails application that has an admin section, from where you
can, well, administer the whole thing.
I have CRUD functionality for several data structures there. So the
controller is getting big, and I don''t want that,
but I feel I have
2006 Jun 29
8
Is This a Performance Concern?
...", "controller"=>"quick_quote"}
Rendering within layouts/application
Rendering quick_quote/index
Completed in 0.05039 (19 reqs/sec) | Rendering: 0.03294 (65%) | DB: 0.00000
(0%) | 200 OK [http://localhost/quick_quote]
A page that actually hits the database:
Processing FaqController#index (for 127.0.0.1 at 2006-06-29 14:59:17) [GET]
Session ID: e11f7df52bffff304ca7c88e672ef71a
Parameters: {"action"=>"index", "controller"=>"faq"}
Rendering layoutfalseactionlist within layouts/application
Rendering faq/list
Completed in 0.0766...