You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?