Index: branches/locker-dev/locker/deploy/bin/rails
===================================================================
--- branches/locker-dev/locker/deploy/bin/rails	(revision 1485)
+++ branches/locker-dev/locker/deploy/bin/rails	(revision 1486)
@@ -174,5 +174,8 @@
      Thread.current[:modifications] = {}
      Thread.current[:iterations] = 0
-     raise RuntimeError # This is a kludge, but at the same time it works.
+     # This is a kludge, but at the same time it works.
+     # Will kill the current FCGI process so that it is reloaded
+     # at next request.
+     raise RuntimeError
    end
 
