Rails 3 in a Nutshell: A Desktop Quick Reference (In a Nutshell (O'Reilly))

Cody Fauser, James MacAulay, John Guenin, Edward Ocampo-Gooding

  • 出版商: O'Reilly
  • 出版日期: 2011-07-22
  • 售價: $1,550
  • 貴賓價: 9.5$1,473
  • 語言: 英文
  • 頁數: 352
  • 裝訂: Paperback
  • ISBN: 0596521421
  • ISBN-13: 9780596521424
  • 相關分類: Ruby
  • 海外代購書籍(需單獨結帳)

商品描述

Kick your web development skills into high gear by learning to build effective database-driven websites with Rails 3. This handy book provides a concise yet thorough introduction to the framework, an overview of commands and configurations, and details on every Rails component -- all in an easy-to-use reference you can rely on every day.

Rails eliminates many of the problems common to other web application frameworks with its built-in components for data persistence, routing, templating, mailing, and more. Rails 3 in a Nutshell contains precisely what you need to know to build full-fledged applications that are light on code, highly scalable, and feature rich.

  • Get started quickly by building example applications with Rails
  • Create clean and maintainable applications with models, views, controllers, migrations, mail, and web services
  • Jump-start your projects with built-in application generators
  • Familiarize yourself with Rails components such as Active Record to connect business objects and database tables, and Active Resource for web services
  • Write unit, functional, and integration tests, and use Rake to run them
  • Learn about existing Rails plug-ins and find out how to write your own
  • Take advantage of little-known and undocumented features