Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in rack

Testing controller instance variables with Rack::Test and Sinatra

ruby testing sinatra rack

How to receive a JSON object with Rack

What does @app.call(env) really do?

ruby express middleware rack

Bypassing rack version error using Rails 2.3.5

What is a Rack - "no acceptor" error?

ruby rack thin

Rack Session Cookie and Sinatra - setting and accessing data

Static website on Heroku Cedar

static heroku rack cedar

Mount an engine on subdomain Rails 3.1

How to get the current Rack environment in Rake?

ruby rake rack

Rename session cookies in Rails

Ruby Based Blogging Engine

ruby-on-rails ruby rack

Reloading Sinatra app on every request on Windows

ruby sinatra rack reloading

Avoiding redundant Bundler dependency declarations for Rack

sinatra bundler rack

Rack::Session:Cookie error using Sinatra, Thin, Rails, and Rack::Cascade

Cookie data size exceeds 4K - But its 'only' 1100 bytes encrypted

Sinatra streaming with Puma?

ruby sinatra rack thin puma

Undefined method failure_app for nil:NilClass

devise sinatra rack warden

Is it expected that these parameters always raise a 500 in any Rails application?

Rack middleware and thread-safety