Application Tutorials

Module mixin best pratices

Posted under Ruby Tutorials on Thursday, 11 June 2009 by
Common conventions used for module mixins View...
Module mixin best pratices

Ruby multi-threaded operations screencast

Posted under Ruby Tutorials on Thursday, 11 June 2009 by
Speed up your program using ruby threads View...
Ruby multi-threaded operations screencast

Clean up code with to_proc method

Posted under Ruby Tutorials on Thursday, 11 June 2009 by
Quick yet effective way to clean up simplistic blocks View...
Clean up code with to_proc method

Dynamic ruby methods

Posted under Ruby Tutorials on Thursday, 11 June 2009 by
Utilize the method_missing method to create dynamic methods at runtime View...
Dynamic ruby methods

Extend methods with alias chaining

Posted under Ruby Tutorials on Thursday, 11 June 2009 by
Extend existing ruby methods to add your own functionality while retaining previous functionality. View...
Extend methods with alias chaining

Sub-command executables with Commander gem

Posted under Ruby Tutorials on Thursday, 11 June 2009 by
Commander is a Ruby Gem aimed towards simplifying the sub-command/master-command structure of many executables. (dont forget to watch the screencast). View...
Sub-command executables with Commander gem

Exploring the Ruby Facets gem

Posted under Ruby Tutorials on Thursday, 11 June 2009 by
The facets gem is packed full of common functionality that is certainly welcome along-side of the standard library. If you are not using it, chances are you SHOULD be. View...
Exploring the Ruby Facets gem

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

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

Ruby Flip Flop operators

Posted under Ruby Tutorials on Thursday, 11 June 2009 by
Learn about the flip flop operators and how they can save you time, keeping your Ruby scripts clean. View...
Ruby Flip Flop operators

Ruby PHP Equivilents

Posted under Ruby Tutorials on Thursday, 11 June 2009 by
Learning Ruby and used to working with PHP? Here are some useful tips when crossing over. View...
Ruby PHP Equivilents

21 Ruby Tricks You Should Be Using

Posted under Ruby Tutorials on Thursday, 11 June 2009 by
A run through of 21 tricks and tips (some arcane, some not) you can use in the Ruby programming language. View...
21 Ruby Tricks You Should Be Using
Page 2 of 1312345678...Last »