From: Phillip Gawlowski Date: 2007-03-22T21:11:47+09:00 Subject: MySQL/Ruby: More documentation or examples? Hello, list. I'm digging my way through the MySQL/Ruby documentation[0], which is, sadly, a bit lacking, at least for my still weak understanding of Ruby and MySQL. I can't check the Japanese version, as I don't speak Japanese myself. Although I have found Paul DuBois' short introduction to Mysql/Ruby[1], which got me started a bit, at least, my google-fu is weak, and only turns up (more or less) RoR related cruft. Right now, I'm poking the different methods with the help of irb, but that's not really helping (Although now I know that Mysql::Result#fetch_row() goes to the next row of a result set, apparently, pending further investigation). That being said, is there more detailed coverage of the MySQL/Ruby module available? If so, where can I find it? The project's website provides the same information as the README within the gem, unfortunately. Bibliography: [0] http://www.tmtm.org/en/mysql/ruby/ [1] http://www.kitebird.com/articles/ruby-mysql.html -- Phillip "CynicalRyan" Gawlowski Rule of Open-Source Programming #4: If you don't work on your project, chances are that no one will.