Module: ExceptionHandler
- Defined in:
- lib/exception_handler.rb,
lib/exception_handler/config.rb,
lib/exception_handler/engine.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
Defined Under Namespace
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
-
.table_name_prefix ⇒ Object
> 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.
Class Method Details
.table_name_prefix ⇒ Object
> 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
12 13 14 |
# File 'lib/exception_handler.rb', line 12 def self.table_name_prefix # => No prefix end |