mongrel
Weird problem with Rails app and Mongrel
I originally posted a question relating to this problem on serverfault.com: https://serverfault.com/questions/152587/apache-mod-proxy-to-another-server[详细]
2023-01-05 03:01 分类:问答Sinatra, progress bar in upload form
I\'m developing a Sinatra app that consists of an upload form, with a progress bar indicating how much of the upload has completed.[详细]
2023-01-04 04:19 分类:问答Problems running Ruby on Rails apps on shared hosted server
I have problems installing any Ruby On Rails app on my shared hosted server. Mongrel shows html as plain text for all pages. The problem occurs for any app, even if I create a test empty app and add a[详细]
2023-01-01 15:32 分类:问答Ruby ActiveRecord + Mongrel going slow
I have a class like this: class Router :: Mongrel::HttpHandler def process(req, res) status, header, body = [200, {\"Content-type\"=>\"text/html\"}, Model.all.to_xml][详细]
2022-12-31 11:27 分类:问答Errors with shotgun gem and msvcrt-ruby18.dll when running my Sinatra app
Greetings, Every time I make a change to a Sinatra app I\'m working on and try to refresh the browser (located at http://localhost:4567/) the browser will refresh and, the console window seems to res[详细]
2022-12-30 01:20 分类:问答Can't run rails server as daemon
I\'m using rails 2.3.2 and when I run开发者_开发知识库 script/server -d, the only output I get is[详细]
2022-12-29 09:18 分类:问答how to specify the file path in rails over Mongrel web server
I have a request to load a swf file, flaMovie.swffrom rails. The swf file is located the directory /home/user1/railsproj/flash.[详细]
2022-12-29 04:33 分类:问答Howto - Running Redmine on mongrel as a service on windows
I use Redmine on Mongrel as a project manager and I use a batch file (start-redmine.bat) to start the redmine in mongrel.[详细]
2022-12-29 03:57 分类:问答How can I use Mongrel for my non-rails ruby webapp?
I\'ve got a non-RoR but ruby webapp in the works. So far, I\'ve just been using requests, hacks, and mod_ruby; but I\'d really like to try out Mongrel--which seems to work really well fo开发者_如何学[详细]
2022-12-28 07:46 分类:问答Error starting mongrel on windows after using RubyInstaller 1.9.1 RC2
I installed Ruby via the RubyInstaller 1.9.1 RC2 available from rubyforge, updated gems, and installed rails.Everything worked fine using webrick.For fun, I installed mongrel using \"gem install mongr[详细]
2022-12-27 12:01 分类:问答