Rack provides a minimal interface between webservers supporting Ruby and Ruby frameworks.
I would like to mount a sinatra application in my rails app. But I would like this one to share …
ruby-on-rails ruby-on-rails-3 sinatra rackRails' ActiveRecord has a feature called Query Caching (ActiveRecord::QueryCache) which saves the result of SQL query for the life-span …
ruby ruby-on-rails-3 caching mongoid rackI'm going through the tekpub rack tutorial but when I try to run even a basic program in rack i …
ruby-on-rails ruby rackI uploaded my rails 2.3.8 app to DreamHost and got an error about rack version incompatibility. I issued a support ticket …
ruby-on-rails rackI hope this does not count as an opinionated question. I just need to be pointed in the right direction. …
ruby-on-rails ruby devise rack jwtI have a middleware for announcing my application on the local network app using Bonjour, but it's also announcing the …
ruby-on-rails rack rack-middlewareI am using Ruby on Rails 3 and I would like to use the cookies.signed method in a Rack middleware. …
ruby-on-rails ruby ruby-on-rails-3 cookies rackpow is great, but many things in my app assume https, and it would be a pain to go through …
ruby-on-rails ssl https rack rack-pow