API Client Ruby Gem
21 Jul 2015
,
I have published a basic API wrapper to RubyGems.org. The gem does not abstract all API calls to ruby methods but simply gives the GET, POST, PUT and DELETE methods. The gem handles the authentication...
Rails Girls Galway
01 Jul 2015
,
Last weekend I helped out with a Rails Girls event in Galway, Ireland. The event was being held just up the road from our main office, it was a great way to get in touch...
Arguments Over Software
28 May 2015
,
Religious arguments over software are commonplace in most technology companies, and OnePageCRM is no different. The current argument here is between two great communication tools, Slack and HipChat. The team hasn't decided what to use...
Git Pre-Commit Hooks
11 Feb 2015
,
I recently wrote a short article on how we use Mercurial pre-commit hooks to stop debug code from reaching our development servers. The team has just completed a transition to Git, so here's an updated...
The OnePageCRM Library
26 Jan 2015
,
When I started working here in OnePageCRM nearly a year ago, I was asked to read three books to learn more about the company culture.
Mercurial Precommit Hooks
18 Dec 2014
,
Mercurial precommit hooks let you prevent rouge code getting committed to your repository. At OnePageCRM, we use it to stop debugging information reaching our development servers.