This project is archived and is in readonly mode.

#259 ✓resolved
Ryan Kinderman

Load plugin rake tasks before root/lib/tasks

Reported by Ryan Kinderman | May 27th, 2008 @ 04:27 AM

I would like to be able to have the ability to access/modify rake tasks provided by a plugin from within my application, in tasks defined in #{RAILS_ROOT}/lib/tasks. Right now, the plugin .rake files are loaded after those found in #{RAILS_ROOT}/lib/tasks.

The attached patch file simply swaps the load order of the two .rake file groupings.

Comments and changes to this ticket

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>

Attachments

Pages