文件名称:draper-extensions:通过添加分页和范围方法来扩展 Draper
文件大小:16KB
文件格式:ZIP
更新时间:2024-07-17 01:23:36
Ruby
德雷珀::扩展 通过添加分页和范围方法来扩展 Draper 安装 将此行添加到应用程序的 Gemfile 中: gem 'draper-extensions' 然后执行: $ bundle 或者自己安装: $ gem install draper-extensions 用法 这个扩展在draper gem 上扩展了这些东西: 将#decorate添加到ActiveRecord::Relation 。 > listing = Listing . first > listing . events . decorate => #<Draper::CollectionDecorator:0x000001059500f0 @context = { } , @decorator_class = EventDecorator , @object = [ #<Event id:
【文件预览】:
draper-extensions-master
----.travis.yml(341B)
----Guardfile(1KB)
----Rakefile(200B)
----draper-extensions.gemspec(913B)
----Gemfile(696B)
----.ruby-gemset(17B)
----.rspec(7B)
----spec()
--------config()
--------app()
--------lib()
--------spec_helper.rb(2KB)
----.ruby-version(11B)
----.coveralls.yml(69B)
----.gitignore(203B)
----lib()
--------draper-extensions.rb(27B)
--------draper()
----README.md(3KB)
----LICENSE.txt(1KB)