rack
Rack (Sinatra) App pointing '/' to parent's root when deployed in subfolder
I have a bunch of small sinatra apps, and now I have to publish them under SSL HTTP as well. I have https://secure.mydomain.com/ and I want to publish those apps in subdirectories:[详细]
2023-04-12 17:01 分类:问答Sinatra, Rack::Test, and Conditional GET requests
I\'ve got a Sinatra 1.2.0 app that is doing Last-Modified validation caching with Rack::Cache.Things are working great-- I call last_modified in my route body and if the cache has an up-to-date copy,[详细]
2023-04-12 01:30 分类:问答Rack Error "Rack::Lint::LintError: Response body must respond to each"
I\'m going through the tekpub rack tutorial but when I try to run even a basic program in 开发者_JAVA百科rack i get this error.[详细]
2023-04-11 22:16 分类:问答Sinatra + Rack::Test + Rspec2 - Using Sessions?
It\'s the first time I\'m working with Sinatra and I just can\'t get sessions to work in my tests. I have enable :sessions in my app.[详细]
2023-04-11 20:02 分类:问答RubyGems rack version update issue
I have a problem with my Serve set up. I ran an update of my gem files and now when I boot serve (or Sinatra) I get this error:[详细]
2023-04-11 15:36 分类:问答Rack Error -- LoadError: cannot load such file
Trying to go through the tekpub rack tutorial but run into this error. Boot Error Something went wrong while loading app.ru[详细]
2023-04-11 14:05 分类:问答Pow (37signals) doesn't start at start up
I am using the POW server for my rails application.However, it doesn\'t start on boot.I have to reinstall it every time.开发者_运维知识库I have tried everything in the troubleshooting guide.Any ideas[详细]
2023-04-11 07:10 分类:问答How to update Ruby version on my Rack based server
I use Rack on my server. I use Passenger on my server. I use Capistrano on my server. I do not yet use RVM on my server.[详细]
2023-04-10 14:28 分类:问答rvm rack ruby error already initialized constant WFKV_ [duplicate]
This question already has answers here: Closed 10 years ago. Possible Duplicate: Rake “already initialized constant WFKV_” warning[详细]
2023-04-10 10:20 分类:问答Disabling Rails middleware for some actions but not all
It seems that ActionDispatch::ParamsParser is quite slow for some requests, in particular when there is a large JSON request body. I\'d like to disable it for these requests, but for most of my applic[详细]
2023-04-10 07:54 分类:问答