Sha256: d2c4d23aa98edb08a8b61bd782d299cae5d74f9efa3bf89298c0515f6065c744

Contents?: true

Size: 1.06 KB

Versions: 46

Compression:

Stored size: 1.06 KB

Contents

# Set Time.zone default to the specified zone and make Active Record auto-convert to this zone.
# Run "rake -D time" for a list of tasks for finding time zone names. Default is UTC.
# Rails.application.config.time_zone = 'Rome'

# The default locale is :en and all translations from config/locales/*.rb,yml are auto loaded.
# config.i18n.load_path += Dir[Rails.root.join('my', 'locales', '*.{rb,yml}').to_s]
# Rails.application.config.i18n.default_locale = :en
#I18n.enforce_available_locales = false

# Test framework
#Rails.application.config.generators.test_framework false

# autoload lib path
#Rails.application.config.autoload_paths += %W(#{Rails.application.config.root}/lib)

# Added to avoid flash error message: undefined method `flash' for #<ActionDispatch::Request
# That was caused by my api adding to a previosuly existing application
#Rails.application.config.api_only = false

# Include the authenticity token in remote forms.

# Rails.application.middleware.use ::ActionDispatch::Static, "#{root}/vendor"

# Rails Admin Theme
ENV['RAILS_ADMIN_THEME'] ||= 'rollincode'

Version data entries

46 entries across 46 versions & 1 rubygems

Version Path
thecore-1.7.7 lib/application_configs.rb
thecore-1.7.5 lib/application_configs.rb
thecore-1.7.3 lib/application_configs.rb
thecore-1.7.2 lib/application_configs.rb
thecore-1.7.1 lib/application_configs.rb
thecore-1.7.0 lib/application_configs.rb
thecore-1.6.13 lib/application_configs.rb
thecore-1.6.10 lib/application_configs.rb
thecore-1.6.9 lib/application_configs.rb
thecore-1.6.8 lib/application_configs.rb
thecore-1.6.7 lib/application_configs.rb
thecore-1.6.5 lib/application_configs.rb
thecore-1.6.4 lib/application_configs.rb
thecore-1.6.3 lib/application_configs.rb
thecore-1.6.2 lib/application_configs.rb
thecore-1.6.1 lib/application_configs.rb
thecore-1.6.0 lib/application_configs.rb
thecore-1.5.14 lib/application_configs.rb
thecore-1.5.13 lib/application_configs.rb
thecore-1.5.12 lib/application_configs.rb