Go to Google Groups Home    WellRailed
ActiveRecord Adapters

Henry Maddocks <henry.maddo...@gmail.com>

My Google fu is failing me today ;(

I am thinking of writing an 'Active Record like' interface to a public  
API (Digital NZ in this case). What's the best way to go about it?

Should I write an adapter?
Should I monkey patch the find methods on Active Record?
Should I avoid Active Record entirely?
Or is there an easier way?

TIA

Henry