March 2006

"Getting Real" on project development

The folks behind Ruby on Rails, 37Signals, have compiled ninety essays on almost every aspect of project development and are making it available as a $19 PDF "book" called Getting Real. As a taster they have four essays available for free, which give a good idea of what to expect in the rest of the book, and so far it looks like it'll be well worth reading, just looking at the table of contents is enough to get me salivating.

Tags: 

Start off slowly with Ruby on Rails (UPDATED)

Ruby on Rails can seem like a complicated beastie to newcomers, even though its learning curve is much lower than most similar technologies it is still there, so what's better than an expertly written tutorial that shows you exactly how to get started? Three of them, that's what, one each depending on whether your computer runs Windows, OSX or Linux. With one of these under your belt you're sure to be churning out excellent web software in no time!

Tags: 

TIP: Installing Sqlite-Ruby causes errors

After installing Instant Rails on one of my machines I then set to install Sqlite, an extremely simple to use database program, and the connector to link it to Ruby. Simple enough, I thought, there's a Gem for it right there. While it was simple to install, there was a little problem with it that it took me a moment to realize what was going on. During the install it said the following:

Tags: 

Cheap 3Ware RAID cards are awesome

Just a quick tip this time. As part of a server reshuffle at work we picked up a 3Ware Escalade 7006-2 PCI IDE RAID card that has turned out to be quite brilliant. Instead of dealing with CPU and I/O-intensive software RAID (as this particular server was set up with before), now we have reliable, hardware driven RAID that only cost $100!

Tags: 

Ruby on Rails, Rails tutorials in British emag

A British PDF magazine called ObjectiveView recently featured two pretty good articles in its ninth issue (2.2mb PDF), one on Ruby on Rails and another on Ruby itself. While neither article is aimed at beginners, anyone who's worked with other languages should be able to get a leg up with them.

Tags: