A new website
We're currently working on making our branding more consistent. This started when we launched the new aTech Identity interface and then started our new suggestions site.
Displaying posts 349 - 360 of 399 in total
We're currently working on making our branding more consistent. This started when we launched the new aTech Identity interface and then started our new suggestions site.
In Codebase we've always aimed to allow administrators maximum control over who can access and modify data in their account.
Sometimes the traditional diff view can be hard to read, particularly in busy changesets where you have a lot of deletions and additions.
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.
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...
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...
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...
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...
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.
We try to post all major feature updates to our blog to keep you informed of new tools and features in Sirportly, but sometimes we make smaller changes that might...
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...
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...