Archive for September, 2007

How to alias a class method in Ruby

« 21 September 2007 | 10:04 | ruby | No Comments »

class << self
alias_method :new_do_thing, :old_do_thing
end

Now I know.



XMLRPC::Client#do_rpc: Client-Type charset param incompatible with some blog’s MetaWeblog APIs

« 17 September 2007 | 21:00 | magnolia, rubyonrails, xmlrpc | No Comments »

We recently added an automated posting feature to Ma.gnolia which uses XMLRPC and the MetaWeblog API to post a summary of a user’s bookmarks for a given time period to their blog. To implement the MetaWeblog client functionality we wrote a lightweight wrapper around Ruby’s XMLRPC::Client class.
After we released the feature to beta testing we […]



technorati claim

« 13 September 2007 | 12:59 | Uncategorized | No Comments »

Technorati Profile