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::Session在 rails rake 任务中获取实例。
ActionDispatch::Integration::Session
我希望能够调用:app.get '/'就像您可以在 rails 控制台中那样。
app.get '/'
task :get_app => :environment do app = ActionDispatch::Integration::Session.new Rails.application end