[Rails] (BUG in svn/trunk?) - superclass mismatch for any subclass
of ApplicationController
Ben Munat
bent at munat.com
Fri Feb 3 18:00:42 GMT 2006
I could swear I saw this exact problem on the list in the last week or so... give the
archives a search...
b
Miles Keaton wrote:
> I track svn/trunk of Rails using svn:externals
>
> Some change to Rails committed in the last 1-2 days broke my subclass
> of ApplicationController
>
> The example, below, works with Rails 1.0, but in today's svn, it dies
> with the following error:
>
> "superclass mismatch for class FooController"
>
> class ApplicationController < ActionController::Base
> end
>
> class FooController < ApplicationController
> end
>
>
> The reason I'm emailing the list instead of filing a bug report is to
> see if anyone knows if this change was intentional. I hope not,
> because I really do need to have a subclass of ApplicationController.
>
> Any advice appreciated.
>
>
> - Miles
> _______________________________________________
> Rails mailing list
> Rails at lists.rubyonrails.org
> http://lists.rubyonrails.org/mailman/listinfo/rails
More information about the Rails
mailing list