List Your Current Middleware in Rails
You can use this command to view all of the middleware currently used by your application -
bundle exec rails middleware
https://guides.rubyonrails.org/rails_on_rack.html#inspecting-middleware-stack
TweetYou can use this command to view all of the middleware currently used by your application -
bundle exec rails middleware
https://guides.rubyonrails.org/rails_on_rack.html#inspecting-middleware-stack
Tweet