Interestings
Bundler gets gem signing verification
This capability has apparently been around rubygems.org for years but only recently added to bundler:
http://blog.meldium.com/home/2013/3/3/signed-rubygems-part
If enforcing package signing becomes more commonplace the n the rubygems.org incident that occurred 2 months ago should have far more limited consequences.
Replay XHRs in Chrome
Not sure when this feature was added but you can now replay requests in Chrome’s Network pane. Pretty useful for debugging some wonky requests.
The value of continuous deployment
A nice, short blog post on continuous deployment:
http://rc3.org/2013/03/03/dont-get-stuck/?utm_source=rss&utm_medium=rss&utm_campaign=dont-get-stuck
Jasmine Segfaulting?
Use jasmine headless webkit to get around random segfaults on semaphore:
http://johnbintz.github.com/jasmine-headless-webkit/
Coffeescript Source Maps
Coffeescript now supports source maps, meaning the line numbers are available at JS debug time. Check out http://coffeescript.org/ for details. YMMV with various toolchains (e.g., sprockets).