views:

186

answers:

2

So I deduced from Rack documentation, but maybe I am wrong...

+3  A: 

It sure is. You can write rack middleware to add additional routing handlers before the request hits the rails application.

http://guides.rubyonrails.org/rails_on_rack.html

Ghotli
A: 

In addition, you can also run "rake middleware" to view the currently installed rack modules.

askegg