mongrel
Password Protect Mongrel in Development Mode
I have a client who is concerned that someone may discover the IP of our development server and attempt to steal new 开发者_如何学编程features before we release them. (Because we have external links a[详细]
2023-02-19 03:09 分类:问答ruby server stability on windows
My RoR app on windows (xp as well as server 2008) stops responding after maybe a couple of days. Using guidance from stackoverflow as well, I set up services to run the server automatically at startup[详细]
2023-02-17 06:58 分类:问答Making Mongrel/WEBRick serve static assets with future expires header
I\'m creating a Rails application which will be deployed to desktop machin开发者_Python百科es, running both the webserver and the browser (it\'s a test-taking application which needs to be able to run[详细]
2023-02-16 01:15 分类:问答Bulk upload of large files in rails
Hii all, I would like to upload some large size(>6gb) in bulkin rails , running mongrel as my server .i am开发者_开发技巧 able to upload large file of size 7gb but i am doing it one file upload at a t[详细]
2023-02-13 07:23 分类:问答using mongrel cluster
Can someone explain to me what is the purpose o开发者_如何学运维f using a mongrel cluster for a single application?If you have three instances of mongrel running, I assume that you use apache to load[详细]
2023-02-07 09:02 分类:问答Rails 3 - Moving to / Start Production Server - production database is not configured?
I was looking to deploy my first rails app, and have been experiencing some issues. First off, everything works fine in the development server, so I figured I was good to go. After failed to deploy th[详细]
2023-02-04 02:29 分类:问答What does this HTTP response status code mean?
For a RESTful API I am building, I\'m getting the following response code in the Ruby server log: HTTP/1.1\" 200 203[详细]
2023-02-02 03:06 分类:问答Rails apache mongrel mapping controller problems
I am working with Rails for the first time and got the Apache-Mongrel integration working and have the index.html page showing up when I open localhost in the browser.[详细]
2023-02-01 12:28 分类:问答Adding new mimetypes to mongrel from within an initializer script
How can I add new mimetypes to Mongrel from within my app, i.e. from an initialization script? Thank开发者_Python百科s!Piece of cake. Adding a few lines in an initializer script (e.g. config/initiali[详细]
2023-01-31 18:59 分类:问答Ruby on Rails newbie: how to get decent error reporting?
So today I\'ve been working with RoR for the first time using the book \'Rails for PHP developers\'. I\'m following the tutorial i开发者_Go百科n there.[详细]
2023-01-31 10:57 分类:问答