显微镜::microscope:显微镜添加了针对ActiveRecord布尔值日期和日期时间字段的有用范围 源码
显微镜添加了针对ActiveRecord boolean , date和datetime属性的有用范围。 安装 将此行添加到您的应用程序的Gemfile中: gem 'microscope' 用法 create_table "events" do | t | t . string "name" t . boolean "special" t . datetime "expired_at" t . date "archived_on" end class Event < ApplicationRecord acts_as_microscope end E
文件列表
microscope-master.zip
(预估有个39文件)
microscope-master
UPGRADE.md
850B
.gitignore
154B
README.md
5KB
.rubocop.yml
781B
gemfiles
Gemfile.activerecord-5.1
156B
Gemfile.activerecord-4.2
156B
Gemfile.activerecord-4.1
156B
Gemfile.activerecord-5.2
156B
暂无评论