rubanok:基于参数的转换DSL 源码
鲁巴诺克 Rubanok提供了DSL以构建基于参数的数据转换器。 :open_book: 阅读简介文章: 典型用法是描述REST index操作的所有可能的收集操作,例如过滤,排序,搜索,分页等。 因此,代替: class CourseSessionController < ApplicationController def index @sessions = CourseSession . search ( params [ :q ] ) . by_course_type ( params [ :course_type_id ] )
文件列表
rubanok-master.zip
(预估有个53文件)
rubanok-master
gemfiles
rails6.gemfile
105B
railsmaster.gemfile
86B
rubocop.gemfile
95B
rails5.gemfile
105B
.github
PULL_REQUEST_TEMPLATE.md
500B
ISSUE_TEMPLATE
bug_report.md
313B
暂无评论