Ruby (on Rails)
I've been using Ruby on Rails for a few years, in my spare time, and hope to keep working with it whenever the opportunity arises. A couple of college friends and I created hospitalpages.ie which is was developed using Ruby on Rails, Git and Capistrano for deployment. I also hope to dabble more in pure Ruby scripting, to date I've used it for automating data insertion with MySQL and some file parsing.
require 'mysql' Results in Load Error
Had this problem recently when writing a Ruby script. Though I had mysql gem installed I got a load error in the script when I tried to require "mysql". After some time on google the issue was fixed by just adding require 'rubygems', rather than 'mysql'.
blog comments powered by Disqus





