Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in rack

How to properly mount github's gollum wiki inside a Rails App?

Rack::Session::Pool with Sinatra

ruby session sinatra rack

How to accept gzipped requests in a rails 5 application?

Is a new instance of sinatra started on every request?

Message "X-Accel-Mapping header missing" in Nginx error log

nginx rack sendfile x-sendfile

How to turn a config.ru file into a single Rack application?

ruby rack

NameError: undefined local variable or method `app'

What are the differences between using `rails server` and `rackup`?

Ruby, how to create a Rack::Request for testing purposes?

ruby unit-testing request rack

HTTP basic auth for Rack::Static app on Heroku

How to response with JSON format using Ruby Rack middleware

How do I specify that I want Vim to treat .ru files like .rb files

ruby vim rack

Invalid request parameters: invalid %-encoding when upload file to Rails api only server

Rails 4 AbstractController::Metal rendering with status != 200 (i.e. 401, 404)

ruby-on-rails ruby render rack

How to redirect (Rack) Thin server output to console?

ruby-on-rails rack thin

Rails 5 Upgrade: No such middleware to insert after: ActionDispatch::ParamsParser (RuntimeError)

Accessing compiled routes in Grape / Rack::Mount::Route

How do I configure WEBrick to use an intermediate certificate with HTTPS?

Adding 'SameSite=None;' cookies to Rails via Rack middleware?