Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
to_json 被删除了吗?
尝试添加require "active_support/core_ext"
require "active_support/core_ext"
require 'active_support'本身不会将行为注入核心类。这样你就可以选择你想要的扩展。使用core_ext将您熟悉的扩展从 rails 转储到核心类中。
require 'active_support'
core_ext