search for: old_controller

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

2007 Jun 28
2
Can't actualize variable session
Hi, I have a variable session, session[:old_controller] that I m using to make some fancy effect on my menu. However since recetly, I have no idea but this variable refuse to be actualized... I am doing a <% session[:old_controller]=@controller.controller_name %> but at the next request, if I check the value of session[:old_controller] it didn...
2006 Apr 23
13
post() to other controller in functional test?
In a functional test, I want to call an action in another controller (a login) before testing things in the current controller. As far as I can tell from the extremely sparse documentation and the AWDR book, this seems to be impossible. The post() functions takes an action argument only, and that''s that. Surely I must be misunderstanding things? -- Calle Dybedahl