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.
/lib ディレクトリにあるファイルの RAILS_ROOT 定数にアクセスしようとしていますが、アクセスできません (未初期化定数エラー)。これを行うために必要なものはありますか?
はい、environment.rb が必要です。
require File.dirname(__FILE__) + '/../config/environment.rb' puts RAILS_ROOT
そしてRails.root代わりに。
Rails.root