search for: failsafe_response

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

2006 Mar 07
2
freeze_edge problem
(from http://pastebin.ca/44831) from a rails 1.0 app i did rake freeze_edge and rake rails:update. that went fine. when i go to the front page of my rails app I get wrong number of arguments (2 for 3) /var/www/somehost.net/site/public/../config/../vendor/rails/railties/lib/dispatcher.rb:63:in `failsafe_response'' /var/www/somehost.net/site/public/../config/../vendor/rails/railties/lib/dispatcher.rb:63:in `new_cgi'' /var/www/somehost.net/site/public/../config/../vendor/rails/railties/lib/dispatcher.rb:35:in `dispatch'' /var/www/somehost.net/site/public/dispatch.cgi:10 dispatch.rb...
2008 Jan 24
1
re -raise exceptions in stories?
I see that rails handles exceptions in stories by rendering public/500.html, whereas in controller specs exceptions are re-raised. Is it possible to have this same behaviour in stories so I can check the correct exceptions are being raised? -- View this message in context: http://www.nabble.com/re-raise-exceptions-in-stories--tp15076254p15076254.html Sent from the rspec-users mailing list archive
2006 Apr 09
18
I can''t get mod_fcgid to work
Hi, I just installed mod_fcgid on my apache2 server. When I try to load my application I get an "Application error - Rails application failed ..." message. In my Apache2 error-log it says: Premature end of script headers dispatch.fcgi mod_fcgid process /data/www/app/dispacth.fcgi exit (communication error), terminated by calling exit(), return code 1 Any help with this would be