Skip to Content
Ruby on Rails® for Microsoft Developers
book

Ruby on Rails® for Microsoft Developers

by Antonio Cangiano
April 2009
Intermediate to advanced content levelIntermediate to advanced
479 pages
12h 55m
English
Wrox
Content preview from Ruby on Rails® for Microsoft Developers

Chapter 7. Object-Relational Mapping with ActiveRecord

Before Ruby on Rails, web programming required a lot of verbiage, steps and time. Now, web designers and software engineers can develop a website much faster and more simply, enabling them to be more productive and effective in their work.

—Bruce Perens, Open Source Luminary

ActiveRecord is a Ruby implementation of the Active Record pattern described by Martin Fowler in his classic Patterns of Enterprise Application Architecture (Addison-Wesley 2002). The abstraction layer provided by ActiveRecord enables the Ruby developer to ignore many of the low level, database-specific details of the source logic, and focus instead on the domain logic that defines the application. Among the benefits of this approach is a concise and readable syntax (Ruby in place of SQL) that makes programming database-driven applications faster and easier. In the past two chapters, for example, you employed the ActiveRecord framework to create a basic blog application without having to write any SQL code.

ActiveRecord is a key component of the Rails stack, whose presence has no doubt substantially contributed to Rails' popularity and ability to provide developers with a productive environment that enables them to write better code. This chapter introduces the framework by taking a closer look at the essential concepts you'll need to learn in order to work with databases through Rails. As such, this is a fundamental chapter, just as an ADO.NET chapter ...

Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Ruby on Rails™ 3 Tutorial: Learn Rails™ by Example

Ruby on Rails™ 3 Tutorial: Learn Rails™ by Example

Michael Hartl

Publisher Resources

ISBN: 9780470374955Purchase book