Tuesday, February 28, 2006
Apple makes a concise Ruby on Rails tutorial
Apple has put up a very concise tutorial on building web apps using Rails. It gives a more complete view of Rails than I have seen in other getting-started tutorials and also shows some much better practices like migrations to build the database instead of raw, unportable SQL.
-----