CARVIEW |
Programming Ruby: The Pragmatic Programmers' Guide, Second Edition
by Dave Thomas, with Chad Fowler and Andy Hunt
The Pickaxe book, named for the tool on the cover, is the definitive reference to Ruby, a highly-regarded, fully object-oriented programming language. This Second Edition has more than 200 pages of new content, and substantial enhancements to the original, covering all the new and improved language features of Ruby 1.8 and standard library modules.
Third Edition is Now Available
Ruby is in a period of transition. Ruby 1.8 is the current release for production use. A new version, Ruby 1.9, is available for those who like to live on the leading edge. Ruby 1.9 is an incremental change, but does include some incompatibilities with 1.8. If you want a paper book now, or if you prefer reading about the stable version of Ruby, then the book on this page is for you. If instead you want to read about the new features in 1.9, then check out the Third Edition.
ISBN: 9780974514055
Buy Now
About this Book
Would you like to go from first idea to working code much, much faster? Do you currently spend more time satisfying the compiler instead of your clients or end users? Are you frustrated with demanding languages that seem to get in your way, instead of getting the work done? If so, then we’ve got a language and book for you!
Ruby is a fully object-oriented language, much like the classic object-oriented language, Smalltalk. Like Smalltalk, it is dynamically typed (as opposed to Java or C++), but unlike Smalltalk, Ruby features the same conveniences found in modern scripting languages such as Perl and Python.
The combination of the power of a pure object-oriented language with the convenience of a scripting language makes Ruby a favorite tool of intelligent, forward-thinking programmers.
The Pickaxe contains four major sections:
- An acclaimed tutorial on using Ruby.
- The definitive reference to the language.
- Complete documentation of all built-in classes, modules, and methods.
- Complete descriptions of all 98 standard libraries.
Readers of the First Edition will appreciate the new and expanded content, including: enhanced coverage of installation, packaging, documenting Ruby source code, threading and synchronization, and enhancing Ruby’s capabilities using C-language extensions. Programming for the world-wide web is easy in Ruby with new chapters on XML/RPC, SOAP, distributed ruby, templating systems and other web services. There’s even a new chapter on unit testing.
This is the definitive reference manual for Ruby, including a description of all the standard library modules, a complete reference to all built-in classes and modules (including more than 250 significant changes since the First Edition). Coverage of other features has grown tremendously, including details on how to harness the sophisticated capabilities of irb, so programmers can dynamically examine and experiment with running code.
- The definitive reference manual for Ruby programmers.
- Up-to-date and expanded for Ruby version 1.8.
- Complete documentation of all built-in classes, modules, and methods.
- Complete descriptions of all 98 standard libraries.
- 200+ pages of new content in this edition.
- NEW: Learn more about Ruby’s web tools, unit testing, and programming philosophy.
Contents and Extracts
- Class Hash reference An example from the Built-in Classes and Modules chapter.
- Standard Library excerpts Selected pages from the Standard Library chapter.
About the Author
Dave Thomas is a cornerstone of the Ruby community, and is personally responsible for many of its innovative directions and initiatives. He and original co-author Andy Hunt are founders of the Pragmatic Programmers and the Pragmatic Bookshelf. Chad Fowler is co-director of Ruby Central, Inc., and remains an active, driving force in the Ruby community.
Related Titles
![]() |
Learn to Program Chris Pine |
![]() |
From Java To Ruby Bruce Tate |
![]() |
Best of Ruby Quiz James Edward Gray II |
![]() |
Rapid GUI Development with QtRuby Caleb Tennis |
![]() |
Everyday Scripting with Ruby Brian Marick |
![]() |
Payment Processing with Paypal and Ruby Joe Fair |
![]() |
TextMate James Edward Gray II |
Categories
- All Categories
- Beta Books
- Career Development
- Design
- Facets of Ruby
- Fridays
- Geographic Information Systems
- Java / JVM
- Languages/Frameworks
- Mac Programming
- Practices
- Screencasts
- Starter Kit Series
- Tools
- Web 2.0
Hands-On Training
Join us in Pragmatic Studio
to learn this topic in a classroom setting!
Reader Comments
-
—Ben Giddings
Ruby is one of those great languages that takes an afternoon to start using, and years (maybe a lifetime) to master. In C, I’m always having to work around the limitations of the language; in Ruby, I’m always discovering a neater, cleaner, more efficient way to do things. Programming Ruby is the essential reference to the Ruby language. More than just teaching you the syntax, it teaches you the spirit and the feel of the language.
-
—Chad Fowler Co-director Ruby Central, Inc.
The best reason to learn a new programming language is to learn to think differently. The best way to learn to think the Ruby way is to read Programming Ruby. Several years ago, with the first edition of this book, I did just that. Since then, I’ve had a constant stream of enjoyable Ruby programming experiences. This is due in no insignificant part to the quality of the source from which I learned the language. I’m not the only person I’ve heard say that every language should have a book like this.
-
—Rich Kilmer President & CEO InfoEther LLC
This book changed my life. Sounds rather clich’ed, but it’s the truth. After six years and 300,000 lines of Java code, I needed a change. That change occurred upon reading the first edition of this book. With the support of a solid community and ever growing foundation of superb libraries, I founded a company that largely profits from applying Ruby to solve real-world problems. Ruby is ready for primetime, and this new version of the PickAxe will show a waiting world what a gem Ruby really is.
-
—Ferdinand Svehla
From the ~30 Minutes I spent so far looking at it, it might be the best technical book I have ever read -Kudos!
-
—William Sheehan
hot damn, what a great book ;)
Home | About Us | Connect! | Write For Us | Privacy Policy | Terms of Use | Credits | Contact Us
The Pragmatic Bookshelf™ is an imprint of
The Pragmatic Programmers, LLC.
Copyright © 1999–2008 The Pragmatic Programmers, LLC.
All Rights Reserved.