Module: ExceptionHandler

Defined in:
lib/exception_handler.rb,
lib/exception_handler/config.rb,
lib/exception_handler/engine.rb,
lib/exception_handler/version.rb,
app/models/exception_handler/exception.rb,
app/mailers/exception_handler/exception_mailer.rb,
lib/generators/exception_handler/views_generator.rb,
app/controllers/exception_handler/exceptions_controller.rb

Overview

_ _ _ ##

| | | |             (_)              ##
| | | | ___ _ __ ___ _  ___  _ __    ##
| | | |/ _ \ '__/ __| |/ _ \| '_ \   ##
\ \_/ /  __/ |  \__ \ | (_) | | | |  ##
 \___/ \___|_|  |___/_|\___/|_| |_|  ##
                                     ##

Defined Under Namespace

Modules: VERSION Classes: Config, Engine, Error, ExceptionMailer, ExceptionsController, ViewsGenerator

Constant Summary collapse

BOTS =

> Search Bots

> Used in “Exception” class

%w(Baidu Gigabot Googlebot libwww-per lwp-trivial msnbot SiteUptime Slurp Wordpress ZIBB ZyBorg Yandex Jyxobot Huaweisymantecspider ApptusBot)
ATTRS =

> Attributes

> Determine schema etc

%i(class_name status message trace target referrer params user_agent)

Class Method Summary collapse

Class Method Details

.table_name_prefixObject

> Table Prefix

> Keeps Rails Engine from generating all table prefixes with the engines name

> stackoverflow.com/questions/19435214/rails-mountable-engine-with-isolate-namespace-but-without-prefixed-namespace-on



22
23
24
# File 'lib/exception_handler.rb', line 22

def self.table_name_prefix
  # => No prefix
end