Skip to content

Commit

Permalink
Bring back bin/rails to life on edge
Browse files Browse the repository at this point in the history
  • Loading branch information
spastorino authored and wycats committed Apr 13, 2010
1 parent 8e9df34 commit bd34df0
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion bin/rails
Original file line number Original file line Diff line number Diff line change
@@ -1 +1,7 @@
require 'rails/cli' begin
require "rails/cli"
rescue LoadError
railties_path = File.expand_path('../../railties/lib', __FILE__)
$:.unshift(railties_path)
require "rails/cli"
end

0 comments on commit bd34df0

Please sign in to comment.