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.
ActionDispatch::Integration::SessionRails rake タスクでのインスタンスを取得するにはどうすればよいですか。
ActionDispatch::Integration::Session
app.get '/'Railsコンソールでできるように、電話できるようにしたいです。
app.get '/'
task :get_app => :environment do app = ActionDispatch::Integration::Session.new Rails.application end