view · edit · sidebar · attach · print · history

activesupport and deprecated gem interfere

<< Yus | Index | CharacterEncodings >>

The activesupport gem (2.3.10) interferes with the deprecated gem of Eric Hollensbe (Report to Eric on Github).

 http://dev.ywesee.com/wiki.php/Masa/20110105-update-dbi-pg-oddbOrg#deprecate

the steps are to open

 activesupport-2.3.8/lib/active_support/deprecation.rb 

and set

 alias :masa :deprecate

to line

 106

at

 activesupport-2.3.8/lib/active_support/deprecation.rb

further also add

 masa :metaclass => :singleton_class
 #deprecate :metaclass => :singleton_class

to

 active_support/core_ext/object/metaclass.rb
view · edit · sidebar · attach · print · history
Page last modified on March 22, 2011, at 04:45 PM