Chris Roos by Chris Roos

Monday Links - Week 249

SASS Rails Source Maps

I recently spent some time investigating the current state of SASS debugging in the browser. It turns out that Chrome 30 removes support of the SASS output generated by debug_info, but includes support for CSS source maps. Using this ‘sass-rails-source-maps’ gem, in combination with a pre-release of SASS 3.3, allows you to generate these source maps and bring SASS debugging goodness back to Chrome 30. CR

ActiveInbox

I had a little play with this last week. My current loosely-adhered-to system is to either deal with an email immediately or add it to Google Tasks with an action. This works well enough on the desktop but the lack of Google Tasks integration in the Gmail Android app leaves me with a different workflow on my mobile. While I like the look of ActiveInbox, it doesn’t seem to avoid this problem and so I’m not sure that I’ll make the switch. CR

The Code-Savvy Web Design Tool

I came across this new web design tool which generates HTML & CSS. Unlike other tools like this, it sounds as if the CSS it generates is at least half-sensible. The sneak peak video is worth watching. JM

RubyGems Update & JRuby 1.7.5

We ran into some issues last week with intermittent SSL certificate errors on bundle install. This article suggests that updating RubyGems fixes the problem and it seems to have worked for us so far. JM

Deliberate Git

Joel pointed me at this article and I pretty much agree with all of it. Us Free Rangers have long recognized the power of commit notes as a communication tool. In fact the length of our commit notes became a bit of a running joke in some quarters. Also, while pairing with Rob Chatley a couple of months back, I became more aware of how unusual it is for people to do significant curating of the commits in a branch e.g. breaking commits down to be as small as sensibly possible while still having the tests pass. This is something we do a lot. JM

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

Historical comments can be found here.

Recent