Remixr: Ruby wrapper for the Best Buy Remix API

September 23, 2009 Pivotal Labs

sudo gem install remixr

We at Pivotal like that incantation. Thanks to the Squeegee crew for putting Remixr together.

# find stores within 50 miles of ZIP 76227 and products over three G's

stores = client.stores({:area => ['76227', 50]}).products({:salePrice => {'$gt' => 3000}}).fetch.stores

Beautiful.

About the Author

Biography

Previous
Introducing ActiveModelListener: Easy to use global ActiveRecord event listeners
Introducing ActiveModelListener: Easy to use global ActiveRecord event listeners

I'm currently working on a large app where certain things have to happen when records are created, updated ...

Next
Tweed and Paid Palm Pre Apps
Tweed and Paid Palm Pre Apps

In the past, we've been asked if we planned to charge for Tweed. Until recently, we hadn't made a decision....