Show: All | News Items | Blog Posts
Engines vs. Rails, Part the Second
Mar 18, 2008 by Colin
So we're upgrading to Rails 2.0 for our new sites, and I found a problem with the way Engines (even the latest version as of today) interacts with Rails 2.0. First load of my Rails Engines page (in a development site): [machine] Everything works great! Second load: [machine] A copy of ApplicationController has been removed from the module tree but is still act...