Skip to content

Instantly share code, notes, and snippets.

@andrewsmedina
Created August 8, 2011 19:24
Show Gist options
  • Save andrewsmedina/1132504 to your computer and use it in GitHub Desktop.
Save andrewsmedina/1132504 to your computer and use it in GitHub Desktop.
#save do model sobrescrito sem *args e **kwargs
ack "def save(.*force_insert.*)" -i --python -l
#filefield
ack 'filefield' -i --python -l
#imagefield
ack 'imagefield' -i --python -l
#formularios que usam post
ack 'method="post"' -i --html -l
#verifica ajax que usam post
ack 'type: \"post\"' -i --js -l
ack 'type:\"post\"' -i --js -l
ack "type: \'post\'" -i --js -l
ack "type:\'post\'" -i --js -l
ack '\$\.post' -i --js -l
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment