|
Below is a compilation of 60 Ruby on Rails resources, ranging from Tutorials, Cheatsheets, Reference, Forums, Podcasts, Screencasts…
http://speckyboy.com/2008/04/20/60-ruby-on-rails-t
created by freebooksandarticles on 2008-06-28 03:02:18
|
|
Collection of Free Ruby Programming Books. All Free and all Legal
http://linkmingle.com/list/List-of-Free-Online-Rub
created by freebooksandarticles on 2008-06-16 01:51:21
|
|
0. Getting Started
1. Numbers
2. Letters
3. Variables and Assignment
4. Mixing It Up
5. More About Methods
6. Flow Control
7. Arrays and Iterators
8. Writing Your Own Methods
9. Classes
10. Blocks and Procs
11. Beyond This Tutorial
http://pine.fm/LearnToProgram/
created by freebooksandarticles on 2008-06-15 21:26:17
|
|
Following the Perl Cookbook (by Tom Christiansen and Nathan Torkington, published by O'Reilly) spirit, the PLEAC Project aims to gather fans of programming, in order to implement the solutions in other programming languages.
http://pleac.sourceforge.net/pleac_ruby/index.html
created by freebooksandarticles on 2008-06-15 21:15:30
|
|
The Little Book Of Ruby is a PDF eBook which will guide you through the fundamentals of Ruby programming. Starting with the basics (strings, numbers, objects and methods) it quickly moves on to explain all you need to know to create your own class hierarchies, use arrays, hashes, iterators, modules, mixins and much more besides…
http://www.sapphiresteel.com/The-Little-Book-Of-Ru
created by freebooksandarticles on 2008-06-15 21:12:07
|
|
RubyGems is the premier ruby packaging system. It provides:
* A standard format for destributing Ruby programs and libraries.
* An easy to use tool for managing the installation of gem packages.
* A gem server utility for serving gems from any machine where RubyGems is installed.
http://rubygems.org/read/book/1
created by freebooksandarticles on 2008-06-15 21:02:29
|
|
Ruby has taken the programming world by storm. With the slow decline of Java and the catalyst of Rails, it has risen to become one of the most popular programming languages, rising to #10 on the TIOBE index and winning their "Programming Language of the Year" award.
http://www.infoq.com/minibooks/ruby
created by freebooksandarticles on 2008-06-15 21:44:21
|
|
This book is a tutorial and reference for the Ruby programming language. Use Ruby, and you'll write better code, be more productive, and enjoy programming more.
http://www.ruby-doc.org/docs/ProgrammingRuby/
created by freebooksandarticles on 2008-06-15 21:24:16
|
|
Ruby User's Guide
http://www.rubyist.net/~slagell/ruby/index.html
created by freebooksandarticles on 2008-06-15 21:10:23
|
|
This book is about the fundamentals of data structures and algorithms--the basic elements from which large and complex software artifacts are built. To develop a solid understanding of a data structure requires three things: First, you must learn how the information is arranged in the memory of the computer. Second, you must become familiar with the algorithms for manipulating the information contained in the data structure.
http://www.brpreiss.com/books/opus8/
created by freebooksandarticles on 2008-06-15 21:03:33
|