Warning: file_get_contents(/data/phpspider/zhask/data//catemap/5/ruby/22.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Ruby on rails 单击2秒后仍未收到任何反馈,则该操作无效。他们可能a)不确定自己的第一次点击是否“有效”,b)不耐烦,所以点击两次(或更多!就像砸电梯按钮一样)。除了在单击时禁用按钮外,我还将确保有关于加载和成功的反馈(例如微调器/弹出窗口)。理想情况下,如果可能,考虑加_Ruby On Rails_Ruby_Validation_Xmlhttprequest_Production Environment - Fatal编程技术网

Ruby on rails 单击2秒后仍未收到任何反馈,则该操作无效。他们可能a)不确定自己的第一次点击是否“有效”,b)不耐烦,所以点击两次(或更多!就像砸电梯按钮一样)。除了在单击时禁用按钮外,我还将确保有关于加载和成功的反馈(例如微调器/弹出窗口)。理想情况下,如果可能,考虑加

Ruby on rails 单击2秒后仍未收到任何反馈,则该操作无效。他们可能a)不确定自己的第一次点击是否“有效”,b)不耐烦,所以点击两次(或更多!就像砸电梯按钮一样)。除了在单击时禁用按钮外,我还将确保有关于加载和成功的反馈(例如微调器/弹出窗口)。理想情况下,如果可能,考虑加,ruby-on-rails,ruby,validation,xmlhttprequest,production-environment,Ruby On Rails,Ruby,Validation,Xmlhttprequest,Production Environment,单击2秒后仍未收到任何反馈,则该操作无效。他们可能a)不确定自己的第一次点击是否“有效”,b)不耐烦,所以点击两次(或更多!就像砸电梯按钮一样)。除了在单击时禁用按钮外,我还将确保有关于加载和成功的反馈(例如微调器/弹出窗口)。理想情况下,如果可能,考虑加快行动。 Started GET "/" for 123.456.789.012 at 2016-06-25 15:03:37 +0000 Processing by LandingController#index as HTML reques

单击2秒后仍未收到任何反馈,则该操作无效。他们可能a)不确定自己的第一次点击是否“有效”,b)不耐烦,所以点击两次(或更多!就像砸电梯按钮一样)。除了在单击时禁用按钮外,我还将确保有关于加载和成功的反馈(例如微调器/弹出窗口)。理想情况下,如果可能,考虑加快行动。
Started GET "/" for 123.456.789.012 at 2016-06-25 15:03:37 +0000
Processing by LandingController#index as HTML
request http://ipinfo.io/123.456.789.012
{
  "ip": "123.456.789.012",
  "hostname": "12345678.dip0.t-ipconnect.de",
  "city": "",
  "region": "",
  "country": "DE",
  "loc": "1.0000,1.0000",
  "org": "Organistion name"
}
  Rendered landing/index.html.slim within layouts/application (1.6ms)
  Rendered layouts/application/_head.html.slim (2.0ms)
  Rendered layouts/application/_ga.html.slim (0.1ms)
Completed 200 OK in 39ms (Views: 6.8ms | ActiveRecord: 0.0ms)
Started POST "/adopters" for 123.456.789.012 at 2016-06-25 15:05:42 +0000
Processing by AdoptersController#create as JS
  Parameters: {"utf8"=>"✓", "name"=>"Mika", "answer"=>{"for"=>"friend", "for_precise"=>"male_friend", "nature"=>"humorous", "interests"=>["technology", "music"]}, "email"=>"nobody@shouldknow.com"}
request http://ipinfo.io/123.456.789.012
{
  "ip": "123.456.789.012",
  "hostname": "12345678.dip0.t-ipconnect.de",
  "city": "",
  "region": "",
  "country": "DE",
  "loc": "1.0000,1.0000",
  "org": "Organistion name"
}
  Adopter Load (0.7ms)  SELECT  "adopters".* FROM "adopters" WHERE "adopters"."referral_code" = $1 LIMIT 1  [["referral_code", "97f32b"]]
  CACHE (0.0ms)  SELECT  "adopters".* FROM "adopters" WHERE "adopters"."referral_code" = $1 LIMIT 1  [["referral_code", "97f32b"]]
   (0.3ms)  BEGIN
   (0.4ms)  SELECT COUNT(*) FROM "adopters" WHERE "adopters"."sign_up_ip" = $1  [["sign_up_ip", "123.456.789.012/32"]]
  Adopter Exists (0.9ms)  SELECT  1 AS one FROM "adopters" WHERE "adopters"."email" = 'nobody@shouldknow.com' LIMIT 1
  Adopter Exists (0.4ms)  SELECT  1 AS one FROM "adopters" WHERE "adopters"."referral_code" IS NULL LIMIT 1
  Adopter Load (0.4ms)  SELECT  "adopters".* FROM "adopters" WHERE "adopters"."referral_code" = $1 LIMIT 1  [["referral_code", "58b7fd"]]
   (0.2ms)  SELECT COUNT(*) FROM "adopters" WHERE "adopters"."sign_up_ip" = $1  [["sign_up_ip", "89.15.237.123/32"]]
  Adopter Exists (0.4ms)  SELECT  1 AS one FROM "adopters" WHERE ("adopters"."email" = 'lukas.thorr@web.de' AND "adopters"."id" != 52) LIMIT 1
  Adopter Exists (0.3ms)  SELECT  1 AS one FROM "adopters" WHERE ("adopters"."referral_code" = '97f32b' AND "adopters"."id" != 52) LIMIT 1
  SQL (2.0ms)  UPDATE "adopters" SET "referred_count" = $1, "updated_at" = $2 WHERE "adopters"."id" = $3  [["referred_count", 1], ["updated_at", "2016-06-25 15:05:42.492589"], ["id", 52]]
  SQL (1.2ms)  INSERT INTO "adopters" ("name", "email", "gift_for_person", "gift_for_person_nature", "gift_for_person_interests", "sign_up_ip", "referred_by", "locale", "created_at", "updated_at", "referral_code", "referred_count") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12) RETURNING "id"  [["name", "Mika"], ["email", "nobody@shouldknow.com"], ["gift_for_person", "male_friend"], ["gift_for_person_nature", "humorous"], ["gift_for_person_interests", "[\"technology\",\"music\"]"], ["sign_up_ip", "123.456.789.012/32"], ["referred_by", 52], ["locale", "de"], ["created_at", "2016-06-25 15:05:42.484886"], ["updated_at", "2016-06-25 15:05:42.484886"], ["referral_code", "58b7fd"], ["referred_count", 0]]
[ActiveJob]   Adopter Load (0.6ms)  SELECT  "adopters".* FROM "adopters" WHERE "adopters"."id" = $1 LIMIT 1  [["id", 54]]
[ActiveJob] [ActionMailer::DeliveryJob] [3f82f6c1-3f4e-4411-a377-2a667d32559f] Performing ActionMailer::DeliveryJob from Inline(mailers) with arguments: "AdopterMailer", "signup_email", "deliver_now", gid://Mycoolsite-prelauncher/Adopter/54
[ActiveJob] [ActionMailer::DeliveryJob] [3f82f6c1-3f4e-4411-a377-2a667d32559f]   Rendered adopter_mailer/signup_email.html.slim (3.0ms)
[ActiveJob] [ActionMailer::DeliveryJob] [3f82f6c1-3f4e-4411-a377-2a667d32559f] 
AdopterMailer#signup_email: processed outbound mail in 8.1ms
Started POST "/adopters" for 123.456.789.012 at 2016-06-25 15:05:44 +0000
Processing by AdoptersController#create as JS
  Parameters: {"utf8"=>"✓", "name"=>"Mika", "answer"=>{"for"=>"friend", "for_precise"=>"male_friend", "nature"=>"humorous", "interests"=>["technology", "music"]}, "email"=>"nobody@shouldknow.com"}
request http://ipinfo.io/123.456.789.012
{
  "ip": "123.456.789.012",
  "hostname": "12345678.dip0.t-ipconnect.de",
  "city": "",
  "region": "",
  "country": "DE",
  "loc": "1.0000,1.0000",
  "org": "Organistion name"
}
  Adopter Load (1.2ms)  SELECT  "adopters".* FROM "adopters" WHERE "adopters"."referral_code" = $1 LIMIT 1  [["referral_code", "97f32b"]]
  CACHE (0.0ms)  SELECT  "adopters".* FROM "adopters" WHERE "adopters"."referral_code" = $1 LIMIT 1  [["referral_code", "97f32b"]]
   (0.2ms)  BEGIN
   (0.3ms)  SELECT COUNT(*) FROM "adopters" WHERE "adopters"."sign_up_ip" = $1  [["sign_up_ip", "123.456.789.012/32"]]
  Adopter Exists (0.5ms)  SELECT  1 AS one FROM "adopters" WHERE "adopters"."email" = 'nobody@shouldknow.com' LIMIT 1
  Adopter Exists (0.3ms)  SELECT  1 AS one FROM "adopters" WHERE "adopters"."referral_code" IS NULL LIMIT 1
  Adopter Load (0.2ms)  SELECT  "adopters".* FROM "adopters" WHERE "adopters"."referral_code" = $1 LIMIT 1  [["referral_code", "860fc4"]]
   (0.2ms)  SELECT COUNT(*) FROM "adopters" WHERE "adopters"."sign_up_ip" = $1  [["sign_up_ip", "89.15.237.123/32"]]
  Adopter Exists (0.4ms)  SELECT  1 AS one FROM "adopters" WHERE ("adopters"."email" = 'lukas.thorr@web.de' AND "adopters"."id" != 52) LIMIT 1
  Adopter Exists (0.3ms)  SELECT  1 AS one FROM "adopters" WHERE ("adopters"."referral_code" = '97f32b' AND "adopters"."id" != 52) LIMIT 1
[ActiveJob] [ActionMailer::DeliveryJob] [3f82f6c1-3f4e-4411-a377-2a667d32559f] 
Sent mail to nobody@shouldknow.com (1613.9ms)
[ActiveJob] [ActionMailer::DeliveryJob] [3f82f6c1-3f4e-4411-a377-2a667d32559f] Date: Sat, 25 Jun 2016 15:05:42 +0000
From: Mycoolsite <subscribed@mysite.io>
To: nobody@shouldknow.com
Message-ID: <576e9dc67f160_83f98bcce081c5454@1c50fd29020a.mail>
Subject: Mycoolsite - Deine Anmeldung
Mime-Version: 1.0
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable
some email content

[ActiveJob] [ActionMailer::DeliveryJob] [3f82f6c1-3f4e-4411-a377-2a667d32559f] Performed ActionMailer::DeliveryJob from Inline(mailers) in 1625.69ms
[ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: 3f82f6c1-3f4e-4411-a377-2a667d32559f) to Inline(mailers) with arguments: "AdopterMailer", "signup_email", "deliver_now", gid://Mycoolsite-prelauncher/Adopter/54
   (1.3ms)  COMMIT
  SQL (62.8ms)  UPDATE "adopters" SET "referred_count" = $1, "updated_at" = $2 WHERE "adopters"."id" = $3  [["referred_count", 1], ["updated_at", "2016-06-25 15:05:44.074420"], ["id", 52]]
  SQL (0.6ms)  INSERT INTO "adopters" ("name", "email", "gift_for_person", "gift_for_person_nature", "gift_for_person_interests", "sign_up_ip", "referred_by", "locale", "created_at", "updated_at", "referral_code", "referred_count") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12) RETURNING "id"  [["name", "Mika"], ["email", "nobody@shouldknow.com"], ["gift_for_person", "male_friend"], ["gift_for_person_nature", "humorous"], ["gift_for_person_interests", "[\"technology\",\"music\"]"], ["sign_up_ip", "123.456.789.012/32"], ["referred_by", 52], ["locale", "de"], ["created_at", "2016-06-25 15:05:44.068500"], ["updated_at", "2016-06-25 15:05:44.068500"], ["referral_code", "860fc4"], ["referred_count", 0]]
Completed 200 OK in 1716ms (Views: 0.3ms | ActiveRecord: 9.1ms)
[ActiveJob]   Adopter Load (4.3ms)  SELECT  "adopters".* FROM "adopters" WHERE "adopters"."id" = $1 LIMIT 1  [["id", 55]]
[ActiveJob] [ActionMailer::DeliveryJob] [d91eebb4-14ce-43e3-845c-6655c293de60] Performing ActionMailer::DeliveryJob from Inline(mailers) with arguments: "AdopterMailer", "signup_email", "deliver_now", gid://Mycoolsite-prelauncher/Adopter/55
[ActiveJob] [ActionMailer::DeliveryJob] [d91eebb4-14ce-43e3-845c-6655c293de60]   Rendered adopter_mailer/signup_email.html.slim (1.7ms)
[ActiveJob] [ActionMailer::DeliveryJob] [d91eebb4-14ce-43e3-845c-6655c293de60] 
AdopterMailer#signup_email: processed outbound mail in 4.0ms
Started GET "/rank/58b7fd" for 123.456.789.012 at 2016-06-25 15:05:44 +0000
Processing by AdoptersController#refer as HTML
  Parameters: {"code"=>"58b7fd"}
request http://ipinfo.io/123.456.789.012
{
  "ip": "123.456.789.012",
  "hostname": "12345678.dip0.t-ipconnect.de",
  "city": "",
  "region": "",
  "country": "DE",
  "loc": "1.0000,1.0000",
  "org": "Organistion name"
}
  Adopter Load (0.8ms)  SELECT  "adopters".* FROM "adopters" WHERE "adopters"."referral_code" = $1 LIMIT 1  [["referral_code", "58b7fd"]]
   (0.6ms)  SELECT COUNT(*) FROM "adopters" WHERE "adopters"."referred_by" = $1  [["referred_by", 54]]
   (0.8ms)  
      SELECT * FROM (
        SELECT adopters.id as id, adopters.referred_count as referred_count, row_number() over(order by adopters.referred_count desc) as rn FROM adopters
      ) t where id = 54

  Adopter Load (0.6ms)  SELECT  "adopters".* FROM "adopters"  ORDER BY "adopters"."referred_count" DESC, "adopters"."created_at" ASC LIMIT 15
  Rendered adopters/refer.html.slim within layouts/application (7.1ms)
  Rendered layouts/application/_head.html.slim (1.9ms)
  Rendered layouts/application/_ga.html.slim (0.1ms)
Completed 200 OK in 29ms (Views: 9.0ms | ActiveRecord: 2.8ms)
[ActiveJob] [ActionMailer::DeliveryJob] [d91eebb4-14ce-43e3-845c-6655c293de60] 
Sent mail to nobody@shouldknow.com (1356.5ms)
[ActiveJob] [ActionMailer::DeliveryJob] [d91eebb4-14ce-43e3-845c-6655c293de60] Date: Sat, 25 Jun 2016 15:05:44 +0000
From: Mycoolsite <subscribed@mysite.io>
To: nobody@shouldknow.com
Message-ID: <576e9dc8265ef_83f98bc2ae3e4546d8@1c50fd29020a.mail>
Subject: Mycoolsite - Deine Anmeldung
Mime-Version: 1.0
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

some email content again

[ActiveJob] [ActionMailer::DeliveryJob] [d91eebb4-14ce-43e3-845c-6655c293de60] Performed ActionMailer::DeliveryJob from Inline(mailers) in 1363.09ms
[ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: d91eebb4-14ce-43e3-845c-6655c293de60) to Inline(mailers) with arguments: "AdopterMailer", "signup_email", "deliver_now", gid://Mycoolsite-prelauncher/Adopter/55
   (1.1ms)  COMMIT
Completed 200 OK in 1491ms (Views: 0.2ms | ActiveRecord: 72.7ms)