Sha256: b42ba430af9b9c4f70d82c132e0ff502c3648b18909135c6c9daf4ee23c789aa

Contents?: true

Size: 1.6 KB

Versions: 11

Compression:

Stored size: 1.6 KB

Contents

# Uncomment below to force the RuGUI application into production mode
# ENV['RUGUI_ENV'] ||= 'production'

# Bootstrap the RuGUI environment, and default configuration
require File.join(File.dirname(__FILE__), 'boot')

RuGUI::Initializer.run do |config|
  # Settings in config/environments/* take precedence over those specified here.
  # Application configuration should go into files in config/initializers
  # -- all .rb files in that directory are automatically loaded.
  # See RuGUI::Configuration for more options.

  # Changes the framework adapter. Currently the only implemented framework
  # adapters are GTK and Qt4. Defaults to GTK.
  # config.framework_adapter = 'Qt4'

  # Add additional load paths for your own custom dirs
  # config.load_paths += %W( #{APPLICATION_ROOT}/extras )

  # The log output, by default it is :stdout, but can be :stderr or any valid
  # filename. Defaults to :stdout.
  #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"

  # Specify gems that this application depends on.
  # They can then be installed with "rake gems:install" on new installations.
  # config.gem "bj"
  # config.gem "hapricot", :version => '>0.8', :source => "http://code.whytheluckystiff.net"
  # config.gem "aws-s3", :lib => "aws/s3"
end

Version data entries

11 entries across 11 versions & 2 rubygems

Version Path
intelitiva-rugui-1.2.0 rugui_generators/rugui/templates/GTK/environment.rb
intelitiva-rugui-1.3.0 rugui_generators/rugui/templates/GTK/environment.rb
intelitiva-rugui-1.3.1 rugui_generators/rugui/templates/GTK/environment.rb
intelitiva-rugui-1.3.2 rugui_generators/rugui/templates/GTK/environment.rb
rugui-1.4.3 lib/rugui/generators/rugui/templates/framework_specific/gtk/config/environment.rb
rugui-1.4.2 lib/rugui/generators/rugui/templates/framework_specific/gtk/config/environment.rb
rugui-1.3.3 rugui_generators/rugui/templates/GTK/environment.rb
rugui-1.3.1 rugui_generators/rugui/templates/GTK/environment.rb
rugui-1.3.2 rugui_generators/rugui/templates/GTK/environment.rb
rugui-1.2.2 rugui_generators/rugui/templates/GTK/environment.rb
rugui-1.3.0 rugui_generators/rugui/templates/GTK/environment.rb