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.
Speed up your program using ruby threads
So simple and easy I do not even need to speak in this screencast!
Learn about common, and less common Enumerable methods for iterating, finding, collecting, removing members and much more.
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.
Bind allows you to invoke actions whenever a file system event has occurred. For example refreshing any number of browsers concurrently in the background while editing website assets. This is a life saver for cross browser JavaScript, CSS, or even HTML web design.
Be confused no more! metaclasses and metaprogramming explained with great ease.
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.
So you discovered Ruby's Rack 'web framework framework', and would like to know how to extend it, this is done using Rack middleware. We will go through creating a basic Rack application, and a JSON response middleware.
Extend existing ruby methods to add your own functionality while retaining previous functionality.
Help us out! More and more tutorials are submitted to Good-Tutorials each day. We could use your help with finding good tutorials.
Mind lending a hand?