search for: jdbf3xikgs8

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

2005 Dec 27
3
execution timeout
Hi! I have a rails action controller method which takes long time to complete. After about 4-5 minutes running, I get a "execution expired" error which stops this method''s execution. I looked and looked, searched and searched, but could not find how to configure my ActionController''s timeout to be greater than the default. Could anyone help? -- Posted via
2005 Dec 20
0
error when I use render(:layout=>false)
I have a simple controller action, which works just well with the layout. Once I introduce render(:layout=>false) - the view does not seem to be "linked" the the controller''s @ vars, which are nil! how weried is that? what am I doing wrong? -- Posted via http://www.ruby-forum.com/.