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.
resque ジョブ内で i8ng を使用したいですか? 出来ますか?
はい、resque ジョブ内の Rails スタック全体にアクセスできる必要があります。
そうでない場合は、いつでも手動で行うことができます:
require 'i8ln' config = YAML.load_file("#{Rails.root}/config/locales/en.yml") ... ...