rack
How to designate a Rack handler
Rackup is successfully running any Rack app via Rack\'s default handler. e.g.: class RackApp def call(environment)[详细]
2023-04-09 09:37 分类:问答no such file to load -- rack/openid
I am working on a rails gem which depends on rack/openid. But when I require it and fire up my application I get this error[详细]
2023-04-09 01:50 分类:问答Rails 3.1 Force Regular HTTP
Previously, I had been using ssl_requirement to give us fine grained control over which pages were served over ssl and which were served over plain http.[详细]
2023-04-05 20:00 分类:问答Rails, Rack:SSL don't work on thin
I want to have https for entire application. I decided to use this gem: https://github.com/tobmatth/rack-ssl-enforcer[详细]
2023-04-04 17:16 分类:问答problem with rack 1.3.2. You have already activated rack 1.3.2, but your Gemfile requires rack 1.2.3
i have passenger 3.0.9 on debian with gem rack 1.3.2 and 1.2.1. 开发者_运维百科 With a rails 3.0 application with passenger e bundler i have this error:[详细]
2023-04-02 16:07 分类:问答What are some good ways to make an async web app on ruby these days?
I\'m looking to build a webapp with a WebSocket component, and a run of the mill rack based frontend. M开发者_运维技巧y initial plan was to use Camping for the frontend, running the server on thin, wi[详细]
2023-04-02 01:48 分类:问答Ignore googlebot for Rack::Cache?
I\'m using Rack::Cache, and google search bot triggers all my cache misses, so my cache is always full of pages that don\'t actuall开发者_C百科y represent the most popular ones on my site, I can\'t se[详细]
2023-04-01 11:11 分类:问答How to slow down file downloads on local ruby webserver?
I\'d like to mock large (>100MB) and slow file downloads locally by a ruby service - rails, sinatra, rack or something else.[详细]
2023-04-01 10:16 分类:问答ruby 1.9, rvm, sinatra and rackup
Gemfile source :rubygems gem \'sinatra\' config.ru require \'app\' run App app.rb require \'bundler/setup\' require \'sinatra\'[详细]
2023-04-01 07:12 分类:问答Where to insert Rack::Deflater in the rack?
I currently have the following: use Rack::Rewrite use Rack::Cache, {:verbose=>true, :metastore=>\"memcached://localhost:11211/rack-cache/meta\", :entitystore=>\"memcached://localhost:11211/r[详细]
2023-03-31 19:43 分类:问答