This project is archived and is in readonly mode.
![Ryan Bigg Ryan Bigg](https://entp-lh-avatar-production.s3.amazonaws.com/avatars/14998/large.jpg?AWSAccessKeyId=AKIAJ4QBZRZBVMOUBNZA&Expires=2014410139&Signature=uQs3CWwnoHGq5ayXmQ52yL4CQzY%3D)
Use autoload_under to load all the ActionView::Helpers
Reported by Ryan Bigg | March 19th, 2010 @ 07:23 PM
Kind of self explanatory subject line. I was just going through the source for the initialization documentation I was doing and got to this point. Kind of curious as to why this is all not loaded using autoload_under, making the code much simpler. Maybe I'm missing something.
Comments and changes to this ticket
-
Repository March 27th, 2010 @ 08:13 AM
- State changed from new to resolved
(from [62937b8fb09f351e94f84d1f6e275e259784b8c0]) Use ActiveSupport::Autoload for view helpers. [#4237 state:resolved]
Signed-off-by: wycats wycats@gmail.com
http://github.com/rails/rails/commit/62937b8fb09f351e94f84d1f6e275e... -
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>
People watching this ticket
Attachments
Referenced by
-
4237 Use autoload_under to load all the ActionView::Helpers (from [62937b8fb09f351e94f84d1f6e275e259784b8c0]) Use Act...