NetBeans CodeTemplate
■基本
ruby:
http://ruby.netbeans.org/codetemplates-ruby.html
デフォルトはTabキーで展開
■Controller
| Trigger | Code |
|---|---|
| reai | redirect_to :action => “show”, :id => @item |
| l | => |
■View
| Trigger | Code |
|---|---|
| r | <% %> |
| re | <%= %> |
| lia | <%= link_to “link text…”, :action => “index” %> |
| liai | <%= link_to “link text…”, :action => “edit”, :id => @item %> |
■Model
| Trigger | Code |
|---|---|
| hm | has_many :objects |
| bt | belongs_to :object |
zo-i | Cheat Sheet | 06 23rd, 2009 |