Sha256: 626cb6bf4f747902a6b263c14add0d98b475189eb69511ee79fb11c6f3afb5dc

Contents?: true

Size: 754 Bytes

Versions: 19

Compression:

Stored size: 754 Bytes

Contents

# This is a sample configuration file suited for a development environment.

# Setting output for logging. You can use :stdout, :stderr or the name of log
# file. Defaults to :stdout.
#
# Ex:
# config.logger[:output] = :stdout
# config.logger[:output] = :stderr
# config.logger[:output] = "development.log" # or the name of log file.
#
config.logger[:output] = :stdout

# The level for logging. You can use :debug, :info, :warn, :error or :fatal
# That is the sequence of severity. Defaults to :info.
config.logger[:level] = :info

# The format of timestamp. See the formatting for Time.strftime
#
# See with more details here:
# http://www.rubybrain.com/api/ruby-1.8.7/doc/index.html?a=M000253&name=strftime
config.logger[:format] = "%Y-%m-%d %H:%M:%S"

Version data entries

19 entries across 19 versions & 2 rubygems

Version Path
intelitiva-rugui-1.2.0 rugui_generators/rugui/templates/development.rb.sample
intelitiva-rugui-1.3.0 rugui_generators/rugui/templates/development.rb.sample
intelitiva-rugui-1.3.1 rugui_generators/rugui/templates/development.rb.sample
intelitiva-rugui-1.3.2 rugui_generators/rugui/templates/development.rb.sample
rugui-2.0.0.beta3 lib/rugui/generators/rugui/templates/config/environments/development.rb
rugui-2.0.0.beta2 lib/rugui/generators/rugui/templates/config/environments/development.rb
rugui-1.6.0 lib/rugui/generators/rugui/templates/config/environments/development.rb
rugui-1.5.4 lib/rugui/generators/rugui/templates/config/environments/development.rb
rugui-1.5.3 lib/rugui/generators/rugui/templates/config/environments/development.rb
rugui-1.5.2 lib/rugui/generators/rugui/templates/config/environments/development.rb
rugui-1.5.0 lib/rugui/generators/rugui/templates/config/environments/development.rb
rugui-1.4.3 lib/rugui/generators/rugui/templates/config/environments/development.rb
rugui-1.4.2 lib/rugui/generators/rugui/templates/config/environments/development.rb
rugui-1.4.0 lib/rugui/generators/rugui/templates/config/environments/development.rb.sample
rugui-1.3.3 rugui_generators/rugui/templates/development.rb.sample
rugui-1.3.1 rugui_generators/rugui/templates/development.rb.sample
rugui-1.3.2 rugui_generators/rugui/templates/development.rb.sample
rugui-1.3.0 rugui_generators/rugui/templates/development.rb.sample
rugui-1.2.2 rugui_generators/rugui/templates/development.rb.sample