search for: initial_env

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

2006 Jan 19
5
reload controller with FCGI
since webrick does not need to run with FCGI how do you get a rails app in FCGI mode to reload the controller (since it caches in production). Is it simply a restart of apache ? adam
2006 Jan 31
4
RoR production app does not refresh
Hi, We have a RoR app deployed using Apache + fastcgi in production mode. When we make a change to say a controller filie on the server and go back to that page that executes that controller action it takes no effect. Does Rails cache pages and if so how does one force the new page to be used? Thanks,