All articles

Displaying posts 457 - 468 of 559 in total

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...

Using Cloudinary on Viaduct

Posted in April 2015 on the Viaduct blog

Cloudinary offer a range of cloud services to help with processing & storing images. It's ideal when you don't fancy working with ImageMagick yourself (and who does?)

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.

Bring your own certificates

Posted in April 2015 on the Viaduct blog

As part of our continued efforts to ensure everyone can host their sites in the most secure way possible, today we're excited to launch our new bring your own certificate...

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...

Personal access tokens

Posted in April 2015 on the Viaduct blog

The Viaduct API allows you to interact with your account and your Viaduct resources programmatically. For example, you can easily use it to start a deployment or see the current...

Application grid view

Posted in March 2015 on the Viaduct blog

We've just pushed a new feature to Viaduct's web interface allowing you to browse your applications in a grid rather than a list. When you use the grid view, you'll...

Force start on deployment

Posted in March 2015 on the Viaduct blog

Whenever you deploy your application on Viaduct, we do a number of checks to make sure that your processes have started and are running properly before make the deployment active...