Skip to content

Instantly share code, notes, and snippets.

@noahd1
Created August 4, 2009 04:21
Show Gist options
  • Save noahd1/161017 to your computer and use it in GitHub Desktop.
Save noahd1/161017 to your computer and use it in GitHub Desktop.
class Aborted < ActiveRecord::Migration
def self.up
puts <<-END
Rake aborted! Problems connecting to redis on port 3345.
Sys/log error 4455
Ran out of file descriptions. Please install rootkit.
END
end
def self.down
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment