Page Menu
Home
GRNET
Search
Configure Global Search
Log In
Files
F461071
application.rb
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Sat, May 17, 10:54 PM
Size
827 B
Mime Type
text/x-ruby
Expires
Mon, May 19, 10:54 PM (12 h, 31 m)
Engine
blob
Format
Raw Data
Handle
220102
Attached To
rARCHIVING archiving
application.rb
View Options
require
File
.
expand_path
(
'../boot'
,
__FILE__
)
require
'rails/all'
# Require the gems listed in Gemfile, including any gems
# you've limited to :test, :development, or :production.
Bundler
.
require
(
*
Rails
.
groups
)
module
Base
class
Application
<
Rails
::
Application
# 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.
# Store/Read localtime from the database
config
.
active_record
.
default_timezone
=
:local
# 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]
# config.i18n.default_locale = :de
end
end
Event Timeline
Log In to Comment