Hi, sorry it is on the wrong place.. Didn’t exactly know where to post it. Anyway, I am trying to learn Ruby on Rails and I am having a problem with installing it. I just can’t install it, it keeps giving me errors. Is there anyone who is willing to help me with installing this?
Thanks Adam
Hey, the first 3 videos on setting up Rails in Windows/Mac/Linux are free: http://ruby.railstutorial.org/
It’s a great tutorial site, I highly recommend it
unisphere said
Hey, the first 3 videos on setting up Rails in Windows/Mac/Linux are free: http://ruby.railstutorial.org/ It’s a great tutorial site, I highly recommend it
Thank you very much, installed it on both my Mac & PC. Do you think Cygwin is the right way to install in PC?
AdamGold said
unisphere saidThank you very much, installed it on both my Mac & PC. Do you think Cygwin is the right way to install in PC?
Hey, the first 3 videos on setting up Rails in Windows/Mac/Linux are free: http://ruby.railstutorial.org/ It’s a great tutorial site, I highly recommend it
Have no idea, started using Rails only recently and only on Mac.
The best way to install everything you need for windows is to use http://railsinstaller.org/. You will be up and running in no time. As for The Mac, Ruby 1.8.7 is already installed so all you have to do is install gems and then install rails with a couple of command line inputs.
If you want to use Ruby 1.9.x I would recommend using RVM to manage your Ruby versions http://rvm.beginrescueend.com/. This way you can run multiple versions of Ruby.
I highly recommend the Rails for Zombies website. (http://railsforzombies.org/)
Good Luck!
Host-REA said
The best way to install everything you need for windows is to use http://railsinstaller.org/. You will be up and running in no time. As for The Mac, Ruby 1.8.7 is already installed so all you have to do is install gems and then install rails with a couple of command line inputs.If you want to use Ruby 1.9.x I would recommend using RVM to manage your Ruby versions http://rvm.beginrescueend.com/. This way you can run multiple versions of Ruby.
I highly recommend the Rails for Zombies website. (http://railsforzombies.org/)
Good Luck!
Already got it but thanks
BTW Rails for Zombies is a great way to learn, just finished it and moving to Rails Best Practices.
