Browse the Ruby on Rails Community.

You are here: Forums Ask a Rails expert Application error(Rails)...

Replytotopic

Application error(Rails)

Posted in Forums : Ask a Rails expert

 
Profile

Authority 0
Posting Rating 0
Sign in to rate this post

Hi my site is working fine but every now and then some request are giving me

Status: 500 Internal Server Error Content-Type: text/html
Application error (Rails)

Can anyone have any idea as the application is running but some requests are only giving error.

Thanks

 
Profile

Authority 12
Posting Rating 96
Sign in to rate this post

Please check your log file to get the trace of unhandled exception.

 
Profile

Authority 12
Posting Rating 0
Sign in to rate this post

What Balaji said: take a look in your production.log file. It will contain what exactly is throwing the error. If you need help deciphering it, paste some of the error in here and we can help!

 
Profile

Authority 0
Posting Rating 15
Sign in to rate this post

You can also check the rails console and try to find the line where the error occurs…

Replytotopic

Other Recent Topics

Ask a Rails expert : How to parse <pubdate> in RSS

Ask a Rails expert : Couldn't find Product without an ID

Ask a Rails expert : HTML to XML ---> get title & description

Ask a Rails expert : Accessing controller actions from scripted page?

Ask a Rails expert : seledted option for select_tag

Ask a Rails expert : Merging fields from two tables into one, including duplicates

Ask a Rails expert : saving has_many :through

Ask a Rails expert : Use Rails to develop sites for both Designer and Programmer

Ask a Rails expert : Rails+RS232

Ask a Rails expert : Is this a good way to add Admin section

Formatting Help
  • *bold*       _italics_      
    bq. (quotes)
  • "DSC":http://www.dsc.net
  • * or # (lists)
or cancel