I started a new rails/neo4j project and using a generator to create models, controllers, routes, tests and views for a Users model (as detailed in http://neo4j.rubyforge.org/guides/rails3.html).
I have been given the unpleasant task of installing a Rails 3 app I have written on Windows Server开发者_如何学Go 2008 (definitely not my choice - was promised a linux server but I.T. pulled the rug o
colleagues. Here is what I have: Windows XP Ruby 1.9.2p180 (2011-02-18) [i386-mingw32] Rails 3.1.0 Also I have installed mongrel server gem install mongrel -v 1.2.0.pre2 --pre
For a long time, I\'ve been using Mongrel to run my rails app. Unfortunately, yesterday, it decided to stop working.
I am doing authentication from google and was getting request too long error so upon some research I added the mongrel gem.This fixed the request too long error on my local machine.
In Mongrel, we are able to see any ruby debug code. After installing thin and doing thin start. I don\'t see any debug code on the console window.
I am trying to serve up static content for some web development, with a few lines of erb to simulate what the real server will do. I already did this with WEBrick here: http://ceronio.net/2011/06/nice
I want to convince my management that using Apache + passenger setup is way to go on production rather thanhaving webric开发者_Python百科k or mongrel
What framework do you recommand for writing simple web applications in ruby, between WebRick, Mongrel and Sinatra ?
I know that mongrel is not compatible with Rails 3. So I can开发者_JS百科\'t run mongrel_rails start in Rails 3. If I do so, i will get dispather error. I have to make mongrel the default server and d