THIS IS A TEST INSTANCE ONLY! REPOSITORIES CAN BE DELETED AT ANY TIME!
This website requires JavaScript.
Explore
Help
Sign In
TEST_CODEOWNERS
/
rails
Watch
3
Star
0
Fork
0
You've already forked rails
Code
Issues
Pull Requests
1
Actions
Packages
Projects
Releases
Wiki
Activity
67cc07e0c4
rails
/
load_paths.rb
4 lines
89 B
Ruby
Raw
Normal View
History
Unescape
Escape
Remove rescue as it was clobbering the real error.
2011-04-15 16:13:17 +00:00
# bust gem prelude
This fixes an issue when bundling to a local path (eg. /vendor/bundle). If you bundle to a local path bundler is not included in it, so calling "gem 'bundler'" will fail.
2011-07-17 13:21:19 +00:00
require
'rubygems'
unless
defined?
Gem
Remove rescue as it was clobbering the real error.
2011-04-15 16:13:17 +00:00
require
'bundler'
This fixes an issue when bundling to a local path (eg. /vendor/bundle). If you bundle to a local path bundler is not included in it, so calling "gem 'bundler'" will fail.
2011-07-17 13:21:19 +00:00
Bundler
.
setup
Reference in New Issue
Copy Permalink