Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in rack

Rails middleware: add middleware to config.ru or to the config.middleware array?

ruby-on-rails rack

Difference in cookie content using Sinatra session & Rack::Session::EncryptedCookie

Rails - erratic Timeout errors possibly tied to asset compilation

Sinatra - How to calculate the response time for every request for stats purposes?

ruby sinatra rack

Rails encoding of cookie not compatible with JavaScript decodeURIComponent

Throttling POST requests in rails application

How to ship a Sinatra application as a gem and deploy it?

deployment gem sinatra rack

Is it possible to call rails model methods from rack middleware?

ruby-on-rails rack

Can the Rails logger be accessed from within a Rack middleware?

You have already activated rack 1.6.0, but your Gemfile requires rack 1.6.4. Prepending `bundle exec` to your command may solve this. (Gem::LoadError)

How do I get the Sinatra app instance that's being tested by rack-test?

What does a rack handler do exactly?

ruby rack

How to POST data in Rack::Test

ruby sinatra rack

Sinatra + Rack::Test + Rspec2 - Using Sessions?

How to inject http_authorization headers using omniauth and oauth2 in consumer so the authentication occurs in provider?

no such file to load -- rack

ruby-on-rails gem rack

Can I get the base URL of my Rack service outside of a request handler?

ruby rack

Any way to serve gzip assets from heroku?

Why does Foreman not output some things until I press Control-C?

How to dump an HTTP request from within Sinatra?

ruby sinatra rack