Changing .htacces / database.yml in Rails apps..
Posted by: jonas01
Posted on: 2005-11-19 07:05:00
Hi! I'm kinda new to Rails and not very experienced with Unix, so I need some pointers.
I changed my .htaccess to use the dispatch.fcgi, which results in an error at dreamhost. I have no clue why, but it seems to be database releated.
The error i get is; <b>Application error (Rails)</b> .. and the log talks about mysql socks, which doesn't really reflect my database.yml (I think). But my app works in normal cgi mode.
Do I need to restart the web server so the changes get applied? Or does it all happen automatically when my Rails app fails? also, can anyone point to some Rails documentation for things like this, preferably Dreamhost specific? (the wiki entry doesn't mention anything about this).
Thank you.