Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in rack

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?

Are there any basic examples of Rack::Session::Cookie usage?

ruby passenger rack

how do I share authentication on a rails/rack app with a node.js instance?

How to get a named route from a Rack app hosted in Rails 3?

How to exclude NewRelic RPM pinger from creating useless sessions in database

calling a controller action with argument from rack middleware

ruby-on-rails ruby rack

What is the most simple / lightest-weight WSGI framework?

how do I stop sinatra from re-writing my header names?

Puma without nginx - multiple ruby applications on the same IP:PORT

ruby api nginx rack puma

How can I pass SSL options into "rails server" in Rails 3.0?

ssl https ruby-on-rails-3 rack

What's wrong with my rackup file?