Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in rack

Accessing session in Sinatra Middleware

ruby session sinatra rack warden

Rack: How do you store the URL as a variable?

ruby rack

Rack session key too long for memcached

What's Rack based servers in Ruby [closed]

ruby-on-rails rack

rack-timeout: turn off info/active logging

ruby-on-rails-4 heroku rack

Rack and rack.request.form_vars / rack.request.form_hash

ruby-on-rails ruby rack

How do I create a resque worker automatically at bootup?

ruby redis passenger rack resque

How to serve static files? (css)

ruby rack camping

config.ru file for Rails 2.3.18 app

ruby-on-rails rack unicorn

How to add rack middleware to rails app from gem

Ruby: What does the line "m = Hash.new {|h,k| h[k] = []}" accomplish that "Hash.new" doesn't?

ruby hash rack

How to set port for Rack app?

ruby rack

How to dump sinatra rack test exceptions to console?

rspec sinatra rack

What's the variable HTTP_X_FORWARDED_HOST in the @env hash in middleware?

how to force rack:session + sinatra to read "rack.session" from params instead of cookies

ruby oauth sinatra rack cors

Set request headers for Rspec and Rack::Test in Ruby on Rails

Omniauth: How to set authentication provider details at runtime

How to send response but continue execution in Sinatra?