Posted by Steve on July 04, 2012
| Comments | Read full article
Posted by Steve on April 20, 2012
| Comments | Read full article
A few pointers to get Jasmine working with your Require/Backbone app.
Posted by Steve on April 12, 2012
| Comments | Read full article
A simple test helper method for AR associations in MiniTest.
Posted by Steve on March 26, 2012
| Comments | Read full article
One of those config tasks you'll do every blue moon then forget. I have committed it to ASCII for prosterity.
Posted by Steve on January 04, 2012
| Comments | Read full article
Say you only have the name of a function you wanna callback at some point in javascript, no problems if you have a public globally scoped function.
No dice if you have a namespaced or 'method' function in another context.