文件名称:collection_filters:一种可帮助您在API中添加过滤器参数的工具
文件大小:51KB
文件格式:ZIP
更新时间:2024-05-05 00:29:10
Ruby
集合过滤器 一种可帮助您在API中添加过滤器参数的工具 安装 将此行添加到您的应用程序的Gemfile中: gem 'collection_filters' 然后执行: $ bundle 或将其自己安装为: $ gem install collection_filters 用法 要使用它,只需定义一个带有初始集合的新集合过滤器集以及您将在API中接受的允许的过滤器,然后调用它并检索数据,例如(Rails应用程序): def index filter = CollectionFilters . define ( collection : current_user . documents . includes ( :document_type ) , available_filters : { created_at : :date ,
【文件预览】:
collection_filters-master
----MIT-LICENSE(1KB)
----lib()
--------collection_filters()
--------tasks()
--------collection_filters.rb(299B)
----Gemfile(197B)
----spec()
--------models()
--------lib()
--------spec_helper.rb(312B)
--------dummy()
--------rails_helper.rb(1011B)
--------factories()
--------support()
----Rakefile(529B)
----.travis.yml(225B)
----config()
--------spring.rb(41B)
--------routes.rb(45B)
----README.md(4KB)
----.rspec(22B)
----Gemfile.lock(4KB)
----.gitignore(189B)
----collection_filters.gemspec(1KB)
----bin()
--------rails(831B)