Showing posts with label Ruby. Show all posts
Showing posts with label Ruby. Show all posts

Saturday, April 17, 2010

Ruby: Visual QuickStart Guide

Posted by Unknown on 11:18 AM with No comments

Larry Ullman, "Ruby: Visual QuickStart Guide"
Peachpit Press | 2008 | ISBN: 0321553853 | 432 pages | PDF | 6,2 MB

This book is for those new to programming or that know other programming languages and would like to know Ruby. The book teaches the fundamentals of object-oriented programming and starts with creating a basic program. Everything is covered such as control structures and variables, taking input, and creating output. Moving from the basic to more advanced topics, a solid understanding of Ruby is taught in logical progression. The book ends with an overview of the Web development framework, Ruby on Rails.

Download:
Link_1
Or
Link_2
.

Wednesday, March 3, 2010

Practical Ruby Gems

Posted by Unknown on 8:52 AM with No comments

Practical Ruby Gems
Publisher: Apress | ISBN: 1590598113 | edition 2007 | PDF | 288 pages | 11,3 mb

Practical Ruby Gems is a comprehensive guide to utilizing and creating Ruby Gemsready-made Ruby code modules that can be easily added to Ruby and Rails projects. This book is ideal for Ruby programmers as well as web developers who use Rails and wish to extend the functionality of their projects.
Youll get a prime selection of 34 of the best and most useful Gems, which makes up the core of this book. Each of these also comes complete with actual use cases and code examples that you can use immediately in your own projects. Youll learn how Ruby Gems can be used to
* Validate credit cards.
* Create graphical interfaces on multiple platforms.
* Speed up Rails applications.

Download:
Link_1
Or
Link_2
Or
Link_3
.