Module: ExceptionHandler
- Defined in:
- lib/generators/exception_handler/migration_generator.rb,
lib/exception_handler.rb,
lib/exception_handler/parse.rb,
lib/exception_handler/config.rb,
lib/exception_handler/version.rb,
lib/exception_handler/parser/data.rb,
app/models/exception_handler/error.rb,
lib/exception_handler/parser/ignore.rb,
app/helpers/exception_handler/application_helper.rb,
lib/generators/exception_handler/views_generator.rb,
app/controllers/exception_handler/exception_controller.rb
Overview
Migration Generator (for adding errors table) Ref: github.com/plataformatec/devise/blob/master/lib/generators/active_record/devise_generator.rb
Defined Under Namespace
Modules: ApplicationHelper, Parser Classes: Config, Error, ExceptionController, Exceptions, MigrationGenerator, Parse, ViewsGenerator
Constant Summary collapse
- VERSION =
"0.4.6"- @@config =
-> instance of defaults invoked with @@config, merged with deep_merge
ExceptionHandler::Config.defaults
Class Method Summary collapse
-
.table_name_prefix ⇒ Object
This will keep 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
This will keep 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
27 28 29 |
# File 'lib/exception_handler.rb', line 27 def self.table_name_prefix #No prefix end |