I want to run a simple application using Rack, FastCGI and Lighttpd, but I cannot get it working. I get the following error:
Okay, so I\'m trying to set cookies using Ruby. I\'m in a Rack environment. response[name]=value will add an HTTP header into the HTTP headers hash rack has. I know that it works.
I have a simple Sinatra proxy, which when an endpoint is called, will redirect to another endpoint on the same Sinatra proxy.
I have correctly (or prbably not) installed passenger on apache 2. Rack works, but sinatra keeps giving 404\'s.
I think this is a very easy one, but I can\'t seem to get it right. Basically, I\'m trying to use Rack middleware to set a default Cache-Control header into all responses served by my Sinatra app. It
I was able to do the following in Rails 2.3.5 to access attributes that I set on the session from within my Rails app.Now in Rails 3, env[\"rack.session\"] is nil.How do I do the same thing in Rails 3
I\'m coming from a开发者_StackOverflow Ruby/Rails world. I\'m getting testing set up on a Sinatra project (with Rack::Test). I usually use Fixtures in testing. Is there an equivalent for Sinatra?
I have an issue where Passenger is not detecting the config.ru file for the following nginx server server {
I\'m trying to get IronRuby on Rails running with iis7 server 2k8 and can only get as far as it cannot load the assembly \'IronRuby.Rack\' (Screen Shot: http://grab.开发者_StackOverflowby/3VZm)has any
I\'m using the casrack-the-authenticator gem for CAS authentication.My server is running Thin on top of Sinatra.I\'ve gotten the CAS authentication bit working, but I\'m not sure how to tell Rack to i