文件名称:hanami-pagination
文件大小:12KB
文件格式:ZIP
更新时间:2024-06-03 10:27:46
ruby pagination hanami Ruby
花见::分页 分页宝石,可用于您的hanami应用程序。 基于ROM :: Pagination插件。 安装 将此行添加到您的应用程序的Gemfile中: gem 'hanami-pagination' 然后执行: $ bundle 或将其自己安装为: $ gem install hanami-pagination 包括分页助手以查看和操作: # in action module Web :: Controllers :: Books class Index include Web :: Action include Hanami :: Pagination :: Action def call ( params ) # ... end end end # in view module Web :: Views :: Boo
【文件预览】:
hanami-pagination-master
----.travis.yml(88B)
----Rakefile(198B)
----Gemfile(102B)
----CHANGES.md(186B)
----.rspec(30B)
----spec()
--------support()
--------pager_spec.rb(2KB)
--------spec_helper.rb(128B)
--------view_spec.rb(6KB)
----.gitignore(87B)
----lib()
--------hanami()
----CODE_OF_CONDUCT.md(3KB)
----README.md(4KB)
----hanami-pagination.gemspec(1KB)
----LICENSE.txt(1KB)