mongrel Questions
5
I am using rail for teambox at centos 6.3 server, actually this is just a trial and error before applying it live.
I'm using 2 virtual box that running on same centos version and exact copy, VM2...
Cardialgia asked 13/12, 2012 at 6:4
4
Solved
I initiated myself into rails development yesterday.
I installed ruby 1.9.1, rubygems and rails.
Running gem install mongrel worked fine and ostensibly installed mongrel too. I am slightly puzzled ...
3
On my local machine, i run rails with mongrel. I have some stuff which runs when it starts, via a file in config/initializers, which uses puts to tell me which database it's using, what is being us...
Hackler asked 13/5, 2015 at 9:12
6
Solved
I get this error when launching my Mongrel server...
$ script/server --debugger
=> Booting Mongrel
=> Rails 2.3.5 application starting on http://0.0.0.0:3000
config.gem: Unpacked gem authlog...
Diaphragm asked 17/2, 2010 at 6:53
11
Solved
I'm writing a web application to monitor a furniture factory production flow. It has thousand of data to handle. So far, I run RoR on Mongrel + MySQL and it's really really slow (2-4min for some vi...
Bestir asked 19/2, 2009 at 17:48
3
Solved
How can I successfully install Mongrel for ruby 1.9.3
Here's the error:
Building native extensions. This could take a while...
ERROR: Error installing mongrel:
ERROR: Failed to build gem native ...
Brack asked 13/12, 2012 at 1:54
1
Solved
I am running a Sinatra application locally.
Ever since I installed Thin, my Sinatra app always uses it as the web server. However, I have been having performance issues with Thin serving the large...
3
Solved
I have been playing around and evaluating other options to rails' default WEBrick server and Thin was the most painless and clean thing which worked very well!!
which one of these Mongrel, Thin, W...
Agbogla asked 27/10, 2012 at 5:24
2
Solved
I often read about Nginx and Mongrel being used together. Can someone explain to me how they are different? Why is Mongrel needed? Why is it not advisable to have Nginx directly communicate to the ...
Cherianne asked 4/10, 2012 at 10:7
6
Solved
I am new to programming (previously only did html/css/design) trying to start learning RoR via the book Simply Rails 2. However I want to start with the most recent versions of Ruby(1.9.2) and Rail...
Masked asked 26/10, 2010 at 2:42
1
Solved
GEMFILE that starts mongrel
gem 'rails', '3.1.0'
gem 'mongrel', '>=1.2.0.pre2'
GEMFILE that start WEBrick (not mongrel)
gem 'rails', '3.2.0.rc2'
gem 'mongrel', '>=1.2.0.pre2'
Haematogenesis asked 13/1, 2012 at 15:56
3
I originally posted a question relating to this problem on serverfault.com: https://serverfault.com/questions/152587/apache-mod-proxy-to-another-server
I have since realized that this is not an is...
Catheryncatheter asked 30/6, 2010 at 19:53
5
Solved
always the first request (of a working session) to my Rails app is lagging. Switching to production mode
doesn't help.
I use mongrel and the other requests are handled with acceptable speed.
How ...
Pupil asked 26/5, 2009 at 6:41
3
Where is the best tutorial for getting Ruby On Rails working on a windows box with Mongrel? I'm a complete novice at server management, so the more detailed the better!
Pagination asked 30/8, 2008 at 1:48
1
Solved
I'm having trouble with RVM and mongrel_rails getting along, so any help would be greatly appreciated.
I can happily start my Rails 2.x application with script/server using the Ruby gem mongrel.
D...
Stuckup asked 19/6, 2011 at 7:57
1
i've seen a bunch of topics about setting the MIME types.
But, no one helped me.
He is my problem:
I have a Rails website with bunch of video in .ogv and .mov formats, located in /public folder....
Rehabilitation asked 4/4, 2011 at 5:13
1
Solved
The whole issue of setting up a development server for my Ruby on Rails application confuses me. There are WEBrick, Mongrel, Passenger, Apache, Nginx and many more I am sure, and I don't real...
Karame asked 6/11, 2010 at 13:37
2
Solved
I'm developing a Sinatra app that consists of an upload form, with a progress bar indicating how much of the upload has completed.
The process, as described by ryan dahl, is the following:
HTTP ...
Unquiet asked 22/6, 2010 at 18:21
1
I use Redmine on Mongrel as a project manager and I use a batch file (start-redmine.bat) to start the redmine in mongrel.
There are 2 issues with my setup:
1. I have a running IIS on the server tha...
2
Solved
I have an application that uses HTTPS for some of its routes in conjunction with the ssl_requirement plugin. It's deployed and is working fine in production.
The question is how best to handle thi...
Surmullet asked 22/1, 2010 at 16:24
4
Solved
Very soon I plan on deploying my first Ruby on Rails application to a production environment and I've even picked a webhost with all the managed server and Capistrano goodness you'd expect from a R...
Ranita asked 13/11, 2009 at 12:37
3
Solved
I have a Ruby on Rails application that will be a CMS in way which means it's mostly DB intensive. I expect it to have decent amount of traffic so before designing I'm choosing what servers to use....
Airliah asked 14/9, 2009 at 7:45
1
Solved
Let's say I have a Rails 2.3.2 application fronted by nginx and served by mongrel in which I need to serve a large static file through Rails (to control access to it). I want the Rails app to deleg...
Bruni asked 5/6, 2009 at 6:14
3
Solved
I'm sorry if this sounds like a stupid question, because it seems to be one of those "no duh" things, but can someone explain to me why Rails needs its own server (Mongrel, WEBrick, mod_rails, etc)...
Deemster asked 21/5, 2009 at 23:26
3
Solved
I've jus saw that mongrel's last updat was about one year ago...
http://mongrel.rubyforge.org/wiki/WikiStart?action=diff&version=35
has it been disontinued?
is there any other lightweight al...
Joannjoanna asked 15/5, 2009 at 15:19
1 Next >
© 2022 - 2024 — McMap. All rights reserved.