Guest User

Untitled

a guest
Apr 26th, 2018
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. gemcutter rubygems.org % rake middleware
  2. (in /home/qrush/Dev/rails/gemcutter)
  3. use Rack::Lock
  4. use ActionController::Failsafe
  5. use ActionController::Session::CookieStore, #<Proc:0xb7089f14@(eval):8>
  6. use Rails::Rack::Metal
  7. use Refraction
  8. use ActionController::ParamsParser
  9. use Rack::MethodOverride
  10. use Rack::Head
  11. use ActiveRecord::ConnectionAdapters::ConnectionManagement
  12. use ActiveRecord::QueryCache
  13. run ActionController::Dispatcher.new
Add Comment
Please, Sign In to add comment