有人用过cell么?
2008-04-02 02:20:55来源: 阅读 ()
号称: 代替发挥component作用的controller, 这样就不需要邪恶的render_component了
A cell acts as a lightweight controller in the sense that it will assign variables and render a view.
cell可以用session, params, request等方法访问 父控制器的对应参量
但其它局部变量和实例变量 默认不会传到cell里面
The controller's instance variables and params hash are not directly available from the cell or its views.
目录结构:
- app/
- models/
- views/
- helpers/
- controllers/
- cells/
- my_cell.rb #cell 'controller'
- my_cell/ #cell 'views'
- show.html.erb
- ...
app/ models/ views/ helpers/ controllers/ cells/ my_cell.rb #cell 'controller' my_cell/ #cell 'views' show.html.erb ...cell可以用application helper,若要使用其他helper需声明,如:
- class ShoppingCartCell < Cell::Base
- helper :product
- ....
- end
class ShoppingCartCell < Cell::Base helper :product .... end使用:
- <%= render_cell :my_cell, :show %>
<%= render_cell :my_cell, :show %>
=======================邪恶的component回顾=========================
component 组装页面的使用方式大致如下:
- render_component :controller=>..., :action=>..., :params=>{...}
render_component :controller=>..., :action=>..., :params=>{...}
rails似乎没有提供以path/url作component的方式,所以只好用
- render_component ( ActionController::Routing::Routes.recognize_path("/some/action") ) #how ugly!
render_component ( ActionController::Routing::Routes.recognize_path("/some/action") ) #how ugly!
想要包含外部页面为组件,其中一个办法是用esi:include标签。。。
只有用render_component才能调用其他action及action之上的过滤器并包含其结果,而且很慢 ...
标签:
版权申明:本站文章部分自网络,如有侵权,请联系:west999com@outlook.com
特别注意:本站所有转载文章言论不代表本站观点,本站所提供的摄影照片,插画,设计作品,如需使用,请与原作者联系,版权归原作者所有
IDC资讯: 主机资讯 注册资讯 托管资讯 vps资讯 网站建设
网站运营: 建站经验 策划盈利 搜索优化 网站推广 免费资源
网络编程: Asp.Net编程 Asp编程 Php编程 Xml编程 Access Mssql Mysql 其它
服务器技术: Web服务器 Ftp服务器 Mail服务器 Dns服务器 安全防护
软件技巧: 其它软件 Word Excel Powerpoint Ghost Vista QQ空间 QQ FlashGet 迅雷
网页制作: FrontPages Dreamweaver Javascript css photoshop fireworks Flash