Building RSS Feeds in Rails 2.0
Submitted by RailsJitsu » Here's a quick way to build an RSS feed using some of the new features in Rails 2.0.
Nested Resources in Rails 2
Submitted by Adam @ Heroku » Nested resources were introduced in Rails 1.2 and are touted as the Right Way to do REST with parent-child model associations. If your app has a url that reads something like /employees?company_id=1, a switch to nested resources would cause it to read /companies/1/employees. Here's a detailed guide to developing with these new changes in mind.
Behavior-driven Testing with RSpec
Submitted by IBM developerWorks » Testing fever has infected the Ruby programming community, and the infection is spreading. One of the most promising innovations in testing in the past year is the introduction and rapid growth of RSpec, a behavior-driven testing tool. Learn how RSpec can change the way you think about testing.
Tips and tricks for designing logos
Submitted by Wipeout44 » A guide for how to go about designing a logo, it covers good font techniques, how to get inspiration, playing with layouts and how to simplify complicated objects for use in logos. A must for any wannabe graphics designer.
Internet Explorer CSS bug fixes
Submitted by Wipeout44 » Fixes for some of the most common problems in Internet Explorer when designing your web sites with CSS.
19 Rails Tricks Most Rails Coders Don't Know
Submitted by Ruby Inside » A collection of tips to make your Rails developing more efficient or interesting that most Rails developers overlook.
Getting Started With RESTful Rails
Submitted by Rails Forum » An in-depth look at RESTful programming in Rails.
Creating a Variable Number of Models in One Form
Submitted by Rails Forum » Learn how to add/remove tasks in the same form using JavaScript and RJS.
Test Helper: Clean, Custom Assertion Messages
Submitted by Rails Forum » Creating clean, custom assertion messages in Rails.



