Getting strange uninitialized constant error in 4.1.1

Just updated to 4.1.1, and now I get the following:

actionpack-4.1.1/lib/action_controller/base.rb:204:in `class:Base’:
uninitialized constant AbstractController::Rendering (NameError)

when I either run a generator or try to start the server. This is on a
completely blank new app: rails new test_app, cd test_app, rails s.

Complete trace is here:

Anyone seen similar? Rolling back to 4.0.5 to get something done
today…

Walter

On Friday, May 9, 2014 11:12:44 AM UTC-4, Walter Lee D. wrote:

gist:35469f46734873961ac5 · GitHub

Anyone seen similar? Rolling back to 4.0.5 to get something done today…

Walter

I’m getting the same error, but only when I use prototype as the default
javascript library instead of jquery. When I use jquery, I don’t get an
error.

Mike

On Friday, 9 May 2014 11:12:44 UTC-4, Walter Lee D. wrote:

gist:35469f46734873961ac5 · GitHub

Anyone seen similar? Rolling back to 4.0.5 to get something done today…

This looks like it’s related to some strange behavior when loading
ActionView::TestCase in a non-test environment. You may want to report
the
issue on the prototype-rails issue tracker or comment on some of the
existing issues:

https://github.com/rails/prototype-rails/pull/28 (merged but then
reverted)
Fix conflict with Devise generator by walterdavis · Pull Request #23 · rails/prototype-rails · GitHub (similar issue with
Devise)

–Matt J.