mirror of
https://github.com/internetee/registry.git
synced 2025-07-20 01:36:02 +02:00
rails new
This commit is contained in:
parent
480ed98a25
commit
556898352f
46 changed files with 917 additions and 2 deletions
4
config/boot.rb
Normal file
4
config/boot.rb
Normal file
|
@ -0,0 +1,4 @@
|
|||
# Set up gems listed in the Gemfile.
|
||||
ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../../Gemfile', __FILE__)
|
||||
|
||||
require 'bundler/setup' if File.exist?(ENV['BUNDLE_GEMFILE'])
|
Loading…
Add table
Add a link
Reference in a new issue