On Dec 24, 11:05 pm, Lilliana V. <rails-mailing-l…@andreas-
s.net> wrote:
Hi! I was wondering if someone could maybe help me out. I’m just
starting to learn Rails, and I’m doing this tutorial:http://www.onlamp.com/pub/a/onlamp/2005/01/20/rails.html
The thing is, I started doing it at work, and it worked fine, but when I
got home and tried to do it all over again, I couldn’t get the app to
load on firefox!! (figure 8), I just got "Unable to connect’
The most probably reason is that the newest version of Rails is 2.0,
this tutorial is written for 1.2. Outstanding tutorials are yet to
come for 2.0 (AFAIK).
To play with version 1.2, do this from the command line (NOTE:
uninstalls rails 2 and installs rails 1.2)
gem uninstall rails
gem install rails -v 1.2.6
If it still doesn’t work, or you want to play with 2.0 anyway: Run
the server (script/server). After it starts, copy and paste what it
prints out to the command line into this thread. That may tell us if
there’s an error with the booting process – which is what I suspect.
–
Travis