Ruby on Rails Cheatsheet

Tuesday, July 18th, 2006

Blaine Kendall has created a nice Ruby on Rails Cheatsheet that will help the beginner RoR developer. Although the cheatsheet spans 12 pages it may not be a handy desk reference, but the information is well structured and very complete.

Prototype Meets Ruby

Monday, July 17th, 2006

One of the really cool features of the Prototype JavaScript library is that it makes JavaScript feel a little Ruby-like. Encytmedia has a great article that will introduce you to a couple of interesting Ruby structures like Enumerables, Arrays and Hashes.

Java? It’s So Nineties

Friday, July 14th, 2006

Business week has some interesting analysis of Java and suggests that It’s So Nineties in terms of a tool for web development. They point to a number of competing technologies like LAMP, Rails and .NET as serious tools in the web arena.

REST on Rails

Thursday, July 13th, 2006

XML.com has a very good article that will introduce you to the concepts of REST on Rails and show you how to implement them in your Rails projects.

19 Rails Tricks Most Rails Coders Don’t Know

Sunday, July 9th, 2006

Ruby Inside presents 19 Rails Tricks Most Rails Coders Don’t Know. There are some real “gems” here like acts_as_nested_set (for selecting nodes of a tree with a single query) and sending files back to a user.

What Is Ruby on Rails

Monday, July 3rd, 2006

Although this article at ONLamp.com is a few months old now, What Is Ruby on Rails is still a great read and covers the core concepts of this web applicaiton framework.

Rails Live CD

Friday, June 23rd, 2006

Here is a great way to get started with Ruby on Rails Developement. The Rails Live CD is a live Linux distribution (based on Mandrake) that includes everything you need to get started with Rails. Some preinstalled goodness:

  • Ruby 1.8.4
  • Rails 1.1.2
  • Mongrel 0.3.13
  • Rake 0.7.1
  • Subversion
  • MySQL 4.1.12
  • MySQL Administrator
  • RadRails

Rails 1.1 Released

Tuesday, March 28th, 2006

Rails 1.1 was released earlier today.  This is the largest upgrade to the popular web app framework with RJS, Active Record, and 500 other things being improved!

What (will be) new in Rails 1.1

Friday, March 10th, 2006

IF you’ve been following the Ruby on Rails scene, you may be interested to read What (will be) new in Rails 1.1 by Scott Raymond.  Some cool new features like global support for JSON and built in support for many SQL Aggregate functions.

Easy Tagging with Rails

Sunday, February 19th, 2006

A relatively new feature availaible in Ruby on Rails is a Folksonomy GEM that makes adding tagging to your web apps relatively trivial.

More information on the acts_as_taggable plugin can be found at the Rails Wiki.