Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in rack

How do I turn off exceptions in a Rack app?

ruby rack

Serving non-public binary files from a Rack application

ruby rack

How can I make nginx return a static response and send request headers to app?

ruby nginx rack high-load

How to set the env['SERVER_NAME'] in rack/test?

ruby rspec sinatra rack webmock

What's the Rails.root equivalent in a Rack application?

rack

Why Rails change Set-Cookie header every request for the same session

sinatra and http PUT

ruby sinatra rack

What does Unicorn consider to be "fast" and "slow" requests?

ruby rack unicorn

How is my single-threaded Rails app handling concurrent requests?

How do I fake uploading a file when testing Ruby Rack without the server?

Is Ruby On Rails itself a Rack app?

ruby-on-rails rack

Is Rails Metal (& Rack) a good way to implement a high traffic web service api?

ruby-on-rails rack

Do Rails controllers URL unencode params for me?

ruby-on-rails rspec rack

How to mount static files for Rack

ruby file rack thin

How to decode a cookie from the header of a websocket connection handshake? (Ruby)

ruby cookies rack eventmachine

Change tmp folder for uploaded files

How to designate a Rack handler

ruby cgi webserver rack

How do I set/get session vars in a Rack app?

ruby session rack

Streaming data from Sinatra/Rack application

ruby sinatra rack

Can't get rack-cors working in rails application

ruby-on-rails ruby rack cors