Archives for November, 2008.

Changes in VAT

In case you aren’t abreast with the news. VAT rates are changing in the UK, with an aim of increasing consumer spending in the “credit crunch”

Here are some “high-lights”

Happening Now:

The VAT rate is to be cut on 1 December from 17.5 per cent to 15 per cent until the end of 2009.

The proposed increase in [...]

Ruby Case Statement

The Ruby Case statement differs slightly from other languages, and for some reason it is something I always have trouble remembering the exact syntax for.

case n
when 0 then
puts ‘Nothing’
when 2, 7, 10 then
puts ‘Other Numbers’
else
puts ‘There is [...]

Apple Time Machine is Great

I hate having to configure a machine from scratch and seldom make backups of my personal data, unless extremely necessary. So I was a late adopter of Apples Time Machine for Mac.

For those of you who aren’t aware of this, it basically stores an up to date copy of everything on your mac automatically for [...]

Getting Started with Merb – Bundling Merb with your Application

This is a basic description of how to get up and running with merb, from creating your first application to bundling merb edge with the thor tasks.

Ruby and RubyGems

To get started you will need ruby and rubygems installed. This comes pre-installed on mac OSX. If you are using another operating system, get rubygems from here.

Make [...]

OpenSSL and Ruby 1.8.7

I came across the error: no such file to load — openssl when compiling ruby 1.8.7 from source. The ubuntu apt package lib-openssl-ruby is currently not up to date enough to work with ruby 1.8.7

To fix this, you need to reconfigure and reinstall your ruby source package with openssl included. You can do this with [...]

Let the Blogging Begin!

This is the start of our new Blog for Dynamic50, a web design and development company based in London, Uk.

We specialise in bespoke software development using cutting edge web development frameworks which include: Ruby on Rails and Merb.

We have a very strong team of designers, developers and project managers. No application is too small or [...]