Ruby CGI and MySQL
Posted by: FreemanNg
Posted on: 2008-08-31 12:32:00
Anyone know how to access MySQL databases from a Ruby CGI script? Thanks.
Posted by: FreemanNg
Posted on: 2008-08-31 12:32:00
Anyone know how to access MySQL databases from a Ruby CGI script? Thanks.
Posted by: patricktan
Posted on: 2008-09-02 16:14:00
I'm not good at Ruby but I believe you can find a lot of tutorial in google. Here is one that I found
http://www.kitebird.com/articles/ruby-mysql.html
Posted by: FreemanNg
Posted on: 2008-09-13 03:27:00
I've since figured it out and am replying to my own message so the answer will be here for others who might need it. What I was looking for was the Mysql module, and I found a good tutorial on it at www.kitebird.com/articles/ruby-mysql.html.