public
Description: Ruby on Rails
Homepage: http://rubyonrails.org
Clone URL: git://github.com/rails/rails.git
Search Repo:
Ensure plugins' rake tasks are loaded before application's rake tasks. 
[#259 state:resolved]

Signed-off-by: Pratik Naik <pratiknaik@gmail.com>
ryankinderman (author)
Mon May 26 20:15:57 -0700 2008
jeremy (committer)
Tue Jul 15 15:54:17 -0700 2008
commit  fc2fbe5eb5480af6db678ee90aeeca24e447053d
tree    6742a4331ae00f16b886de8fd587e14ffbb92a38
parent  0dcc81a84d8895c7cfac5221808dfcb0514f6673
...
4
5
6
7
8
 
...
4
5
6
 
7
8
0
@@ -4,5 +4,5 @@ $VERBOSE = nil
0
 Dir["#{File.dirname(__FILE__)}/*.rake"].each { |ext| load ext }
0
 
0
 # Load any custom rakefile extensions
0
-Dir["#{RAILS_ROOT}/lib/tasks/**/*.rake"].sort.each { |ext| load ext }
0
 Dir["#{RAILS_ROOT}/vendor/plugins/*/**/tasks/**/*.rake"].sort.each { |ext| load ext }
0
+Dir["#{RAILS_ROOT}/lib/tasks/**/*.rake"].sort.each { |ext| load ext }

Comments

    No one has commented yet.