This project is archived and is in readonly mode.

#1866 ✓invalid
Scott Taylor

large number of warnings generated by helpers

Reported by Scott Taylor | February 4th, 2009 @ 01:02 AM | in 3.x

I ran ruby-debug on mongrel_rails today and noticed a ton of warnings/errors coming out of rails. Here's a pastie:

http://gist.github.com/57861

I notice that a helper is missing, and actionpack is trying to load the same helper 8 times! I bet some optimization work could come out of this area.

I also noticed this exception, which probably shows some missing test coverage in action controller:

Exception NameError' at /Users/scott/src/git/designcause/vendor/rails/activerecord/lib/active_record/base.rb:2037 - undefined local variable or methodcontroller' for #<SessionController:0x39034ec>

Comments and changes to this ticket

Create your profile

Help contribute to this project by taking a few moments to create your personal profile. Create your profile »

<h2 style="font-size: 14px">Tickets have moved to Github</h2>

The new ticket tracker is available at <a href="https://github.com/rails/rails/issues">https://github.com/rails/rails/issues</a>

Pages