Hi Guys,
I've just started on rails, got it all setup on my DreamHost account with Passenger, except the demo controller I've created isn't working. I ran:
$ script/generate controller demo index
The files are all there, but when I go to http://rails.mysite.com/demo/index I get the 'We're sorry, but something went wrong' message. There's nothing in the log files at all, I'm in development mode.
Any help would be much appreciated, thanks!
Darren.