Skip to content

Instantly share code, notes, and snippets.

@myronmarston
Created May 13, 2010 19:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save myronmarston/400352 to your computer and use it in GitHub Desktop.
Save myronmarston/400352 to your computer and use it in GitHub Desktop.
>> puts User.first.methods.select { |m| m =~ /_with(out)?_/ }.sort
destroy_with_callbacks
destroy_with_transactions
destroy_without_callbacks
destroy_without_transactions
extend_with_included_modules_from
load_with_new_constant_marking
reload_with_autosave_associations
reload_with_dirty
reload_without_autosave_associations
reload_without_dirty
respond_to_without_attributes?
save_with_dirty
save_with_dirty!
save_with_transactions
save_with_transactions!
save_with_validation
save_with_validation!
save_without_dirty
save_without_dirty!
save_without_transactions
save_without_transactions!
save_without_validation
save_without_validation!
update_with_password
valid_with_callbacks?
valid_without_callbacks?
write_attribute_without_dirty
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment