Documentation Engine for Rails
A couple of months ago, I wrote a Rails engine which provides applications with complete documentation library functionality by simply adding a gem.
Displaying posts 385 - 396 of 399 in total
A couple of months ago, I wrote a Rails engine which provides applications with complete documentation library functionality by simply adding a gem.
Securing your communications between parts of your infrastructure has never been more important. For encryption, in most cases, you can rely on normal SSL on HTTP connections (HTTPS) however what...
I've had experiences with unhappy customers and I'd wager that anyone in the customer's firing line has been there too.
I’ve recently started using Gulp rather than the built-in asset pipeline in Rails. Gulp provides a fair amount of additional flexibility and functionality which I am very much enjoying.
I’ve recently been working on developing an iOS application for Sirportly — a helpdesk product which we run & develop at aTech. As part of this application, it became necessary for...
I’ve recently started developing iOS applications and on my journey of discovery I have discovered a number of useful little gems of information which I wanted to share.
What happened to v3?
Our office connectivity is relatively simple and pretty standard for most offices, so I thought I would share our configuration and how we’ve set everything up. I thought a blog...
Back in 2006 when aTech was just a fledgling web design company, I started work on a CRM-type application to help us manage clients, jobs & quotes.
During October, I started looking for an e-commerce platform we could use to launch our first line shop for Dial 9. We needed to be able to sell products from...
For the last months, I have been busy working on re-designing the logos for a number of our brands & companies. I wanted to explain a little of my reasoning...
Git submodules and Mercurial subrepos provide a mechanism to easily include shared code and libraries in your repository with a minimum of fuss.