links for 2008-03-06
-
“It crawls your rails app, fuzzing inputs and analyzing what comes back.”
-
def try(method)
send method if respond_to? method
end -
“Debugging classes that use method_missing can often be painful. At best you often get a NoMethodError on an object that you didn’t expect, and at worst you get stack level too deep (SystemStackError).”
-
One of the nicer features of Ruby
-
“Blanket is a flexible backup framework designed to get the drudgery out of the way and to make automated backups easy.”
