Ruby Weekly is a weekly newsletter covering the latest Ruby and Rails news.

Interesting Rails Tidbits #1

By Peter Cooper / December 12, 2007

We're taking a brief break from the regular "Interesting Ruby Tidbits" posts to focus on Rails™ only for a change. Rails has just made it to version 2.0 so there's been plenty of action in the community. Here are some of the highlights:

The First Rails 2.0 Screencast

I can't confirm the validity of its title, but The First Rails 2.0 Screencast is a screencast by Fabio Akita that walks through building a RESTful blog system in 30 minutes using Rails 2.0.

PeepCode Rails2 PDF (now in Spanish too!)


"Rails2" is a 58-page e-book (available in PDF format) by Ryan Daigle and published by Geoffrey Grosenbach's Peepcode that demonstrates how to use Rails 2.0's new features. A Spanish version has also now been published. It's available por solo $9 por senors y senoritas.

BackgroundFu - Background task runner plugin for Rails that isn't BackgrounDRB

BackgroundFu is a new Rails plugin that enables you to run arbitrary background / long-running tasks in relation to a Rails application. It differs from the more established BackgrounDRB by being more suitable for arbitrary, on-the-go long running tasks, rather than routine background tasks. There appear to be a number of downsides to BackgroundFu's approach, however, which are clarified in the comments associated with this post. One worth watching for the future though.

10 Ruby on Rails Plugins You Should Be Using

10 Ruby on Rails Plugins You Should Be Using is an article that pretty much covers what it says in the title. The author looks at ten different useful Rails plugins and gives a reason for their inclusion in the list. Amongst the ten are attachment_fu, white_list, Rspec and autotest.

Rendering with Erubis on Rails 2.0

In Rendering with Erubis and Rails 2.0, Eric X shows how to replace the default Erb rendering library with the faster, more powerful Erubis.

Declarative Exception-Handling in Rails 2.0

Chu Yeow demonstrates the very clean way in which you can handle controller-level exceptions in Rails 2.0.

Comments

  1. AkitaOnRails says:

    Hi Peter, thank you very much for the note. And just so people don't get confused, the 'first' screencast actually came from Ryan Bates from Railscasts.com. But, I am making a case of mine being the first full featured like the classic '15 min blog' by DHH. I hope you enjoy it and please leave a comment at my website as well. Feedback is always good for me to improve.

  2. AkitaOnRails says:

    Hello again guys, after the success of the First Full Featured "Screencast of Rails 2.0":http://www.akitaonrails.com/2007/12/10/the-first-rails-2-0-screencast-english I released early this week, I decided to write a Tutorial explaining the video - with a few new tidbits - in this 2 part series:

    Rolling with Rails 2.0, "Part 1":http://www.akitaonrails.com/2007/12/12/rolling-with-rails-2-0-the-first-full-tutorial and "Part 2":http://www.akitaonrails.com/2007/12/12/rolling-with-rails-2-0-the-first-full-tutorial-part-2

    Enjoy!

Other Posts to Enjoy

Twitter Mentions