search for: responds_to_misisng

Displaying 1 result from an estimated 1 matches for "responds_to_misisng".

2010 Oct 20
0
Patch to #5140 - same issue could be elsewhere...
In Ruby 1.9.2 theres this new functionality - responds_to_misisng? . Calls to this were being picked up by method_missing and causing some rather odd problems in active_record.. i added a patch to Lighthouse that takes care of this explicit case; my concern is given the wide dependence on method_missing within rails and particularly active record, this same bu...