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 15b1b2b778ce18ff23737b3a0674780d22605fdf
tree e6353054979fed0c886cea51ae75dce1b4eb7828
parent 227ee2ecb46f1609938a83ed82abde1a45ebe2eb
tree e6353054979fed0c886cea51ae75dce1b4eb7828
parent 227ee2ecb46f1609938a83ed82abde1a45ebe2eb
... |
... |
|






Comments
Shouldn’t the check for preexisting alias_method_chain’d methods be performed by alias_method_chain itself? That would prevent infinite recursions in case the same alias_method_chain call is evaluated more than once (double require’s or load’s).
PDI
We had this in an earlier commit but it hosed migrations. Odds are it was simply mis-detecting whether the method existed and falling back on the super classes. If you want to take a look it’s in the logs here somewhere.