文件名称:google_safe_browsing:Google Safe Browsing V2 API的Ruby实现
文件大小:81KB
文件格式:ZIP
更新时间:2024-05-20 04:08:52
Ruby
Google安全浏览宝石 借助该宝石,可以轻松地使用Google Safe Browsing APIv2,并将其可选地集成到Rails 3应用中。 这包括: 数据库模式的迁移生成器 更新哈希数据库的方法 查找网址的方法 耙任务以更新哈希数据库 通过Resque和Resque Scheduler进行自动更新(可选) 消息验证码(可选;默认情况下为启用) ##安装 安装宝石 gem install google_safe_browsing 或将其添加到您的Gemfile #Gemfile ... gem 'google_safe_browsing' 然后,生成迁移并运行它 $ rails generate google_safe_browsing:install create db/migrate/20120227143535_create_google_safe_brows
【文件预览】:
google_safe_browsing-master
----Rakefile(621B)
----google_safe_browsing.gemspec(1KB)
----.yardopts(12B)
----APACHE-LICENSE(555B)
----Gemfile(155B)
----.rspec(8B)
----spec()
--------dummy()
--------lib()
--------responses()
--------spec_helper.rb(1KB)
----.gitignore(136B)
----CHANGELOG.md(2KB)
----lib()
--------google_safe_browsing()
--------tasks()
--------google_safe_browsing.rb(2KB)
--------generators()
----README.md(4KB)