rescue_from

When building a Rails invariably I have some conditions that needs to be handled that fall outside of  “normal” behavior.  I also want to display something nice to the user, log the error and respond to the browser with the correct HTTP response code.  This can be used per controller or system wide in the application controller.

rescue_from ActiveRecord::RecordNotFound do |exception|  logger.error exception.backtrace.join(”\n”)  render :template => “record_not_found”, :status => :not_foundend

API Reference: rescue_from

11 Responses to “rescue_from”

  1. Steve Yan Says:

    I’m trying to do something similar, but am noticing that the Rails log does not show a completed action when I render from within rescue_from. I was wondering if you have seen the same issue?

    I just see the below:

    Processing DomainsController#show to xml (for 127.0.0.1 at 2009-04-03
    16:41:38) [GET]
    Parameters: {”format”=>”xml”, “action”=>”show”, “id”=>”test6″,
    “controller”=>”domains”}

    without the final completion log:

    Completed in 81ms (View: 0, DB: 2) | 404 Not Found
    [http://localhost/services/domains/test6]

    It would be nice to take advantage of this default logging without having to resort to logging my own HTTP status code.

    Thanks!
    Steve

  2. admin Says:

    Interesting.

    I created a basic rails app with a model of users. With a standard HTML request I am getting a completed action.

    Hope this helps,
    Bill

    Processing UsersController#edit (for 127.0.0.1 at 2009-04-12 23:13:44) [GET]
    Parameters: {”action”=>”edit”, “id”=>”991″, “controller”=>”users”}
    User Load (0.000113) SELECT * FROM “users” WHERE (”users”.”id” = 991)
    Rendering template within layouts/application
    Rendering status/record_not_found (not_found)
    Compiling template _run_erb_47app47views47status47record_not_found46html46erb
    Compiling template _run_erb_47app47views47layouts47application46html46erb

  3. FELIX Says:

    PillSpot.org. Canadian Health&Care.Special Internet Prices.No prescription online pharmacy.Pillspot.org.< b > < a href=”http://pillspot.org/products/vitamins_herbal_supplements/ Herbal-supplements@buy.online” >.< /a >…

    Categories: Antibiotics.Stop SmokingAntiviral.Vitamins/Herbal Supplements.Eye Care.Anti-allergic/Asthma.Blood Pressure/Heart.Mens Health.Pain Relief.Anxiety/Sleep Aid.Stomach.Mental HealthSkin Care.Weight Loss.Antidepressants.Womens Health.Antidia…

  4. ORLANDO Says:

    < blockquote >< a href=”http://pillspot.org/”>Pillspot.org. Canadian Health&Care.Best quality drugs.Special Internet Prices.No prescription online pharmacy. Online Pharmacy. Buy pills online< /a >…

    Buy:Cialis Soft Tabs.Viagra Soft Tabs.Cialis Super Active+.Levitra.Viagra Super Active+.Zithromax.VPXL.Super Active ED Pack.Cialis Professional.Viagra Professional.Viagra Super Force.Viagra.Tramadol.Propecia.Cialis.Maxaman.Soma….

  5. robe Mr. 500i Mrobe 100/ Says:

    M http://AUTOPARTSTHAI.INFO/tag/M : M…

    M…

  6. Store Says:

    Store http://ABABYCLOTHES.INFO/tag/Store Selling Nightbane Book 4 : Nightbane…

    Book…

  7. Buy Says:

    8 http://APTAUTOPARTS.INFO/tag/Buy 8 : Buy…

    00a RCA DTA/…

  8. Dallas Says:

    Dallas http://udiscountnhzw.copious-systems.com/tag/Dallas light best/ : Dallas…

    Dallas…

  9. outlet Says:

    Rental http://dbrookgj.01DODGEPARTS.US/tag/1730+outlet+Chicago+Rental/ : Rental…

    1730…

  10. shop Says:

    shop http://uworkji8igs.copious-systems.com/tag/work+shop+containers+storage+Small/ : containers…

    work…

  11. Outdoor Says:

    Shades http://iindoort4.APTAUTOPARTS.INFO/tag/Outdoor+Sun+car+Shades/ : Shades…

    Sun…

Leave a Reply