mirror of
https://github.com/joaotavora/yasnippet.git
synced 2025-12-15 01:44:19 +00:00
first commit of a million rails snippets, conditions missing, command implementation missing...
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
# -*- mode: snippet -*-
|
||||
# key: aftc
|
||||
# contributor: Translated from TextMate Snippet
|
||||
# name: after_create
|
||||
## condition: "source.ruby.rails"
|
||||
# --
|
||||
after_create
|
||||
@@ -0,0 +1,7 @@
|
||||
# -*- mode: snippet -*-
|
||||
# key: aftd
|
||||
# contributor: Translated from TextMate Snippet
|
||||
# name: after_destroy
|
||||
## condition: "source.ruby.rails"
|
||||
# --
|
||||
after_destroy
|
||||
@@ -0,0 +1,7 @@
|
||||
# -*- mode: snippet -*-
|
||||
# key: afts
|
||||
# contributor: Translated from TextMate Snippet
|
||||
# name: after_save
|
||||
## condition: "source.ruby.rails"
|
||||
# --
|
||||
after_save
|
||||
@@ -0,0 +1,7 @@
|
||||
# -*- mode: snippet -*-
|
||||
# key: aftu
|
||||
# contributor: Translated from TextMate Snippet
|
||||
# name: after_update
|
||||
## condition: "source.ruby.rails"
|
||||
# --
|
||||
after_update
|
||||
@@ -0,0 +1,7 @@
|
||||
# -*- mode: snippet -*-
|
||||
# key: aftv
|
||||
# contributor: Translated from TextMate Snippet
|
||||
# name: after_validation
|
||||
## condition: "source.ruby.rails"
|
||||
# --
|
||||
after_validation
|
||||
@@ -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
|
||||
@@ -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
|
||||
@@ -0,0 +1,7 @@
|
||||
# -*- mode: snippet -*-
|
||||
# key: befc
|
||||
# contributor: Translated from TextMate Snippet
|
||||
# name: before_create
|
||||
## condition: "source.ruby.rails"
|
||||
# --
|
||||
before_create
|
||||
@@ -0,0 +1,7 @@
|
||||
# -*- mode: snippet -*-
|
||||
# key: befd
|
||||
# contributor: Translated from TextMate Snippet
|
||||
# name: before_destroy
|
||||
## condition: "source.ruby.rails"
|
||||
# --
|
||||
before_destroy
|
||||
@@ -0,0 +1,7 @@
|
||||
# -*- mode: snippet -*-
|
||||
# key: befs
|
||||
# contributor: Translated from TextMate Snippet
|
||||
# name: before_save
|
||||
## condition: "source.ruby.rails"
|
||||
# --
|
||||
before_save
|
||||
@@ -0,0 +1,7 @@
|
||||
# -*- mode: snippet -*-
|
||||
# key: befu
|
||||
# contributor: Translated from TextMate Snippet
|
||||
# name: before_update
|
||||
## condition: "source.ruby.rails"
|
||||
# --
|
||||
before_update
|
||||
@@ -0,0 +1,7 @@
|
||||
# -*- mode: snippet -*-
|
||||
# key: befv
|
||||
# contributor: Translated from TextMate Snippet
|
||||
# name: before_validation
|
||||
## condition: "source.ruby.rails"
|
||||
# --
|
||||
before_validation
|
||||
@@ -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
|
||||
@@ -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
|
||||
Reference in New Issue
Block a user