Skip to content

Commit

Permalink
vendor/rails doesn't work anymore, remove it from the blank slate sug…
Browse files Browse the repository at this point in the history
…gestion
  • Loading branch information
josh committed Mar 1, 2010
1 parent 30446f7 commit a5da48d
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions railties/lib/generators/rails/app/templates/config/boot.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,4 @@
require 'rubygems'
require 'bundler'
Bundler.setup

# To use 2.x style vendor/rails and RubyGems
#
# vendor_rails = File.expand_path('../../vendor/rails', __FILE__)
# if File.exist?(vendor_rails)
# Dir["#{vendor_rails}/*/lib"].each { |path| $:.unshift(path) }
# end
#
# require 'rubygems'
end

0 comments on commit a5da48d

Please sign in to comment.