Popular R Uby Programming Tips
Ruby alias and alias_method
Yaodong Zhao
·
0 responses
·
ruby, dongbeta
Exceptional global variables
Hrvoje Šimić
·
0 responses
·
ruby, exceptions
The best HTTP gem - 'rest'
Travis Reeder
·
1 response
·
ruby, gem
Ruby inherited method bug
Dmitry Vorotilin
·
0 responses
·
ruby, rails
Extending modules on stubbed classes
Alex Gibson
·
0 responses
·
ruby, rails, rspec
Expand the Ruby OO with MooseX
Tiago Peczenyj
·
0 responses
·
ruby, metaprogramming, dsl, object orientation
Top 10 Tools/Ruby Gems for Quickly Building Social Networking Sites
carmatec
·
0 responses
·
ruby, rails, ruby on rails gems
Better fix for Ruby's URI file:// handling
Ryan Graham
·
0 responses
·
ruby, uri
Augeas @RMLL 2012
Raphaël Pinson
·
0 responses
·
ruby, puppet, slideshare, augeas
Ruby Gem markdown_helper v1.0.0 Released
BurdetteLamar
·
0 responses
·
ruby, opensource, github, markdown
Simple iterator with ruby fibers
Matjaz Muhic
·
0 responses
·
ruby, fibers, couroutines
Rails and StringInquirer - A real world example
Karthik Sirasanagandla
·
0 responses
·
ruby, rails, on
Using ZEUS to speed up things when developing
sschuchlenz
·
0 responses
·
ruby, rails, development, zeus
How to find Infinity in Ruby
Jiren Patel
·
0 responses
·
ruby, infinity
Validate full_name
Amr Tamimi
·
0 responses
·
ruby, rails, regexp
Use tap to return an object after doing something with it
Daniel Green
·
0 responses
·
ruby, rails, on