Upgraded to ruby 1.8.7. Went to the script/console, executed a basic activerecord find command and received the following error : Mysql::Error: Client does not support authentication protocol requested by server. From the accompanying stack trace, it’s obvious that ActiveRecord is looking at the old mysql adapter that comes packaged with ruby 1.8.7. from /usr/local/lib/ruby/1.8/mysql.rb:453:in `read’ [...]
Archive for May, 2010
Fri
14
May '10
Wed
12
May '10
I’ve recently made some modifications to my auto cross fading script for kJams. Instead of querying the lyrics window to see if it’s full screen (and just assuming that karaoke is being played), it now simply queries kJams to see if it’s playing a song or not. Dave, the author of kJams added this functionality [...]