Skip to content

Commit

Permalink
Merge pull request #2796 from refinery/spring-forward
Browse files Browse the repository at this point in the history
Loading spring for bin/rails doesn't work in the root
  • Loading branch information
simi committed Dec 7, 2014
2 parents f0e2b28 + 83eb052 commit 54294a3
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions bin/rails
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
#!/usr/bin/env ruby
# This command will automatically be run when you run "rails" with Rails 3 gems installed from the root of your application.

begin
if Dir.exist?(File.expand_path('../../spec/dummy', __FILE__))
load File.expand_path("../spring", __FILE__)
end
rescue LoadError
end
ENGINE_PATH = File.expand_path('../..', __FILE__)
load File.expand_path('../../spec/dummy/bin/rails', __FILE__)

0 comments on commit 54294a3

Please sign in to comment.