Table of Contents - rails_exception_handler-2.4.9 Documentation
Pages
-
README.markdown
- Rails Exception Handler
- Compatiblity
- Installation
- Configuring the basics
- environments
- fallback_layout
- after_initialize
- responses and response_mapping
- Gathering exception information
- store_user_info
- Storing the exception
- Through active_record
- Through mongoid
- Saving to the rails log
- Sending the error report as an HTTP POST request to another application
- Sending the error report as an email
- Exception filters
- :all_404s
- :anon_404s
- :no_referer_404s
- :user_agent_regxp
- :target_url_regxp
- :referer_url_regxp
- Rspec
- Contributors
- Licence
- Rails Exception Handler
Classes and Modules
- ActionDispatch
- ActionDispatch::ShowExceptions
- RailsExceptionHandler
- RailsExceptionHandler::ActiveRecord
- RailsExceptionHandler::Configuration
- RailsExceptionHandler::Engine
- RailsExceptionHandler::FakeSession
- RailsExceptionHandler::Handler
- RailsExceptionHandler::InstallGenerator
- RailsExceptionHandler::Mongoid
- RailsExceptionHandler::Parser
- RailsExceptionHandler::Storage
Methods
- ::active_record — RailsExceptionHandler::Storage
- ::catch — RailsExceptionHandler
- ::configuration — RailsExceptionHandler
- ::configure — RailsExceptionHandler
- ::email — RailsExceptionHandler::Storage
- ::flat_hash_key — RailsExceptionHandler::Storage
- ::flatten_hash — RailsExceptionHandler::Storage
- ::mongoid — RailsExceptionHandler::Storage
- ::new — RailsExceptionHandler
- ::new — RailsExceptionHandler::Configuration
- ::new — RailsExceptionHandler::Handler
- ::new — RailsExceptionHandler::Parser
- ::rails_log — RailsExceptionHandler::Storage
- ::remote_url — RailsExceptionHandler::Storage
- #activate? — RailsExceptionHandler::Configuration
- #active_record? — RailsExceptionHandler::Configuration
- #after_initialize — RailsExceptionHandler::Configuration
- #anon_user? — RailsExceptionHandler::Parser
- #blank_referer? — RailsExceptionHandler::Parser
- #call — RailsExceptionHandler
- #copy_initializer — RailsExceptionHandler::InstallGenerator
- #email? — RailsExceptionHandler::Configuration
- #enabled? — RailsExceptionHandler::FakeSession
- #filter_all_404s — RailsExceptionHandler::Parser
- #filter_anon_404s — RailsExceptionHandler::Parser
- #filter_no_referer_404s — RailsExceptionHandler::Parser
- #filter_referer_url_regxp — RailsExceptionHandler::Parser
- #filter_target_url_regxp — RailsExceptionHandler::Parser
- #filter_user_agent_regxp — RailsExceptionHandler::Parser
- #handle_exception — RailsExceptionHandler::Handler
- #ignore? — RailsExceptionHandler::Parser
- #mongoid? — RailsExceptionHandler::Configuration
- #options — RailsExceptionHandler::FakeSession
- #override_body_with_file_if_exists — RailsExceptionHandler::Handler
- #parse — RailsExceptionHandler::Parser
- #render_exception — ActionDispatch::ShowExceptions
- #render_exception_with_template — ActionDispatch::ShowExceptions
- #response — RailsExceptionHandler::Handler
- #response_layout — RailsExceptionHandler::Handler
- #response_text — RailsExceptionHandler::Handler
- #routing_error? — RailsExceptionHandler::Parser
- #run_callback — RailsExceptionHandler::Configuration
- #store_environment_info — RailsExceptionHandler::Configuration
- #store_error — RailsExceptionHandler::Handler
- #store_exception_info — RailsExceptionHandler::Configuration
- #store_global_info — RailsExceptionHandler::Configuration
- #store_request_info — RailsExceptionHandler::Configuration
- #template — ActionDispatch::ShowExceptions
- #user_info — RailsExceptionHandler::Parser