This patch breaks compatibility for Rails 2 apps. I still have some Rails 2 users, so I'd prefer not to do that. There might be a way to do this without breaking Rails 2; for example, the railtie.rb file could check whether the Rails::Railtie class is defined before trying to subclass it.
This patch breaks compatibility for Rails 2 apps. I still have some Rails 2 users, so I'd prefer not to do that. There might be a way to do this without breaking Rails 2; for example, the railtie.rb file could check whether the
Rails::Railtie
class is defined before trying to subclass it.