I'm trying to migrate an app that still uses prototype from Rails 4.1 to 4.2. I'm using Rails 4.2.rc2. Steps to reproduce: ``` rails new testapp -j prototype cd testapp rails s ``` Throws this error: ``` ruby/gems/2.1.0/gems/actionpack-4.2.0.rc2/lib/action_controller/base.rb:204:in `<class:Base>': uninitialized constant AbstractController::Rendering (NameError) ```