今天把一个项目从 rails 3.1.0 升级到 3.1.4,碰到一堆 method missing exceptiosn。结果是 rails 3.1.4 里 try 现在只吞掉 receive 是 nil 的 exception,而以前也是会检查respond_to?的。
try
respond_to?
https://github.com/rails/rails/issues/3264
崩溃。。