This website requires JavaScript.
Explore
Help
Sign in
kotovalexarian-likes-github
/
rails--rails
Watch
1
Star
0
Fork
You've already forked rails--rails
0
mirror of
https://github.com/rails/rails.git
synced
2022-11-09 12:12:34 -05:00
Code
Releases
Activity
33514a173c
rails--rails
/
load_paths.rb
5 lines
90 B
Ruby
Raw
Normal View
History
Unescape
Escape
Remove rescue as it was clobbering the real error.
2011-04-15 12:13:17 -04: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 09:21:19 -04:00
require
'rubygems'
unless
defined?
Gem
Remove rescue as it was clobbering the real error.
2011-04-15 12:13:17 -04:00
require
'bundler'
Whitespace only: Use single newline at end of file. Bring these files into accordance with the prevailing convention.
2012-01-28 02:24:23 -05:00
Bundler
.
setup
Copy permalink