Skip to content

Rails: up and Running Lightning-Fast Web Development

Best in textbook rentals since 2012!

ISBN-10: 0596522002

ISBN-13: 9780596522001

Edition: 2nd 2008 (Revised)

Authors: Bruce Tate, Lance Carlson, Curt Hibbs

List price: $29.99
Blue ribbon 30 day, 100% satisfaction guarantee!
what's this?
Rush Rewards U
Members Receive:
Carrot Coin icon
XP icon
You have reached 400 XP and carrot coins. That is the daily max!

Description:

In just a matter of days, you can develop powerful web applications with Rails that once took weeks or months to produce with other web frameworks. If that sounds too good to be true, it isn't. Find out for yourself with Rails: Up and Running, the concise and popular book that not only explains how Rails works, but guides you through a complete test drive. Perfect for beginning web developers, this thoroughly revised edition teaches you the basics of installing and using Rails 2.1 and the Ruby scripting language. While Rails is praised for its simplicity, there are still a few tricky steps to master along the way. Rails: Up and Running offers lots of examples and covers just about…    
Customers also bought

Book details

List price: $29.99
Edition: 2nd
Copyright year: 2008
Publisher: O'Reilly Media, Incorporated
Publication date: 10/17/2008
Binding: Paperback
Pages: 216
Size: 6.75" wide x 9.25" long x 0.50" tall
Weight: 0.792
Language: English

Bruce Tate is an Internet architect who developed the bitter Java concept after seeing a set of customer problems repeated, collecting their stories, and publishing the solutions. He is the author of ""Bitter Java,"" He lives in Austin, Texas. Mike Clark is president of Clarkware Consulting, Inc. He first encountered EJB pitfalls in 1998 while developing a custom EJB container, prior to the emergence of commercial J2EE servers. He has significantly contributed to the successful delivery of a popular J2EE performance management product and has also created several open source tools including JUnitPerf for automated performance testing. He lives in Parker, Colorado. Bob Lee is an OCI…    

Curt Hibbs is a senior software developer in St. Louis with more than 30 years' experience in platforms, languages, and technologies too numerous to list. With a keen (and always searching) eye for new methods and technologies to make his work easier and more productive, he has become very active in the Ruby development community.Read his weblog at blog.curthibbs.us.

Preface
Who Should Read This Book?
Conventions Used in This Book
Using Code Examples
Platforms
Safari�“ Books Online
How to Contact Us
Acknowledgments
Zero to Sixty: Introducing Rails
Putting Rails into Action
Organization
The Web Server
Creating a Controller
Building a View
Tying Controller Data to the View
Under the Hood
What���s Next?
Scaffolding, REST, and Routes
Introducing Photo Share
Preparing Your Project and Database
Generating a Resource Scaffold
RESTful Routes
Wrapping Up the Scaffolding
What���s Next?
Active Record Basics
Active Record Basics
Generating Models
Basic Active Record Classes
Attributes
Complex Classes
Behavior
Moving Forward
Active Record Relationships
belongs_to
has_many
has_one
has_and_belongs_to_many
acts_as_list
Trees
What You Haven���t Seen
Looking Ahead
Working with Views
The Big Picture
Seeing Real Photos
View Templates
Setting the Default Root
Stylesheets
Hierarchical Categories
Styling the Slideshows
Ajax
How Rails Implements Ajax
Playing a Slideshow
Using Drag-and-Drop to Reorder Slides
Drag-and-Drop Everything (Almost Everything)
Filtering by Category
Testing
Background
Ruby���s Test::Unit
Testing in Rails
Test Coverage
Mocking with Mocha
Assertions and Integration Tests
Wrapping Up
Installing Rails
Windows
OS X
Linux
Quick Reference
General
Testing
RJS (Ruby JavaScript)
Active Record
Controllers
Views
Ajax
Configuring Your Application
Colophon