Application Tutorials

Posted under Ruby Tutorials on Thursday, 11 June 2009 by
Tutorial on how to use the Advanced User Interface in WxRuby, it's good for creating cool desktop applications. View...

More Scintilla in WxRuby

Posted under Ruby Tutorials on Thursday, 11 June 2009 by
A discussion on custom key commands and custom behavior. View...
More Scintilla in WxRuby

Scintilla basics in WxRuby

Posted under Ruby Tutorials on Thursday, 11 June 2009 by
Tutorial on the basics of the Scintilla component in WxRuby, it's used to create syntax coloring and more to create great programming editors. View...
Scintilla basics in WxRuby

Registration form with Merb and Datamapper

Posted under Ruby Tutorials on Thursday, 11 June 2009 by
This tutorial describes how to create a registration form with the Ruby framework Merb (RoR alternative) and the Ruby ORM Datamapper. It covers most things such as, templating with ERB and validation of user input. View...
Registration form with Merb and Datamapper

Ruby Spin-up: Where Did That Method Come From?

Posted under Ruby Tutorials on Thursday, 11 June 2009 by
A tutorial that gives a nice background on some object-oriented thinking in Ruby, including classes, superclasses, modules, and singleton methods. It's a straightforward tutorial aimed at those who have gotten their feet wet in Ruby, but not the object-oriented aspects of Ruby. View...
Ruby Spin-up: Where Did That Method Come From?

Behavior-driven Testing with RSpec

Posted under Ruby Tutorials on Thursday, 11 June 2009 by
Testing fever has infected the Ruby programming community, and the infection is spreading. One of the most promising innovations in testing in the past year is the introduction and rapid growth of RSpec, a behavior-driven testing tool. Learn how RSpec can change the way you think about...
Behavior-driven Testing with RSpec

An Introduction to Ruby

Posted under Ruby Tutorials on Thursday, 11 June 2009 by
This extensive tutorial runs through the main aspects of Ruby. It contains example code on the main constructs, using object-oriented aspects of the language, dealing with Exceptions, advanced topics, and more. It's a good start to getting your feet wet in Ruby. View...
An Introduction to Ruby

How to Create a Ruby Extension in C in 5 Minutes

Posted under Ruby Tutorials on Thursday, 11 June 2009 by
A walkthrough of building an extension for Ruby in C with code examples that only take a few minutes to follow. View...
How to Create a Ruby Extension in C in 5 Minutes

Using Symbols

Posted under Ruby Tutorials on Thursday, 11 June 2009 by
Symbols in Ruby are among the most confused aspects of the language. This tutorial covers what they're used for, when to use them, and their advantages and disadvantages. View...
Using Symbols

The Basics of Ruby

Posted under Ruby Tutorials on Thursday, 11 June 2009 by
This is a detailed beginner's introduction to Ruby. It covers general language constructs like loops, arrays, and collections, and it also covers more intermediate topics like regular expressions, file IO, object oriented programming, and exceptions. View...
The Basics of Ruby

Modular Ruby With Inherited Method

Posted under Ruby Tutorials on Thursday, 11 June 2009 by
Use inheritance features of Ruby to create a small auto-registering plugin pattern. View...
Modular Ruby With Inherited Method

Enumerable method examples

Posted under Ruby Tutorials on Thursday, 11 June 2009 by
Learn about common, and less common Enumerable methods for iterating, finding, collecting, removing members and much more. View...
Enumerable method examples
Page 3 of 1312345678...Last »