This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
commit ce4a1bb8538bd7cc5ee3cbf1156dc587482a7839
tree 0730d2ed46c4dd77b5ed141d37e9e41952b5c68b
parent 11252e35b1756b025d8778c151f9f9a24057d1b1
tree 0730d2ed46c4dd77b5ed141d37e9e41952b5c68b
parent 11252e35b1756b025d8778c151f9f9a24057d1b1
- actionpack/lib/action_controller/base.rb
- actionpack/lib/action_controller/filters.rb
- activerecord/lib/active_record/associations.rb
- activerecord/lib/active_record/associations/association_collection.rb
- activerecord/lib/active_record/associations/has_many_association.rb
- activesupport/lib/active_support/core_ext/module/introspection.rb
- activesupport/lib/active_support/core_ext/object/instance_variables.rb
- activesupport/lib/active_support/dependencies.rb
... |
... |
|
... |
... |
|
... |
... |
|
... |
... |
|
... |
... |
|
... |
... |
|
... |
... |
|





Comments
The speed increase here can’t possibly be worth the lack of readability.
wouldn’t inject be more succinct? e.g.
Believe it or not, those calls are sped up significantly :)
See:
http://blog.hasmanythrough.com/2006/3/7/symbol-to-proc-shorthand
Go for it.
None of these appear to be in inner loops. What am I my missing?
The best way to raise questions about this changeset is to either email jeremy and chuyeow and ask, or to ask on the core list.
Me, I have no idea either ;)