fixed jrails, fixed deprecation warnings

This commit is contained in:
albert
2010-10-27 13:40:50 -04:00
parent a9da0f1059
commit 484ff696e2
16 changed files with 119 additions and 99 deletions

View File

@@ -83,7 +83,7 @@ class PixivProxy
mech = WWW::Mechanize.new
mech.get("http://www.pixiv.net") do |page|
page.form_with(:action => "index.php") do |form|
page.form_with(:action => "login.php") do |form|
form.pixiv_id = "uroobnad"
form.pass = "uroobnad556"
end.click_button