Track errors in your app
With Codebase Exceptions, you can setup your application to report exceptions straight back to your Codebase interface.
We like to help people so we try to publish useful tutorials about how to use our products, open source libraries or how to accomplish various design & development tasks.
Displaying posts 13 - 24 of 36 in total
With Codebase Exceptions, you can setup your application to report exceptions straight back to your Codebase interface.
In Codebase, you can track deployments by sending a request to the application whenever your deploy your code.
Wouldn't it be great to be able to keep a track of items you have to do on a project, along with having a record of what has been done...
SSH is an fast & secure way to communicate with your Git & Mercurial repositories in Codebase. When you choose to use SSH, all your traffic is encrypted and your...
You may wish to use Mercurial via a command line interface, or via a UI. In this guide, we will be looking at installing a Mercurial UI client, so we...
You may wish to use SVN via a command line interface, or via a UI. In this guide, we will be looking at installing a Subversion UI client, so we can checkin and commit from Windows straight to our Codebase account.
In this guide, we're going to explore how to use Git on the Mac OS X operating system. Fortunately, modern Macs all come with Git installed as standard so there's...
There are a couple of different ways to install Git on Windows. We will be outlining how to install Git using msysgit in this post.
In this guide, we're going to look at setting up Git Tower for Mac and connecting it to a repository in Codebase.
In this post we will discuss how we configure MariaDB multi-source replication in order to achieve database redundancy.
A couple of days ago I wrote about uploading attachments and in this tutorial I'm going to look at doing some processing on those attachments once they have been uploaded....
Uploading files into your Rails application has never been easier, and with the a wealth of useful gems around to help there's no better time to be working with files.