Closed
Description
I'm using this library in conjunction with infrastructure/outrigger, and both libraries add a file to the Ruby load path called "lib/tasks/migrate.rake".
Each library ends up calling load "lib/tasks/migrate.rake"
but only the file from the gem that appears first in $LOAD_PATH
ever get loaded. (In my case, annotate_models's migrate.rake
file is clobbering outrigger's, so outrigger isn't working for me.)
Could the Rake file be renamed to something involving this gem's name to avoid the conflict?
Metadata
Metadata
Assignees
Labels
No labels