Chris Roos by Chris Roos

Monday Links - Week 250

Chromello for Trello

I’ve only recently started using Trello in anger and am seriously considering migrating some of my workflow from Google Tasks and Fargo. I’ve only just started exploring the third party tools available for Trello and this one seems pretty good - it’s a Chrome extension that makes adding a new card to any of your boards really easy. CR

An investigation in testing render :partial with assert_template

Melinda and I paired on tidying up some of the rspec view specs in our current project. We came away with some recommendations, one of which was to test that partials are being rendered by using expect(view).to have_rendered('<name-of-partial>'). While good for the simple case, this approach does have a couple of gotchas that I’ve explored in this gist: Namely that it won’t work as you’d expect if you use the either the :object or :collection options of render :partial. CR

Tweakpoints

I read this after it was mentioned by Barry on our current project. Reading this and the related “The In-Between” post made me realise that while I was using the term, ‘breakpoint’, I didn’t actually know what it meant. And now I do. CR

Google Street View Hyperlapse

I came across the term Hyperlapse after watching this excellent “Louisville In Motion” video. A little googling lead me to this great video built from images taken by the Google Street View cameras. While certainly not the same, the idea of combining images from an existing source reminded me of the timelapse video I made by grabbing images from the harbour webcam in my home town. CR

If you have any feedback on this article, please get in touch!

Historical comments can be found here.

Recent