Tag Archives: rails exception

how full error reports are disabled while exception occure in rails

problem is how to raise “500.html” instead of standard whole error report 1)set local request as false as shown in below Each environment has this value. so if it wanted in production mode.  change  configuration/environments/production.rb   only. config.consider_all_requests_local       = false 2)override … Continue reading

Posted in rails, ROR, ruby on rails, web development | Tagged , , | Leave a comment

Exception Hierarchy-Ruby

Posted in rails, ROR, ruby on rails | Tagged , | Leave a comment