文件名称:cells-dashboard:用于将单元格渲染为仪表板的简单 DSL
文件大小:9KB
文件格式:ZIP
更新时间:2024-06-19 13:56:14
Ruby
单元格仪表板 将 DSL 添加到 gem,允许将单元格(作为小部件)分组到多个独立的仪表板中。 安装 将此行添加到应用程序的 Gemfile 中: gem 'cells' gem 'cells-dashboard' 然后执行: $ bundle 或者自己安装: $ gem install cells-dashboard 用法 在初始化程序( config/initializers/cells_dashboard.rb )中定义仪表板,使用具有匹配参数的块来控制是否应显示单元格。 # Define a dashboard named `users` Cells :: Dashboard . create :users do # Render the `Users::ChangePasswordCell` cell, if the users password has e
【文件预览】:
cells-dashboard-master
----Rakefile(186B)
----test()
--------cells()
--------test_helper.rb(127B)
----cells-dashboard.gemspec(1KB)
----app()
--------helpers()
----Gemfile(100B)
----.gitignore(118B)
----lib()
--------cells()
----README.md(2KB)
----LICENSE.txt(1KB)