JonHoyle.com Mirror of MacCompanion
http://www.maccompanion.com/macc/archives/August2008/Books/RailsCookbook.htm

macCompanion MyAppleSpace Forum Archives Products Services About Us FAQs

Resources

                                           

Consultants

Developers

Devotees

Downloads

"Foreign" Macs

Forums

Hearsay

Link Lists

Mac 3D

Macazines

Mac Jobs

MUG Shots

News

Radio

Reviews

Think Different

Training

 

Rails Cookbook

Reviewed by Robert Pritchett

 

 

Authors: Rob Orsini

http://oreilly.com/catalog/9780596527310/index.html

Released: January 2007

$40 USD

Pages: 534

ISDN 13: 9780596527310

 

Strengths: Next after Ruby is Rails

 

Weaknesses: None found.

 

 

 

Introduction

 

Rails Cookbook is packed with the solutions you need to be a proficient developer with Rails, the leading framework for building the new generation of Web 2.0 applications. Recipes range from the basics, like installing Rails and setting up your development environment, to the latest techniques, such as developing RESTful web services.

 

With applications that are code light, feature-full and built to scale quickly, Rails has revolutionized web development. The Rails Cookbook addresses scores of real-world challenges; each one includes a tested solution, plus a discussion of how and why it works, so that you can adapt the techniques to similar situations. Topics include:

 

á      Modeling data with the ActiveRecord library

á      Setting up views with ActionView and RHTML templates

á      Building your application's logic into ActionController

á      Testing and debugging your Rails application

á      Building responsive web applications using JavaScript and Ajax

á      Ensuring that your application is security and performs well

á      Deploying your application with Mongrel and Apache

á      Using Capistrano to automate deployment

á      Using the many Rails plugins

á      Working with graphics

 

Whether you're new to Rails or an experienced developer, you'll discover ways to test, debug and secure your applications, incorporate Ajax, use caching to improve performance, and put your application into production. Want to get ahead of the Web 2.0 curve? This valuable cookbook will save you hundreds of hours when developing applications with Rails.

 

What I Learned

 

Here is another book I dog-eared pretty well. And of course, start with http://www.rubyonrails.org. Ruby on Rails is only 4 years old. For the Mac we use Locomotive – http://locomotive.roaum.org The JavaScript framework to use with Rails is Prototype. And the best program for deployment of Rails is done with Mongrel – http://mongrel.rubyforge.org

 

Conclusions

 

Take Ruby up a notch with Ruby for Rails.