#574 ✓resolved
Matt Jones

Rails 2.3.5 b0rks our Rake tasks running on edge Hobo

Reported by Matt Jones | December 7th, 2009 @ 05:42 PM | in Hobo 1.0 - Final

There was a change to rails/tasks.rb in 2.3.5 that doesn't find Rake tasks in nested subdirectories under vendor/plugins. This makes edge Hobo rake tasks fail to load.

Fix is to put:

load File.join(RAILS_ROOT,'vendor/plugins/hobo/hobo/tasks/hobo_tasks.rake')

at the end of your Rakefile.

Rails commit that broke it is http://github.com/rails/rails/commit/0f14d7b6d37940a93c12c373e6e92e...

Comments and changes to this ticket

Please Sign in or create a free account to add a new ticket.

With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.

New-ticket Create new ticket

Create your profile

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

People watching this ticket

Referenced by

Pages