This project is archived and is in readonly mode.

Changeset [0f14d7b6d37940a93c12c373e6e92e88f2dc96d7] by Bryan Helmkamp

October 7th, 2009 @ 09:53 PM

Only load rake tasks from tasks//*.rake and lib/tasks//*.rake in plugins

Previously, it was /tasks//*.rake, and that loaded some paths that shouldn't be like:

  • vendor/plugins/admin_assistant/test_rails_app/lib/tasks/rspec.rake
  • vendor/plugins/will_paginate/test/tasks.rake

Signed-off-by: Michael Koziarski michael@koziarski.com
http://github.com/rails/rails/commit/0f14d7b6d37940a93c12c373e6e92e...

Committed by Bryan Helmkamp

  • M railties/lib/tasks/rails.rb

Create your profile

Help contribute to this project by taking a few moments to create your personal profile. Create your profile »

<h2 style="font-size: 14px">Tickets have moved to Github</h2>

The new ticket tracker is available at <a href="https://github.com/rails/rails/issues">https://github.com/rails/rails/issues</a>