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/services/exception_handler/exception.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, Engine, Error, Exception, ExceptionController, MigrationGenerator, Parse, ViewsGenerator
Constant Summary collapse
- VERSION =
"0.5.1"- @@config =
Default (has to init so is available in all areas)
""
Class Method Summary collapse
-
.table_name_prefix ⇒ Object
Don’t have prefix method return anything.
Class Method Details
.table_name_prefix ⇒ Object
Don’t have prefix method return anything. 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
28 29 30 |
# File 'lib/exception_handler.rb', line 28 def table_name_prefix #No prefix end |