lib/padrino-gen/generators/app/app.rb.tt in padrino-gen-0.10.2 vs lib/padrino-gen/generators/app/app.rb.tt in padrino-gen-0.10.3

- old
+ new

@@ -21,20 +21,20 @@ # ## # Application configuration options # - # set :raise_errors, true # Raise exceptions (will stop application) (default for test) - # set :dump_errors, true # Exception backtraces are written to STDERR (default for production/development) - # set :show_exceptions, true # Shows a stack trace in browser (default for development) - # set :logging, true # Logging in STDOUT for development and file for production (default only for development) - # set :public, "foo/bar" # Location for static assets (default root/public) - # set :reload, false # Reload application files (default in development) - # set :default_builder, "foo" # Set a custom form builder (default 'StandardFormBuilder') - # set :locale_path, "bar" # Set path for I18n translations (default your_app/locales) - # disable :sessions # Disabled sessions by default (enable if needed) - # disable :flash # Disables rack-flash (enabled by default if Rack::Flash is defined) - # layout :my_layout # Layout can be in views/layouts/foo.ext or views/foo.ext (default :application) + # set :raise_errors, true # Raise exceptions (will stop application) (default for test) + # set :dump_errors, true # Exception backtraces are written to STDERR (default for production/development) + # set :show_exceptions, true # Shows a stack trace in browser (default for development) + # set :logging, true # Logging in STDOUT for development and file for production (default only for development) + # set :public_folder, "foo/bar" # Location for static assets (default root/public) + # set :reload, false # Reload application files (default in development) + # set :default_builder, "foo" # Set a custom form builder (default 'StandardFormBuilder') + # set :locale_path, "bar" # Set path for I18n translations (default your_app/locales) + # disable :sessions # Disabled sessions by default (enable if needed) + # disable :flash # Disables sinatra-flash (enabled by default if Sinatra::Flash is defined) + # layout :my_layout # Layout can be in views/layouts/foo.ext or views/foo.ext (default :application) # ## # You can configure for a specified environment like: #