Category ruby
-
Hiding ruby gem 'is deprecated with no replacement' messages
How to hide all the ugly ruby deprecation messages when you upgrade... read more
-
Weekend Project - Time Out In NZ
A quick weekend project to help people who've lost their homes in the Japanese quakes... read more
-
Jekyll plugins for categories, projects and sitemaps
A couple of Jekyll plugins we wrote to generate some of the content on this site... read more
-
A weekend project - fromthecache.com
A weekend project that provides transparent access to the Google cache via a web app... read more
-
Introducing Rails Kitchen Sink
Yet another rails-project-starter, but this time it's ours... read more
-
Static blogging the Jekyll way
An overview of some of the technologies we used to build the new site... read more
-
HABTM before_filter in rails models
How to automatically add an object to a habtm field on save... read more
-
Excluding fields from rails json and xml output
How to stop specific fields from being output when rendering to json or xml... read more
-
Integrating Jekyll with FeedBurner
A few pointers on setting up FeedBurner for your Jekyll site... read more
-
Updating RubyGems on Mac OS X 10.5 Leopard
How to update RubyGems from v1.0.1 to v1.3.5 on OS X... read more
-
Installing git-up on Ubuntu 8.10
How to get git-up running properly on Ubuntu 8.10... read more
-
'spec/rake/spectask' errors doing rake db:migrate
What to do if you get "no such file to load -- spec/rake/spectask_" errors running rake db:migrate... read more
-
'Can't find Magick-config' error installing rmagick gem
How to fix a 'Can't find Magick-config' error when installing the rmagick gem... read more
-
undefined method assert_valid_keys in Rails
How to fix 'undefined method assert_valid_keys' errors in Rails... read more
-
Nginx adds strange characters using rails/memcached_pass
How to stop strange characters appearing when using rails, memcached and the nginx memcached_pass directive... read more
-
Phusion Passenger PassengerMaxPoolSize is ignored
How to setup apache so that the Phusion Passenger PassengerMaxPoolSize, PassengerMaxInstancesPerApp and PassengerPoolIdleTime directives are not ignored... read more
-
memcaches_page plugin for Rails
A Rails plugin to cache entire pages to memcached, allowing you to use nginx to serve your site directly from memory... read more
-
Rails NameError
How to fix 'NameError (uninitialized constant UnknownAction)' error in rails... read more