没有合适的资源?快使用搜索试试~ 我知道了~
wherex:使用 Regexp 作为 ActiveRecord 中任何查找器的值
共37个文件
rb:11个
gemfile:6个
yml:5个
需积分: 9 0 下载量 83 浏览量
2021-07-10
08:44:36
上传
评论
收藏 17KB ZIP 举报
温馨提示
哪里 对 ActiveRecord 查找器的正则表达式支持。 安装 Wherex 是 ,这意味着我们将始终指示向后不兼容的更改与主要版本碰撞,因此您可以在Gemfile使用它: gem 'wherex' , '~> 1.0' 仅适用于 Rails >= 3.1 例子 # find users in 93, 94 and 95 (5 digit) zipcodes (new style finder) User . where :zipcode => /^9[345][0-9]{3}$/ # find students with invalid characters in their names (old style finder) Student . all :conditions => { :name => /[^a-zA-Z ]/ } # find products with
资源推荐
资源详情
资源评论
收起资源包目录
wherex-master.zip (37个子文件)
wherex-master
.gitignore 246B
gemfiles
ar_3.1.gemfile 259B
ar_3.2.gemfile 259B
ar_4.0.gemfile 259B
ar_4.2.gemfile 263B
ar_4.1.gemfile 259B
bin
appraisal 379B
thor 364B
turn 364B
rg 364B
tapout 370B
rcov 364B
rake 364B
.travis.yml 672B
.ruby-version 6B
LICENSE.txt 1KB
README.md 5KB
lib
wherex
visitor.rb 966B
connection.rb 1020B
version.rb 38B
adapters.rb 508B
wherex.rb 298B
Appraisals 298B
Gemfile 169B
Rakefile 426B
test
app
models
product.rb 39B
user.rb 36B
student.rb 39B
config
database.yml 646B
test_helper.rb 1KB
fixtures
users.yml 219B
students.yml 111B
products.yml 157B
schema.rb 354B
wherex_test.rb 721B
wherex.gemspec 946B
Gemfile.lock 1KB
共 37 条
- 1
资源评论
600Dreams
- 粉丝: 21
- 资源: 4629
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功