Rails 3 deprecated methods and APIs

后端 未结 6 810
南方客
南方客 2020-12-13 10:48

Where can one find a list of deprecated methods, APIs, etc, in order to upgrade from Rails 2.x to Rails 3?

6条回答
  •  野趣味
    野趣味 (楼主)
    2020-12-13 11:22

    How to disable colorize logging in ActiveRecord without Rails? Instead of keeping AR decoupled, independent ORM, it is now tightly bound to Rails framework.

    Moving ActiveRecord::Base.colorize_logging to Rails::LogSubscriber.colorize_logging was just bad design and the wrong direction, wasn't was?

提交回复
热议问题