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