Some checks failed
Detach Plugins / check (FlyGrep.vim) (push) Has been cancelled
Detach Plugins / check (GitHub.vim) (push) Has been cancelled
Detach Plugins / check (JavaUnit.vim) (push) Has been cancelled
Detach Plugins / check (SourceCounter.vim) (push) Has been cancelled
Detach Plugins / check (cpicker.nvim) (push) Has been cancelled
Detach Plugins / check (dein-ui.vim) (push) Has been cancelled
Detach Plugins / check (git.vim) (push) Has been cancelled
Detach Plugins / check (iedit.vim) (push) Has been cancelled
Detach Plugins / check (scrollbar.vim) (push) Has been cancelled
Detach Plugins / check (vim-chat) (push) Has been cancelled
Detach Plugins / check (vim-cheat) (push) Has been cancelled
Detach Plugins / check (vim-todo) (push) Has been cancelled
Detach Plugins / check (xmake.vim) (push) Has been cancelled
test / Linux (nvim, nightly) (push) Has been cancelled
test / Linux (nvim, v0.3.8) (push) Has been cancelled
test / Linux (nvim, v0.4.0) (push) Has been cancelled
test / Linux (nvim, v0.4.2) (push) Has been cancelled
test / Linux (nvim, v0.4.3) (push) Has been cancelled
test / Linux (nvim, v0.4.4) (push) Has been cancelled
test / Linux (nvim, v0.5.0) (push) Has been cancelled
test / Linux (nvim, v0.5.1) (push) Has been cancelled
test / Linux (nvim, v0.6.0) (push) Has been cancelled
test / Linux (nvim, v0.6.1) (push) Has been cancelled
test / Linux (nvim, v0.7.0) (push) Has been cancelled
test / Linux (nvim, v0.7.2) (push) Has been cancelled
test / Linux (nvim, v0.8.0) (push) Has been cancelled
test / Linux (nvim, v0.8.1) (push) Has been cancelled
test / Linux (nvim, v0.8.2) (push) Has been cancelled
test / Linux (nvim, v0.8.3) (push) Has been cancelled
test / Linux (nvim, v0.9.0) (push) Has been cancelled
test / Linux (nvim, v0.9.1) (push) Has been cancelled
test / Linux (true, vim, v7.4.052) (push) Has been cancelled
test / Linux (true, vim, v7.4.1689) (push) Has been cancelled
test / Linux (true, vim, v7.4.629) (push) Has been cancelled
test / Linux (true, vim, v8.0.0027) (push) Has been cancelled
test / Linux (true, vim, v8.0.0183) (push) Has been cancelled
test / Linux (vim, nightly) (push) Has been cancelled
test / Linux (vim, v8.0.0184) (push) Has been cancelled
test / Linux (vim, v8.0.1453) (push) Has been cancelled
test / Linux (vim, v8.1.2269) (push) Has been cancelled
test / Linux (vim, v8.2.2434) (push) Has been cancelled
test / Linux (vim, v8.2.3995) (push) Has been cancelled
test / Windows (nvim, nightly) (push) Has been cancelled
test / Windows (nvim, v0.3.8) (push) Has been cancelled
test / Windows (nvim, v0.4.2) (push) Has been cancelled
test / Windows (nvim, v0.4.3) (push) Has been cancelled
test / Windows (nvim, v0.4.4) (push) Has been cancelled
test / Windows (nvim, v0.5.0) (push) Has been cancelled
test / Windows (nvim, v0.5.1) (push) Has been cancelled
test / Windows (nvim, v0.6.0) (push) Has been cancelled
test / Windows (nvim, v0.6.1) (push) Has been cancelled
test / Windows (nvim, v0.7.0) (push) Has been cancelled
test / Windows (nvim, v0.7.2) (push) Has been cancelled
test / Windows (nvim, v0.8.0) (push) Has been cancelled
test / Windows (nvim, v0.8.1) (push) Has been cancelled
test / Windows (nvim, v0.8.2) (push) Has been cancelled
test / Windows (nvim, v0.8.3) (push) Has been cancelled
test / Windows (nvim, v0.9.0) (push) Has been cancelled
test / Windows (nvim, v0.9.1) (push) Has been cancelled
test / Windows (vim, nightly) (push) Has been cancelled
test / Windows (vim, v7.4.1185) (push) Has been cancelled
test / Windows (vim, v7.4.1689) (push) Has been cancelled
test / Windows (vim, v8.0.0027) (push) Has been cancelled
test / Windows (vim, v8.0.1453) (push) Has been cancelled
test / Windows (vim, v8.1.2269) (push) Has been cancelled
test / Windows (vim, v8.2.2434) (push) Has been cancelled
test / Windows (vim, v8.2.3995) (push) Has been cancelled
docker / docker (push) Has been cancelled
mirror / check (coding) (push) Has been cancelled
mirror / check (gitee) (push) Has been cancelled
mirror / check (gitlab) (push) Has been cancelled
165 lines
2.6 KiB
Plaintext
165 lines
2.6 KiB
Plaintext
snippet rr
|
|
abbr render
|
|
render
|
|
|
|
snippet ra
|
|
abbr render :action
|
|
render action:
|
|
|
|
snippet rc
|
|
abbr render :controller
|
|
render controller:
|
|
|
|
snippet rf
|
|
abbr render :file
|
|
render file:
|
|
|
|
snippet ri
|
|
abbr render :inline
|
|
render inline:
|
|
|
|
snippet rj
|
|
abbr render :json
|
|
render json:
|
|
|
|
snippet rl
|
|
abbr render :layout
|
|
render layout:
|
|
|
|
snippet rp
|
|
abbr render :partial
|
|
render partial:
|
|
|
|
snippet rt
|
|
abbr render :text
|
|
render text:
|
|
|
|
snippet rx
|
|
abbr render :xml
|
|
render xml:
|
|
|
|
snippet dotiw
|
|
abbr distance_of_time_in_words
|
|
distance_of_time_in_words
|
|
|
|
snippet taiw
|
|
abbr time_ago_in_words
|
|
time_ago_in_words
|
|
|
|
snippet re
|
|
abbr redirect_to
|
|
redirect_to
|
|
|
|
snippet rea
|
|
abbr redirect_to :action
|
|
redirect_to action:
|
|
|
|
snippet rec
|
|
abbr redirect_to :controller
|
|
redirect_to controller:
|
|
|
|
snippet rst
|
|
abbr respond_to
|
|
respond_to
|
|
|
|
snippet bt
|
|
abbr belongs_to
|
|
belongs_to
|
|
|
|
snippet ho
|
|
abbr has_one
|
|
has_one
|
|
|
|
snippet hm
|
|
abbr has_many
|
|
has_many
|
|
|
|
snippet habtm
|
|
abbr has_and_belongs_to_many
|
|
has_and_belongs_to_many
|
|
|
|
snippet co
|
|
abbr composed_of
|
|
composed_of
|
|
|
|
snippet va
|
|
abbr validates_associated
|
|
validates_associated
|
|
|
|
snippet vb
|
|
abbr validates_acceptance_of
|
|
validates_acceptance_of
|
|
|
|
snippet vc
|
|
abbr validates_confirmation_of
|
|
validates_confirmation_of
|
|
|
|
snippet ve
|
|
abbr validates_exclusion_of
|
|
validates_exclusion_of
|
|
|
|
snippet vf
|
|
abbr validates_format_of
|
|
validates_format_of
|
|
|
|
snippet vi
|
|
abbr validates_inclusion_of
|
|
validates_inclusion_of
|
|
|
|
snippet vl
|
|
abbr validates_length_of
|
|
validates_length_of
|
|
|
|
snippet vn
|
|
abbr validates_numericality_of
|
|
validates_numericality_of
|
|
|
|
snippet vp
|
|
abbr validates_presence_of
|
|
validates_presence_of
|
|
|
|
snippet vu
|
|
abbr validates_uniqueness_of
|
|
validates_uniqueness_of
|
|
|
|
snippet logd
|
|
abbr logger.debug
|
|
logger.debug
|
|
|
|
snippet logi
|
|
abbr logger.info
|
|
logger.info
|
|
|
|
snippet logw
|
|
abbr logger.warn
|
|
logger.warn
|
|
|
|
snippet loge
|
|
abbr logger.error
|
|
logger.error
|
|
|
|
snippet logf
|
|
abbr logger.fatal
|
|
logger.fatal
|
|
|
|
snippet action
|
|
abbr action:
|
|
action:
|
|
|
|
snippet co_
|
|
abbr co________:
|
|
co________:
|
|
|
|
snippet id
|
|
abbr id:
|
|
id:
|
|
|
|
snippet object
|
|
abbr object:
|
|
object:
|
|
|
|
snippet partial
|
|
abbr partial:
|
|
partial:
|
|
|