Problem in ROR

hi,

while the time of executing ROR application I get the following
problem.
Because of this problem I am not able to continue with my project.
Please
any one help me.

Application error

Change this error message for exceptions thrown outside of an action
(like
in Dispatcher setups or broken Ruby code) in public/500.html

Thanks,
S.Sangeetha.

Check your log/development.log and check your apache error.log.

~kurth

Wow - thanks for the post. What a great tip!

~k

Set this in your config/environments/development.rb (or whatever
environment you are actually running, typically development if you are
developing the code):

config.action_controller.consider_all_requests_local = true

You should then see the application error and backtraces in your web
browser when you hit the error.

DZ