Controller Error

Sorry for the newbie question
i created a controller and a action for my rails
but when i load on my browser am gettin a message like this

We’re sorry, but something went wrong.
We’ve been notified about this issue and we’ll take a look at it
shortly.

Thanks in advance

On 16 February 2010 07:20, prasath venkatraman [email protected]
wrote:

Sorry for the newbie question
i created a controller and a action for my rails
but when i load on my browser am gettin a message like this

We’re sorry, but something went wrong.
We’ve been notified about this issue and we’ll take a look at it
shortly.

Have a look in log/development.log (assuming you are in development
mode). There should be more information about the problem there.
Also look in the window where you ran script/server (if you did) for
error messages.

Colin

Hi prasath venkatraman

Did you properly setup database connectivity?

Sijo