Sean Cribbs wrote: > Rails plugins are designed to extend or modify the Rails framework, > Radiant extensions modify the Radiant application (which is a Rails > app). In a sense, they do similar things, extensions just have some > easy hooks into Radiant and their initialization routines, etc, are > quite different.
On initialization. Plugins are loaded as the Rails framework is being loaded, but before most of the Radiant application code is loaded. Radiant extensions are loaded after the application code is loaded. -- John Long http://wiseheartdesign.com _______________________________________________ Radiant mailing list Post: [email protected] Search: http://radiantcms.org/mailing-list/search/ Site: http://lists.radiantcms.org/mailman/listinfo/radiant
