Category rails
-
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
-
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
-
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
-
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