Page Menu
Home
GRNET
Search
Configure Global Search
Log In
Files
F449153
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
Thu, Apr 24, 3:38 PM
Size
248 B
Mime Type
text/plain
Expires
Sat, Apr 26, 3:38 PM (1 d, 17 h)
Engine
blob
Format
Raw Data
Handle
212292
Attached To
rWEBDNS WebDNS (edet4)
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