I want to use this rack middleware in my rails app, followed every solutions on another SO post but still no luck, keep on getting uninitialized constant error.
So, what's the precise location to put the rack middleware file and include the config.middleware.use in Rails 3.2.3? Thanks.