> The task rake db:migration breaks on a file of the Tags extensions if I
> move to latest edge. http://pastie.org/312887
>
>
> /simon


Hi Simon,

Quite sure that this is caused by a change in rails; rails 2.1.1 moved
module Dependencies to ActiveSupport::Dependencies
I'm swamped as ever at the moment, and not working with edge anytime soon..
Could you try this and let me know if it worked? Or even better fork and
send a pull request on github;

The patch would be to update
vendor/extensions/tags/vendor/plugins/has_many_polymorphs/lib/has_many_polymorphs/dependencies.rb
so that the first line

module Dependencies

reads

module ActiveSupport::Dependencies

Not sure how to make this backwards-compatible though..

Regards,
Benny Degezelle

Gorilla webdesign
www.gorilla-webdesign.be
_______________________________________________
Radiant mailing list
Post:   Radiant@radiantcms.org
Search: http://radiantcms.org/mailing-list/search/
Site:   http://lists.radiantcms.org/mailman/listinfo/radiant

Reply via email to