find_with_order:提供一种简单的方法来查找输入数组中相同顺序的记录。 比手动排序具有更好的性能。 (同时支持PostgreSQL和MySQL) 源
FindWithOrder 查找输入数组中相同顺序的记录。 支持 Ruby2.2〜2.7 Rails 3.2、4.2、5.0、5.1、5.2、6.0 MySQL,PostgreSQL 安装 将此行添加到您的应用程序的Gemfile中: gem 'find_with_order' 然后执行: $ bundle 或将其自己安装为: $ gem install find_with_order 用法 查找具有ID顺序的记录: find_with_order ids = [ 3 , 1 , 5 ] User . find ( ids ) . map ( & :id ) # => [1,
文件列表
find_with_order-master.zip
(预估有个30文件)
find_with_order-master
.travis.yml
1KB
bin
console
340B
setup
162B
Rakefile
198B
test
find_with_order_test.rb
3KB
test_helper.rb
364B
lib
暂无评论