validates_url:Rails的URL验证

时间:2024-05-21 06:24:20
【文件属性】:

文件名称:validates_url:Rails的URL验证

文件大小:20KB

文件格式:ZIP

更新时间:2024-05-21 06:24:20

Ruby

验证URL 该gem为ActiveRecord和ActiveModel添加了验证URL的功能。 安装 将此添加到您的Gemfile : gem "validate_url" 或自己安装: sudo gem install validate_url 用法 使用ActiveRecord class Pony < ActiveRecord :: Base # standard validation validates :homepage , url : true # with allow_nil validates :homepage , url : { allow_nil : true } # with allow_blank validates :homepage , url : { allow_blank : true } # without loca


【文件预览】:
validates_url-master
----lib()
--------locale()
--------validate_url.rb(3KB)
--------validate_url()
----Gemfile(38B)
----VERSION.yml(43B)
----validate_url.gemspec(3KB)
----spec()
--------validate_url_spec.rb(8KB)
--------rspec_matcher_spec.rb(239B)
--------spec_helper.rb(2KB)
--------resources()
----Rakefile(1KB)
----init.rb(22B)
----.travis.yml(60B)
----LICENSE.md(1KB)
----install.rb(67B)
----README.md(2KB)
----.rspec(31B)
----Gemfile.lock(2KB)
----.gitignore(46B)

网友评论