brunops
-
Test Driven Development (TDD)
17 Oct 2013I never thought I was going to say it, but it’s true, tests are beautiful. Last group projects went differently.
» Read full post -
Rails Impressions
15 Oct 2013I started writing this a week ago.. so try to abstract when time is mentioned..
» Read full post -
Ajax calls with pure JavaScript
25 Sep 2013You can get the correct object according to the browser with:
» Read full post -
Sinatra / ActiveRecord / Heroku
22 Sep 2013Couldn’t find an example with the bare bones of a Sinatra with ActiveRecord application that supports different databases for each environment with as minimum code as possible. And how to successfully push it to Heroku. So I just created a repo with it.
» Read full post -
Execute code in new Terminal window
22 Sep 2013Open a new Terminal window, from the Terminal (mac os), give focus to it and run some arbitrary code:
» Read full post