PDA

View Full Version : Ruby Tutorials



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