Hey all, Just thought I'd share a gist that combines ActiveResource and Shoes: http://gist.github.com/104276
In 19 lines of code, I'm pulling data from a Rails app that has been RESTified. For this to work, you just need a modern (2.0 or later, I believe) rails application running locally with a schema of at least: Person: name phone That schema should be generated with the standard script/generate syntax to ensure REST access. >From this base, I wrote a simple Twitter client in something like 30 lines of code. :brad -- Bradley Grzesiak [email protected] http://toleoandbeyond.blogspot.com * You have received an email from my personal account. Please do not divulge this address to any website (eg: evite, shutterfly, etc). I have another address for such uses; please ask me for it.
