Rack provides a minimal interface between webservers supporting Ruby and Ruby frameworks.
I'm wondering if there is any way to get the Rails webserver (thin) to serve the *.gz files the asset …
ruby-on-rails heroku gzip asset-pipeline rackI have just started a new app but am getting this error when I click the 'about your application's environment' …
ruby-on-rails gem bundler rack rack-powIs there a way to implement IP filtering or IP access rules much like I would with nginx/apache to …
ruby-on-rails security heroku ip rackI'm writing a rack middleware component for a rails app that will need to conditionally set cookies. I am currently …
ruby cookies rack middleware setcookieI'm using Rails 3.2.13 and the Rails Asset Pipeline. I want to use the Asset Pipeline so I can use SASS …
ruby-on-rails ruby asset-pipeline rack sprocketsI am running a Rails 3 site on Ubuntu 8.04 with Nginx 1.0.0 and Passenger 3.0.7. In my Nginx error.log I started seeing …
nginx rack sendfile x-sendfile