neosnippet.vim/neosnippets/rails.snip

165 lines
2.6 KiB
Plaintext
Raw Normal View History

2012-02-02 04:33:35 +00:00
snippet rr
abbr render
render
snippet ra
abbr render :action
2013-04-02 03:20:34 +00:00
render action:
2012-02-02 04:33:35 +00:00
snippet rc
abbr render :controller
2013-04-02 03:20:34 +00:00
render controller:
2012-02-02 04:33:35 +00:00
snippet rf
abbr render :file
2013-04-02 03:20:34 +00:00
render file:
2012-02-02 04:33:35 +00:00
snippet ri
abbr render :inline
2013-04-02 03:20:34 +00:00
render inline:
2012-02-02 04:33:35 +00:00
snippet rj
abbr render :json
2013-04-02 03:20:34 +00:00
render json:
2012-02-02 04:33:35 +00:00
snippet rl
abbr render :layout
2013-04-02 03:20:34 +00:00
render layout:
2012-02-02 04:33:35 +00:00
snippet rp
abbr render :partial
2013-04-02 03:20:34 +00:00
render partial:
2012-02-02 04:33:35 +00:00
snippet rt
abbr render :text
2013-04-02 03:20:34 +00:00
render text:
2012-02-02 04:33:35 +00:00
snippet rx
abbr render :xml
2013-04-02 03:20:34 +00:00
render xml:
2012-02-02 04:33:35 +00:00
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
2013-04-02 03:20:34 +00:00
redirect_to action:
2012-02-02 04:33:35 +00:00
snippet rec
abbr redirect_to :controller
2013-04-02 03:20:34 +00:00
redirect_to controller:
2012-02-02 04:33:35 +00:00
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
2013-04-02 03:20:34 +00:00
abbr action:
action:
2012-02-02 04:33:35 +00:00
snippet co_
2013-04-02 03:20:34 +00:00
abbr co________:
co________:
2012-02-02 04:33:35 +00:00
snippet id
2013-04-02 03:20:34 +00:00
abbr id:
id:
2012-02-02 04:33:35 +00:00
snippet object
2013-04-02 03:20:34 +00:00
abbr object:
object:
2012-02-02 04:33:35 +00:00
snippet partial
2013-04-02 03:20:34 +00:00
abbr partial:
partial:
2012-10-30 08:53:14 +00:00