Articles from 2015

Displaying posts 37 - 48 of 58 in total

Improvements to Exceptions

Posted in May 2015 on the Codebase blog

You can now mark exceptions that you store in Codebase as Resolved. This allows you to hide exceptions which have been fixed without deleting them from your account.

SSL for Custom Domains

Posted in May 2015 on the Codebase blog

If you've configured a custom domain for your Codebase account, you won't been able to benefit from any SSL on your connections to Codebase. This isn't ideal at all and...

PDF Viewer

Posted in May 2015 on the Codebase blog

For those of you that like to store PDFs in your repositories, you can now view your documents in the repository browser - just like you would with the rest...

Managing your threads with Queue

Posted in April 2015 on the Codebase blog

One of my favourite utilities in the Ruby standard library is the Queue class. Queue provides you with a delightfully simple way to synchronise communication between threads. Typically, Queue is...

Improved Exceptions

Posted in April 2015 on the Codebase blog

We've given the exception reporting in Codebase a bit of a revamp in the last few days. Up until now, each individual exception has been displayed on the exceptions page...

Sending desktop notifications with Noti

Posted in April 2015 on the Codebase blog

A little while ago we launched Noti which is a little tool to help sending desktop notifications from web applications to desktop machines when you're not actively browsing the website.

Preparing a new Mac

Posted in April 2015 on the aTech Media blog

I decided to bite the bullet and upgrade my trusty Macbook Pro from Mavericks to Yosemite and taken the opportunity to give the machine a bit of a cleanup. I...

String Interpolation in Rails

Posted in April 2015 on the aTech Media blog

A while ago I wrote a small library to handle string interpolation in a Rails application. The library allows you to safely allow users to insert variables into strings they...

Enhanced Responses

Posted in March 2015 on the Sirportly blog

We all know how useful it can be to have replies written and ready to go for quick replies to common enquiries. Sirportly's Responses takes care of this quickly and...