- Ruby On Rails Tutorial 1: Rails Concepts
- Ruby On Rails Tutorial 2: A Basic Database Access Application
- When doing an SNMP walk of a subtree, how can I resolve an OID into a name?
- Whats a better way to get a large random integer??
- Is there a way to get the backtrace of a thread in 1.8.7?
- What's a good way to send ruby objects over a newline senstive text protocol?
- How to delete specific indices of an array in Ruby?
- Is there a gem or something of a ringbuffer for ruby?
- What's the equivalent of python's __name__ == "__main__" in ruby?
- Is there a Ruby equivalent to Python's array[3:] and similar?
- What's a standard way of writing a gui app in ruby?
- When I want to reload a ruby module, should I use load or require?
- How do you get ruby to display its version to the user?
- What's your guys rails ide of choice?
- Is there a pure ruby way to find out the user ID?
- Is it possible to "yank" a line out of a string, where the delimeter is n?
- Can anybody suggest a cross-platform gui library?
- What is a clean way to find out from which class a method in MyClass was called?
- How can I traverse yml with Ruby using a dynamic variable?
- How can I explicitly require a file from a gem?
- What is the best data store for an array of hashes with different sizes?
- What's a good, recent patchlevel of 1.9.2?
- How can I require a gem that is _not_ in my Gemfile?
- Is there someone familiar with thead and mutex?
- What are the *disadvantages* of simply compiling by hand 'ruby-1.9.2-p0.tar.gz'?
- Is there a ruby 1.8.7 package in apt-get (ubuntu)?
- Is it possible to call a method from C and pass a block?
- Is there a known working coverage implementation for mri 1.9.2 ?
- What's a good way to analyze a long-running program for memory usage?
- Is there a way to make a temporary class within a method?
- How to make rubygems cp *my* bin/executable to /usb/bin?
- Is there any way to make time objects return #localtime by default?
- Is there an equivalent to var foo; in ruby or do oyu just do foo = nil?
- How can I get a list of all the files matching a certain glob pattern?