Archive for the 'Rails' Category

Debugging Ruby on Windows using RubyMine

Most of the installation instructions for the ruby debugger that I found were out of date for Windows, so I thought it would be useful to document how I got it working. First, you should start with Ruby installed from the RubyInstaller. If you have any problems with getting debugging working, I would suggest installing [...]

Installing Ruby on Rails on Windows

I have been planning on learning Ruby on Rails for awhile now, but I have heard that running it on Windows was problematic. The download page makes it sound pretty easy though, so I thought I would give it a try. Install Ruby First we need the Ruby language itself. I picked up the 1.9.1 [...]