first commit of a million rails snippets, conditions missing, command implementation missing...

This commit is contained in:
capitaomorte
2009-11-16 07:09:38 +00:00
parent ead36b2544
commit 96b5606d66
213 changed files with 1592 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
# -*- mode: snippet -*-
# key: aftc
# contributor: Translated from TextMate Snippet
# name: after_create
## condition: "source.ruby.rails"
# --
after_create

View File

@@ -0,0 +1,7 @@
# -*- mode: snippet -*-
# key: aftd
# contributor: Translated from TextMate Snippet
# name: after_destroy
## condition: "source.ruby.rails"
# --
after_destroy

View File

@@ -0,0 +1,7 @@
# -*- mode: snippet -*-
# key: afts
# contributor: Translated from TextMate Snippet
# name: after_save
## condition: "source.ruby.rails"
# --
after_save

View File

@@ -0,0 +1,7 @@
# -*- mode: snippet -*-
# key: aftu
# contributor: Translated from TextMate Snippet
# name: after_update
## condition: "source.ruby.rails"
# --
after_update

View File

@@ -0,0 +1,7 @@
# -*- mode: snippet -*-
# key: aftv
# contributor: Translated from TextMate Snippet
# name: after_validation
## condition: "source.ruby.rails"
# --
after_validation

View File

@@ -0,0 +1,7 @@
# -*- mode: snippet -*-
# key: aftvoc
# contributor: Translated from TextMate Snippet
# name: after_validation_on_create
## condition: "source.ruby.rails"
# --
after_validation_on_create

View File

@@ -0,0 +1,7 @@
# -*- mode: snippet -*-
# key: aftvou
# contributor: Translated from TextMate Snippet
# name: after_validation_on_update
## condition: "source.ruby.rails"
# --
after_validation_on_update

View File

@@ -0,0 +1,7 @@
# -*- mode: snippet -*-
# key: befc
# contributor: Translated from TextMate Snippet
# name: before_create
## condition: "source.ruby.rails"
# --
before_create

View File

@@ -0,0 +1,7 @@
# -*- mode: snippet -*-
# key: befd
# contributor: Translated from TextMate Snippet
# name: before_destroy
## condition: "source.ruby.rails"
# --
before_destroy

View File

@@ -0,0 +1,7 @@
# -*- mode: snippet -*-
# key: befs
# contributor: Translated from TextMate Snippet
# name: before_save
## condition: "source.ruby.rails"
# --
before_save

View File

@@ -0,0 +1,7 @@
# -*- mode: snippet -*-
# key: befu
# contributor: Translated from TextMate Snippet
# name: before_update
## condition: "source.ruby.rails"
# --
before_update

View File

@@ -0,0 +1,7 @@
# -*- mode: snippet -*-
# key: befv
# contributor: Translated from TextMate Snippet
# name: before_validation
## condition: "source.ruby.rails"
# --
before_validation

View File

@@ -0,0 +1,7 @@
# -*- mode: snippet -*-
# key: befvoc
# contributor: Translated from TextMate Snippet
# name: before_validation_on_create
## condition: "source.ruby.rails"
# --
before_validation_on_create

View File

@@ -0,0 +1,7 @@
# -*- mode: snippet -*-
# key: befvou
# contributor: Translated from TextMate Snippet
# name: before_validation_on_update
## condition: "source.ruby.rails"
# --
before_validation_on_update