Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in rack

How do I use Sprockets with Sinatra without a rackup file?

sinatra rack sprockets

JSON Web Token with Devise

Having trouble debugging Sinatra app in production

Is there any debug toolbar for Rails 3.x

Rails/Rack: "ArgumentError: invalid %-encoding" for POST data

Is there a Rack middleware for using sessions without cookies?

ruby session cookies rack

What's the difference between rack app vs. rails app?

ruby-on-rails rack

Injecting dependencies in Sinatra app

ruby sinatra rack

How to set a content-type for a specific file with Rack?

Is it possible to use rescue with a conditional?

ruby exception rack

Setting status code in Sinatra's custom error block

How do I set a cookie with a (ruby) rack middleware component?

Looking for rack app structure and config.ru specs?

ruby rack rackup

Random slow Rack::MethodOverride#call on rails app on Heroku

Reloading rails middleware without restarting the server in development

Sinatra request["SOME_HEADER"] doesn't work on POST; doc bug?

ruby sinatra rack

Why does Rails generate a config.ru that runs a class, not an object?

ruby-on-rails ruby rack

Unable to activate sinatra-1.4.7, because rack-2.0.1 conflicts with rack (~> 1.5)

rubygems sinatra rack

How to setup URLs for static site with Ruby Rack on Heroku

ruby static rack