On lets you programatically turn off fixtures. This is mostly used for testing.
$.fixture.on = false Task.findAll({}, function(){ $.fixture.on = true; })