File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
frameworks/Ruby/padrino/app Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -32,13 +32,13 @@ class App < Padrino::Application
3232 # set :raise_errors, true # Raise exceptions (will stop application) (default for test)
3333 # set :dump_errors, true # Exception backtraces are written to STDERR (default for production/development)
3434 # set :show_exceptions, true # Shows a stack trace in browser (default for development)
35- # set :logging, true # Logging in STDOUT for development and file for production (default only for development)
35+ set :logging , false # Logging in STDOUT for development and file for production (default only for development)
3636 # set :public_folder, 'foo/bar' # Location for static assets (default root/public)
3737 # set :reload, false # Reload application files (default in development)
3838 # set :default_builder, 'foo' # Set a custom form builder (default 'StandardFormBuilder')
3939 # set :locale_path, 'bar' # Set path for I18n translations (default your_apps_root_path/locale)
40- disable :sessions # Disabled sessions by default (enable if needed)
41- disable :flash # Disables sinatra-flash (enabled by default if Sinatra::Flash is defined)
40+ disable :sessions # Disabled sessions by default (enable if needed)
41+ disable :flash # Disables sinatra-flash (enabled by default if Sinatra::Flash is defined)
4242 # layout :my_layout # Layout can be in views/layouts/foo.ext or views/foo.ext (default :application)
4343 #
4444
You can’t perform that action at this time.
0 commit comments