Sign In/My Account | View Cart  

advertisement

AddThis Social Bookmark Button

Article:
  Rolling with Ruby on Rails Revisited, Part 2
Subject:   Ruby pages won't load...
Date:   2007-11-12 14:44:21
From:   BBKing
Hi there,


first of all, veeery nice introduction to rails! Thanks for your time!


Now my problem is the following:
When I start the web page to show one of the pages of the rails application, I just get this message:


"We're sorry, but something went wrong.


We've been notified about this issue and we'll take a look at it shortly."


I'm using SuSE 10.0, Apache2 and Ruby 1.8.6


It was a pain to install mod_fastcgi, but finally I think I made it.


The bad thing is, I dont have anything in the log directory and dont know where to look for a hint any more.
The DB is created, I got all the files in the controllers, helpers, models and views directories and everything just seems fine.


What do you think, is it an Apache2 config problem or some sort of Ruby mess?


Thanks for the help in advance!
Cheers,
BBKing

Full Threads Oldest First

Showing messages 1 through 1 of 1.

  • Ruby pages won't load...
    2007-11-14 04:55:25  Bill Walton | [View]

    Hi BB,

    Are you running Mongrel behind Apache? Without log info, it'll be pretty much impossible to debug your problem. If you're actually hitting the Rails app and getting the 500 error from it, you'll have an entry in development.log. If not, then you've got a config problem. You might want to ask on the Rails mailing list.

    Best regards,
    Bill