AJ Morris

My Rantings about Rails, and other fun stuff.

May-27-07

Setting up Ruby on Rails on Vista

posted by AJ

So I bought a new computer this week and of course it’s got Windows Vista on it. For those that I don’t talk to everyday, I use Vista at work, and have been since January. I have to say that I really do not like this new operating system. There are some features that I do like it, however, if you do not have at least 2GB of Ram in the computer Vista is SLOW!!!! Currently, I’m barely running anything, Firefox and AIM, and I’m using 75% of my memory! This is pathetic! I’m really seriously considering looking into purchasing an XP license and installing that on here.

Anyways, I haven’t really seen a lot of people that have really tried to install Ruby on Rails on Vista, so today I decided that I wanted to take a chance and see what happened. I first tried to use InstantRails, however I was unsuccessful about it. I then decided to just install Ruby/Rails, and MySQL all together on the machine. This I had no trouble with. I’m not sure what exactly was going on with InstantRails, but I might try to give it another try later. I’ll give you some more info later when I get an application actually working correctly on here! :)

Tags:
  1. Richard Harlos Said,

    I just tried installing InstantRails 1.7 on Vista Home and it errored out on me during startup as follows:

    InnoDB: Creating foreign key constraint system tables
    InnoDB: Foreign key constraint system tables created
    070801 2:47:41 InnoDB: Started; log sequence number 0 0
    Cant’ create IP socket: No such file or directory
    070801 2:47:41 [ERROR] Aborting

    And abort it does. If you feel inspired to try this again, or have any insight into how I might approach this problem from a ‘determined to get InstantRails working under Vista Home’ standpoint, I’d be grateful! :)

Add A Comment