♠ ♣ ♥ ♦

USPS Priority Mail® or USPS First-Class Mail® (under 1lb) for ALL US orders. Get you order in 2-3 days. All US shipping the same flat rate of $4.85 regardless of the size of the order. International orders responsible for any customs or added fees at destination. (more info...)

SUPPORT THIS SITE by visiting an advertiser or purchasing picks, books or my Midnight at the Jazz Cafe CD.

Ruby - Books

My venture in the world of Ruby and Ruby on Rails

Ruby - Books (books.shtml) | Updated: 01-Jul-2008 - 23:54

Ruby Books click to show or hide or section

 

The Ruby Way (2nd Edition)
by Hal Fulton
Publisher: Addison-Wesley Professional
Release Date: November 4, 2006
Pages: 888
available at Amazon.com

Ruby is an agile object-oriented language, borrowing some of the best features from LISP, Smalltalk, Perl, CLU, and other languages. Its popularity has grown tremendously in the five years since the first edition of this book.

The Ruby Way takes a “how-to” approach to Ruby programming with the bulk of the material consisting of more than 400 examples arranged by topic. Each example answers the question “How do I do this in Ruby?” Working along with the author, you are presented with the task description and a discussion of the technical constraints. This is followed by a step-by-step presentation of one good solution. Along the way, the author provides detailed commentary and explanations to aid your understanding.

Learning Ruby
by Michael Fitzgerald
Publisher: O'Reilly Media, Inc.
Release Date: May 14, 2007
Pages: 275
available at Amazon.com

You don't have to know everything about a car to drive one, and you don't need to know everything about Ruby to start programming with it. Written for both experienced and new programmers alike, Learning Ruby is a just-get-in-and-drive book — a hands-on tutorial that offers lots of Ruby programs and lets you know how and why they work, just enough to get you rolling down the road.

Pro Active Record: Databases with Ruby and Rails
by Kevin Marshall, Chad Pytel, Jon Yurek
Publisher: Apress
Release Date: September 10, 2007
Pages: 304
available at Amazon.com

Pro Active Record helps you take advantage of the full power of your database engine from within your Ruby programs and Rails applications. ActiveRecord, part of the magic that makes the Rails framework so powerful and easy to use, is the model element of Rails model/view/controller framework. Its an object-relational mapping library enabling you to interact with databases from both Ruby and Rails applications.

Because ActiveRecord is configured with default assumptions that mesh perfectly with the Rails framework, Rails developers often find they hardly need think about it at all. However, if you are developing in Ruby without Rails, or are deploying against legacy databases designed without Rails in mind, or you just want to take advantage of database-specific features such as large objects and stored procedures, you need the in-depth knowledge of ActiveRecord found in this book.

In Pro Active Record, authors Kevin Marshall, Chad Pytel, and Jon Yurek walk you through every step from the basics of getting and installing the ActiveRecord library to working with legacy schema to using features specific to each of todays most popular database engines, including Oracle, MS SQL, MySQL, and more! You’ll come to a deep understanding of ActiveRecord that will enable you to truly exploit all that Ruby, Rails, and your chosen database platform have to offer.

Ruby Cookbook
by Lucas Carlson, Leonard Richardson
Publisher: O'Reilly Media, Inc.
Release Date: July 19, 2006
Pages: 906
available at Amazon.com

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.

Ruby In A Nutshell
by Yukihiro Matsumoto and David L. Reynolds
Publisher: O'Reilly Media, Inc.
Release Date: Nov 2001
Pages: 230
available at Amazon.com

Ruby is an absolutely pure object-oriented scripting language written in C and designed with Perl and Python capabilities in mind. While its roots are in Japan, Ruby is slowly but surely gaining ground in the US. The goal of Yukihiro Matsumoto, creator of Ruby and author of this book, is to incorporate the strengths of languages like Perl, Python, Lisp and Smalltalk. Ruby is a genuine attempt to combine the best of everything in the scripting world. Since 1993, Ruby mailing lists have been established, Web pages have formed, and a community has grown around it. The language itself is very good at text processing and is notable for its broad object orientation. Ruby is portable and runs under GNU/Linux (and other Unices) as well as DOS, MS Windows and Mac. With Ruby in a Nutshell, Matsumoto offers a practical reference to the features of this new language including the command-line options, syntax, built-in variables, functions, and many commonly used classes and modules. This guide covers the current stable version of Ruby (1.6), yet is applicable to the development version 1.7 and the next planned stable version 1.8. You will find a thorough description of Ruby's language syntax, and a description of the core functionality built into the standard Ruby interpreter, which has more than 800 built-in methods in 42 classes and modules. Ruby finds its power through its built-in libraries, and this handy volume take you through the many useful libraries that come with the standard Ruby distribution--from network access via HTTP and CGI programming, to data persistence using the DBM library. This book concludes with coverage of the unique tools that come with Ruby, including the debugger, profiler, and irb (or interactive ruby.) Find out how Ruby combines the strengths of other languages, and why it has captured the interest of so many open source programmers. As part of the successful

Ruby Pocket Reference
by Michael Fitzgerald
Publisher: O'Reilly Media, Inc.
Release Date: July 18, 2007
Pages: 176
available at Amazon.com

Although Ruby is an easy language to learn, in the heat of action you may find that you can't remember the correct syntax for a conditional or the name of a method. This handy pocket reference offers brief yet clear explanations of Ruby's core components, from operators to reserved words to data structures to method syntax, highlighting those key features that you'll likely use every day when coding Ruby.

Whether you've come to Ruby because of the Rails web development framework --Ruby's killer app -- or simply because it's a relatively clean, powerful and expressive language that's useful for a lot of applications, the Ruby Pocket Reference is organized to help you find what you need quickly. This book not only will get you up to speed on how Ruby works, it provides you with a handy reference you can use anywhere, anytime.

The Ruby Programming Language
by David Flanagan and Yukihiro Matsumoto
Publisher: O'Reilly Media, Inc.
Release Date: Jan 25, 2008
Pages: 444
available at Amazon.com

Ruby is an absolutely pure object-oriented scripting language written in C and designed with Perl and Python capabilities in mind. While its roots are in Japan, Ruby is slowly but surely gaining ground in the US. The goal of Yukihiro Matsumoto, creator of Ruby and author of this book, is to incorporate the strengths of languages like Perl, Python, Lisp and Smalltalk. Ruby is a genuine attempt to combine the best of everything in the scripting world. Since 1993, Ruby mailing lists have been established, Web pages have formed, and a community has grown around it. The language itself is very good at text processing and is notable for its broad object orientation. Ruby is portable and runs under GNU/Linux (and other Unices) as well as DOS, MS Windows and Mac. With Ruby in a Nutshell, Matsumoto offers a practical reference to the features of this new language including the command-line options, syntax, built-in variables, functions, and many commonly used classes and modules. This guide covers the current stable version of Ruby (1.6), yet is applicable to the development version 1.7 and the next planned stable version 1.8. You will find a thorough description of Ruby's language syntax, and a description of the core functionality built into the standard Ruby interpreter, which has more than 800 built-in methods in 42 classes and modules. Ruby finds its power through its built-in libraries, and this handy volume take you through the many useful libraries that come with the standard Ruby distribution--from network access via HTTP and CGI programming, to data persistence using the DBM library. This book concludes with coverage of the unique tools that come with Ruby, including the debugger, profiler, and irb (or interactive ruby.) Find out how Ruby combines the strengths of other languages, and why it has captured the interest of so many open source programmers. As part of the successful

Ruby on Rails Books click to show or hide or section

 

Simply Rails 2.0
by Patrick Lenz
Publisher: SitePoint
Release Date: May 15, 2008
Pages: 450
available at Amazon.com

Want to learn all about Ruby on Rails 2.0, the web application framework that is inspiring developers around the world?

The 2nd edition of this practical hands-on guide for first-time Ruby on Rails programmers will walk you through installing the required software on a Windows, Mac or Linux computer. And before you get coding, an entire chapter is devoted to object oriented programming in Ruby, so you'll be completely confident with the Ruby language before you begin working with Rails.

The example application that the book builds - a user-generated news web site - is built upon with each following chapter, and concepts such as sessions, cookies and basic AJAX usage are gradually introduced. Different aspects of Rails, such as user authentication, session cookies, and automated testing are explored with each feature that is added to the application.

The book finishes with chapters on debugging, benchmarking and deployment to a live web server.

By the end of the book, you'll have built a fully-featured Web 2.0 application and deployed it to the Web. And all code is up-to-date for Rails 2.0, so you can begin coding immediately with the latest version of Rails.

Rails in a Nutshell
by Jeremy Voorhis
Publisher: O'Reilly Media, Inc.
Release Date: August 1, 2007
Pages: 352
available at Amazon.com

The Rails Way
by Obie Fernandez
Publisher: Addison-Wesley Professional
Release Date: November 26, 2007
Pages: 912
available at Amazon.com

Ruby on Rails strips complexity from the development process, enabling professional developers to focus on what matters most: delivering business value. Now, for the first time, there’s a comprehensive, authoritative guide to building production-quality software with Rails. Pioneering Rails developer Obie Fernandez and a team of experts illuminate the entire Rails API, along with the Ruby idioms, design approaches, libraries, and plug-ins that make Rails so valuable. Drawing on their unsurpassed experience, they address the real challenges development teams face, showing how to use Rails’ tools and best practices to maximize productivity and build polished applications users will enjoy.

Ruby on Rails: Up and Running
by Bruce Tate, Curt Hibbs
Publisher: O'Reilly Media, Inc.
Release Date: August 1, 2007
Pages: 182
available at Amazon.com

Ruby on Rails is the super-productive new way to develop full-featured web applications. With Ruby on Rails, powerful web applications that once took weeks or months to develop can now be produced in a matter of days. If it sounds too good to be true, it isn't.

If you're like a lot of web developers, you've probably considered kicking the tires on Rails - the framework of choice for the new generation of Web 2.0 developers. Ruby on Rails: Up and Running takes you out for a test drive and shows you just how fast Ruby on Rails can go.

Rails Cookbook
by Rob Orsini
Publisher: O'Reilly Media, Inc.
Release Date: January 16, 2007
Pages: 534
available at Amazon.com

Rails Cookbook is packed with the solutions you need to be a proficient developer with Rails, the leading framework for building the new generation of Web 2.0 applications. Recipes range from the basics, like installing Rails and setting up your development environment, to the latest techniques, such as developing RESTful web services.

Advanced Rails
by Brad Ediger
Publisher: O'Reilly Media, Inc.
Release Date: January 11, 2008
Pages: 357
available at Amazon.com

Ready to go to the next level with Rails? From examining the parts of Ruby that make this framework possible to deploying large Rails applications, Advanced Rails offers you an in-depth look at techniques for dealing with databases, security, performance, web services and much more. Chapters in this book help you understand not only the tricks and techniques used within the Rails framework itself, but also how to make use of ideas borrowed from other programming paradigms. Advanced Rails pays particular attention to building applications that scale — whether "scale" means handling more users, or working with a bigger and more complex database. You'll find plenty of examples and code samples that explain: Aspects of Ruby that are often confusing or misunderstood Metaprogramming How to develop Rails plug-ins Different database management systems Advanced database features, including triggers, rules, and stored procedures How to connect to multiple databases When to use the Active Support library for generic, reusable functions Security principles for web application design, and security issues endemic to the Web When and when not to optimize performance Why version control and issue tracking systems are essential to any large or long-lived Rails project Advanced Rails also gives you a look at REST for developing web services, ways to incorporate and extend Rails, how to use internationalization, and many other topics. If you're just starting out with rails, or merely experimenting with the framework, this book is not for you. But if you want to improve your skills with Rails through advanced techniques, this book is essential.

Beginning Rails: From Novice to Professional
by Jeffrey Allan Hardy, Cloves Carneiro Jr., Hampton Catlin
Publisher: Apress
Release Date: July 20, 2007
Pages: 361
available at Amazon.com

Beginning Rails is the practical starting point for anyone wanting to learn how to build dynamic web applications using the Rails framework for Ruby. You’ll learn how all of the components of Rails fit together and how you can leverage them to create sophisticated web applications with less code and more joy.

This book is particularly well suited to those with little or no experience with web application development, or who have some experience but are new to Rails. Beginning Rails assumes basic familiarity with web terms and technologies, but doesn't require you to be an expert.

Book Publishers click to show or hide or section

See the books page for additional programming book publishers

Apress, Inc.
2855 Telegraph Avenue
Suite 600
Berkeley, CA ZIP
Phone: (510) 549-5930
Fax: (510) 549-5939

Links

(Ed.) I have the Beginning Ruby and Beginning Rails books. Both books are a good introduction to the Ruby and Ruby on Rails. Ruby is a great scripting language that seems to be fun to learn just like HyperTalk and HyperCard where. Looking forward to doing a RoR (Ruby on Rails) 2.0 web application.

information-lite.png Info click here to view more info

(from their site) - Apress is a publishing company devoted to meeting the needs of programmers and IT professionals. Apress' unique approach to computer book publishing grew out of conversations between Dan Appleman and Gary Cornell, Apress' founders, who believe that too many programming books are of such low quality that they are a complete waste of time. Computer professionals need quality books that are not just rehashes of documentation.

O'Reilly Media
Corporate Headquarters
1005 Gravenstein Highway North
Sebastopol, CA 95472
USA
T: (707) 827-7000 / (800) 998-9938
F: (707) 829-0104


Links

information-lite.png Info click here to view more info

(from their site) - O'Reilly Media spreads the knowledge of innovators through its books, online services, magazine, and conferences. Since 1978, O'Reilly has been a chronicler and catalyst of leading-edge development, homing in on the technology trends that really matter and spurring their adoption by amplifying "faint signals" from the alpha geeks who are creating the future. An active participant in the technology community, the company has a long history of advocacy, meme-making, and evangelism.

The Pragmatic Programmers
Dave Thomas
P.O. Box 293325
Lewisville, TX 75029-3325

Links

information-lite.png Info click here to view more info

(from their site) - The Pragmatic Programmers is an agile publishing and training company. We’re here because we want to improve the lives of developers. We do this by creating timely, practical books and working with the Pragmatic Studio to create the best developer training there is. The stuff we produce is timely and relevant because it is written by programmers for programmers.

SitePoint
Australian Office 424 Smith St Collingwood
VIC , 3084 AU
+61 3 9419 5200
+61 3 9419 3900

US Office 2763 West Avenue L #277
Lancaster, CA , 93536 USA
604 716 4638

Links

information-lite.png Info click here to view more info

(from their site) - SitePoint is a fast growing online media company and information provider targeting the Web professional market, specifically Web Developers and Designers. The company has five major revenue streams: advertising and sponsorship, content-based products both online and in retail, software, and more recently streaming video subscriptions and classified listings.

Online Orders & shipping Information

Secure Online Ordering and Fast Shipping

We have been getting our products to our customers using online ordering since 2000. In all of that time (and across the hundreds of orders processed) our customers have not had one instance of credit card difficulties due to online ordering.

Our online orders are fully encrypted and our e-commerce site is directly provided by ccNow, a secure online retailer. The security technology is state of the art and your credit card information is transmitted only once.

All products are in stock and will normally be shipped out to you on the next business day.

PriorityMail_env.jpg All orders purchased here at CurtSheller.com, JazzGuitarResources.com, UkuleleResources.com UkuleleChords.net and UkuleleForGuitarPlayers.com are processed using a secure shopping cart system and shipped within 48 hours USPS. Allow 7 to 10 business days for delivery. It is not our intention to profit from shipping and handling charges. The rates are an average cost, and intended to cover expenses only. Please do not ask how long it will takes to get your order. All US orders are shipped USPS Priority Mail® or USPS First-Class Mail® (under 1lb) and delivery dates are not predictable. I do not check on an order not received until three weeks have elapsed since it was shipped. Three weeks is not how long it takes to get your order. Rather, it is how long it takes to convince us that something is wrong. Some orders are returned by the USPS and we have to wait to see if that has happened before any action is taken. Thanks, Curt Sheller Publications.

Goods and services provided by Curt Sheller Publications (PA, United States) and sold by ccNow.com.

Other items purchased through Amazon.com and SheetMusicPlus.com are shipped by Amazon.com and SheetMusicPlus.com.

BOOKS AUTHORED BY CURT SHELLER ARE NOT AVAILABLE ON AMAZON.COM

Close Move
Main Site Navigation Menu

The main site menu is divided into a few sections such as the online store, instrument specific information, online lessons, miscellaneous goodies, contact info and site information.

With over 300 pages of content the various sections and pages within each can be visited using the tabbed interface.

Tabbed section navigation

Each major section on the Curt Sheller Publication web site has additional pages of content that can be visited using the tabs at the top of the page directly above the page title.

Page Sub Sections

Most page sections can be expanded and collapsed. Allowing you to focus on specific content.

All page sections have go to top of page , go to contents and help buttons for quick page navigation.


Popup Views

Indicated as a gray border around an image. Additional information and larger views of samples pages, PDF files and book covers can be viewed in popup windows.

PDF file images and book covers can be viewed larger in a popup view by clickin on the actual image.