Beginning Ruby on Rails by Steve Holzner Ph.D.

BUY IT NEW

  • $34.99 List price
    $33.24 Online price
    $29.91 Member price
    (Save 14%)
    Limited Time Offer! Everyone receives the Member Price on books.
    See Details
  • skip to cart
  • Add To List uiAction=GetAllLists&page=List&pageType=list&ean=9780470069158&productCode=BK&maxCount=100&threshold=3

GET FREE SHIPPING ON ORDERS OF $25 OR MORE

DELIVERY & GIFT DETAILS:

Usually ships within 24 hours

Delivery Time and Shipping Rates

Eligible for gift wrap & gift message.

BUY IT USED

16 copies from $3.45

See All Available

Pick Me Up

Reserve it at BN.com & pick it up in 60 minutes at your local store.

Enter a zip code

(Paperback)

  • Pub. Date: November 2006
  • 408pp
  • Sales Rank: 343,841
    Buy it Used: 16 copies from $3.45 See All Available

    Customers who bought this also bought

     
    • Overview
    • Editorial Reviews
    • Customer Reviews
    • Features

    Product Details

    • Pub. Date: November 2006
    • Publisher: Wiley, John & Sons, Incorporated
    • Format: Paperback, 408pp
    • Sales Rank: 343,841

    Synopsis

    Ruby on Rails is the revolutionary online programming tool that makes creating functional e-commerce web sites faster and easier than ever. With the intuitive, straightforward nature of Ruby and the development platform provided by Rails, you can put together full-fledged web applications quickly, even if you're new to web programming.

    You will find a thorough introduction to both Ruby and Rails in this book. You'll get the easy instructions for acquiring and installing both; understand the nature of conditionals, loops, methods, and blocks; and become familiar with Ruby's classes and objects. You'll learn to build Rails applications, connect to databases, perform necessary testing, and put the whole thing together to create real-world applications such as shopping carts and online catalogs—apps you can actually use right away.

    What you will learn from this book
    * How to install and use Ruby and Rails
    * Object-oriented programming with Ruby
    * Rails fundamentals and how to create basic online applications
    * How to work with HTML controls, use models in Rails applications, and work with sessions
    * Details on working with databases and creating, editing, and deleting database records
    * Methods for handling cookies and filters and for caching pages
    * How to connect Rails with Ajax

    Who this book is for

    This book is for anyone who wants to develop online applications using Ruby and Rails. A basic understanding of programming is helpful; some knowledge of HTML is necessary.

    Wrox Beginning guides are crafted to make learning programming languages and technologies easier than you think, providing a structured,tutorial format that will guide you through all the techniques involved.

    More Reviews and Recommendations

    Biography

    Steven Holzner is the award-winning author of more than 100 programming books. He’s been involved in Ruby on Rails for a long time, and does commercial Rails development. He’s also been on the faculty of Cornell University and MIT, as well as having been a contributing editor for PC Magazine.

    Customer Reviews

    • Reader Rating:
    • Ratings: 3Reviews: 1

    Beginning Ruby on Railsby Anonymous

    Reader Rating:
    See Detailed Ratings

    January 27, 2007: I've been a big fan and advocate of Dr. Steven Holzner's technical writing ever since penned wrote what, in my humble opinion, is THE authoritative JavaScript reference, New Riders' 'Inside JavaScript'. So it was with great enthusiasm (perhaps unfairly so) that I purchased 'Beginning Ruby on Rails' by Wrox. I expected a lot out of it, which goes against my journalism disciplines of approaching each review objectively and without bias. First, the positives. The good doctor's redeeming quality as a technical author is his ability to make the complex graspable for an audience ? being neither too intimidating for the beginning coder, nor too condescending for the experienced architect. In this light, the book is very well done. Also, many readers with whom I've interacted find the holy grail of Rails writing, 'Agile Development with Rails' to be too presumptuous and at times difficult to grok. Holzner addresses this crowd very appropriately, so those new to Rails, or Ruby programming, or web development in general will appreciate this book. I realize that writing an introductory level book on any web framework is a huge undertaking for any platform. An author has to introduce a programming language, object-oriented tenets, database theory, SQL, operating systems support, web server integration, page handling, etc. ? and then get into the actual web development. Add to this the challenge of a framework like Rails evolving at such a pace that a major publication might be outdated by the time it hits the shelves, and you've got a pretty daunting task at hand. Holzner gives a good introduction into the Rails directory structure, working with databases, command-line syntax for creating Rails apps, working with Rails scaffolding, and provides a very healthy discussion for using Ajax in Rails. There's practical code in the book you can yank and use right away (not dependent on previous chapters), and the book shows how to work with WEBrick. There's a nice little section on unit testing, and cited are examples for setting up Rails on a Windows PC, a Mac, or a Linux box, so the content is available to a wide audience. But with that said, I found the book to be short in a couple of key areas. Only a scant amount of information was provided on working with XML and for using ActionController for REST-like URL mapping. And there isn't anything at all presented on the use of RJS templates. And there's likewise a tragic omission of using Rails to author web services, and nothing was presented about apps based on real-world relationships from database tables, only a simple one-to-many example. I also found the book to be incomplete without a firm discussion of a page's life cycle when handled by Rails. And there shockingly wasn't enough mentioned about the critical facet of Rails ? its underlying Model-View-Controller architecture. And what winds up being the book's most code-heavy example ? a Rails shopping cart using session data and custom models - is merely regurgitation of the Pragmatic Programmers sample in the 'Agile...' book. The book's appendix is merely the answers to the end-of-chapter questions. I would have liked to see such a section dedicated towards more in-depth info on keeping Rails up to date, working with and authoring custom Ruby gems, examples of various sites currently using Rails, URLs to screencasts and podcasts, and IDEs developers can use instead of hand-coding new applications each...