Page Menu
Home
GRNET
Search
Configure Global Search
Log In
Files
F324127
boot.rb
No One
Temporary
Actions
View 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
Sun, Nov 24, 2:58 PM
Size
248 B
Mime Type
text/plain
Expires
Tue, Nov 26, 2:58 PM (22 h, 25 m)
Engine
blob
Format
Raw Data
Handle
155537
Attached To
rARCHIVING archiving
boot.rb
View Options
# Set up gems listed in the Gemfile.
# Production doesn't use bundler
if
ENV
[
'RAILS_ENV'
]
!=
'production'
ENV
[
'BUNDLE_GEMFILE'
]
||=
File
.
expand_path
(
'../../Gemfile'
,
__FILE__
)
require
'bundler/setup'
if
File
.
exist?
(
ENV
[
'BUNDLE_GEMFILE'
]
)
end
Event Timeline
Log In to Comment