activerecord-time-scope:ActiveRecord 的时间相关范围

时间:2024-07-25 14:35:04
【文件属性】:

文件名称:activerecord-time-scope:ActiveRecord 的时间相关范围

文件大小:12KB

文件格式:ZIP

更新时间:2024-07-25 14:35:04

Ruby

活动记录时间范围 为 ActiveRecord 添加各种与时间相关的作用域! 安装 将 activerecord-time-scope gem 添加到您的 Gemfile。 gem "activerecord-time-scope" 并运行bundle install 。 用法 时间 汽车 要为 ActiveRecord 模型的时间相关列创建范围,例如“created_at”, class Foo < ActiveRecord :: Base create_time_scopes end 然后,这些范围将可用。 Foo . created_before 3 . days . ago Foo . created_after 3 . days . ago Foo . created_within 3 . days . ago , 3 . days . from_now


【文件预览】:
activerecord-time-scope-master
----.gitignore(375B)
----.travis.yml(376B)
----LICENSE(1KB)
----spec()
--------support()
--------time_scope()
--------time_scope_spec.rb(2KB)
--------spec_helper.rb(672B)
----README.md(3KB)
----VERSION(6B)
----lib()
--------activerecord-time-scope.rb(122B)
--------active_record()
----activerecord-time-scope.gemspec(936B)
----Gemfile(238B)
----Rakefile(198B)

网友评论