Binding: Paperback Dewey Decimal Number: 005.133 EAN: 9780596523695 Format: Illustrated ISBN: 0596523696 Label: O'Reilly Media, Inc. Manufacturer: O'Reilly Media, Inc. Number Of Items: 1 Number Of Pages: 906 Publication Date: July 19, 2006 Publisher: O'Reilly Media, Inc. Sales Rank: 49448 Studio: O'Reilly Media, Inc.
Do you want to push Ruby to its limits? The Ruby Cookbook is the most comprehensive problem-solving guide to today's hottest programming language. It gives you hundreds of solutions to real-world problems, with clear explanations and thousands of lines of code you can use in your own projects.
From data structures and algorithms, to integration with cutting-edge technologies, the Ruby Cookbook has something for every programmer. Beginners and advanced Rubyists alike will learn how to program with:
Strings and numbers
Arrays and hashes
Classes, modules, and namespaces
Reflection and metaprogramming
XML and HTML processing
Ruby on Rails (including Ajax integration)
Databases
Graphics
Internet services like email, SSH, and BitTorrent
Web services
Multitasking
Graphical and terminal interfaces
If you need to write a web application, this book shows you how to get started with Rails. If you're a system administrator who needs to rename thousands of files, you'll see how to use Ruby for this and other everyday tasks. You'll learn how to read and write Excel spreadsheets, classify text with Bayesian filters, and create PDF files. We've even included a few silly tricks that were too cool to leave out, like how to blink the lights on your keyboard.
The Ruby Cookbook is the most useful book yet written about Ruby. When you need to solve a problem, don't reinvent the wheel: look it up in the Cookbook.
Customer Reviews
Average Rating:
Rating: - Good Stuff
Yes you can read online material but it's just not as good. The book really has some great content.
Rating: - Why not!
Not a simple cookbook (o'reilly is cool). A lot of usefull informations and several lines about the differences with some other languages (python, java)
Is not a "must" but it is a good resource for many of us.
Rating: - Another great Cookbook from O'Reilly
As with most O'Reilly cookbooks, Ruby Cookbook has two main avenues of exploration: the core of the language, and an introduction to some of the more important libraries, presented as the solutions to a series of themed tasks and problems the working programmer might face.
Coverage of the likes of XML, databases, networking, web services is all present as you'd expect, but I always enjoy the exploration of the core language the most, especially as it applies to strings, arrays and hashes, ... Read More
Rating: - This One's Just Right
Great stuff. I suggest this book for a first look at Ruby over and above Programming Ruby and Agile Web Development. If you're already a coder, this book will put Ruby in context of essential problems that you typically solve in whatever language you're called to use in your day-to-day work. This is this book's strength. It's not the deepest look at Ruby, and it's not a replacement for The Ruby Way or Programming Ruby, but it might get you into the groove faster by leveraging common programming tasks ... Read More
Rating: - full explanations, thorough examples, good reference
i found ruby cookbook is a good read for learning ruby, provides good thorough explanations of the topics, and gives great examples as well. if you want a good dummies book to get you going, this is not the book for you. if you want an encyclopedic reference 1000 pages long, look elsewhere. but this is a great happy medium.