[Rails] Re: Logging in Production on Network Solutions

2010-04-26 Thread jrq
I've managed to get some output to the production.log file. By default Network Solutions creates the log files with 644, I think it needs 666. It's hard to tell since there seems to be a buffer that has to fill before the write is actually executed. At least I can see why the app's crashing.

[Rails] Re: Logging in Production on Network Solutions

2010-04-26 Thread jrq
Here's what I think happened: Network Solutions went into a complete tailspin over this recent hack of their file servers, and ran around altering permissions on directories and files left, right, and centre. All of this resulted in some very confused, and messed up applications. There's a

[Rails] Re: Logging in Production on Network Solutions

2010-04-23 Thread jrq
Yes. There's nothing in the environments/production.rb that should affect it: # Settings specified here will take precedence over those in config/ environment.rb # The production environment is meant for finished, live apps. # Code is not reloaded between requests config.cache_classes = true #

[Rails] Re: Logging in Production on Network Solutions

2010-04-23 Thread jrq
Apache/2.2.8 (Unix) / Phusion_Passenger/2.0.6 On Apr 23, 3:51 pm, Charles A. Lopez charlesalo...@gmail.com wrote: may i ask what web server you're using? On 23 April 2010 08:48, jrq jerry.quart...@gmail.com wrote: Network Solutions is really beginning to try my patience.   Can anyone

[Rails] Re: Logging in Production on Network Solutions

2010-04-23 Thread jrq
Apache/2.2.8 (Unix) / Phusion_Passenger/2.0.6 On Apr 23, 3:51 pm, Charles A. Lopez charlesalo...@gmail.com wrote: may i ask what web server you're using? On 23 April 2010 08:48, jrq jerry.quart...@gmail.com wrote: Network Solutions is really beginning to try my patience.   Can anyone