Page MenuHomeGRNET

boot.rb
No OneTemporary

File Metadata

Created
Sun, Nov 24, 4:26 PM
# 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