文件名称:randumb:增加了从活动记录中拉回随机记录的功能
文件大小:27KB
文件格式:ZIP
更新时间:2024-03-14 23:07:24
activerecord randomization Ruby
randumb randumb是Ruby,可以让您轻松地从所选数据库中提取随机记录。 需要ActiveRecord> = 3.0.0,并支持SQLite,MySQL和Postgres / PostGIS(欢迎PR提供其他数据库支持)。 安装 # Add the following to you Gemfile gem 'randumb' # Update your bundle bundle install 用法 最常见的用法是可以像其他任何链条一样链接的范围: Artist . order_by_rand . first # a random Artist if there are any, otherwise nil Artist . order_by_rand . limit ( 3 ) . all # an array of three Artists picked at
【文件预览】:
randumb-master
----MIT-LICENSE(1KB)
----lib()
--------randumb.rb(340B)
--------randumb()
----Gemfile(91B)
----Rakefile(238B)
----.travis.yml(607B)
----test()
--------test_helper.rb(2KB)
--------databases.yml(301B)
--------models()
--------randumb_test.rb(9KB)
--------weighted_test.rb(5KB)
----randumb.gemspec(1KB)
----README.md(5KB)
----.rubocop.yml(46KB)
----HowToRelease.md(163B)
----.gitignore(15B)
----CHANGELOG.md(740B)