1. map.resources :ruby [2]

    December 28th, 2006

    Humble Ruby. Jeremy just released his Mr. Neighborly's Humble Little Ruby Book. The PDF is free, $10 gets you the Bedside Reading Edition and bragging rights.

    Simpler migrations. I rely on Rails Migration to define and maintain my database schema. They're simple, concise and easy to extend with Ruby code, on the off chance I need to transform some data while doing a migration. Could it get any easier? Maiha found a way to make Rails migrations even easier to write and maintain.

    Console like a Ninja. Amy Hoy reveals the secrets of the Rails Console Ninjas.

    The Big Rewrite "You’ve got an existing, successful software product. You’ve hit the ceiling on extensibility and maintainability. Your project platform is inflexible, and your application is a software house of cards that can’t support another new feature." Unfortunately, switching to Ruby for your Next Big Rewrite is no guarantee for success. Chad Fowler promises to tell us what can go wrong, through a series of blog posts.

    SQL Views for Rails More goodness from the ActiveWarehouse project, comes support for SQL Views in Rails.

Sorry, comments are closed for this article.