Here's a link to the slides for a talk I gave on Sept 9, 2009 to the Chicago ALT.NET user group, called "Top 10+ Things Every .NET Developer Should Know About Ruby."
When you're learning something new, the quality of your instructor makes all the difference. In this article we'll talk about our opinion of what makes a good instructor, and what you should be looking for before you sign up for a seminar at your next conference or workshop.
For large applications, the list of Ruby files in a directory may grow large, and you might wish to create subdirectories to group related classes together. Rails lets you create subdirectories for your classes, but you need to do more than simply move them into a new subdirectory before Rails can find them and use them properly. In this article, we'll show you how to put a controller into a subdirectory and enable Rails to find it automatically.
If you're new to “Do the simplest thing that could possibly work,” and even if you think your understand what it means, read on. I'm going to show you how we implemented a feature on the PurpleWorkshops site that followed this advice to such an extreme, that you might think I'm crazy.
Learn how Ruby objects exhibit behavior through instance methods and class methods.