validates_url_format_of:通过Ruby on Rails中的regexp验证URL的格式

时间:2024-03-21 12:59:13
【文件属性】:

文件名称:validates_url_format_of:通过Ruby on Rails中的regexp验证URL的格式

文件大小:4KB

文件格式:ZIP

更新时间:2024-03-21 12:59:13

Ruby

validates_url_format_of Rails插件为ActiveRecord模型提供了validates_url_format_of方法。 网址由regexp验证。 已知与Ruby 1.8和1.9.2兼容。 已知与ActiveRecord 3.0.0.beta,2.3.5、2.2.2、2.1.2兼容。 用法 安装插件后,它的用法像 class User < ActiveRecord xss=removed> true, :message => 'is completely unacceptable' end 除:with regexp外,采用:with 相同的参数。 默认的:message根


【文件预览】:
validates_url_format_of-master
----test()
--------validates_url_format_of_test.rb(4KB)
----init.rb(2KB)
----README.markdown(3KB)

网友评论