Ruby on Rails News

The Rails Blog: News & Release Notes

Discover the latest Rails news, version releases, community updates, and feature announcements.

  • Finding programmers and designers for Rails projects

    The Signal vs Noise Job Board is a new alternative for finding good programmers and designers to work on Rails projects (among other things). It puts your job pitch in...

  • Use params, not @params

    I still frequently see people in the #rubyonrails channel using @params in their code. For a while now @params has been deprecated in favor of simply params. For those who...

  • EastMedia jumps into the Rails training arena

    Matt Pelletier’s EastMedia, a Rails-centric firm out of New York City, has announced that they are offering two Rails classes in the near future. The first is a one day...

  • habtm vs has_many :through

    Of late the ActiveRecord association code has been getting a lot of love. One of the high profile additions are polymorphic associations which turned into one of the big features...

  • Jobster looking for lots of Rails developers

    Jobster is buying into Rails big time. Over the next few months they are looking to hire no fewer than 10 developers. Those over in the Getting Real camp may...

  • Fluxiom has launched

    The wait is over for the next killer Rails application. Fluxiom has launched! Digital asset management just got a lot sexier. You may have seen its demo video which has...

  • Writing Domain Specific Languages

    If you’ve been in the Ruby community for any time, you will likely have heard about “Domain Specific Languages”. Rails uses the concept extensively with its macro style methods for...

  • Five reasons why your next enhancement patch should be a plugin

    Rails core team member Rick Olson shares five really good reasons for why you should make your next Rails enhancement patch a plugin rather than submitting a ticket. Great advice....

  • Stress testing your protected pages

    David came up with a quick tip for anyone stress testing protected pages with a stateless tester, such as siege. Log in with your browser View the cookies and find...

  • Rails Recipes release candidate now available

    Dave Thomas has just announced that the first release-candidate of Rails Recipes is now available. What that means is that the book is essentially in its finished form. It’s had...