共有 0 个贴子
没有任何数据可供显示
开源项目社区 | 当前位置 : |
|
www.trustie.net/open_source_projects | 主页 > 开源项目社区 > betterpartials |
betterpartials
|
0 | 0 | 5 |
贡献者 | 讨论 | 代码提交 |
better_partials by railsjedi.comProvides syntactic sugar for render :partial
script/plugin install http://betterpartials.googlecode.com/svn/trunk/better_partialsBlog Post: http://www.railsjedi.com/posts/22
ExamplesRender a partial
Pass some parameters in
f %>
Pass in a collection
@people %>Or the terse way
Passing in a block to your partial
Inner connect goes here.. (gets called in your partial's yield statement)
Special Partial OptionsCertain options names have meaning You can't use these as local variables when using the partial helper (for obvious reasons). All other options are passed through to the :locals option.
:collection
:spacer_template
:object
:use_full_path