Unfortunately (imho at least, as the Rails core team obviously is under a different opinion), there is no way to configure plugin load order in Rails. You have to resort to renaming the plugin directories like that: "01_..." to "[n]_...". Because plugin directories are parsed in alphabetical order, the "01_..." plugin will be loaded first etc. I renamed my behavior directory that way and now everything works like a charm.
Cheers, Wolfgang -- Posted via http://www.ruby-forum.com/. _______________________________________________ Radiant mailing list Post: [email protected] Search: http://radiantcms.org/mailing-list/search/ Site: http://lists.radiantcms.org/mailman/listinfo/radiant
