Telling Safari NOT to re-open all the windows from my last session
Every restart your Mac and have it boot up only to open all the last Safari windows you had just…
Heroku Why Oh Why?!?
Heroku you now have SIX different versions of top-level navigation across your website(s) Who in the world told you that…
greenscreen.io – Make a digital dashboard for you office
Here’s a new open source project from GroupOn for the creation of digital dashboards. Looks pretty cool.
Prettify your ‘Alert’ box in Javascript
Really nice replacement for Javascript’s ‘alert’ dialog box. Check out the website: http://tristanedwards.me/sweetalert
Capycoder: Chrome Extension to Record Interactions as Capybara
Seriously why hasn’t anyone ever told me about this awesome tool? With CapyCoder (below) you can literally record you…
CanIUse.com: Resource for Cutting Edge CSS/JavaScript Developers
Here’s a great resources for CSS & JavaScript developers who want to be on the bleeding edge of CSS3 and…
Goldiloader: “Just In Time” Eager Loading Gem for ActiveRecord
Typically to eager load in Rails you use the .includes(:xyz) method in the controller code (or wherever you are making…
CanCan evolved to CanCanCan
So apparently
How do I name my Rails associations if there are multiple relationships to the same class object?
Here’s some advice I gave on the Rails-talk list this morning. (Information specific to the question I was answering has…