Top Level Namespace

Defined Under Namespace

Modules: FileSet, Haml, Kernel, Padrino Classes: Module, Numeric, Object, String, TemporaryString

Constant Summary collapse

RACK_ENV =

Defines our constants

ENV['RACK_ENV'] ||= 'development'
PADRINO_ROOT =
File.expand_path('../..', __FILE__)
PADRINO_I18N_LOCALE =
true
PADRINO_LOG_LEVEL =

Defines the log level for a Padrino project.

ENV['PADRINO_LOG_LEVEL']
PADRINO_LOGGER =

Defines the logger used for a Padrino project.

ENV['PADRINO_LOGGER']
SafeBuffer =
Padrino::SafeBuffer

Instance Method Summary

Instance Method Details

#root ⇒ Object

Require initializers before all other dependencies. Dependencies from 'config' folder are NOT re-required on reload.

© 2010–2020 Padrino
Licensed under the MIT License.
https://www.rubydoc.info/github/padrino/padrino-framework/toplevel