Rails Application fails to start properly

I have this site - a local version on my computer and one that lives up
on the server. My local version works perfectly, the version on the
server, however, display the login page but crashes when you try to
login displaying this error text:

Application error
Rails application failed to start properly

I’m not sure what is happening. I have made sure that both versions
consists of up-to-files and all model and controllers are there. Any
ideas why two exact applications would fails like this. Could be a rails
version issue - a new version on the server then the one on my local
computer? Thanks,

-S

Shandy,

have you checked the log files? they should have some indication of why
it
failed.

Cheers,
Mel

Mel R. wrote:

Shandy,

have you checked the log files? they should have some indication of why
it
failed.

Cheers,
Mel

I hadn’t thought about that, but still there doesn’t seem to be any
errors being thrown. It is an HTTP 500 Internal Server Error displayed
on the web page however, so something is going on. Thanks,

-S