Archive for January, 2009

 

Monkeypatching Sproutcore with Mixins

January 9th, 2009

Have you ever needed a function specific to your application, but you want it to work like the rest of Sproutcore? You can use the power of mixins to monkey patch Sproutcore in your application. I needed a call on SC.Record like resourceUrl() but I needed something like pluralResourceUrl() because the RESTful API on the [...]

Read full article   »   No Comments