This project is archived and is in readonly mode.
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:
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 method
controller' for
#<SessionController:0x39034ec>
Comments and changes to this ticket
-
CancelProfileIsBroken April 22nd, 2009 @ 10:45 PM
- Tag set to bug, performance
- State changed from new to incomplete
AC internals are currently being rewritten, which should make for big changes in this area. Reopening if you still see problems after the new AC is integrated would be reasonable.
-
Neeraj Singh June 28th, 2010 @ 09:06 AM
- State changed from incomplete to invalid
- Importance changed from to
Please reopen if it is still an issue.
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>