e-books in Ruby Programming Language category
RubyFu- GitBook , 2017
This book is a great collection of ideas, tricks, and skills that could be useful for Hackers. It's a unique extraction reference, summarizes a lot of research and experience. Rubyfu is a book to use not only to read, it's where ruby goes evil.
(7122 views)
I Love Rubyby Karthikeyan A K - Mind As Lab , 2015
With this unique hands-on learning experience, you'll discover how Ruby takes care of all the details for you, so you can simply have fun and get more done with less code. This book is written for GNU/Linux (Debian distro) users ...
(7518 views)
Ruby Hacking Guideby Minero Aoki , 2004
The RHG is a book that explains how the ruby interpreter (the official C implementation of the Ruby language) works internally. To fully understand it, you need a good knowledge of C and Ruby. This book is going to investigate ruby as a whole.
(17157 views)
Big Fat Railsby Mitch Guthrie - bigfatrails.com , 2012
A book designed around teaching Ruby on Rails in a precept upon precept fashion. Both theory and practice driving your knowledge. If you are a beginner, the purpose of this book is to simply get you there in small, manageable steps.
(14720 views)
The Bastards Book of Rubyby Dan Nguyen - bastardsbook.com , 2011
The Bastards Book of Ruby is an introduction to programming and its practical uses for journalists, researchers, scientists, analysts, and anyone else whose job is to seek out, make sense from, and show the hard-to-find data.
(15010 views)
Learn Ruby The Hard Wayby Zed A. Shaw - LCodeTHW , 2011
The book assumes absolutely no prior programming knowledge and will guide you carefully and slowly through the learning process. When you are done with it you will have the skill to move on to other books about Ruby and be ready to understand them.
(17671 views)
Ruby Programming- Wikibooks , 2011
Ruby is an interpreted, object-oriented scripting language. This book will show how to install and get started with Ruby in your environment. It demonstrates the main features of the language syntax. The text is designed to be self contained.
(14047 views)
RubyGems User Guide- RubyGems.org , 2010
RubyGems is the premier ruby packaging system. It provides: A standard format for distributing Ruby programs and libraries; An tool for managing the installation of gem packages; A gem server utility for serving gems from any machine...
(11428 views)
Ruby on Rails Tutorial: Learn Rails by Exampleby Michael Hartl - Addison-Wesley , 2010
Leading Rails developer teaches Rails 3 by guiding you through the development of your own complete sample application using the latest techniques in Rails web development. Hartl explains how each new technique solves a real-world problem.
(17986 views)
MacRuby: The Definitive Guideby Matt Aimonetti - O'Reilly Media , 2010
MacRuby is Apple's implementation of the Ruby programming language which uses Objective-C runtime. This book is an introduction to MacRuby. Topics covered: Introduction, The Cocoa Environment, Foundation, Application Kit, Core Data, Xcode.
(17959 views)
Ruby Best Practicesby Gregory T. Brown - O'Reilly Media , 2009
Ruby Best Practices aims to help Ruby developers from a wide range of skill levels improve their fundamental understanding of the language via exposure to the common practices and idioms that many seasoned Rubyists take for granted.
(16640 views)
Data Structures and Algorithms with Object-Oriented Design Patterns in Rubyby Bruno R. Preiss , 2004
The primary goal of this book is to promote object-oriented design using Ruby and to illustrate the use of the emerging object-oriented design patterns. The book shows how these patterns are used to create good software designs.
(15567 views)
Ruby on Rails Securityby Heiko Webers - OWASP , 2009
In order to prevent attacks, minimize their impact and remove points of attack, first of all, we have to fully understand the attack methods in order to find the correct countermeasures. That is what this security guide aims at.
(17438 views)
The Book Of Rubyby Huw Collingbourne - No Starch Press , 2009
A comprehensive tutorial to the Ruby language. Each chapter is accompanied by ready-to-run source code for all the examples. There is also an Introduction which explains how to use the source code in Ruby In Steel or any other IDE of your choice.
(16831 views)
Ruby User's Guideby Mark Slagell , 2005
Ruby is an easy object oriented language: it is designed to be easily read and written. This User's Guide will get you started at invoking and using ruby, and give you insights into ruby's nature that you may not get from the reference manual.
(14346 views)
why's (poignant) guide to Rubyby why the lucky stiff , 2008
This is just a small illustrated online-only Ruby book. It won't crush you. It's light as a feather (because I haven't finished it yet--hehe). And there's a reason this book will stay light: because Ruby is simple to learn.
(19168 views)
Ruby Essentials- Techotopia , 2007
Everything from installing Ruby and the basics of the language through to topics such as arrays, file handling and object-oriented programming are covered. Written both for experienced in other programming languages and for novices.
(20299 views)
Learn to Programby Chris Pine - Pragmatic Bookshelf , 2006
Pine teaches you how to program in Ruby with a minimum of fuss or bother. Starting with simple one-line programs, you'll see how to have your webpage send you email, to shuffle your music, to rename your photos from your digital camera, and more.
(23589 views)
The Little Book of Rubyby Huw Collingbourne - Dark Neon Ltd. , 2008
A straightforward introduction to the fundamentals of Ruby programming: strings, numbers, objects, methods, class hierarchies, arrays, iterators, hashes, modules, mixins and much more. Small, self-contained programming samples are included.
(15300 views)
Programming Ruby: The Pragmatic Programmer's Guideby David Thomas, Andrew Hunt - Addison-Wesley , 2000
Introduction to Ruby, an object-oriented programming language, which allows for programming without extra syntax or code. Shows how to easily mine the Ruby language, teaching the basics, plus how to write large programs, and more.
(23913 views)
Mr. Neighborly's Humble Little Ruby Bookby Jeremy McAnally , 2006
Covers the Ruby language from the very basics to the advanced topics. Written in a conversational narrative rather than like a dry reference book, Mr. Neighborly's Humble Little Ruby Book is an easy to read, easy to follow guide to all things Ruby.
(17658 views)