5 Ruby-based static site generators

Written by Andy Atkinson on 2009-08-06 2 comments
Tagged Ruby

Developing dynamic database-driven web applications with Ruby on Rails is great, however the flexibility and overhead of the framework is not always needed for small static website projects.

Static sites have some nice advantages. Pages are served from memory or disk by the web server, no other processes are involved. No deployment infrastructure (database, queue, background processing, etc.) is required. Before converting a site to a CMS like Radiant with proprietary concepts like...

Rails 2.3 Features

Written by Andy Atkinson on 2009-07-29
Tagged Rails, Ruby
Few interesting features from the release

Cocoaheads MN July 2009

Written by Andy Atkinson on 2009-07-09
Tagged Objective-C, Cocoa
Local Cocoaheads monthly meeting

5 Productive Technologies for Rails

Written by Andy Atkinson on 2009-07-06
Tagged Rails, Ruby

Using Git with a team on OS X

Written by Andy Atkinson on 2009-05-09
Few tips on the git version control system