search for: xxx_control

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

Did you mean: wx_control
2006 Aug 08
12
Rails (internals) architectural question
Hi Another newbe here..... I was wondering if someone could please help me understand the controllers/view inner working in Production 1. If xxx_controller.rb is only loaded once does it mean there is only one instance of Controller serving all requests? 2. If only one instance of controller is there then how are controllers instance variables protected from data corruption when serving multiple requests? Since these instance variables render data...
2006 May 28
1
Changing module name - help!
...d to change the controllers in the ''User'' module to ''Data''. I''ve changed the directory structure and updated all Controllers to reflect this change, but it doesn''t want to work.. Here is the structure as it looks now: -controllers --data ---xxx_controller.rb ---.... -helpers --data ---xxx_helper.rb -models (No changes were made) --xxx.rb -views --data ---controllername... ------------------------- Inside the controller files, I''ve updated "class User::Controllername" to "class Data::Controllername". I''v...