Search code examples
Rack middleware - what header is added?...


ruby-on-railsrubymiddlewarerack-middleware

Read More
How to determine if Rails is running from CLI, console or as server?...


ruby-on-railsrackrack-middleware

Read More
Testing Middleware with Rspec...


ruby-on-railsrspecrackrack-middleware

Read More
How to rescue ActionDispatch::ParamsParser::ParseError and return custom API error in rails 5?...


ruby-on-railsapiruby-on-rails-5rails-apirack-middleware

Read More
Alter response.body in Rack Middleware...


ruby-on-railsrackrack-middleware

Read More
Reloading rails middleware without restarting the server in development...


ruby-on-railsruby-on-rails-4rackrack-middleware

Read More
How to Block Requests at the Rack Level?...


ruby-on-railsruby-on-rails-4rackmiddlewarerack-middleware

Read More
What is middleware when referenced in the context of Ruby on Rails?...


ruby-on-railsrubyrack-middleware

Read More
Is it possible to include an unbuilt Rails Engine without using the Gemfile?...


ruby-on-railsrails-enginesrack-middleware

Read More
How to add middleware in Rails 4.2 application...


ruby-on-railsrubyruby-on-rails-4rack-middleware

Read More
Assets not working in isolated engine endpoint...


ruby-on-railsrails-enginesrack-middleware

Read More
Exception_Notification is not aware of RecordNotFound exceptions...


ruby-on-railsexceptionrack-middlewareexception-notification

Read More
Thread running in Middleware is using old version of parent's instance variable...


ruby-on-railsmultithreadingruby-on-rails-4pumarack-middleware

Read More
What is ActiveSupport::Cache::Strategy::LocalCache used for?...


ruby-on-railsrackrack-middleware

Read More
RoR - Which is preferred - Rack Middleware or Active Controller Filters?...


ruby-on-railsrubyruby-on-rails-4actioncontrollerrack-middleware

Read More
How do I disable middleware in Sinatra?...


rubysinatrarackrack-middleware

Read More
ActiveAdmin: How to setup HTTP basic authentication?...


ruby-on-railsactiveadminrack-middleware

Read More
"use" keyword/word in Ruby/Rails/Rack code...


ruby-on-railsrubyrackrack-middleware

Read More
rack doesn't identified as a command in rails4...


ruby-on-rails-4rackrack-middleware

Read More
How to access rails cache inside rack middlware...


ruby-on-railsruby-on-rails-3rackrack-middleware

Read More
How to add rack middleware to rails app from gem...


ruby-on-railsrubyruby-on-rails-3rackrack-middleware

Read More
What's the variable HTTP_X_FORWARDED_HOST in the @env hash in middleware?...


ruby-on-railsrackrack-middleware

Read More
Sinatra middleware that converts params variable based on the CONTENT_TYPE header...


rubysinatrarackrack-middleware

Read More
How to use Rack middleware to simultaneously set cookie and send response with cookie in effect...


ruby-on-railsrackrack-middleware

Read More
Why does rspec-rails skip the middleware?...


ruby-on-rails-3rackrspec-railsrack-middleware

Read More
rewrite non www to www except subdomain rails 3 and rack...


ruby-on-railsrackrack-middleware

Read More
Getting rack error Rack::Lint::LintError: Status must be >=100 seen as integer...


ruby-on-railsrubyrackmiddlewarerack-middleware

Read More
rack-rewrite with Rails 3.2.3 on Heroku...


ruby-on-railsherokurackmiddlewarerack-middleware

Read More
Where to put the rack middleware file in rails 3?...


ruby-on-rails-3rackmiddlewarerack-middleware

Read More
What are my storage options when writing Rack middleware for Rails applications?...


ruby-on-railspersistencerackrack-middleware

Read More
BackNext