got_fixed 0.0.3 → 0.0.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/app/views/got_fixed/issues/index.html.erb +2 -20
- data/app/views/got_fixed/issues/subscribe.js.erb +1 -1
- data/app/views/got_fixed/user_mailer/issue_got_fixed_email.text.erb +2 -12
- data/config/initializers/got_fixed.rb +7 -1
- data/lib/generators/got_fixed/install/install_generator.rb +4 -0
- data/lib/generators/got_fixed/install/templates/got_fixed.yml +2 -2
- data/lib/generators/got_fixed/install/templates/views/got_fixed/issues/index.html.erb +21 -0
- data/lib/generators/got_fixed/install/templates/views/got_fixed/issues/subscribe.js.erb +1 -0
- data/lib/generators/got_fixed/install/templates/views/got_fixed/user_mailer/issue_got_fixed_email.text.erb +13 -0
- data/lib/got_fixed/version.rb +1 -1
- data/spec/dummy/log/development.log +70 -0
- data/spec/dummy/log/test.log +1601 -0
- metadata +5 -12
- data/app/assets/javascripts/got_fixed/application.js +0 -15
- data/app/assets/javascripts/got_fixed/issues.js +0 -2
- data/app/assets/stylesheets/got_fixed/application.css +0 -13
- data/app/assets/stylesheets/got_fixed/issues.css +0 -4
- data/app/assets/stylesheets/scaffold.css +0 -56
- data/app/helpers/got_fixed/application_helper.rb +0 -4
- data/app/helpers/got_fixed/issues_helper.rb +0 -4
- data/app/views/layouts/got_fixed/application.html.erb +0 -14
- data/lib/tasks/auto_annotate_models.rake +0 -34
data/spec/dummy/log/test.log
CHANGED
@@ -11782,3 +11782,1604 @@ Completed 200 OK in 3ms (Views: 0.7ms | ActiveRecord: 0.2ms)
|
|
11782
11782
|
[1m[35m (0.0ms)[0m rollback transaction
|
11783
11783
|
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
11784
11784
|
[1m[35m (0.0ms)[0m rollback transaction
|
11785
|
+
[1m[36m (0.3ms)[0m [1mbegin transaction[0m
|
11786
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
11787
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
11788
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
11789
|
+
[1m[36mGotFixed::Issue Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "got_fixed_issues" WHERE ("got_fixed_issues"."vendor_id" = 'iWnj89' AND "got_fixed_issues"."vendor" IS NULL) LIMIT 1[0m
|
11790
|
+
[1m[35mSQL (6.3ms)[0m INSERT INTO "got_fixed_issues" ("closed", "created_at", "number", "title", "updated_at", "vendor_id") VALUES (?, ?, ?, ?, ?, ?) [["closed", false], ["created_at", Tue, 01 Oct 2013 08:09:06 UTC +00:00], ["number", 7], ["title", "A very bad issue..."], ["updated_at", Tue, 01 Oct 2013 08:09:06 UTC +00:00], ["vendor_id", "iWnj89"]]
|
11791
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
11792
|
+
[1m[35mGotFixed::User Load (0.1ms)[0m SELECT "got_fixed_users".* FROM "got_fixed_users" INNER JOIN "got_fixed_issues_users" ON "got_fixed_users"."id" = "got_fixed_issues_users"."user_id" WHERE "got_fixed_issues_users"."issue_id" = ? [["issue_id", 1]]
|
11793
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
11794
|
+
[1m[35mGotFixed::Issue Exists (0.1ms)[0m SELECT 1 AS one FROM "got_fixed_issues" WHERE ("got_fixed_issues"."vendor_id" = 'iWnj89' AND "got_fixed_issues"."id" != 1 AND "got_fixed_issues"."vendor" IS NULL) LIMIT 1
|
11795
|
+
[1m[36mSQL (0.4ms)[0m [1mUPDATE "got_fixed_issues" SET "closed" = ?, "updated_at" = ? WHERE "got_fixed_issues"."id" = 1[0m [["closed", true], ["updated_at", Tue, 01 Oct 2013 08:09:06 UTC +00:00]]
|
11796
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
11797
|
+
[1m[36m (1.1ms)[0m [1mrollback transaction[0m
|
11798
|
+
[1m[35m (0.1ms)[0m begin transaction
|
11799
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
11800
|
+
[1m[35mGotFixed::Issue Exists (0.2ms)[0m SELECT 1 AS one FROM "got_fixed_issues" WHERE ("got_fixed_issues"."vendor_id" = 'iWnj89' AND "got_fixed_issues"."vendor" IS NULL) LIMIT 1
|
11801
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "got_fixed_issues" ("closed", "created_at", "number", "title", "updated_at", "vendor_id") VALUES (?, ?, ?, ?, ?, ?)[0m [["closed", false], ["created_at", Tue, 01 Oct 2013 08:09:06 UTC +00:00], ["number", 7], ["title", "A very bad issue..."], ["updated_at", Tue, 01 Oct 2013 08:09:06 UTC +00:00], ["vendor_id", "iWnj89"]]
|
11802
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
11803
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
11804
|
+
[1m[35mGotFixed::User Exists (0.1ms)[0m SELECT 1 AS one FROM "got_fixed_users" WHERE "got_fixed_users"."email" = 'email1@factory.com' LIMIT 1
|
11805
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "got_fixed_users" ("created_at", "email", "updated_at") VALUES (?, ?, ?)[0m [["created_at", Tue, 01 Oct 2013 08:09:06 UTC +00:00], ["email", "email1@factory.com"], ["updated_at", Tue, 01 Oct 2013 08:09:06 UTC +00:00]]
|
11806
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
11807
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
11808
|
+
[1m[35m (0.1ms)[0m INSERT INTO "got_fixed_issues_users" ("issue_id", "user_id") VALUES (1, 1)
|
11809
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
11810
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
11811
|
+
[1m[36mGotFixed::Issue Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "got_fixed_issues" WHERE ("got_fixed_issues"."vendor_id" = 'iWnj89' AND "got_fixed_issues"."id" != 1 AND "got_fixed_issues"."vendor" IS NULL) LIMIT 1[0m
|
11812
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
11813
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
11814
|
+
[1m[35mGotFixed::Issue Exists (0.1ms)[0m SELECT 1 AS one FROM "got_fixed_issues" WHERE ("got_fixed_issues"."vendor_id" = 'iWnj89' AND "got_fixed_issues"."id" != 1 AND "got_fixed_issues"."vendor" IS NULL) LIMIT 1
|
11815
|
+
[1m[36mSQL (0.1ms)[0m [1mUPDATE "got_fixed_issues" SET "closed" = ?, "updated_at" = ? WHERE "got_fixed_issues"."id" = 1[0m [["closed", true], ["updated_at", Tue, 01 Oct 2013 08:09:06 UTC +00:00]]
|
11816
|
+
[1m[35mGotFixed::User Load (0.0ms)[0m SELECT "got_fixed_users".* FROM "got_fixed_users" INNER JOIN "got_fixed_issues_users" ON "got_fixed_users"."id" = "got_fixed_issues_users"."user_id" WHERE "got_fixed_issues_users"."issue_id" = ? [["issue_id", 1]]
|
11817
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK TO SAVEPOINT active_record_1[0m
|
11818
|
+
[1m[35m (0.8ms)[0m rollback transaction
|
11819
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
11820
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
11821
|
+
[1m[36mGotFixed::Issue Exists (0.2ms)[0m [1mSELECT 1 AS one FROM "got_fixed_issues" WHERE ("got_fixed_issues"."vendor_id" = 'iWnj89' AND "got_fixed_issues"."vendor" IS NULL) LIMIT 1[0m
|
11822
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "got_fixed_issues" ("closed", "created_at", "number", "title", "updated_at", "vendor_id") VALUES (?, ?, ?, ?, ?, ?) [["closed", false], ["created_at", Tue, 01 Oct 2013 08:09:06 UTC +00:00], ["number", 7], ["title", "A very bad issue..."], ["updated_at", Tue, 01 Oct 2013 08:09:06 UTC +00:00], ["vendor_id", "iWnj89"]]
|
11823
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
11824
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
11825
|
+
[1m[36mGotFixed::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "got_fixed_users" WHERE "got_fixed_users"."email" = 'email2@factory.com' LIMIT 1[0m
|
11826
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "got_fixed_users" ("created_at", "email", "updated_at") VALUES (?, ?, ?) [["created_at", Tue, 01 Oct 2013 08:09:06 UTC +00:00], ["email", "email2@factory.com"], ["updated_at", Tue, 01 Oct 2013 08:09:06 UTC +00:00]]
|
11827
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
11828
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
11829
|
+
[1m[36m (0.1ms)[0m [1mINSERT INTO "got_fixed_issues_users" ("issue_id", "user_id") VALUES (1, 1)[0m
|
11830
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
11831
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
11832
|
+
[1m[35mGotFixed::User Exists (0.1ms)[0m SELECT 1 AS one FROM "got_fixed_users" WHERE "got_fixed_users"."email" = 'email3@factory.com' LIMIT 1
|
11833
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "got_fixed_users" ("created_at", "email", "updated_at") VALUES (?, ?, ?)[0m [["created_at", Tue, 01 Oct 2013 08:09:06 UTC +00:00], ["email", "email3@factory.com"], ["updated_at", Tue, 01 Oct 2013 08:09:06 UTC +00:00]]
|
11834
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
11835
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
11836
|
+
[1m[35m (0.1ms)[0m INSERT INTO "got_fixed_issues_users" ("issue_id", "user_id") VALUES (1, 2)
|
11837
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
11838
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
11839
|
+
[1m[36mGotFixed::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "got_fixed_users" WHERE "got_fixed_users"."email" = 'email4@factory.com' LIMIT 1[0m
|
11840
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "got_fixed_users" ("created_at", "email", "updated_at") VALUES (?, ?, ?) [["created_at", Tue, 01 Oct 2013 08:09:06 UTC +00:00], ["email", "email4@factory.com"], ["updated_at", Tue, 01 Oct 2013 08:09:06 UTC +00:00]]
|
11841
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
11842
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
11843
|
+
[1m[36m (0.1ms)[0m [1mINSERT INTO "got_fixed_issues_users" ("issue_id", "user_id") VALUES (1, 3)[0m
|
11844
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
11845
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
11846
|
+
[1m[35mGotFixed::User Exists (0.1ms)[0m SELECT 1 AS one FROM "got_fixed_users" WHERE "got_fixed_users"."email" = 'email5@factory.com' LIMIT 1
|
11847
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "got_fixed_users" ("created_at", "email", "updated_at") VALUES (?, ?, ?)[0m [["created_at", Tue, 01 Oct 2013 08:09:06 UTC +00:00], ["email", "email5@factory.com"], ["updated_at", Tue, 01 Oct 2013 08:09:06 UTC +00:00]]
|
11848
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
11849
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
11850
|
+
[1m[35m (0.1ms)[0m INSERT INTO "got_fixed_issues_users" ("issue_id", "user_id") VALUES (1, 4)
|
11851
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
11852
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
11853
|
+
[1m[36mGotFixed::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "got_fixed_users" WHERE "got_fixed_users"."email" = 'email6@factory.com' LIMIT 1[0m
|
11854
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "got_fixed_users" ("created_at", "email", "updated_at") VALUES (?, ?, ?) [["created_at", Tue, 01 Oct 2013 08:09:06 UTC +00:00], ["email", "email6@factory.com"], ["updated_at", Tue, 01 Oct 2013 08:09:06 UTC +00:00]]
|
11855
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
11856
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
11857
|
+
[1m[36m (0.1ms)[0m [1mINSERT INTO "got_fixed_issues_users" ("issue_id", "user_id") VALUES (1, 5)[0m
|
11858
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
11859
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
11860
|
+
[1m[35mGotFixed::User Exists (0.1ms)[0m SELECT 1 AS one FROM "got_fixed_users" WHERE "got_fixed_users"."email" = 'email7@factory.com' LIMIT 1
|
11861
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "got_fixed_users" ("created_at", "email", "updated_at") VALUES (?, ?, ?)[0m [["created_at", Tue, 01 Oct 2013 08:09:06 UTC +00:00], ["email", "email7@factory.com"], ["updated_at", Tue, 01 Oct 2013 08:09:06 UTC +00:00]]
|
11862
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
11863
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
11864
|
+
[1m[35m (0.1ms)[0m INSERT INTO "got_fixed_issues_users" ("issue_id", "user_id") VALUES (1, 6)
|
11865
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
11866
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
11867
|
+
[1m[36mGotFixed::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "got_fixed_users" WHERE "got_fixed_users"."email" = 'email8@factory.com' LIMIT 1[0m
|
11868
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "got_fixed_users" ("created_at", "email", "updated_at") VALUES (?, ?, ?) [["created_at", Tue, 01 Oct 2013 08:09:06 UTC +00:00], ["email", "email8@factory.com"], ["updated_at", Tue, 01 Oct 2013 08:09:06 UTC +00:00]]
|
11869
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
11870
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
11871
|
+
[1m[36m (0.1ms)[0m [1mINSERT INTO "got_fixed_issues_users" ("issue_id", "user_id") VALUES (1, 7)[0m
|
11872
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
11873
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
11874
|
+
[1m[35mGotFixed::User Exists (0.1ms)[0m SELECT 1 AS one FROM "got_fixed_users" WHERE "got_fixed_users"."email" = 'email9@factory.com' LIMIT 1
|
11875
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "got_fixed_users" ("created_at", "email", "updated_at") VALUES (?, ?, ?)[0m [["created_at", Tue, 01 Oct 2013 08:09:06 UTC +00:00], ["email", "email9@factory.com"], ["updated_at", Tue, 01 Oct 2013 08:09:06 UTC +00:00]]
|
11876
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
11877
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
11878
|
+
[1m[35m (0.1ms)[0m INSERT INTO "got_fixed_issues_users" ("issue_id", "user_id") VALUES (1, 8)
|
11879
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
11880
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
11881
|
+
[1m[36mGotFixed::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "got_fixed_users" WHERE "got_fixed_users"."email" = 'email10@factory.com' LIMIT 1[0m
|
11882
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "got_fixed_users" ("created_at", "email", "updated_at") VALUES (?, ?, ?) [["created_at", Tue, 01 Oct 2013 08:09:06 UTC +00:00], ["email", "email10@factory.com"], ["updated_at", Tue, 01 Oct 2013 08:09:06 UTC +00:00]]
|
11883
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
11884
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
11885
|
+
[1m[36m (0.1ms)[0m [1mINSERT INTO "got_fixed_issues_users" ("issue_id", "user_id") VALUES (1, 9)[0m
|
11886
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
11887
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
11888
|
+
[1m[35mGotFixed::User Exists (0.1ms)[0m SELECT 1 AS one FROM "got_fixed_users" WHERE "got_fixed_users"."email" = 'email11@factory.com' LIMIT 1
|
11889
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "got_fixed_users" ("created_at", "email", "updated_at") VALUES (?, ?, ?)[0m [["created_at", Tue, 01 Oct 2013 08:09:06 UTC +00:00], ["email", "email11@factory.com"], ["updated_at", Tue, 01 Oct 2013 08:09:06 UTC +00:00]]
|
11890
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
11891
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
11892
|
+
[1m[35m (0.1ms)[0m INSERT INTO "got_fixed_issues_users" ("issue_id", "user_id") VALUES (1, 10)
|
11893
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
11894
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
11895
|
+
[1m[36mGotFixed::Issue Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "got_fixed_issues" WHERE ("got_fixed_issues"."vendor_id" = 'iWnj89' AND "got_fixed_issues"."id" != 1 AND "got_fixed_issues"."vendor" IS NULL) LIMIT 1[0m
|
11896
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
11897
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
11898
|
+
[1m[35mGotFixed::Issue Exists (0.1ms)[0m SELECT 1 AS one FROM "got_fixed_issues" WHERE ("got_fixed_issues"."vendor_id" = 'iWnj89' AND "got_fixed_issues"."id" != 1 AND "got_fixed_issues"."vendor" IS NULL) LIMIT 1
|
11899
|
+
[1m[36mSQL (0.1ms)[0m [1mUPDATE "got_fixed_issues" SET "closed" = ?, "updated_at" = ? WHERE "got_fixed_issues"."id" = 1[0m [["closed", true], ["updated_at", Tue, 01 Oct 2013 08:09:06 UTC +00:00]]
|
11900
|
+
[1m[35mGotFixed::User Load (0.1ms)[0m SELECT "got_fixed_users".* FROM "got_fixed_users" INNER JOIN "got_fixed_issues_users" ON "got_fixed_users"."id" = "got_fixed_issues_users"."user_id" WHERE "got_fixed_issues_users"."issue_id" = ? [["issue_id", 1]]
|
11901
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK TO SAVEPOINT active_record_1[0m
|
11902
|
+
[1m[35m (0.7ms)[0m rollback transaction
|
11903
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
11904
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
11905
|
+
[1m[36mGotFixed::Issue Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "got_fixed_issues" WHERE ("got_fixed_issues"."vendor_id" IS NULL AND "got_fixed_issues"."vendor" IS NULL) LIMIT 1[0m
|
11906
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "got_fixed_issues" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Tue, 01 Oct 2013 08:09:06 UTC +00:00], ["title", "MyString"], ["updated_at", Tue, 01 Oct 2013 08:09:06 UTC +00:00]]
|
11907
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
11908
|
+
Processing by GotFixed::IssuesController#index as HTML
|
11909
|
+
Completed 500 Internal Server Error in 8ms
|
11910
|
+
[1m[35m (0.6ms)[0m rollback transaction
|
11911
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
11912
|
+
Processing by GotFixed::IssuesController#github_webhook as HTML
|
11913
|
+
Parameters: {"issue"=>{"url"=>"https://api.github.com/repos/ssaunier/got_fixed/issues/1", "labels_url"=>"https://api.github.com/repos/ssaunier/got_fixed/issues/1/labels{/name}", "comments_url"=>"https://api.github.com/repos/ssaunier/got_fixed/issues/1/comments", "events_url"=>"https://api.github.com/repos/ssaunier/got_fixed/issues/1/events", "html_url"=>"https://github.com/ssaunier/got_fixed/issues/1", "id"=>"19526518", "number"=>"1", "title"=>"Testing web hook with \"issues\" event enabled", "user"=>{"login"=>"ssaunier", "id"=>"414418", "avatar_url"=>"https://1.gravatar.com/avatar/223f2ffb700f5c4a7ac5f9119e02d84d?d=https%3A%2F%2Fidenticons.github.com%2F7ca0ad7acfe49cfbdf24c79e592aafd3.png", "gravatar_id"=>"223f2ffb700f5c4a7ac5f9119e02d84d", "url"=>"https://api.github.com/users/ssaunier", "html_url"=>"https://github.com/ssaunier", "followers_url"=>"https://api.github.com/users/ssaunier/followers", "following_url"=>"https://api.github.com/users/ssaunier/following{/other_user}", "gists_url"=>"https://api.github.com/users/ssaunier/gists{/gist_id}", "starred_url"=>"https://api.github.com/users/ssaunier/starred{/owner}{/repo}", "subscriptions_url"=>"https://api.github.com/users/ssaunier/subscriptions", "organizations_url"=>"https://api.github.com/users/ssaunier/orgs", "repos_url"=>"https://api.github.com/users/ssaunier/repos", "events_url"=>"https://api.github.com/users/ssaunier/events{/privacy}", "received_events_url"=>"https://api.github.com/users/ssaunier/received_events", "type"=>"User"}, "labels"=>[], "state"=>"closed", "assignee"=>nil, "milestone"=>nil, "comments"=>"0", "created_at"=>"2013-09-15T21:22:54Z", "updated_at"=>"2013-09-21T09:44:38Z", "closed_at"=>"2013-09-21T09:44:38Z", "pull_request"=>{"html_url"=>nil, "diff_url"=>nil, "patch_url"=>nil}, "body"=>"This issue is just a test."}, "repository"=>{"id"=>"12729467", "name"=>"got_fixed", "full_name"=>"ssaunier/got_fixed", "owner"=>{"login"=>"ssaunier", "id"=>"414418", "avatar_url"=>"https://2.gravatar.com/avatar/223f2ffb700f5c4a7ac5f9119e02d84d?d=https%3A%2F%2Fidenticons.github.com%2F7ca0ad7acfe49cfbdf24c79e592aafd3.png", "gravatar_id"=>"223f2ffb700f5c4a7ac5f9119e02d84d", "url"=>"https://api.github.com/users/ssaunier", "html_url"=>"https://github.com/ssaunier", "followers_url"=>"https://api.github.com/users/ssaunier/followers", "following_url"=>"https://api.github.com/users/ssaunier/following{/other_user}", "gists_url"=>"https://api.github.com/users/ssaunier/gists{/gist_id}", "starred_url"=>"https://api.github.com/users/ssaunier/starred{/owner}{/repo}", "subscriptions_url"=>"https://api.github.com/users/ssaunier/subscriptions", "organizations_url"=>"https://api.github.com/users/ssaunier/orgs", "repos_url"=>"https://api.github.com/users/ssaunier/repos", "events_url"=>"https://api.github.com/users/ssaunier/events{/privacy}", "received_events_url"=>"https://api.github.com/users/ssaunier/received_events", "type"=>"User"}, "private"=>false, "html_url"=>"https://github.com/ssaunier/got_fixed", "description"=>"Rails engine to extend your application with a dashboard of your user-reported issues (/!\\ WIP)", "fork"=>false, "url"=>"https://api.github.com/repos/ssaunier/got_fixed", "forks_url"=>"https://api.github.com/repos/ssaunier/got_fixed/forks", "keys_url"=>"https://api.github.com/repos/ssaunier/got_fixed/keys{/key_id}", "collaborators_url"=>"https://api.github.com/repos/ssaunier/got_fixed/collaborators{/collaborator}", "teams_url"=>"https://api.github.com/repos/ssaunier/got_fixed/teams", "hooks_url"=>"https://api.github.com/repos/ssaunier/got_fixed/hooks", "issue_events_url"=>"https://api.github.com/repos/ssaunier/got_fixed/issues/events{/number}", "events_url"=>"https://api.github.com/repos/ssaunier/got_fixed/events", "assignees_url"=>"https://api.github.com/repos/ssaunier/got_fixed/assignees{/user}", "branches_url"=>"https://api.github.com/repos/ssaunier/got_fixed/branches{/branch}", "tags_url"=>"https://api.github.com/repos/ssaunier/got_fixed/tags", "blobs_url"=>"https://api.github.com/repos/ssaunier/got_fixed/git/blobs{/sha}", "git_tags_url"=>"https://api.github.com/repos/ssaunier/got_fixed/git/tags{/sha}", "git_refs_url"=>"https://api.github.com/repos/ssaunier/got_fixed/git/refs{/sha}", "trees_url"=>"https://api.github.com/repos/ssaunier/got_fixed/git/trees{/sha}", "statuses_url"=>"https://api.github.com/repos/ssaunier/got_fixed/statuses/{sha}", "languages_url"=>"https://api.github.com/repos/ssaunier/got_fixed/languages", "stargazers_url"=>"https://api.github.com/repos/ssaunier/got_fixed/stargazers", "contributors_url"=>"https://api.github.com/repos/ssaunier/got_fixed/contributors", "subscribers_url"=>"https://api.github.com/repos/ssaunier/got_fixed/subscribers", "subscription_url"=>"https://api.github.com/repos/ssaunier/got_fixed/subscription", "commits_url"=>"https://api.github.com/repos/ssaunier/got_fixed/commits{/sha}", "git_commits_url"=>"https://api.github.com/repos/ssaunier/got_fixed/git/commits{/sha}", "comments_url"=>"https://api.github.com/repos/ssaunier/got_fixed/comments{/number}", "issue_comment_url"=>"https://api.github.com/repos/ssaunier/got_fixed/issues/comments/{number}", "contents_url"=>"https://api.github.com/repos/ssaunier/got_fixed/contents/{+path}", "compare_url"=>"https://api.github.com/repos/ssaunier/got_fixed/compare/{base}...{head}", "merges_url"=>"https://api.github.com/repos/ssaunier/got_fixed/merges", "archive_url"=>"https://api.github.com/repos/ssaunier/got_fixed/{archive_format}{/ref}", "downloads_url"=>"https://api.github.com/repos/ssaunier/got_fixed/downloads", "issues_url"=>"https://api.github.com/repos/ssaunier/got_fixed/issues{/number}", "pulls_url"=>"https://api.github.com/repos/ssaunier/got_fixed/pulls{/number}", "milestones_url"=>"https://api.github.com/repos/ssaunier/got_fixed/milestones{/number}", "notifications_url"=>"https://api.github.com/repos/ssaunier/got_fixed/notifications{?since,all,participating}", "labels_url"=>"https://api.github.com/repos/ssaunier/got_fixed/labels{/name}", "created_at"=>"2013-09-10T12:55:36Z", "updated_at"=>"2013-09-21T08:26:53Z", "pushed_at"=>"2013-09-21T08:26:48Z", "git_url"=>"git://github.com/ssaunier/got_fixed.git", "ssh_url"=>"git@github.com:ssaunier/got_fixed.git", "clone_url"=>"https://github.com/ssaunier/got_fixed.git", "svn_url"=>"https://github.com/ssaunier/got_fixed", "homepage"=>"", "size"=>"436", "watchers_count"=>"1", "language"=>"Ruby", "has_issues"=>true, "has_downloads"=>true, "has_wiki"=>true, "forks_count"=>"0", "mirror_url"=>nil, "open_issues_count"=>"1", "forks"=>"0", "open_issues"=>"1", "watchers"=>"1", "master_branch"=>"master", "default_branch"=>"master"}, "sender"=>{"login"=>"ssaunier", "id"=>"414418", "avatar_url"=>"https://2.gravatar.com/avatar/223f2ffb700f5c4a7ac5f9119e02d84d?d=https%3A%2F%2Fidenticons.github.com%2F7ca0ad7acfe49cfbdf24c79e592aafd3.png", "gravatar_id"=>"223f2ffb700f5c4a7ac5f9119e02d84d", "url"=>"https://api.github.com/users/ssaunier", "html_url"=>"https://github.com/ssaunier", "followers_url"=>"https://api.github.com/users/ssaunier/followers", "following_url"=>"https://api.github.com/users/ssaunier/following{/other_user}", "gists_url"=>"https://api.github.com/users/ssaunier/gists{/gist_id}", "starred_url"=>"https://api.github.com/users/ssaunier/starred{/owner}{/repo}", "subscriptions_url"=>"https://api.github.com/users/ssaunier/subscriptions", "organizations_url"=>"https://api.github.com/users/ssaunier/orgs", "repos_url"=>"https://api.github.com/users/ssaunier/repos", "events_url"=>"https://api.github.com/users/ssaunier/events{/privacy}", "received_events_url"=>"https://api.github.com/users/ssaunier/received_events", "type"=>"User"}}
|
11914
|
+
[1m[35mGotFixed::Issue Load (0.2ms)[0m SELECT "got_fixed_issues".* FROM "got_fixed_issues" WHERE "got_fixed_issues"."vendor_id" = '19526518' AND "got_fixed_issues"."vendor" = 'github' ORDER BY updated_at DESC LIMIT 1
|
11915
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
11916
|
+
[1m[35mGotFixed::Issue Exists (0.1ms)[0m SELECT 1 AS one FROM "got_fixed_issues" WHERE ("got_fixed_issues"."vendor_id" = '19526518' AND "got_fixed_issues"."vendor" = 'github') LIMIT 1
|
11917
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "got_fixed_issues" ("closed", "created_at", "title", "updated_at", "vendor", "vendor_id") VALUES (?, ?, ?, ?, ?, ?)[0m [["closed", true], ["created_at", Tue, 01 Oct 2013 08:09:07 UTC +00:00], ["title", "Testing web hook with \"issues\" event enabled"], ["updated_at", Tue, 01 Oct 2013 08:09:07 UTC +00:00], ["vendor", "github"], ["vendor_id", "19526518"]]
|
11918
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
11919
|
+
Completed 200 OK in 6ms (Views: 0.4ms | ActiveRecord: 0.8ms)
|
11920
|
+
[1m[36mGotFixed::Issue Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "got_fixed_issues" WHERE ("got_fixed_issues"."vendor_id" = '19526518' AND "got_fixed_issues"."id" != 1 AND "got_fixed_issues"."vendor" = 'github') LIMIT 1[0m
|
11921
|
+
[1m[35m (0.5ms)[0m rollback transaction
|
11922
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
11923
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
11924
|
+
[1m[36mGotFixed::Issue Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "got_fixed_issues" WHERE ("got_fixed_issues"."vendor_id" = 'iWnj89' AND "got_fixed_issues"."vendor" IS NULL) LIMIT 1[0m
|
11925
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "got_fixed_issues" ("closed", "created_at", "number", "title", "updated_at", "vendor_id") VALUES (?, ?, ?, ?, ?, ?) [["closed", false], ["created_at", Tue, 01 Oct 2013 08:09:07 UTC +00:00], ["number", 7], ["title", "A very bad issue..."], ["updated_at", Tue, 01 Oct 2013 08:09:07 UTC +00:00], ["vendor_id", "iWnj89"]]
|
11926
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
11927
|
+
[1m[35mGotFixed::User Load (0.1ms)[0m SELECT "got_fixed_users".* FROM "got_fixed_users" INNER JOIN "got_fixed_issues_users" ON "got_fixed_users"."id" = "got_fixed_issues_users"."user_id" WHERE "got_fixed_issues_users"."issue_id" = ? [["issue_id", 1]]
|
11928
|
+
Processing by GotFixed::IssuesController#subscribe as JS
|
11929
|
+
Parameters: {"user"=>{"email"=>"foo@bar.com"}, "id"=>"1"}
|
11930
|
+
[1m[36mGotFixed::User Load (0.2ms)[0m [1mSELECT "got_fixed_users".* FROM "got_fixed_users" WHERE "got_fixed_users"."email" = 'foo@bar.com' LIMIT 1[0m
|
11931
|
+
[1m[35mGotFixed::Issue Load (0.1ms)[0m SELECT "got_fixed_issues".* FROM "got_fixed_issues" WHERE "got_fixed_issues"."id" = ? ORDER BY updated_at DESC LIMIT 1 [["id", "1"]]
|
11932
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
11933
|
+
[1m[35mGotFixed::User Exists (0.1ms)[0m SELECT 1 AS one FROM "got_fixed_users" WHERE "got_fixed_users"."email" = 'foo@bar.com' LIMIT 1
|
11934
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "got_fixed_users" ("created_at", "email", "updated_at") VALUES (?, ?, ?)[0m [["created_at", Tue, 01 Oct 2013 08:09:07 UTC +00:00], ["email", "foo@bar.com"], ["updated_at", Tue, 01 Oct 2013 08:09:07 UTC +00:00]]
|
11935
|
+
[1m[35m (0.1ms)[0m INSERT INTO "got_fixed_issues_users" ("issue_id", "user_id") VALUES (1, 1)
|
11936
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
11937
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
11938
|
+
[1m[36mGotFixed::Issue Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "got_fixed_issues" WHERE ("got_fixed_issues"."vendor_id" = 'iWnj89' AND "got_fixed_issues"."id" != 1 AND "got_fixed_issues"."vendor" IS NULL) LIMIT 1[0m
|
11939
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
11940
|
+
Completed 500 Internal Server Error in 7ms
|
11941
|
+
[1m[36m (0.7ms)[0m [1mrollback transaction[0m
|
11942
|
+
[1m[35m (0.1ms)[0m begin transaction
|
11943
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
11944
|
+
[1m[35mGotFixed::Issue Exists (0.1ms)[0m SELECT 1 AS one FROM "got_fixed_issues" WHERE ("got_fixed_issues"."vendor_id" = 'iWnj89' AND "got_fixed_issues"."vendor" IS NULL) LIMIT 1
|
11945
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "got_fixed_issues" ("closed", "created_at", "number", "title", "updated_at", "vendor_id") VALUES (?, ?, ?, ?, ?, ?)[0m [["closed", false], ["created_at", Tue, 01 Oct 2013 08:09:07 UTC +00:00], ["number", 7], ["title", "A very bad issue..."], ["updated_at", Tue, 01 Oct 2013 08:09:07 UTC +00:00], ["vendor_id", "iWnj89"]]
|
11946
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
11947
|
+
[1m[36mGotFixed::User Load (0.0ms)[0m [1mSELECT "got_fixed_users".* FROM "got_fixed_users" INNER JOIN "got_fixed_issues_users" ON "got_fixed_users"."id" = "got_fixed_issues_users"."user_id" WHERE "got_fixed_issues_users"."issue_id" = ?[0m [["issue_id", 1]]
|
11948
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
11949
|
+
[1m[36mGotFixed::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "got_fixed_users" WHERE "got_fixed_users"."email" = 'foo@bar.com' LIMIT 1[0m
|
11950
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "got_fixed_users" ("created_at", "email", "updated_at") VALUES (?, ?, ?) [["created_at", Tue, 01 Oct 2013 08:09:07 UTC +00:00], ["email", "foo@bar.com"], ["updated_at", Tue, 01 Oct 2013 08:09:07 UTC +00:00]]
|
11951
|
+
[1m[36m (0.3ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
11952
|
+
Processing by GotFixed::IssuesController#subscribe as JS
|
11953
|
+
Parameters: {"user"=>{"email"=>"foo@bar.com"}, "id"=>"1"}
|
11954
|
+
[1m[35mGotFixed::User Load (0.2ms)[0m SELECT "got_fixed_users".* FROM "got_fixed_users" WHERE "got_fixed_users"."email" = 'foo@bar.com' LIMIT 1
|
11955
|
+
[1m[36mGotFixed::Issue Load (0.1ms)[0m [1mSELECT "got_fixed_issues".* FROM "got_fixed_issues" WHERE "got_fixed_issues"."id" = ? ORDER BY updated_at DESC LIMIT 1[0m [["id", "1"]]
|
11956
|
+
[1m[35mGotFixed::User Exists (0.2ms)[0m SELECT 1 AS one FROM "got_fixed_users" INNER JOIN "got_fixed_issues_users" ON "got_fixed_users"."id" = "got_fixed_issues_users"."user_id" WHERE "got_fixed_issues_users"."issue_id" = ? AND "got_fixed_users"."id" = 1 LIMIT 1 [["issue_id", 1]]
|
11957
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
11958
|
+
[1m[35m (0.2ms)[0m INSERT INTO "got_fixed_issues_users" ("issue_id", "user_id") VALUES (1, 1)
|
11959
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
11960
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
11961
|
+
[1m[36mGotFixed::Issue Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "got_fixed_issues" WHERE ("got_fixed_issues"."vendor_id" = 'iWnj89' AND "got_fixed_issues"."id" != 1 AND "got_fixed_issues"."vendor" IS NULL) LIMIT 1[0m
|
11962
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
11963
|
+
Completed 500 Internal Server Error in 8ms
|
11964
|
+
[1m[36m (0.7ms)[0m [1mrollback transaction[0m
|
11965
|
+
[1m[35m (0.1ms)[0m begin transaction
|
11966
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
11967
|
+
[1m[35mGotFixed::Issue Exists (0.2ms)[0m SELECT 1 AS one FROM "got_fixed_issues" WHERE ("got_fixed_issues"."vendor_id" = 'iWnj89' AND "got_fixed_issues"."vendor" IS NULL) LIMIT 1
|
11968
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "got_fixed_issues" ("closed", "created_at", "number", "title", "updated_at", "vendor_id") VALUES (?, ?, ?, ?, ?, ?)[0m [["closed", false], ["created_at", Tue, 01 Oct 2013 08:09:07 UTC +00:00], ["number", 7], ["title", "A very bad issue..."], ["updated_at", Tue, 01 Oct 2013 08:09:07 UTC +00:00], ["vendor_id", "iWnj89"]]
|
11969
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
11970
|
+
[1m[36mGotFixed::User Load (0.0ms)[0m [1mSELECT "got_fixed_users".* FROM "got_fixed_users" INNER JOIN "got_fixed_issues_users" ON "got_fixed_users"."id" = "got_fixed_issues_users"."user_id" WHERE "got_fixed_issues_users"."issue_id" = ?[0m [["issue_id", 1]]
|
11971
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
11972
|
+
[1m[36mGotFixed::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "got_fixed_users" WHERE "got_fixed_users"."email" = 'foo@bar.com' LIMIT 1[0m
|
11973
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "got_fixed_users" ("created_at", "email", "updated_at") VALUES (?, ?, ?) [["created_at", Tue, 01 Oct 2013 08:09:07 UTC +00:00], ["email", "foo@bar.com"], ["updated_at", Tue, 01 Oct 2013 08:09:07 UTC +00:00]]
|
11974
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
11975
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
11976
|
+
[1m[36m (0.1ms)[0m [1mINSERT INTO "got_fixed_issues_users" ("issue_id", "user_id") VALUES (1, 1)[0m
|
11977
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
11978
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
11979
|
+
[1m[35mGotFixed::Issue Exists (0.1ms)[0m SELECT 1 AS one FROM "got_fixed_issues" WHERE ("got_fixed_issues"."vendor_id" = 'iWnj89' AND "got_fixed_issues"."id" != 1 AND "got_fixed_issues"."vendor" IS NULL) LIMIT 1
|
11980
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
11981
|
+
Processing by GotFixed::IssuesController#subscribe as JS
|
11982
|
+
Parameters: {"user"=>{"email"=>"foo@bar.com"}, "id"=>"1"}
|
11983
|
+
[1m[35mGotFixed::User Load (0.1ms)[0m SELECT "got_fixed_users".* FROM "got_fixed_users" WHERE "got_fixed_users"."email" = 'foo@bar.com' LIMIT 1
|
11984
|
+
[1m[36mGotFixed::Issue Load (0.1ms)[0m [1mSELECT "got_fixed_issues".* FROM "got_fixed_issues" WHERE "got_fixed_issues"."id" = ? ORDER BY updated_at DESC LIMIT 1[0m [["id", "1"]]
|
11985
|
+
[1m[35mGotFixed::User Exists (0.0ms)[0m SELECT 1 AS one FROM "got_fixed_users" INNER JOIN "got_fixed_issues_users" ON "got_fixed_users"."id" = "got_fixed_issues_users"."user_id" WHERE "got_fixed_issues_users"."issue_id" = ? AND "got_fixed_users"."id" = 1 LIMIT 1 [["issue_id", 1]]
|
11986
|
+
Completed 500 Internal Server Error in 3ms
|
11987
|
+
[1m[36m (0.7ms)[0m [1mrollback transaction[0m
|
11988
|
+
[1m[35m (0.1ms)[0m begin transaction
|
11989
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
11990
|
+
[1m[35m (0.1ms)[0m begin transaction
|
11991
|
+
[1m[36mGotFixed::Issue Load (0.2ms)[0m [1mSELECT "got_fixed_issues".* FROM "got_fixed_issues" WHERE "got_fixed_issues"."vendor_id" = 3910487 AND "got_fixed_issues"."vendor" = 'github' ORDER BY updated_at DESC LIMIT 1[0m
|
11992
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
11993
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
11994
|
+
[1m[35mGotFixed::Issue Load (0.2ms)[0m SELECT "got_fixed_issues".* FROM "got_fixed_issues" WHERE "got_fixed_issues"."vendor_id" = 9255225 AND "got_fixed_issues"."vendor" = 'github' ORDER BY updated_at DESC LIMIT 1
|
11995
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
11996
|
+
[1m[35m (0.1ms)[0m begin transaction
|
11997
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
11998
|
+
[1m[35m (0.0ms)[0m begin transaction
|
11999
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
12000
|
+
[1m[35m (0.0ms)[0m begin transaction
|
12001
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
12002
|
+
[1m[35m (0.0ms)[0m begin transaction
|
12003
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
12004
|
+
[1m[35m (0.1ms)[0m begin transaction
|
12005
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
12006
|
+
[1m[35m (0.1ms)[0m begin transaction
|
12007
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
12008
|
+
[1m[35m (0.1ms)[0m begin transaction
|
12009
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
12010
|
+
[1m[35m (0.1ms)[0m begin transaction
|
12011
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
12012
|
+
[1m[35m (0.0ms)[0m begin transaction
|
12013
|
+
[1m[36mGotFixed::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "got_fixed_users" WHERE "got_fixed_users"."email" = '' LIMIT 1[0m
|
12014
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
12015
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
12016
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
12017
|
+
[1m[36mGotFixed::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "got_fixed_users" WHERE "got_fixed_users"."email" = 'foo@bar.com' LIMIT 1[0m
|
12018
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "got_fixed_users" ("created_at", "email", "updated_at") VALUES (?, ?, ?) [["created_at", Tue, 01 Oct 2013 08:09:07 UTC +00:00], ["email", "foo@bar.com"], ["updated_at", Tue, 01 Oct 2013 08:09:07 UTC +00:00]]
|
12019
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
12020
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
12021
|
+
[1m[36mGotFixed::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "got_fixed_users" WHERE "got_fixed_users"."email" = 'foo@bar.com' LIMIT 1[0m
|
12022
|
+
[1m[35m (0.0ms)[0m ROLLBACK TO SAVEPOINT active_record_1
|
12023
|
+
[1m[36m (0.6ms)[0m [1mrollback transaction[0m
|
12024
|
+
[1m[35m (0.1ms)[0m begin transaction
|
12025
|
+
[1m[36mGotFixed::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "got_fixed_users" WHERE "got_fixed_users"."email" = 'foo' LIMIT 1[0m
|
12026
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
12027
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
12028
|
+
[1m[35mGotFixed::User Exists (0.1ms)[0m SELECT 1 AS one FROM "got_fixed_users" WHERE "got_fixed_users"."email" = 'seb@saunier.me' LIMIT 1
|
12029
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
12030
|
+
[1m[35m (0.1ms)[0m begin transaction
|
12031
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
12032
|
+
[1m[36m (0.3ms)[0m [1mbegin transaction[0m
|
12033
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
12034
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
12035
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
12036
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
12037
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
12038
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
12039
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
12040
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
12041
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
12042
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
12043
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
12044
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
12045
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
12046
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
12047
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
12048
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
12049
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
12050
|
+
[1m[36mGotFixed::Issue Exists (0.2ms)[0m [1mSELECT 1 AS one FROM "got_fixed_issues" WHERE ("got_fixed_issues"."vendor_id" = 'iWnj89' AND "got_fixed_issues"."vendor" IS NULL) LIMIT 1[0m
|
12051
|
+
[1m[35mSQL (4.8ms)[0m INSERT INTO "got_fixed_issues" ("closed", "created_at", "number", "title", "updated_at", "vendor_id") VALUES (?, ?, ?, ?, ?, ?) [["closed", false], ["created_at", Tue, 01 Oct 2013 09:01:35 UTC +00:00], ["number", 7], ["title", "A very bad issue..."], ["updated_at", Tue, 01 Oct 2013 09:01:35 UTC +00:00], ["vendor_id", "iWnj89"]]
|
12052
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
12053
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
12054
|
+
[1m[36mGotFixed::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "got_fixed_users" WHERE "got_fixed_users"."email" = 'email1@factory.com' LIMIT 1[0m
|
12055
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "got_fixed_users" ("created_at", "email", "updated_at") VALUES (?, ?, ?) [["created_at", Tue, 01 Oct 2013 09:01:35 UTC +00:00], ["email", "email1@factory.com"], ["updated_at", Tue, 01 Oct 2013 09:01:35 UTC +00:00]]
|
12056
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
12057
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
12058
|
+
[1m[36m (0.1ms)[0m [1mINSERT INTO "got_fixed_issues_users" ("issue_id", "user_id") VALUES (1, 1)[0m
|
12059
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
12060
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
12061
|
+
[1m[35mGotFixed::Issue Exists (0.1ms)[0m SELECT 1 AS one FROM "got_fixed_issues" WHERE ("got_fixed_issues"."vendor_id" = 'iWnj89' AND "got_fixed_issues"."id" != 1 AND "got_fixed_issues"."vendor" IS NULL) LIMIT 1
|
12062
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
12063
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
12064
|
+
[1m[36mGotFixed::Issue Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "got_fixed_issues" WHERE ("got_fixed_issues"."vendor_id" = 'iWnj89' AND "got_fixed_issues"."id" != 1 AND "got_fixed_issues"."vendor" IS NULL) LIMIT 1[0m
|
12065
|
+
[1m[35mSQL (0.2ms)[0m UPDATE "got_fixed_issues" SET "closed" = ?, "updated_at" = ? WHERE "got_fixed_issues"."id" = 1 [["closed", true], ["updated_at", Tue, 01 Oct 2013 09:01:35 UTC +00:00]]
|
12066
|
+
[1m[36mGotFixed::User Load (0.2ms)[0m [1mSELECT "got_fixed_users".* FROM "got_fixed_users" INNER JOIN "got_fixed_issues_users" ON "got_fixed_users"."id" = "got_fixed_issues_users"."user_id" WHERE "got_fixed_issues_users"."issue_id" = ?[0m [["issue_id", 1]]
|
12067
|
+
[1m[35m (0.2ms)[0m ROLLBACK TO SAVEPOINT active_record_1
|
12068
|
+
[1m[36m (0.9ms)[0m [1mrollback transaction[0m
|
12069
|
+
[1m[35m (0.1ms)[0m begin transaction
|
12070
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
12071
|
+
[1m[35mGotFixed::Issue Exists (0.1ms)[0m SELECT 1 AS one FROM "got_fixed_issues" WHERE ("got_fixed_issues"."vendor_id" = 'iWnj89' AND "got_fixed_issues"."vendor" IS NULL) LIMIT 1
|
12072
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "got_fixed_issues" ("closed", "created_at", "number", "title", "updated_at", "vendor_id") VALUES (?, ?, ?, ?, ?, ?)[0m [["closed", false], ["created_at", Tue, 01 Oct 2013 09:01:35 UTC +00:00], ["number", 7], ["title", "A very bad issue..."], ["updated_at", Tue, 01 Oct 2013 09:01:35 UTC +00:00], ["vendor_id", "iWnj89"]]
|
12073
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
12074
|
+
[1m[36mGotFixed::User Load (0.1ms)[0m [1mSELECT "got_fixed_users".* FROM "got_fixed_users" INNER JOIN "got_fixed_issues_users" ON "got_fixed_users"."id" = "got_fixed_issues_users"."user_id" WHERE "got_fixed_issues_users"."issue_id" = ?[0m [["issue_id", 1]]
|
12075
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
12076
|
+
[1m[36mGotFixed::Issue Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "got_fixed_issues" WHERE ("got_fixed_issues"."vendor_id" = 'iWnj89' AND "got_fixed_issues"."id" != 1 AND "got_fixed_issues"."vendor" IS NULL) LIMIT 1[0m
|
12077
|
+
[1m[35mSQL (0.3ms)[0m UPDATE "got_fixed_issues" SET "closed" = ?, "updated_at" = ? WHERE "got_fixed_issues"."id" = 1 [["closed", true], ["updated_at", Tue, 01 Oct 2013 09:01:35 UTC +00:00]]
|
12078
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
12079
|
+
[1m[35m (0.4ms)[0m rollback transaction
|
12080
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
12081
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
12082
|
+
[1m[36mGotFixed::Issue Exists (0.2ms)[0m [1mSELECT 1 AS one FROM "got_fixed_issues" WHERE ("got_fixed_issues"."vendor_id" = 'iWnj89' AND "got_fixed_issues"."vendor" IS NULL) LIMIT 1[0m
|
12083
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "got_fixed_issues" ("closed", "created_at", "number", "title", "updated_at", "vendor_id") VALUES (?, ?, ?, ?, ?, ?) [["closed", false], ["created_at", Tue, 01 Oct 2013 09:01:35 UTC +00:00], ["number", 7], ["title", "A very bad issue..."], ["updated_at", Tue, 01 Oct 2013 09:01:35 UTC +00:00], ["vendor_id", "iWnj89"]]
|
12084
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
12085
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
12086
|
+
[1m[36mGotFixed::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "got_fixed_users" WHERE "got_fixed_users"."email" = 'email2@factory.com' LIMIT 1[0m
|
12087
|
+
[1m[35mSQL (0.5ms)[0m INSERT INTO "got_fixed_users" ("created_at", "email", "updated_at") VALUES (?, ?, ?) [["created_at", Tue, 01 Oct 2013 09:01:35 UTC +00:00], ["email", "email2@factory.com"], ["updated_at", Tue, 01 Oct 2013 09:01:35 UTC +00:00]]
|
12088
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
12089
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
12090
|
+
[1m[36m (0.1ms)[0m [1mINSERT INTO "got_fixed_issues_users" ("issue_id", "user_id") VALUES (1, 1)[0m
|
12091
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
12092
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
12093
|
+
[1m[35mGotFixed::User Exists (0.1ms)[0m SELECT 1 AS one FROM "got_fixed_users" WHERE "got_fixed_users"."email" = 'email3@factory.com' LIMIT 1
|
12094
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "got_fixed_users" ("created_at", "email", "updated_at") VALUES (?, ?, ?)[0m [["created_at", Tue, 01 Oct 2013 09:01:35 UTC +00:00], ["email", "email3@factory.com"], ["updated_at", Tue, 01 Oct 2013 09:01:35 UTC +00:00]]
|
12095
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
12096
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
12097
|
+
[1m[35m (0.1ms)[0m INSERT INTO "got_fixed_issues_users" ("issue_id", "user_id") VALUES (1, 2)
|
12098
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
12099
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
12100
|
+
[1m[36mGotFixed::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "got_fixed_users" WHERE "got_fixed_users"."email" = 'email4@factory.com' LIMIT 1[0m
|
12101
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "got_fixed_users" ("created_at", "email", "updated_at") VALUES (?, ?, ?) [["created_at", Tue, 01 Oct 2013 09:01:35 UTC +00:00], ["email", "email4@factory.com"], ["updated_at", Tue, 01 Oct 2013 09:01:35 UTC +00:00]]
|
12102
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
12103
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
12104
|
+
[1m[36m (0.1ms)[0m [1mINSERT INTO "got_fixed_issues_users" ("issue_id", "user_id") VALUES (1, 3)[0m
|
12105
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
12106
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
12107
|
+
[1m[35mGotFixed::User Exists (0.1ms)[0m SELECT 1 AS one FROM "got_fixed_users" WHERE "got_fixed_users"."email" = 'email5@factory.com' LIMIT 1
|
12108
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "got_fixed_users" ("created_at", "email", "updated_at") VALUES (?, ?, ?)[0m [["created_at", Tue, 01 Oct 2013 09:01:35 UTC +00:00], ["email", "email5@factory.com"], ["updated_at", Tue, 01 Oct 2013 09:01:35 UTC +00:00]]
|
12109
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
12110
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
12111
|
+
[1m[35m (0.1ms)[0m INSERT INTO "got_fixed_issues_users" ("issue_id", "user_id") VALUES (1, 4)
|
12112
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
12113
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
12114
|
+
[1m[36mGotFixed::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "got_fixed_users" WHERE "got_fixed_users"."email" = 'email6@factory.com' LIMIT 1[0m
|
12115
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "got_fixed_users" ("created_at", "email", "updated_at") VALUES (?, ?, ?) [["created_at", Tue, 01 Oct 2013 09:01:35 UTC +00:00], ["email", "email6@factory.com"], ["updated_at", Tue, 01 Oct 2013 09:01:35 UTC +00:00]]
|
12116
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
12117
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
12118
|
+
[1m[36m (0.1ms)[0m [1mINSERT INTO "got_fixed_issues_users" ("issue_id", "user_id") VALUES (1, 5)[0m
|
12119
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
12120
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
12121
|
+
[1m[35mGotFixed::User Exists (0.1ms)[0m SELECT 1 AS one FROM "got_fixed_users" WHERE "got_fixed_users"."email" = 'email7@factory.com' LIMIT 1
|
12122
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "got_fixed_users" ("created_at", "email", "updated_at") VALUES (?, ?, ?)[0m [["created_at", Tue, 01 Oct 2013 09:01:35 UTC +00:00], ["email", "email7@factory.com"], ["updated_at", Tue, 01 Oct 2013 09:01:35 UTC +00:00]]
|
12123
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
12124
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
12125
|
+
[1m[35m (0.1ms)[0m INSERT INTO "got_fixed_issues_users" ("issue_id", "user_id") VALUES (1, 6)
|
12126
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
12127
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
12128
|
+
[1m[36mGotFixed::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "got_fixed_users" WHERE "got_fixed_users"."email" = 'email8@factory.com' LIMIT 1[0m
|
12129
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "got_fixed_users" ("created_at", "email", "updated_at") VALUES (?, ?, ?) [["created_at", Tue, 01 Oct 2013 09:01:35 UTC +00:00], ["email", "email8@factory.com"], ["updated_at", Tue, 01 Oct 2013 09:01:35 UTC +00:00]]
|
12130
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
12131
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
12132
|
+
[1m[36m (0.1ms)[0m [1mINSERT INTO "got_fixed_issues_users" ("issue_id", "user_id") VALUES (1, 7)[0m
|
12133
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
12134
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
12135
|
+
[1m[35mGotFixed::User Exists (0.1ms)[0m SELECT 1 AS one FROM "got_fixed_users" WHERE "got_fixed_users"."email" = 'email9@factory.com' LIMIT 1
|
12136
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "got_fixed_users" ("created_at", "email", "updated_at") VALUES (?, ?, ?)[0m [["created_at", Tue, 01 Oct 2013 09:01:35 UTC +00:00], ["email", "email9@factory.com"], ["updated_at", Tue, 01 Oct 2013 09:01:35 UTC +00:00]]
|
12137
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
12138
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
12139
|
+
[1m[35m (0.1ms)[0m INSERT INTO "got_fixed_issues_users" ("issue_id", "user_id") VALUES (1, 8)
|
12140
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
12141
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
12142
|
+
[1m[36mGotFixed::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "got_fixed_users" WHERE "got_fixed_users"."email" = 'email10@factory.com' LIMIT 1[0m
|
12143
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "got_fixed_users" ("created_at", "email", "updated_at") VALUES (?, ?, ?) [["created_at", Tue, 01 Oct 2013 09:01:35 UTC +00:00], ["email", "email10@factory.com"], ["updated_at", Tue, 01 Oct 2013 09:01:35 UTC +00:00]]
|
12144
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
12145
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
12146
|
+
[1m[36m (0.1ms)[0m [1mINSERT INTO "got_fixed_issues_users" ("issue_id", "user_id") VALUES (1, 9)[0m
|
12147
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
12148
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
12149
|
+
[1m[35mGotFixed::User Exists (0.1ms)[0m SELECT 1 AS one FROM "got_fixed_users" WHERE "got_fixed_users"."email" = 'email11@factory.com' LIMIT 1
|
12150
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "got_fixed_users" ("created_at", "email", "updated_at") VALUES (?, ?, ?)[0m [["created_at", Tue, 01 Oct 2013 09:01:35 UTC +00:00], ["email", "email11@factory.com"], ["updated_at", Tue, 01 Oct 2013 09:01:35 UTC +00:00]]
|
12151
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
12152
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
12153
|
+
[1m[35m (0.1ms)[0m INSERT INTO "got_fixed_issues_users" ("issue_id", "user_id") VALUES (1, 10)
|
12154
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
12155
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
12156
|
+
[1m[36mGotFixed::Issue Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "got_fixed_issues" WHERE ("got_fixed_issues"."vendor_id" = 'iWnj89' AND "got_fixed_issues"."id" != 1 AND "got_fixed_issues"."vendor" IS NULL) LIMIT 1[0m
|
12157
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
12158
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
12159
|
+
[1m[35mGotFixed::Issue Exists (0.1ms)[0m SELECT 1 AS one FROM "got_fixed_issues" WHERE ("got_fixed_issues"."vendor_id" = 'iWnj89' AND "got_fixed_issues"."id" != 1 AND "got_fixed_issues"."vendor" IS NULL) LIMIT 1
|
12160
|
+
[1m[36mSQL (0.1ms)[0m [1mUPDATE "got_fixed_issues" SET "closed" = ?, "updated_at" = ? WHERE "got_fixed_issues"."id" = 1[0m [["closed", true], ["updated_at", Tue, 01 Oct 2013 09:01:35 UTC +00:00]]
|
12161
|
+
[1m[35mGotFixed::User Load (0.1ms)[0m SELECT "got_fixed_users".* FROM "got_fixed_users" INNER JOIN "got_fixed_issues_users" ON "got_fixed_users"."id" = "got_fixed_issues_users"."user_id" WHERE "got_fixed_issues_users"."issue_id" = ? [["issue_id", 1]]
|
12162
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK TO SAVEPOINT active_record_1[0m
|
12163
|
+
[1m[35m (0.8ms)[0m rollback transaction
|
12164
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
12165
|
+
Processing by GotFixed::IssuesController#github_webhook as HTML
|
12166
|
+
Parameters: {"issue"=>{"url"=>"https://api.github.com/repos/ssaunier/got_fixed/issues/1", "labels_url"=>"https://api.github.com/repos/ssaunier/got_fixed/issues/1/labels{/name}", "comments_url"=>"https://api.github.com/repos/ssaunier/got_fixed/issues/1/comments", "events_url"=>"https://api.github.com/repos/ssaunier/got_fixed/issues/1/events", "html_url"=>"https://github.com/ssaunier/got_fixed/issues/1", "id"=>"19526518", "number"=>"1", "title"=>"Testing web hook with \"issues\" event enabled", "user"=>{"login"=>"ssaunier", "id"=>"414418", "avatar_url"=>"https://1.gravatar.com/avatar/223f2ffb700f5c4a7ac5f9119e02d84d?d=https%3A%2F%2Fidenticons.github.com%2F7ca0ad7acfe49cfbdf24c79e592aafd3.png", "gravatar_id"=>"223f2ffb700f5c4a7ac5f9119e02d84d", "url"=>"https://api.github.com/users/ssaunier", "html_url"=>"https://github.com/ssaunier", "followers_url"=>"https://api.github.com/users/ssaunier/followers", "following_url"=>"https://api.github.com/users/ssaunier/following{/other_user}", "gists_url"=>"https://api.github.com/users/ssaunier/gists{/gist_id}", "starred_url"=>"https://api.github.com/users/ssaunier/starred{/owner}{/repo}", "subscriptions_url"=>"https://api.github.com/users/ssaunier/subscriptions", "organizations_url"=>"https://api.github.com/users/ssaunier/orgs", "repos_url"=>"https://api.github.com/users/ssaunier/repos", "events_url"=>"https://api.github.com/users/ssaunier/events{/privacy}", "received_events_url"=>"https://api.github.com/users/ssaunier/received_events", "type"=>"User"}, "labels"=>[], "state"=>"closed", "assignee"=>nil, "milestone"=>nil, "comments"=>"0", "created_at"=>"2013-09-15T21:22:54Z", "updated_at"=>"2013-09-21T09:44:38Z", "closed_at"=>"2013-09-21T09:44:38Z", "pull_request"=>{"html_url"=>nil, "diff_url"=>nil, "patch_url"=>nil}, "body"=>"This issue is just a test."}, "repository"=>{"id"=>"12729467", "name"=>"got_fixed", "full_name"=>"ssaunier/got_fixed", "owner"=>{"login"=>"ssaunier", "id"=>"414418", "avatar_url"=>"https://2.gravatar.com/avatar/223f2ffb700f5c4a7ac5f9119e02d84d?d=https%3A%2F%2Fidenticons.github.com%2F7ca0ad7acfe49cfbdf24c79e592aafd3.png", "gravatar_id"=>"223f2ffb700f5c4a7ac5f9119e02d84d", "url"=>"https://api.github.com/users/ssaunier", "html_url"=>"https://github.com/ssaunier", "followers_url"=>"https://api.github.com/users/ssaunier/followers", "following_url"=>"https://api.github.com/users/ssaunier/following{/other_user}", "gists_url"=>"https://api.github.com/users/ssaunier/gists{/gist_id}", "starred_url"=>"https://api.github.com/users/ssaunier/starred{/owner}{/repo}", "subscriptions_url"=>"https://api.github.com/users/ssaunier/subscriptions", "organizations_url"=>"https://api.github.com/users/ssaunier/orgs", "repos_url"=>"https://api.github.com/users/ssaunier/repos", "events_url"=>"https://api.github.com/users/ssaunier/events{/privacy}", "received_events_url"=>"https://api.github.com/users/ssaunier/received_events", "type"=>"User"}, "private"=>false, "html_url"=>"https://github.com/ssaunier/got_fixed", "description"=>"Rails engine to extend your application with a dashboard of your user-reported issues (/!\\ WIP)", "fork"=>false, "url"=>"https://api.github.com/repos/ssaunier/got_fixed", "forks_url"=>"https://api.github.com/repos/ssaunier/got_fixed/forks", "keys_url"=>"https://api.github.com/repos/ssaunier/got_fixed/keys{/key_id}", "collaborators_url"=>"https://api.github.com/repos/ssaunier/got_fixed/collaborators{/collaborator}", "teams_url"=>"https://api.github.com/repos/ssaunier/got_fixed/teams", "hooks_url"=>"https://api.github.com/repos/ssaunier/got_fixed/hooks", "issue_events_url"=>"https://api.github.com/repos/ssaunier/got_fixed/issues/events{/number}", "events_url"=>"https://api.github.com/repos/ssaunier/got_fixed/events", "assignees_url"=>"https://api.github.com/repos/ssaunier/got_fixed/assignees{/user}", "branches_url"=>"https://api.github.com/repos/ssaunier/got_fixed/branches{/branch}", "tags_url"=>"https://api.github.com/repos/ssaunier/got_fixed/tags", "blobs_url"=>"https://api.github.com/repos/ssaunier/got_fixed/git/blobs{/sha}", "git_tags_url"=>"https://api.github.com/repos/ssaunier/got_fixed/git/tags{/sha}", "git_refs_url"=>"https://api.github.com/repos/ssaunier/got_fixed/git/refs{/sha}", "trees_url"=>"https://api.github.com/repos/ssaunier/got_fixed/git/trees{/sha}", "statuses_url"=>"https://api.github.com/repos/ssaunier/got_fixed/statuses/{sha}", "languages_url"=>"https://api.github.com/repos/ssaunier/got_fixed/languages", "stargazers_url"=>"https://api.github.com/repos/ssaunier/got_fixed/stargazers", "contributors_url"=>"https://api.github.com/repos/ssaunier/got_fixed/contributors", "subscribers_url"=>"https://api.github.com/repos/ssaunier/got_fixed/subscribers", "subscription_url"=>"https://api.github.com/repos/ssaunier/got_fixed/subscription", "commits_url"=>"https://api.github.com/repos/ssaunier/got_fixed/commits{/sha}", "git_commits_url"=>"https://api.github.com/repos/ssaunier/got_fixed/git/commits{/sha}", "comments_url"=>"https://api.github.com/repos/ssaunier/got_fixed/comments{/number}", "issue_comment_url"=>"https://api.github.com/repos/ssaunier/got_fixed/issues/comments/{number}", "contents_url"=>"https://api.github.com/repos/ssaunier/got_fixed/contents/{+path}", "compare_url"=>"https://api.github.com/repos/ssaunier/got_fixed/compare/{base}...{head}", "merges_url"=>"https://api.github.com/repos/ssaunier/got_fixed/merges", "archive_url"=>"https://api.github.com/repos/ssaunier/got_fixed/{archive_format}{/ref}", "downloads_url"=>"https://api.github.com/repos/ssaunier/got_fixed/downloads", "issues_url"=>"https://api.github.com/repos/ssaunier/got_fixed/issues{/number}", "pulls_url"=>"https://api.github.com/repos/ssaunier/got_fixed/pulls{/number}", "milestones_url"=>"https://api.github.com/repos/ssaunier/got_fixed/milestones{/number}", "notifications_url"=>"https://api.github.com/repos/ssaunier/got_fixed/notifications{?since,all,participating}", "labels_url"=>"https://api.github.com/repos/ssaunier/got_fixed/labels{/name}", "created_at"=>"2013-09-10T12:55:36Z", "updated_at"=>"2013-09-21T08:26:53Z", "pushed_at"=>"2013-09-21T08:26:48Z", "git_url"=>"git://github.com/ssaunier/got_fixed.git", "ssh_url"=>"git@github.com:ssaunier/got_fixed.git", "clone_url"=>"https://github.com/ssaunier/got_fixed.git", "svn_url"=>"https://github.com/ssaunier/got_fixed", "homepage"=>"", "size"=>"436", "watchers_count"=>"1", "language"=>"Ruby", "has_issues"=>true, "has_downloads"=>true, "has_wiki"=>true, "forks_count"=>"0", "mirror_url"=>nil, "open_issues_count"=>"1", "forks"=>"0", "open_issues"=>"1", "watchers"=>"1", "master_branch"=>"master", "default_branch"=>"master"}, "sender"=>{"login"=>"ssaunier", "id"=>"414418", "avatar_url"=>"https://2.gravatar.com/avatar/223f2ffb700f5c4a7ac5f9119e02d84d?d=https%3A%2F%2Fidenticons.github.com%2F7ca0ad7acfe49cfbdf24c79e592aafd3.png", "gravatar_id"=>"223f2ffb700f5c4a7ac5f9119e02d84d", "url"=>"https://api.github.com/users/ssaunier", "html_url"=>"https://github.com/ssaunier", "followers_url"=>"https://api.github.com/users/ssaunier/followers", "following_url"=>"https://api.github.com/users/ssaunier/following{/other_user}", "gists_url"=>"https://api.github.com/users/ssaunier/gists{/gist_id}", "starred_url"=>"https://api.github.com/users/ssaunier/starred{/owner}{/repo}", "subscriptions_url"=>"https://api.github.com/users/ssaunier/subscriptions", "organizations_url"=>"https://api.github.com/users/ssaunier/orgs", "repos_url"=>"https://api.github.com/users/ssaunier/repos", "events_url"=>"https://api.github.com/users/ssaunier/events{/privacy}", "received_events_url"=>"https://api.github.com/users/ssaunier/received_events", "type"=>"User"}}
|
12167
|
+
[1m[35mGotFixed::Issue Load (0.4ms)[0m SELECT "got_fixed_issues".* FROM "got_fixed_issues" WHERE "got_fixed_issues"."vendor_id" = '19526518' AND "got_fixed_issues"."vendor" = 'github' ORDER BY updated_at DESC LIMIT 1
|
12168
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
12169
|
+
[1m[35mGotFixed::Issue Exists (0.1ms)[0m SELECT 1 AS one FROM "got_fixed_issues" WHERE ("got_fixed_issues"."vendor_id" = '19526518' AND "got_fixed_issues"."vendor" = 'github') LIMIT 1
|
12170
|
+
[1m[36mSQL (0.5ms)[0m [1mINSERT INTO "got_fixed_issues" ("closed", "created_at", "title", "updated_at", "vendor", "vendor_id") VALUES (?, ?, ?, ?, ?, ?)[0m [["closed", true], ["created_at", Tue, 01 Oct 2013 09:01:35 UTC +00:00], ["title", "Testing web hook with \"issues\" event enabled"], ["updated_at", Tue, 01 Oct 2013 09:01:35 UTC +00:00], ["vendor", "github"], ["vendor_id", "19526518"]]
|
12171
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
12172
|
+
Completed 200 OK in 12ms (Views: 0.6ms | ActiveRecord: 1.1ms)
|
12173
|
+
[1m[36mGotFixed::Issue Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "got_fixed_issues" WHERE ("got_fixed_issues"."vendor_id" = '19526518' AND "got_fixed_issues"."id" != 1 AND "got_fixed_issues"."vendor" = 'github') LIMIT 1[0m
|
12174
|
+
[1m[35m (0.5ms)[0m rollback transaction
|
12175
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
12176
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
12177
|
+
[1m[36mGotFixed::Issue Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "got_fixed_issues" WHERE ("got_fixed_issues"."vendor_id" IS NULL AND "got_fixed_issues"."vendor" IS NULL) LIMIT 1[0m
|
12178
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "got_fixed_issues" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Tue, 01 Oct 2013 09:01:35 UTC +00:00], ["title", "MyString"], ["updated_at", Tue, 01 Oct 2013 09:01:35 UTC +00:00]]
|
12179
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
12180
|
+
Processing by GotFixed::IssuesController#index as HTML
|
12181
|
+
Completed 200 OK in 9ms (Views: 8.4ms | ActiveRecord: 0.0ms)
|
12182
|
+
[1m[35mGotFixed::Issue Load (0.2ms)[0m SELECT "got_fixed_issues".* FROM "got_fixed_issues" ORDER BY updated_at DESC
|
12183
|
+
[1m[36m (0.6ms)[0m [1mrollback transaction[0m
|
12184
|
+
[1m[35m (0.1ms)[0m begin transaction
|
12185
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
12186
|
+
[1m[35mGotFixed::Issue Exists (0.1ms)[0m SELECT 1 AS one FROM "got_fixed_issues" WHERE ("got_fixed_issues"."vendor_id" = 'iWnj89' AND "got_fixed_issues"."vendor" IS NULL) LIMIT 1
|
12187
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "got_fixed_issues" ("closed", "created_at", "number", "title", "updated_at", "vendor_id") VALUES (?, ?, ?, ?, ?, ?)[0m [["closed", false], ["created_at", Tue, 01 Oct 2013 09:01:35 UTC +00:00], ["number", 7], ["title", "A very bad issue..."], ["updated_at", Tue, 01 Oct 2013 09:01:35 UTC +00:00], ["vendor_id", "iWnj89"]]
|
12188
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
12189
|
+
[1m[36mGotFixed::User Load (0.1ms)[0m [1mSELECT "got_fixed_users".* FROM "got_fixed_users" INNER JOIN "got_fixed_issues_users" ON "got_fixed_users"."id" = "got_fixed_issues_users"."user_id" WHERE "got_fixed_issues_users"."issue_id" = ?[0m [["issue_id", 1]]
|
12190
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
12191
|
+
[1m[36mGotFixed::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "got_fixed_users" WHERE "got_fixed_users"."email" = 'foo@bar.com' LIMIT 1[0m
|
12192
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "got_fixed_users" ("created_at", "email", "updated_at") VALUES (?, ?, ?) [["created_at", Tue, 01 Oct 2013 09:01:35 UTC +00:00], ["email", "foo@bar.com"], ["updated_at", Tue, 01 Oct 2013 09:01:35 UTC +00:00]]
|
12193
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
12194
|
+
Processing by GotFixed::IssuesController#subscribe as JS
|
12195
|
+
Parameters: {"user"=>{"email"=>"foo@bar.com"}, "id"=>"1"}
|
12196
|
+
[1m[35mGotFixed::User Load (0.1ms)[0m SELECT "got_fixed_users".* FROM "got_fixed_users" WHERE "got_fixed_users"."email" = 'foo@bar.com' LIMIT 1
|
12197
|
+
[1m[36mGotFixed::Issue Load (0.1ms)[0m [1mSELECT "got_fixed_issues".* FROM "got_fixed_issues" WHERE "got_fixed_issues"."id" = ? ORDER BY updated_at DESC LIMIT 1[0m [["id", "1"]]
|
12198
|
+
[1m[35mGotFixed::User Exists (0.1ms)[0m SELECT 1 AS one FROM "got_fixed_users" INNER JOIN "got_fixed_issues_users" ON "got_fixed_users"."id" = "got_fixed_issues_users"."user_id" WHERE "got_fixed_issues_users"."issue_id" = ? AND "got_fixed_users"."id" = 1 LIMIT 1 [["issue_id", 1]]
|
12199
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
12200
|
+
[1m[35m (0.1ms)[0m INSERT INTO "got_fixed_issues_users" ("issue_id", "user_id") VALUES (1, 1)
|
12201
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
12202
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
12203
|
+
[1m[36mGotFixed::Issue Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "got_fixed_issues" WHERE ("got_fixed_issues"."vendor_id" = 'iWnj89' AND "got_fixed_issues"."id" != 1 AND "got_fixed_issues"."vendor" IS NULL) LIMIT 1[0m
|
12204
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
12205
|
+
Completed 500 Internal Server Error in 6ms
|
12206
|
+
[1m[36m (0.7ms)[0m [1mrollback transaction[0m
|
12207
|
+
[1m[35m (0.1ms)[0m begin transaction
|
12208
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
12209
|
+
[1m[35mGotFixed::Issue Exists (0.1ms)[0m SELECT 1 AS one FROM "got_fixed_issues" WHERE ("got_fixed_issues"."vendor_id" = 'iWnj89' AND "got_fixed_issues"."vendor" IS NULL) LIMIT 1
|
12210
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "got_fixed_issues" ("closed", "created_at", "number", "title", "updated_at", "vendor_id") VALUES (?, ?, ?, ?, ?, ?)[0m [["closed", false], ["created_at", Tue, 01 Oct 2013 09:01:35 UTC +00:00], ["number", 7], ["title", "A very bad issue..."], ["updated_at", Tue, 01 Oct 2013 09:01:35 UTC +00:00], ["vendor_id", "iWnj89"]]
|
12211
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
12212
|
+
[1m[36mGotFixed::User Load (0.0ms)[0m [1mSELECT "got_fixed_users".* FROM "got_fixed_users" INNER JOIN "got_fixed_issues_users" ON "got_fixed_users"."id" = "got_fixed_issues_users"."user_id" WHERE "got_fixed_issues_users"."issue_id" = ?[0m [["issue_id", 1]]
|
12213
|
+
Processing by GotFixed::IssuesController#subscribe as JS
|
12214
|
+
Parameters: {"user"=>{"email"=>"foo@bar.com"}, "id"=>"1"}
|
12215
|
+
[1m[35mGotFixed::User Load (0.1ms)[0m SELECT "got_fixed_users".* FROM "got_fixed_users" WHERE "got_fixed_users"."email" = 'foo@bar.com' LIMIT 1
|
12216
|
+
[1m[36mGotFixed::Issue Load (0.1ms)[0m [1mSELECT "got_fixed_issues".* FROM "got_fixed_issues" WHERE "got_fixed_issues"."id" = ? ORDER BY updated_at DESC LIMIT 1[0m [["id", "1"]]
|
12217
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
12218
|
+
[1m[36mGotFixed::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "got_fixed_users" WHERE "got_fixed_users"."email" = 'foo@bar.com' LIMIT 1[0m
|
12219
|
+
[1m[35mSQL (0.5ms)[0m INSERT INTO "got_fixed_users" ("created_at", "email", "updated_at") VALUES (?, ?, ?) [["created_at", Tue, 01 Oct 2013 09:01:35 UTC +00:00], ["email", "foo@bar.com"], ["updated_at", Tue, 01 Oct 2013 09:01:35 UTC +00:00]]
|
12220
|
+
[1m[36m (0.1ms)[0m [1mINSERT INTO "got_fixed_issues_users" ("issue_id", "user_id") VALUES (1, 1)[0m
|
12221
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
12222
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
12223
|
+
[1m[35mGotFixed::Issue Exists (0.1ms)[0m SELECT 1 AS one FROM "got_fixed_issues" WHERE ("got_fixed_issues"."vendor_id" = 'iWnj89' AND "got_fixed_issues"."id" != 1 AND "got_fixed_issues"."vendor" IS NULL) LIMIT 1
|
12224
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
12225
|
+
Completed 500 Internal Server Error in 6ms
|
12226
|
+
[1m[35m (0.6ms)[0m rollback transaction
|
12227
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
12228
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
12229
|
+
[1m[36mGotFixed::Issue Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "got_fixed_issues" WHERE ("got_fixed_issues"."vendor_id" = 'iWnj89' AND "got_fixed_issues"."vendor" IS NULL) LIMIT 1[0m
|
12230
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "got_fixed_issues" ("closed", "created_at", "number", "title", "updated_at", "vendor_id") VALUES (?, ?, ?, ?, ?, ?) [["closed", false], ["created_at", Tue, 01 Oct 2013 09:01:35 UTC +00:00], ["number", 7], ["title", "A very bad issue..."], ["updated_at", Tue, 01 Oct 2013 09:01:35 UTC +00:00], ["vendor_id", "iWnj89"]]
|
12231
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
12232
|
+
[1m[35mGotFixed::User Load (0.0ms)[0m SELECT "got_fixed_users".* FROM "got_fixed_users" INNER JOIN "got_fixed_issues_users" ON "got_fixed_users"."id" = "got_fixed_issues_users"."user_id" WHERE "got_fixed_issues_users"."issue_id" = ? [["issue_id", 1]]
|
12233
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
12234
|
+
[1m[35mGotFixed::User Exists (0.1ms)[0m SELECT 1 AS one FROM "got_fixed_users" WHERE "got_fixed_users"."email" = 'foo@bar.com' LIMIT 1
|
12235
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "got_fixed_users" ("created_at", "email", "updated_at") VALUES (?, ?, ?)[0m [["created_at", Tue, 01 Oct 2013 09:01:35 UTC +00:00], ["email", "foo@bar.com"], ["updated_at", Tue, 01 Oct 2013 09:01:35 UTC +00:00]]
|
12236
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
12237
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
12238
|
+
[1m[35m (0.1ms)[0m INSERT INTO "got_fixed_issues_users" ("issue_id", "user_id") VALUES (1, 1)
|
12239
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
12240
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
12241
|
+
[1m[36mGotFixed::Issue Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "got_fixed_issues" WHERE ("got_fixed_issues"."vendor_id" = 'iWnj89' AND "got_fixed_issues"."id" != 1 AND "got_fixed_issues"."vendor" IS NULL) LIMIT 1[0m
|
12242
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
12243
|
+
Processing by GotFixed::IssuesController#subscribe as JS
|
12244
|
+
Parameters: {"user"=>{"email"=>"foo@bar.com"}, "id"=>"1"}
|
12245
|
+
[1m[36mGotFixed::User Load (0.1ms)[0m [1mSELECT "got_fixed_users".* FROM "got_fixed_users" WHERE "got_fixed_users"."email" = 'foo@bar.com' LIMIT 1[0m
|
12246
|
+
[1m[35mGotFixed::Issue Load (0.1ms)[0m SELECT "got_fixed_issues".* FROM "got_fixed_issues" WHERE "got_fixed_issues"."id" = ? ORDER BY updated_at DESC LIMIT 1 [["id", "1"]]
|
12247
|
+
[1m[36mGotFixed::User Exists (0.0ms)[0m [1mSELECT 1 AS one FROM "got_fixed_users" INNER JOIN "got_fixed_issues_users" ON "got_fixed_users"."id" = "got_fixed_issues_users"."user_id" WHERE "got_fixed_issues_users"."issue_id" = ? AND "got_fixed_users"."id" = 1 LIMIT 1[0m [["issue_id", 1]]
|
12248
|
+
Completed 500 Internal Server Error in 3ms
|
12249
|
+
[1m[35m (0.7ms)[0m rollback transaction
|
12250
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
12251
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
12252
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
12253
|
+
[1m[35mGotFixed::Issue Load (0.2ms)[0m SELECT "got_fixed_issues".* FROM "got_fixed_issues" WHERE "got_fixed_issues"."vendor_id" = 3910487 AND "got_fixed_issues"."vendor" = 'github' ORDER BY updated_at DESC LIMIT 1
|
12254
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
12255
|
+
[1m[35m (0.1ms)[0m begin transaction
|
12256
|
+
[1m[36mGotFixed::Issue Load (0.3ms)[0m [1mSELECT "got_fixed_issues".* FROM "got_fixed_issues" WHERE "got_fixed_issues"."vendor_id" = 9255225 AND "got_fixed_issues"."vendor" = 'github' ORDER BY updated_at DESC LIMIT 1[0m
|
12257
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
12258
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
12259
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
12260
|
+
[1m[36mGotFixed::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "got_fixed_users" WHERE "got_fixed_users"."email" = 'foo@bar.com' LIMIT 1[0m
|
12261
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "got_fixed_users" ("created_at", "email", "updated_at") VALUES (?, ?, ?) [["created_at", Tue, 01 Oct 2013 09:01:35 UTC +00:00], ["email", "foo@bar.com"], ["updated_at", Tue, 01 Oct 2013 09:01:35 UTC +00:00]]
|
12262
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
12263
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
12264
|
+
[1m[36mGotFixed::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "got_fixed_users" WHERE "got_fixed_users"."email" = 'foo@bar.com' LIMIT 1[0m
|
12265
|
+
[1m[35m (0.1ms)[0m ROLLBACK TO SAVEPOINT active_record_1
|
12266
|
+
[1m[36m (0.6ms)[0m [1mrollback transaction[0m
|
12267
|
+
[1m[35m (0.1ms)[0m begin transaction
|
12268
|
+
[1m[36mGotFixed::User Exists (0.2ms)[0m [1mSELECT 1 AS one FROM "got_fixed_users" WHERE "got_fixed_users"."email" = 'foo' LIMIT 1[0m
|
12269
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
12270
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
12271
|
+
[1m[35mGotFixed::User Exists (0.1ms)[0m SELECT 1 AS one FROM "got_fixed_users" WHERE "got_fixed_users"."email" = '' LIMIT 1
|
12272
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
12273
|
+
[1m[35m (0.1ms)[0m begin transaction
|
12274
|
+
[1m[36mGotFixed::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "got_fixed_users" WHERE "got_fixed_users"."email" = 'seb@saunier.me' LIMIT 1[0m
|
12275
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
12276
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
12277
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
12278
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
12279
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
12280
|
+
[1m[36m (0.3ms)[0m [1mbegin transaction[0m
|
12281
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
12282
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
12283
|
+
[1m[35mGotFixed::Issue Load (0.2ms)[0m SELECT "got_fixed_issues".* FROM "got_fixed_issues" WHERE "got_fixed_issues"."vendor_id" = 3910487 AND "got_fixed_issues"."vendor" = 'github' ORDER BY updated_at DESC LIMIT 1
|
12284
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
12285
|
+
[1m[35m (0.1ms)[0m begin transaction
|
12286
|
+
[1m[36mGotFixed::Issue Load (0.2ms)[0m [1mSELECT "got_fixed_issues".* FROM "got_fixed_issues" WHERE "got_fixed_issues"."vendor_id" = 9255225 AND "got_fixed_issues"."vendor" = 'github' ORDER BY updated_at DESC LIMIT 1[0m
|
12287
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
12288
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
12289
|
+
[1m[35mGotFixed::User Exists (0.1ms)[0m SELECT 1 AS one FROM "got_fixed_users" WHERE "got_fixed_users"."email" = '' LIMIT 1
|
12290
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
12291
|
+
[1m[35m (0.1ms)[0m begin transaction
|
12292
|
+
[1m[36mGotFixed::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "got_fixed_users" WHERE "got_fixed_users"."email" = 'foo' LIMIT 1[0m
|
12293
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
12294
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
12295
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
12296
|
+
[1m[36mGotFixed::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "got_fixed_users" WHERE "got_fixed_users"."email" = 'foo@bar.com' LIMIT 1[0m
|
12297
|
+
[1m[35mSQL (2.8ms)[0m INSERT INTO "got_fixed_users" ("created_at", "email", "updated_at") VALUES (?, ?, ?) [["created_at", Tue, 01 Oct 2013 09:02:18 UTC +00:00], ["email", "foo@bar.com"], ["updated_at", Tue, 01 Oct 2013 09:02:18 UTC +00:00]]
|
12298
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
12299
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
12300
|
+
[1m[36mGotFixed::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "got_fixed_users" WHERE "got_fixed_users"."email" = 'foo@bar.com' LIMIT 1[0m
|
12301
|
+
[1m[35m (0.1ms)[0m ROLLBACK TO SAVEPOINT active_record_1
|
12302
|
+
[1m[36m (2.0ms)[0m [1mrollback transaction[0m
|
12303
|
+
[1m[35m (0.1ms)[0m begin transaction
|
12304
|
+
[1m[36mGotFixed::User Exists (0.2ms)[0m [1mSELECT 1 AS one FROM "got_fixed_users" WHERE "got_fixed_users"."email" = 'seb@saunier.me' LIMIT 1[0m
|
12305
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
12306
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
12307
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
12308
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
12309
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
12310
|
+
[1m[36mGotFixed::Issue Exists (0.2ms)[0m [1mSELECT 1 AS one FROM "got_fixed_issues" WHERE ("got_fixed_issues"."vendor_id" IS NULL AND "got_fixed_issues"."vendor" IS NULL) LIMIT 1[0m
|
12311
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "got_fixed_issues" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Tue, 01 Oct 2013 09:02:18 UTC +00:00], ["title", "MyString"], ["updated_at", Tue, 01 Oct 2013 09:02:18 UTC +00:00]]
|
12312
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
12313
|
+
Processing by GotFixed::IssuesController#index as HTML
|
12314
|
+
Rendered /Users/Cb/perso/code/ssaunier/got_fixed/app/views/got_fixed/issues/index.html.erb (0.2ms)
|
12315
|
+
Completed 200 OK in 6ms (Views: 6.0ms | ActiveRecord: 0.0ms)
|
12316
|
+
[1m[35mGotFixed::Issue Load (0.1ms)[0m SELECT "got_fixed_issues".* FROM "got_fixed_issues" ORDER BY updated_at DESC
|
12317
|
+
[1m[36m (0.6ms)[0m [1mrollback transaction[0m
|
12318
|
+
[1m[35m (0.1ms)[0m begin transaction
|
12319
|
+
Processing by GotFixed::IssuesController#github_webhook as HTML
|
12320
|
+
Parameters: {"issue"=>{"url"=>"https://api.github.com/repos/ssaunier/got_fixed/issues/1", "labels_url"=>"https://api.github.com/repos/ssaunier/got_fixed/issues/1/labels{/name}", "comments_url"=>"https://api.github.com/repos/ssaunier/got_fixed/issues/1/comments", "events_url"=>"https://api.github.com/repos/ssaunier/got_fixed/issues/1/events", "html_url"=>"https://github.com/ssaunier/got_fixed/issues/1", "id"=>"19526518", "number"=>"1", "title"=>"Testing web hook with \"issues\" event enabled", "user"=>{"login"=>"ssaunier", "id"=>"414418", "avatar_url"=>"https://1.gravatar.com/avatar/223f2ffb700f5c4a7ac5f9119e02d84d?d=https%3A%2F%2Fidenticons.github.com%2F7ca0ad7acfe49cfbdf24c79e592aafd3.png", "gravatar_id"=>"223f2ffb700f5c4a7ac5f9119e02d84d", "url"=>"https://api.github.com/users/ssaunier", "html_url"=>"https://github.com/ssaunier", "followers_url"=>"https://api.github.com/users/ssaunier/followers", "following_url"=>"https://api.github.com/users/ssaunier/following{/other_user}", "gists_url"=>"https://api.github.com/users/ssaunier/gists{/gist_id}", "starred_url"=>"https://api.github.com/users/ssaunier/starred{/owner}{/repo}", "subscriptions_url"=>"https://api.github.com/users/ssaunier/subscriptions", "organizations_url"=>"https://api.github.com/users/ssaunier/orgs", "repos_url"=>"https://api.github.com/users/ssaunier/repos", "events_url"=>"https://api.github.com/users/ssaunier/events{/privacy}", "received_events_url"=>"https://api.github.com/users/ssaunier/received_events", "type"=>"User"}, "labels"=>[], "state"=>"closed", "assignee"=>nil, "milestone"=>nil, "comments"=>"0", "created_at"=>"2013-09-15T21:22:54Z", "updated_at"=>"2013-09-21T09:44:38Z", "closed_at"=>"2013-09-21T09:44:38Z", "pull_request"=>{"html_url"=>nil, "diff_url"=>nil, "patch_url"=>nil}, "body"=>"This issue is just a test."}, "repository"=>{"id"=>"12729467", "name"=>"got_fixed", "full_name"=>"ssaunier/got_fixed", "owner"=>{"login"=>"ssaunier", "id"=>"414418", "avatar_url"=>"https://2.gravatar.com/avatar/223f2ffb700f5c4a7ac5f9119e02d84d?d=https%3A%2F%2Fidenticons.github.com%2F7ca0ad7acfe49cfbdf24c79e592aafd3.png", "gravatar_id"=>"223f2ffb700f5c4a7ac5f9119e02d84d", "url"=>"https://api.github.com/users/ssaunier", "html_url"=>"https://github.com/ssaunier", "followers_url"=>"https://api.github.com/users/ssaunier/followers", "following_url"=>"https://api.github.com/users/ssaunier/following{/other_user}", "gists_url"=>"https://api.github.com/users/ssaunier/gists{/gist_id}", "starred_url"=>"https://api.github.com/users/ssaunier/starred{/owner}{/repo}", "subscriptions_url"=>"https://api.github.com/users/ssaunier/subscriptions", "organizations_url"=>"https://api.github.com/users/ssaunier/orgs", "repos_url"=>"https://api.github.com/users/ssaunier/repos", "events_url"=>"https://api.github.com/users/ssaunier/events{/privacy}", "received_events_url"=>"https://api.github.com/users/ssaunier/received_events", "type"=>"User"}, "private"=>false, "html_url"=>"https://github.com/ssaunier/got_fixed", "description"=>"Rails engine to extend your application with a dashboard of your user-reported issues (/!\\ WIP)", "fork"=>false, "url"=>"https://api.github.com/repos/ssaunier/got_fixed", "forks_url"=>"https://api.github.com/repos/ssaunier/got_fixed/forks", "keys_url"=>"https://api.github.com/repos/ssaunier/got_fixed/keys{/key_id}", "collaborators_url"=>"https://api.github.com/repos/ssaunier/got_fixed/collaborators{/collaborator}", "teams_url"=>"https://api.github.com/repos/ssaunier/got_fixed/teams", "hooks_url"=>"https://api.github.com/repos/ssaunier/got_fixed/hooks", "issue_events_url"=>"https://api.github.com/repos/ssaunier/got_fixed/issues/events{/number}", "events_url"=>"https://api.github.com/repos/ssaunier/got_fixed/events", "assignees_url"=>"https://api.github.com/repos/ssaunier/got_fixed/assignees{/user}", "branches_url"=>"https://api.github.com/repos/ssaunier/got_fixed/branches{/branch}", "tags_url"=>"https://api.github.com/repos/ssaunier/got_fixed/tags", "blobs_url"=>"https://api.github.com/repos/ssaunier/got_fixed/git/blobs{/sha}", "git_tags_url"=>"https://api.github.com/repos/ssaunier/got_fixed/git/tags{/sha}", "git_refs_url"=>"https://api.github.com/repos/ssaunier/got_fixed/git/refs{/sha}", "trees_url"=>"https://api.github.com/repos/ssaunier/got_fixed/git/trees{/sha}", "statuses_url"=>"https://api.github.com/repos/ssaunier/got_fixed/statuses/{sha}", "languages_url"=>"https://api.github.com/repos/ssaunier/got_fixed/languages", "stargazers_url"=>"https://api.github.com/repos/ssaunier/got_fixed/stargazers", "contributors_url"=>"https://api.github.com/repos/ssaunier/got_fixed/contributors", "subscribers_url"=>"https://api.github.com/repos/ssaunier/got_fixed/subscribers", "subscription_url"=>"https://api.github.com/repos/ssaunier/got_fixed/subscription", "commits_url"=>"https://api.github.com/repos/ssaunier/got_fixed/commits{/sha}", "git_commits_url"=>"https://api.github.com/repos/ssaunier/got_fixed/git/commits{/sha}", "comments_url"=>"https://api.github.com/repos/ssaunier/got_fixed/comments{/number}", "issue_comment_url"=>"https://api.github.com/repos/ssaunier/got_fixed/issues/comments/{number}", "contents_url"=>"https://api.github.com/repos/ssaunier/got_fixed/contents/{+path}", "compare_url"=>"https://api.github.com/repos/ssaunier/got_fixed/compare/{base}...{head}", "merges_url"=>"https://api.github.com/repos/ssaunier/got_fixed/merges", "archive_url"=>"https://api.github.com/repos/ssaunier/got_fixed/{archive_format}{/ref}", "downloads_url"=>"https://api.github.com/repos/ssaunier/got_fixed/downloads", "issues_url"=>"https://api.github.com/repos/ssaunier/got_fixed/issues{/number}", "pulls_url"=>"https://api.github.com/repos/ssaunier/got_fixed/pulls{/number}", "milestones_url"=>"https://api.github.com/repos/ssaunier/got_fixed/milestones{/number}", "notifications_url"=>"https://api.github.com/repos/ssaunier/got_fixed/notifications{?since,all,participating}", "labels_url"=>"https://api.github.com/repos/ssaunier/got_fixed/labels{/name}", "created_at"=>"2013-09-10T12:55:36Z", "updated_at"=>"2013-09-21T08:26:53Z", "pushed_at"=>"2013-09-21T08:26:48Z", "git_url"=>"git://github.com/ssaunier/got_fixed.git", "ssh_url"=>"git@github.com:ssaunier/got_fixed.git", "clone_url"=>"https://github.com/ssaunier/got_fixed.git", "svn_url"=>"https://github.com/ssaunier/got_fixed", "homepage"=>"", "size"=>"436", "watchers_count"=>"1", "language"=>"Ruby", "has_issues"=>true, "has_downloads"=>true, "has_wiki"=>true, "forks_count"=>"0", "mirror_url"=>nil, "open_issues_count"=>"1", "forks"=>"0", "open_issues"=>"1", "watchers"=>"1", "master_branch"=>"master", "default_branch"=>"master"}, "sender"=>{"login"=>"ssaunier", "id"=>"414418", "avatar_url"=>"https://2.gravatar.com/avatar/223f2ffb700f5c4a7ac5f9119e02d84d?d=https%3A%2F%2Fidenticons.github.com%2F7ca0ad7acfe49cfbdf24c79e592aafd3.png", "gravatar_id"=>"223f2ffb700f5c4a7ac5f9119e02d84d", "url"=>"https://api.github.com/users/ssaunier", "html_url"=>"https://github.com/ssaunier", "followers_url"=>"https://api.github.com/users/ssaunier/followers", "following_url"=>"https://api.github.com/users/ssaunier/following{/other_user}", "gists_url"=>"https://api.github.com/users/ssaunier/gists{/gist_id}", "starred_url"=>"https://api.github.com/users/ssaunier/starred{/owner}{/repo}", "subscriptions_url"=>"https://api.github.com/users/ssaunier/subscriptions", "organizations_url"=>"https://api.github.com/users/ssaunier/orgs", "repos_url"=>"https://api.github.com/users/ssaunier/repos", "events_url"=>"https://api.github.com/users/ssaunier/events{/privacy}", "received_events_url"=>"https://api.github.com/users/ssaunier/received_events", "type"=>"User"}}
|
12321
|
+
[1m[36mGotFixed::Issue Load (0.3ms)[0m [1mSELECT "got_fixed_issues".* FROM "got_fixed_issues" WHERE "got_fixed_issues"."vendor_id" = '19526518' AND "got_fixed_issues"."vendor" = 'github' ORDER BY updated_at DESC LIMIT 1[0m
|
12322
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
12323
|
+
[1m[36mGotFixed::Issue Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "got_fixed_issues" WHERE ("got_fixed_issues"."vendor_id" = '19526518' AND "got_fixed_issues"."vendor" = 'github') LIMIT 1[0m
|
12324
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "got_fixed_issues" ("closed", "created_at", "title", "updated_at", "vendor", "vendor_id") VALUES (?, ?, ?, ?, ?, ?) [["closed", true], ["created_at", Tue, 01 Oct 2013 09:02:18 UTC +00:00], ["title", "Testing web hook with \"issues\" event enabled"], ["updated_at", Tue, 01 Oct 2013 09:02:18 UTC +00:00], ["vendor", "github"], ["vendor_id", "19526518"]]
|
12325
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
12326
|
+
Completed 200 OK in 5ms (Views: 0.4ms | ActiveRecord: 0.8ms)
|
12327
|
+
[1m[35mGotFixed::Issue Exists (0.1ms)[0m SELECT 1 AS one FROM "got_fixed_issues" WHERE ("got_fixed_issues"."vendor_id" = '19526518' AND "got_fixed_issues"."id" != 1 AND "got_fixed_issues"."vendor" = 'github') LIMIT 1
|
12328
|
+
[1m[36m (0.8ms)[0m [1mrollback transaction[0m
|
12329
|
+
[1m[35m (0.1ms)[0m begin transaction
|
12330
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
12331
|
+
[1m[35mGotFixed::Issue Exists (0.2ms)[0m SELECT 1 AS one FROM "got_fixed_issues" WHERE ("got_fixed_issues"."vendor_id" = 'iWnj89' AND "got_fixed_issues"."vendor" IS NULL) LIMIT 1
|
12332
|
+
[1m[36mSQL (0.5ms)[0m [1mINSERT INTO "got_fixed_issues" ("closed", "created_at", "number", "title", "updated_at", "vendor_id") VALUES (?, ?, ?, ?, ?, ?)[0m [["closed", false], ["created_at", Tue, 01 Oct 2013 09:02:18 UTC +00:00], ["number", 7], ["title", "A very bad issue..."], ["updated_at", Tue, 01 Oct 2013 09:02:18 UTC +00:00], ["vendor_id", "iWnj89"]]
|
12333
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
12334
|
+
[1m[36mGotFixed::User Load (0.1ms)[0m [1mSELECT "got_fixed_users".* FROM "got_fixed_users" INNER JOIN "got_fixed_issues_users" ON "got_fixed_users"."id" = "got_fixed_issues_users"."user_id" WHERE "got_fixed_issues_users"."issue_id" = ?[0m [["issue_id", 1]]
|
12335
|
+
Processing by GotFixed::IssuesController#subscribe as JS
|
12336
|
+
Parameters: {"user"=>{"email"=>"foo@bar.com"}, "id"=>"1"}
|
12337
|
+
[1m[35mGotFixed::User Load (0.1ms)[0m SELECT "got_fixed_users".* FROM "got_fixed_users" WHERE "got_fixed_users"."email" = 'foo@bar.com' LIMIT 1
|
12338
|
+
[1m[36mGotFixed::Issue Load (0.1ms)[0m [1mSELECT "got_fixed_issues".* FROM "got_fixed_issues" WHERE "got_fixed_issues"."id" = ? ORDER BY updated_at DESC LIMIT 1[0m [["id", "1"]]
|
12339
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
12340
|
+
[1m[36mGotFixed::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "got_fixed_users" WHERE "got_fixed_users"."email" = 'foo@bar.com' LIMIT 1[0m
|
12341
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "got_fixed_users" ("created_at", "email", "updated_at") VALUES (?, ?, ?) [["created_at", Tue, 01 Oct 2013 09:02:18 UTC +00:00], ["email", "foo@bar.com"], ["updated_at", Tue, 01 Oct 2013 09:02:18 UTC +00:00]]
|
12342
|
+
[1m[36m (0.1ms)[0m [1mINSERT INTO "got_fixed_issues_users" ("issue_id", "user_id") VALUES (1, 1)[0m
|
12343
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
12344
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
12345
|
+
[1m[35mGotFixed::Issue Exists (0.1ms)[0m SELECT 1 AS one FROM "got_fixed_issues" WHERE ("got_fixed_issues"."vendor_id" = 'iWnj89' AND "got_fixed_issues"."id" != 1 AND "got_fixed_issues"."vendor" IS NULL) LIMIT 1
|
12346
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
12347
|
+
Completed 200 OK in 8ms (Views: 2.5ms | ActiveRecord: 1.0ms)
|
12348
|
+
[1m[35mGotFixed::Issue Load (0.1ms)[0m SELECT "got_fixed_issues".* FROM "got_fixed_issues" WHERE "got_fixed_issues"."id" = ? LIMIT 1 [["id", 1]]
|
12349
|
+
[1m[36mGotFixed::User Load (0.0ms)[0m [1mSELECT "got_fixed_users".* FROM "got_fixed_users" INNER JOIN "got_fixed_issues_users" ON "got_fixed_users"."id" = "got_fixed_issues_users"."user_id" WHERE "got_fixed_issues_users"."issue_id" = ?[0m [["issue_id", 1]]
|
12350
|
+
[1m[35m (0.9ms)[0m rollback transaction
|
12351
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
12352
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
12353
|
+
[1m[36mGotFixed::Issue Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "got_fixed_issues" WHERE ("got_fixed_issues"."vendor_id" = 'iWnj89' AND "got_fixed_issues"."vendor" IS NULL) LIMIT 1[0m
|
12354
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "got_fixed_issues" ("closed", "created_at", "number", "title", "updated_at", "vendor_id") VALUES (?, ?, ?, ?, ?, ?) [["closed", false], ["created_at", Tue, 01 Oct 2013 09:02:18 UTC +00:00], ["number", 7], ["title", "A very bad issue..."], ["updated_at", Tue, 01 Oct 2013 09:02:18 UTC +00:00], ["vendor_id", "iWnj89"]]
|
12355
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
12356
|
+
[1m[35mGotFixed::User Load (0.0ms)[0m SELECT "got_fixed_users".* FROM "got_fixed_users" INNER JOIN "got_fixed_issues_users" ON "got_fixed_users"."id" = "got_fixed_issues_users"."user_id" WHERE "got_fixed_issues_users"."issue_id" = ? [["issue_id", 1]]
|
12357
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
12358
|
+
[1m[35mGotFixed::User Exists (0.1ms)[0m SELECT 1 AS one FROM "got_fixed_users" WHERE "got_fixed_users"."email" = 'foo@bar.com' LIMIT 1
|
12359
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "got_fixed_users" ("created_at", "email", "updated_at") VALUES (?, ?, ?)[0m [["created_at", Tue, 01 Oct 2013 09:02:18 UTC +00:00], ["email", "foo@bar.com"], ["updated_at", Tue, 01 Oct 2013 09:02:18 UTC +00:00]]
|
12360
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
12361
|
+
Processing by GotFixed::IssuesController#subscribe as JS
|
12362
|
+
Parameters: {"user"=>{"email"=>"foo@bar.com"}, "id"=>"1"}
|
12363
|
+
[1m[36mGotFixed::User Load (0.1ms)[0m [1mSELECT "got_fixed_users".* FROM "got_fixed_users" WHERE "got_fixed_users"."email" = 'foo@bar.com' LIMIT 1[0m
|
12364
|
+
[1m[35mGotFixed::Issue Load (0.1ms)[0m SELECT "got_fixed_issues".* FROM "got_fixed_issues" WHERE "got_fixed_issues"."id" = ? ORDER BY updated_at DESC LIMIT 1 [["id", "1"]]
|
12365
|
+
[1m[36mGotFixed::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "got_fixed_users" INNER JOIN "got_fixed_issues_users" ON "got_fixed_users"."id" = "got_fixed_issues_users"."user_id" WHERE "got_fixed_issues_users"."issue_id" = ? AND "got_fixed_users"."id" = 1 LIMIT 1[0m [["issue_id", 1]]
|
12366
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
12367
|
+
[1m[36m (0.1ms)[0m [1mINSERT INTO "got_fixed_issues_users" ("issue_id", "user_id") VALUES (1, 1)[0m
|
12368
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
12369
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
12370
|
+
[1m[35mGotFixed::Issue Exists (0.1ms)[0m SELECT 1 AS one FROM "got_fixed_issues" WHERE ("got_fixed_issues"."vendor_id" = 'iWnj89' AND "got_fixed_issues"."id" != 1 AND "got_fixed_issues"."vendor" IS NULL) LIMIT 1
|
12371
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
12372
|
+
Completed 200 OK in 5ms (Views: 0.7ms | ActiveRecord: 0.6ms)
|
12373
|
+
[1m[35mGotFixed::Issue Load (0.1ms)[0m SELECT "got_fixed_issues".* FROM "got_fixed_issues" WHERE "got_fixed_issues"."id" = ? LIMIT 1 [["id", 1]]
|
12374
|
+
[1m[36mGotFixed::User Load (0.1ms)[0m [1mSELECT "got_fixed_users".* FROM "got_fixed_users" INNER JOIN "got_fixed_issues_users" ON "got_fixed_users"."id" = "got_fixed_issues_users"."user_id" WHERE "got_fixed_issues_users"."issue_id" = ?[0m [["issue_id", 1]]
|
12375
|
+
[1m[35m (0.9ms)[0m rollback transaction
|
12376
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
12377
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
12378
|
+
[1m[36mGotFixed::Issue Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "got_fixed_issues" WHERE ("got_fixed_issues"."vendor_id" = 'iWnj89' AND "got_fixed_issues"."vendor" IS NULL) LIMIT 1[0m
|
12379
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "got_fixed_issues" ("closed", "created_at", "number", "title", "updated_at", "vendor_id") VALUES (?, ?, ?, ?, ?, ?) [["closed", false], ["created_at", Tue, 01 Oct 2013 09:02:18 UTC +00:00], ["number", 7], ["title", "A very bad issue..."], ["updated_at", Tue, 01 Oct 2013 09:02:18 UTC +00:00], ["vendor_id", "iWnj89"]]
|
12380
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
12381
|
+
[1m[35mGotFixed::User Load (0.0ms)[0m SELECT "got_fixed_users".* FROM "got_fixed_users" INNER JOIN "got_fixed_issues_users" ON "got_fixed_users"."id" = "got_fixed_issues_users"."user_id" WHERE "got_fixed_issues_users"."issue_id" = ? [["issue_id", 1]]
|
12382
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
12383
|
+
[1m[35mGotFixed::User Exists (0.1ms)[0m SELECT 1 AS one FROM "got_fixed_users" WHERE "got_fixed_users"."email" = 'foo@bar.com' LIMIT 1
|
12384
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "got_fixed_users" ("created_at", "email", "updated_at") VALUES (?, ?, ?)[0m [["created_at", Tue, 01 Oct 2013 09:02:18 UTC +00:00], ["email", "foo@bar.com"], ["updated_at", Tue, 01 Oct 2013 09:02:18 UTC +00:00]]
|
12385
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
12386
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
12387
|
+
[1m[35m (0.1ms)[0m INSERT INTO "got_fixed_issues_users" ("issue_id", "user_id") VALUES (1, 1)
|
12388
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
12389
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
12390
|
+
[1m[36mGotFixed::Issue Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "got_fixed_issues" WHERE ("got_fixed_issues"."vendor_id" = 'iWnj89' AND "got_fixed_issues"."id" != 1 AND "got_fixed_issues"."vendor" IS NULL) LIMIT 1[0m
|
12391
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
12392
|
+
Processing by GotFixed::IssuesController#subscribe as JS
|
12393
|
+
Parameters: {"user"=>{"email"=>"foo@bar.com"}, "id"=>"1"}
|
12394
|
+
[1m[36mGotFixed::User Load (0.2ms)[0m [1mSELECT "got_fixed_users".* FROM "got_fixed_users" WHERE "got_fixed_users"."email" = 'foo@bar.com' LIMIT 1[0m
|
12395
|
+
[1m[35mGotFixed::Issue Load (0.1ms)[0m SELECT "got_fixed_issues".* FROM "got_fixed_issues" WHERE "got_fixed_issues"."id" = ? ORDER BY updated_at DESC LIMIT 1 [["id", "1"]]
|
12396
|
+
[1m[36mGotFixed::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "got_fixed_users" INNER JOIN "got_fixed_issues_users" ON "got_fixed_users"."id" = "got_fixed_issues_users"."user_id" WHERE "got_fixed_issues_users"."issue_id" = ? AND "got_fixed_users"."id" = 1 LIMIT 1[0m [["issue_id", 1]]
|
12397
|
+
Completed 200 OK in 6ms (Views: 0.9ms | ActiveRecord: 0.4ms)
|
12398
|
+
[1m[35mGotFixed::Issue Load (0.1ms)[0m SELECT "got_fixed_issues".* FROM "got_fixed_issues" WHERE "got_fixed_issues"."id" = ? LIMIT 1 [["id", 1]]
|
12399
|
+
[1m[36mGotFixed::User Load (0.1ms)[0m [1mSELECT "got_fixed_users".* FROM "got_fixed_users" INNER JOIN "got_fixed_issues_users" ON "got_fixed_users"."id" = "got_fixed_issues_users"."user_id" WHERE "got_fixed_issues_users"."issue_id" = ?[0m [["issue_id", 1]]
|
12400
|
+
[1m[35m (0.8ms)[0m rollback transaction
|
12401
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
12402
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
12403
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
12404
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
12405
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
12406
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
12407
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
12408
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
12409
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
12410
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
12411
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
12412
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
12413
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
12414
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
12415
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
12416
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
12417
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
12418
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
12419
|
+
[1m[36mGotFixed::Issue Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "got_fixed_issues" WHERE ("got_fixed_issues"."vendor_id" = 'iWnj89' AND "got_fixed_issues"."vendor" IS NULL) LIMIT 1[0m
|
12420
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "got_fixed_issues" ("closed", "created_at", "number", "title", "updated_at", "vendor_id") VALUES (?, ?, ?, ?, ?, ?) [["closed", false], ["created_at", Tue, 01 Oct 2013 09:02:18 UTC +00:00], ["number", 7], ["title", "A very bad issue..."], ["updated_at", Tue, 01 Oct 2013 09:02:18 UTC +00:00], ["vendor_id", "iWnj89"]]
|
12421
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
12422
|
+
[1m[35mGotFixed::User Load (0.0ms)[0m SELECT "got_fixed_users".* FROM "got_fixed_users" INNER JOIN "got_fixed_issues_users" ON "got_fixed_users"."id" = "got_fixed_issues_users"."user_id" WHERE "got_fixed_issues_users"."issue_id" = ? [["issue_id", 1]]
|
12423
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
12424
|
+
[1m[35mGotFixed::Issue Exists (0.1ms)[0m SELECT 1 AS one FROM "got_fixed_issues" WHERE ("got_fixed_issues"."vendor_id" = 'iWnj89' AND "got_fixed_issues"."id" != 1 AND "got_fixed_issues"."vendor" IS NULL) LIMIT 1
|
12425
|
+
[1m[36mSQL (0.4ms)[0m [1mUPDATE "got_fixed_issues" SET "closed" = ?, "updated_at" = ? WHERE "got_fixed_issues"."id" = 1[0m [["closed", true], ["updated_at", Tue, 01 Oct 2013 09:02:18 UTC +00:00]]
|
12426
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
12427
|
+
[1m[36m (0.6ms)[0m [1mrollback transaction[0m
|
12428
|
+
[1m[35m (0.1ms)[0m begin transaction
|
12429
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
12430
|
+
[1m[35mGotFixed::Issue Exists (0.1ms)[0m SELECT 1 AS one FROM "got_fixed_issues" WHERE ("got_fixed_issues"."vendor_id" = 'iWnj89' AND "got_fixed_issues"."vendor" IS NULL) LIMIT 1
|
12431
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "got_fixed_issues" ("closed", "created_at", "number", "title", "updated_at", "vendor_id") VALUES (?, ?, ?, ?, ?, ?)[0m [["closed", false], ["created_at", Tue, 01 Oct 2013 09:02:18 UTC +00:00], ["number", 7], ["title", "A very bad issue..."], ["updated_at", Tue, 01 Oct 2013 09:02:18 UTC +00:00], ["vendor_id", "iWnj89"]]
|
12432
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
12433
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
12434
|
+
[1m[35mGotFixed::User Exists (0.1ms)[0m SELECT 1 AS one FROM "got_fixed_users" WHERE "got_fixed_users"."email" = 'email1@factory.com' LIMIT 1
|
12435
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "got_fixed_users" ("created_at", "email", "updated_at") VALUES (?, ?, ?)[0m [["created_at", Tue, 01 Oct 2013 09:02:18 UTC +00:00], ["email", "email1@factory.com"], ["updated_at", Tue, 01 Oct 2013 09:02:18 UTC +00:00]]
|
12436
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
12437
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
12438
|
+
[1m[35m (0.1ms)[0m INSERT INTO "got_fixed_issues_users" ("issue_id", "user_id") VALUES (1, 1)
|
12439
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
12440
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
12441
|
+
[1m[36mGotFixed::Issue Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "got_fixed_issues" WHERE ("got_fixed_issues"."vendor_id" = 'iWnj89' AND "got_fixed_issues"."id" != 1 AND "got_fixed_issues"."vendor" IS NULL) LIMIT 1[0m
|
12442
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
12443
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
12444
|
+
[1m[35mGotFixed::Issue Exists (0.1ms)[0m SELECT 1 AS one FROM "got_fixed_issues" WHERE ("got_fixed_issues"."vendor_id" = 'iWnj89' AND "got_fixed_issues"."id" != 1 AND "got_fixed_issues"."vendor" IS NULL) LIMIT 1
|
12445
|
+
[1m[36mSQL (0.1ms)[0m [1mUPDATE "got_fixed_issues" SET "closed" = ?, "updated_at" = ? WHERE "got_fixed_issues"."id" = 1[0m [["closed", true], ["updated_at", Tue, 01 Oct 2013 09:02:18 UTC +00:00]]
|
12446
|
+
[1m[35mGotFixed::User Load (0.0ms)[0m SELECT "got_fixed_users".* FROM "got_fixed_users" INNER JOIN "got_fixed_issues_users" ON "got_fixed_users"."id" = "got_fixed_issues_users"."user_id" WHERE "got_fixed_issues_users"."issue_id" = ? [["issue_id", 1]]
|
12447
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK TO SAVEPOINT active_record_1[0m
|
12448
|
+
[1m[35m (0.8ms)[0m rollback transaction
|
12449
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
12450
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
12451
|
+
[1m[36mGotFixed::Issue Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "got_fixed_issues" WHERE ("got_fixed_issues"."vendor_id" = 'iWnj89' AND "got_fixed_issues"."vendor" IS NULL) LIMIT 1[0m
|
12452
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "got_fixed_issues" ("closed", "created_at", "number", "title", "updated_at", "vendor_id") VALUES (?, ?, ?, ?, ?, ?) [["closed", false], ["created_at", Tue, 01 Oct 2013 09:02:18 UTC +00:00], ["number", 7], ["title", "A very bad issue..."], ["updated_at", Tue, 01 Oct 2013 09:02:18 UTC +00:00], ["vendor_id", "iWnj89"]]
|
12453
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
12454
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
12455
|
+
[1m[36mGotFixed::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "got_fixed_users" WHERE "got_fixed_users"."email" = 'email2@factory.com' LIMIT 1[0m
|
12456
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "got_fixed_users" ("created_at", "email", "updated_at") VALUES (?, ?, ?) [["created_at", Tue, 01 Oct 2013 09:02:18 UTC +00:00], ["email", "email2@factory.com"], ["updated_at", Tue, 01 Oct 2013 09:02:18 UTC +00:00]]
|
12457
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
12458
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
12459
|
+
[1m[36m (0.1ms)[0m [1mINSERT INTO "got_fixed_issues_users" ("issue_id", "user_id") VALUES (1, 1)[0m
|
12460
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
12461
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
12462
|
+
[1m[35mGotFixed::User Exists (0.1ms)[0m SELECT 1 AS one FROM "got_fixed_users" WHERE "got_fixed_users"."email" = 'email3@factory.com' LIMIT 1
|
12463
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "got_fixed_users" ("created_at", "email", "updated_at") VALUES (?, ?, ?)[0m [["created_at", Tue, 01 Oct 2013 09:02:18 UTC +00:00], ["email", "email3@factory.com"], ["updated_at", Tue, 01 Oct 2013 09:02:18 UTC +00:00]]
|
12464
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
12465
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
12466
|
+
[1m[35m (0.1ms)[0m INSERT INTO "got_fixed_issues_users" ("issue_id", "user_id") VALUES (1, 2)
|
12467
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
12468
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
12469
|
+
[1m[36mGotFixed::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "got_fixed_users" WHERE "got_fixed_users"."email" = 'email4@factory.com' LIMIT 1[0m
|
12470
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "got_fixed_users" ("created_at", "email", "updated_at") VALUES (?, ?, ?) [["created_at", Tue, 01 Oct 2013 09:02:18 UTC +00:00], ["email", "email4@factory.com"], ["updated_at", Tue, 01 Oct 2013 09:02:18 UTC +00:00]]
|
12471
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
12472
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
12473
|
+
[1m[36m (0.1ms)[0m [1mINSERT INTO "got_fixed_issues_users" ("issue_id", "user_id") VALUES (1, 3)[0m
|
12474
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
12475
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
12476
|
+
[1m[35mGotFixed::User Exists (0.1ms)[0m SELECT 1 AS one FROM "got_fixed_users" WHERE "got_fixed_users"."email" = 'email5@factory.com' LIMIT 1
|
12477
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "got_fixed_users" ("created_at", "email", "updated_at") VALUES (?, ?, ?)[0m [["created_at", Tue, 01 Oct 2013 09:02:18 UTC +00:00], ["email", "email5@factory.com"], ["updated_at", Tue, 01 Oct 2013 09:02:18 UTC +00:00]]
|
12478
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
12479
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
12480
|
+
[1m[35m (0.1ms)[0m INSERT INTO "got_fixed_issues_users" ("issue_id", "user_id") VALUES (1, 4)
|
12481
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
12482
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
12483
|
+
[1m[36mGotFixed::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "got_fixed_users" WHERE "got_fixed_users"."email" = 'email6@factory.com' LIMIT 1[0m
|
12484
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "got_fixed_users" ("created_at", "email", "updated_at") VALUES (?, ?, ?) [["created_at", Tue, 01 Oct 2013 09:02:18 UTC +00:00], ["email", "email6@factory.com"], ["updated_at", Tue, 01 Oct 2013 09:02:18 UTC +00:00]]
|
12485
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
12486
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
12487
|
+
[1m[36m (0.1ms)[0m [1mINSERT INTO "got_fixed_issues_users" ("issue_id", "user_id") VALUES (1, 5)[0m
|
12488
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
12489
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
12490
|
+
[1m[35mGotFixed::User Exists (0.1ms)[0m SELECT 1 AS one FROM "got_fixed_users" WHERE "got_fixed_users"."email" = 'email7@factory.com' LIMIT 1
|
12491
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "got_fixed_users" ("created_at", "email", "updated_at") VALUES (?, ?, ?)[0m [["created_at", Tue, 01 Oct 2013 09:02:18 UTC +00:00], ["email", "email7@factory.com"], ["updated_at", Tue, 01 Oct 2013 09:02:18 UTC +00:00]]
|
12492
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
12493
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
12494
|
+
[1m[35m (0.1ms)[0m INSERT INTO "got_fixed_issues_users" ("issue_id", "user_id") VALUES (1, 6)
|
12495
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
12496
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
12497
|
+
[1m[36mGotFixed::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "got_fixed_users" WHERE "got_fixed_users"."email" = 'email8@factory.com' LIMIT 1[0m
|
12498
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "got_fixed_users" ("created_at", "email", "updated_at") VALUES (?, ?, ?) [["created_at", Tue, 01 Oct 2013 09:02:18 UTC +00:00], ["email", "email8@factory.com"], ["updated_at", Tue, 01 Oct 2013 09:02:18 UTC +00:00]]
|
12499
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
12500
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
12501
|
+
[1m[36m (0.1ms)[0m [1mINSERT INTO "got_fixed_issues_users" ("issue_id", "user_id") VALUES (1, 7)[0m
|
12502
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
12503
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
12504
|
+
[1m[35mGotFixed::User Exists (0.1ms)[0m SELECT 1 AS one FROM "got_fixed_users" WHERE "got_fixed_users"."email" = 'email9@factory.com' LIMIT 1
|
12505
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "got_fixed_users" ("created_at", "email", "updated_at") VALUES (?, ?, ?)[0m [["created_at", Tue, 01 Oct 2013 09:02:18 UTC +00:00], ["email", "email9@factory.com"], ["updated_at", Tue, 01 Oct 2013 09:02:18 UTC +00:00]]
|
12506
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
12507
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
12508
|
+
[1m[35m (0.1ms)[0m INSERT INTO "got_fixed_issues_users" ("issue_id", "user_id") VALUES (1, 8)
|
12509
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
12510
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
12511
|
+
[1m[36mGotFixed::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "got_fixed_users" WHERE "got_fixed_users"."email" = 'email10@factory.com' LIMIT 1[0m
|
12512
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "got_fixed_users" ("created_at", "email", "updated_at") VALUES (?, ?, ?) [["created_at", Tue, 01 Oct 2013 09:02:18 UTC +00:00], ["email", "email10@factory.com"], ["updated_at", Tue, 01 Oct 2013 09:02:18 UTC +00:00]]
|
12513
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
12514
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
12515
|
+
[1m[36m (0.1ms)[0m [1mINSERT INTO "got_fixed_issues_users" ("issue_id", "user_id") VALUES (1, 9)[0m
|
12516
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
12517
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
12518
|
+
[1m[35mGotFixed::User Exists (0.1ms)[0m SELECT 1 AS one FROM "got_fixed_users" WHERE "got_fixed_users"."email" = 'email11@factory.com' LIMIT 1
|
12519
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "got_fixed_users" ("created_at", "email", "updated_at") VALUES (?, ?, ?)[0m [["created_at", Tue, 01 Oct 2013 09:02:18 UTC +00:00], ["email", "email11@factory.com"], ["updated_at", Tue, 01 Oct 2013 09:02:18 UTC +00:00]]
|
12520
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
12521
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
12522
|
+
[1m[35m (0.1ms)[0m INSERT INTO "got_fixed_issues_users" ("issue_id", "user_id") VALUES (1, 10)
|
12523
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
12524
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
12525
|
+
[1m[36mGotFixed::Issue Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "got_fixed_issues" WHERE ("got_fixed_issues"."vendor_id" = 'iWnj89' AND "got_fixed_issues"."id" != 1 AND "got_fixed_issues"."vendor" IS NULL) LIMIT 1[0m
|
12526
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
12527
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
12528
|
+
[1m[35mGotFixed::Issue Exists (0.1ms)[0m SELECT 1 AS one FROM "got_fixed_issues" WHERE ("got_fixed_issues"."vendor_id" = 'iWnj89' AND "got_fixed_issues"."id" != 1 AND "got_fixed_issues"."vendor" IS NULL) LIMIT 1
|
12529
|
+
[1m[36mSQL (0.1ms)[0m [1mUPDATE "got_fixed_issues" SET "closed" = ?, "updated_at" = ? WHERE "got_fixed_issues"."id" = 1[0m [["closed", true], ["updated_at", Tue, 01 Oct 2013 09:02:18 UTC +00:00]]
|
12530
|
+
[1m[35mGotFixed::User Load (0.1ms)[0m SELECT "got_fixed_users".* FROM "got_fixed_users" INNER JOIN "got_fixed_issues_users" ON "got_fixed_users"."id" = "got_fixed_issues_users"."user_id" WHERE "got_fixed_issues_users"."issue_id" = ? [["issue_id", 1]]
|
12531
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK TO SAVEPOINT active_record_1[0m
|
12532
|
+
[1m[35m (0.9ms)[0m rollback transaction
|
12533
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
12534
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
12535
|
+
[1m[36m (0.3ms)[0m [1mbegin transaction[0m
|
12536
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
12537
|
+
[1m[36mGotFixed::Issue Exists (0.2ms)[0m [1mSELECT 1 AS one FROM "got_fixed_issues" WHERE ("got_fixed_issues"."vendor_id" IS NULL AND "got_fixed_issues"."vendor" IS NULL) LIMIT 1[0m
|
12538
|
+
[1m[35mSQL (1.3ms)[0m INSERT INTO "got_fixed_issues" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Tue, 01 Oct 2013 09:03:38 UTC +00:00], ["title", "MyString"], ["updated_at", Tue, 01 Oct 2013 09:03:38 UTC +00:00]]
|
12539
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
12540
|
+
Processing by GotFixed::IssuesController#index as HTML
|
12541
|
+
Rendered /Users/Cb/perso/code/ssaunier/got_fixed/app/views/got_fixed/issues/index.html.erb (0.3ms)
|
12542
|
+
Completed 200 OK in 7ms (Views: 6.2ms | ActiveRecord: 0.0ms)
|
12543
|
+
[1m[35mGotFixed::Issue Load (0.1ms)[0m SELECT "got_fixed_issues".* FROM "got_fixed_issues" ORDER BY updated_at DESC
|
12544
|
+
[1m[36m (2.0ms)[0m [1mrollback transaction[0m
|
12545
|
+
[1m[35m (0.1ms)[0m begin transaction
|
12546
|
+
Processing by GotFixed::IssuesController#github_webhook as HTML
|
12547
|
+
Parameters: {"issue"=>{"url"=>"https://api.github.com/repos/ssaunier/got_fixed/issues/1", "labels_url"=>"https://api.github.com/repos/ssaunier/got_fixed/issues/1/labels{/name}", "comments_url"=>"https://api.github.com/repos/ssaunier/got_fixed/issues/1/comments", "events_url"=>"https://api.github.com/repos/ssaunier/got_fixed/issues/1/events", "html_url"=>"https://github.com/ssaunier/got_fixed/issues/1", "id"=>"19526518", "number"=>"1", "title"=>"Testing web hook with \"issues\" event enabled", "user"=>{"login"=>"ssaunier", "id"=>"414418", "avatar_url"=>"https://1.gravatar.com/avatar/223f2ffb700f5c4a7ac5f9119e02d84d?d=https%3A%2F%2Fidenticons.github.com%2F7ca0ad7acfe49cfbdf24c79e592aafd3.png", "gravatar_id"=>"223f2ffb700f5c4a7ac5f9119e02d84d", "url"=>"https://api.github.com/users/ssaunier", "html_url"=>"https://github.com/ssaunier", "followers_url"=>"https://api.github.com/users/ssaunier/followers", "following_url"=>"https://api.github.com/users/ssaunier/following{/other_user}", "gists_url"=>"https://api.github.com/users/ssaunier/gists{/gist_id}", "starred_url"=>"https://api.github.com/users/ssaunier/starred{/owner}{/repo}", "subscriptions_url"=>"https://api.github.com/users/ssaunier/subscriptions", "organizations_url"=>"https://api.github.com/users/ssaunier/orgs", "repos_url"=>"https://api.github.com/users/ssaunier/repos", "events_url"=>"https://api.github.com/users/ssaunier/events{/privacy}", "received_events_url"=>"https://api.github.com/users/ssaunier/received_events", "type"=>"User"}, "labels"=>[], "state"=>"closed", "assignee"=>nil, "milestone"=>nil, "comments"=>"0", "created_at"=>"2013-09-15T21:22:54Z", "updated_at"=>"2013-09-21T09:44:38Z", "closed_at"=>"2013-09-21T09:44:38Z", "pull_request"=>{"html_url"=>nil, "diff_url"=>nil, "patch_url"=>nil}, "body"=>"This issue is just a test."}, "repository"=>{"id"=>"12729467", "name"=>"got_fixed", "full_name"=>"ssaunier/got_fixed", "owner"=>{"login"=>"ssaunier", "id"=>"414418", "avatar_url"=>"https://2.gravatar.com/avatar/223f2ffb700f5c4a7ac5f9119e02d84d?d=https%3A%2F%2Fidenticons.github.com%2F7ca0ad7acfe49cfbdf24c79e592aafd3.png", "gravatar_id"=>"223f2ffb700f5c4a7ac5f9119e02d84d", "url"=>"https://api.github.com/users/ssaunier", "html_url"=>"https://github.com/ssaunier", "followers_url"=>"https://api.github.com/users/ssaunier/followers", "following_url"=>"https://api.github.com/users/ssaunier/following{/other_user}", "gists_url"=>"https://api.github.com/users/ssaunier/gists{/gist_id}", "starred_url"=>"https://api.github.com/users/ssaunier/starred{/owner}{/repo}", "subscriptions_url"=>"https://api.github.com/users/ssaunier/subscriptions", "organizations_url"=>"https://api.github.com/users/ssaunier/orgs", "repos_url"=>"https://api.github.com/users/ssaunier/repos", "events_url"=>"https://api.github.com/users/ssaunier/events{/privacy}", "received_events_url"=>"https://api.github.com/users/ssaunier/received_events", "type"=>"User"}, "private"=>false, "html_url"=>"https://github.com/ssaunier/got_fixed", "description"=>"Rails engine to extend your application with a dashboard of your user-reported issues (/!\\ WIP)", "fork"=>false, "url"=>"https://api.github.com/repos/ssaunier/got_fixed", "forks_url"=>"https://api.github.com/repos/ssaunier/got_fixed/forks", "keys_url"=>"https://api.github.com/repos/ssaunier/got_fixed/keys{/key_id}", "collaborators_url"=>"https://api.github.com/repos/ssaunier/got_fixed/collaborators{/collaborator}", "teams_url"=>"https://api.github.com/repos/ssaunier/got_fixed/teams", "hooks_url"=>"https://api.github.com/repos/ssaunier/got_fixed/hooks", "issue_events_url"=>"https://api.github.com/repos/ssaunier/got_fixed/issues/events{/number}", "events_url"=>"https://api.github.com/repos/ssaunier/got_fixed/events", "assignees_url"=>"https://api.github.com/repos/ssaunier/got_fixed/assignees{/user}", "branches_url"=>"https://api.github.com/repos/ssaunier/got_fixed/branches{/branch}", "tags_url"=>"https://api.github.com/repos/ssaunier/got_fixed/tags", "blobs_url"=>"https://api.github.com/repos/ssaunier/got_fixed/git/blobs{/sha}", "git_tags_url"=>"https://api.github.com/repos/ssaunier/got_fixed/git/tags{/sha}", "git_refs_url"=>"https://api.github.com/repos/ssaunier/got_fixed/git/refs{/sha}", "trees_url"=>"https://api.github.com/repos/ssaunier/got_fixed/git/trees{/sha}", "statuses_url"=>"https://api.github.com/repos/ssaunier/got_fixed/statuses/{sha}", "languages_url"=>"https://api.github.com/repos/ssaunier/got_fixed/languages", "stargazers_url"=>"https://api.github.com/repos/ssaunier/got_fixed/stargazers", "contributors_url"=>"https://api.github.com/repos/ssaunier/got_fixed/contributors", "subscribers_url"=>"https://api.github.com/repos/ssaunier/got_fixed/subscribers", "subscription_url"=>"https://api.github.com/repos/ssaunier/got_fixed/subscription", "commits_url"=>"https://api.github.com/repos/ssaunier/got_fixed/commits{/sha}", "git_commits_url"=>"https://api.github.com/repos/ssaunier/got_fixed/git/commits{/sha}", "comments_url"=>"https://api.github.com/repos/ssaunier/got_fixed/comments{/number}", "issue_comment_url"=>"https://api.github.com/repos/ssaunier/got_fixed/issues/comments/{number}", "contents_url"=>"https://api.github.com/repos/ssaunier/got_fixed/contents/{+path}", "compare_url"=>"https://api.github.com/repos/ssaunier/got_fixed/compare/{base}...{head}", "merges_url"=>"https://api.github.com/repos/ssaunier/got_fixed/merges", "archive_url"=>"https://api.github.com/repos/ssaunier/got_fixed/{archive_format}{/ref}", "downloads_url"=>"https://api.github.com/repos/ssaunier/got_fixed/downloads", "issues_url"=>"https://api.github.com/repos/ssaunier/got_fixed/issues{/number}", "pulls_url"=>"https://api.github.com/repos/ssaunier/got_fixed/pulls{/number}", "milestones_url"=>"https://api.github.com/repos/ssaunier/got_fixed/milestones{/number}", "notifications_url"=>"https://api.github.com/repos/ssaunier/got_fixed/notifications{?since,all,participating}", "labels_url"=>"https://api.github.com/repos/ssaunier/got_fixed/labels{/name}", "created_at"=>"2013-09-10T12:55:36Z", "updated_at"=>"2013-09-21T08:26:53Z", "pushed_at"=>"2013-09-21T08:26:48Z", "git_url"=>"git://github.com/ssaunier/got_fixed.git", "ssh_url"=>"git@github.com:ssaunier/got_fixed.git", "clone_url"=>"https://github.com/ssaunier/got_fixed.git", "svn_url"=>"https://github.com/ssaunier/got_fixed", "homepage"=>"", "size"=>"436", "watchers_count"=>"1", "language"=>"Ruby", "has_issues"=>true, "has_downloads"=>true, "has_wiki"=>true, "forks_count"=>"0", "mirror_url"=>nil, "open_issues_count"=>"1", "forks"=>"0", "open_issues"=>"1", "watchers"=>"1", "master_branch"=>"master", "default_branch"=>"master"}, "sender"=>{"login"=>"ssaunier", "id"=>"414418", "avatar_url"=>"https://2.gravatar.com/avatar/223f2ffb700f5c4a7ac5f9119e02d84d?d=https%3A%2F%2Fidenticons.github.com%2F7ca0ad7acfe49cfbdf24c79e592aafd3.png", "gravatar_id"=>"223f2ffb700f5c4a7ac5f9119e02d84d", "url"=>"https://api.github.com/users/ssaunier", "html_url"=>"https://github.com/ssaunier", "followers_url"=>"https://api.github.com/users/ssaunier/followers", "following_url"=>"https://api.github.com/users/ssaunier/following{/other_user}", "gists_url"=>"https://api.github.com/users/ssaunier/gists{/gist_id}", "starred_url"=>"https://api.github.com/users/ssaunier/starred{/owner}{/repo}", "subscriptions_url"=>"https://api.github.com/users/ssaunier/subscriptions", "organizations_url"=>"https://api.github.com/users/ssaunier/orgs", "repos_url"=>"https://api.github.com/users/ssaunier/repos", "events_url"=>"https://api.github.com/users/ssaunier/events{/privacy}", "received_events_url"=>"https://api.github.com/users/ssaunier/received_events", "type"=>"User"}}
|
12548
|
+
[1m[36mGotFixed::Issue Load (0.2ms)[0m [1mSELECT "got_fixed_issues".* FROM "got_fixed_issues" WHERE "got_fixed_issues"."vendor_id" = '19526518' AND "got_fixed_issues"."vendor" = 'github' ORDER BY updated_at DESC LIMIT 1[0m
|
12549
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
12550
|
+
[1m[36mGotFixed::Issue Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "got_fixed_issues" WHERE ("got_fixed_issues"."vendor_id" = '19526518' AND "got_fixed_issues"."vendor" = 'github') LIMIT 1[0m
|
12551
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "got_fixed_issues" ("closed", "created_at", "title", "updated_at", "vendor", "vendor_id") VALUES (?, ?, ?, ?, ?, ?) [["closed", true], ["created_at", Tue, 01 Oct 2013 09:03:38 UTC +00:00], ["title", "Testing web hook with \"issues\" event enabled"], ["updated_at", Tue, 01 Oct 2013 09:03:38 UTC +00:00], ["vendor", "github"], ["vendor_id", "19526518"]]
|
12552
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
12553
|
+
Completed 200 OK in 6ms (Views: 0.4ms | ActiveRecord: 0.8ms)
|
12554
|
+
[1m[35mGotFixed::Issue Exists (0.1ms)[0m SELECT 1 AS one FROM "got_fixed_issues" WHERE ("got_fixed_issues"."vendor_id" = '19526518' AND "got_fixed_issues"."id" != 1 AND "got_fixed_issues"."vendor" = 'github') LIMIT 1
|
12555
|
+
[1m[36m (0.6ms)[0m [1mrollback transaction[0m
|
12556
|
+
[1m[35m (0.1ms)[0m begin transaction
|
12557
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
12558
|
+
[1m[35mGotFixed::Issue Exists (0.1ms)[0m SELECT 1 AS one FROM "got_fixed_issues" WHERE ("got_fixed_issues"."vendor_id" = 'iWnj89' AND "got_fixed_issues"."vendor" IS NULL) LIMIT 1
|
12559
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "got_fixed_issues" ("closed", "created_at", "number", "title", "updated_at", "vendor_id") VALUES (?, ?, ?, ?, ?, ?)[0m [["closed", false], ["created_at", Tue, 01 Oct 2013 09:03:38 UTC +00:00], ["number", 7], ["title", "A very bad issue..."], ["updated_at", Tue, 01 Oct 2013 09:03:38 UTC +00:00], ["vendor_id", "iWnj89"]]
|
12560
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
12561
|
+
[1m[36mGotFixed::User Load (0.1ms)[0m [1mSELECT "got_fixed_users".* FROM "got_fixed_users" INNER JOIN "got_fixed_issues_users" ON "got_fixed_users"."id" = "got_fixed_issues_users"."user_id" WHERE "got_fixed_issues_users"."issue_id" = ?[0m [["issue_id", 1]]
|
12562
|
+
Processing by GotFixed::IssuesController#subscribe as JS
|
12563
|
+
Parameters: {"user"=>{"email"=>"foo@bar.com"}, "id"=>"1"}
|
12564
|
+
[1m[35mGotFixed::User Load (0.1ms)[0m SELECT "got_fixed_users".* FROM "got_fixed_users" WHERE "got_fixed_users"."email" = 'foo@bar.com' LIMIT 1
|
12565
|
+
[1m[36mGotFixed::Issue Load (0.2ms)[0m [1mSELECT "got_fixed_issues".* FROM "got_fixed_issues" WHERE "got_fixed_issues"."id" = ? ORDER BY updated_at DESC LIMIT 1[0m [["id", "1"]]
|
12566
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
12567
|
+
[1m[36mGotFixed::User Exists (0.2ms)[0m [1mSELECT 1 AS one FROM "got_fixed_users" WHERE "got_fixed_users"."email" = 'foo@bar.com' LIMIT 1[0m
|
12568
|
+
[1m[35mSQL (0.5ms)[0m INSERT INTO "got_fixed_users" ("created_at", "email", "updated_at") VALUES (?, ?, ?) [["created_at", Tue, 01 Oct 2013 09:03:38 UTC +00:00], ["email", "foo@bar.com"], ["updated_at", Tue, 01 Oct 2013 09:03:38 UTC +00:00]]
|
12569
|
+
[1m[36m (0.1ms)[0m [1mINSERT INTO "got_fixed_issues_users" ("issue_id", "user_id") VALUES (1, 1)[0m
|
12570
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
12571
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
12572
|
+
[1m[35mGotFixed::Issue Exists (0.1ms)[0m SELECT 1 AS one FROM "got_fixed_issues" WHERE ("got_fixed_issues"."vendor_id" = 'iWnj89' AND "got_fixed_issues"."id" != 1 AND "got_fixed_issues"."vendor" IS NULL) LIMIT 1
|
12573
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
12574
|
+
Completed 200 OK in 24ms (Views: 2.6ms | ActiveRecord: 1.3ms)
|
12575
|
+
[1m[35mGotFixed::Issue Load (0.2ms)[0m SELECT "got_fixed_issues".* FROM "got_fixed_issues" WHERE "got_fixed_issues"."id" = ? LIMIT 1 [["id", 1]]
|
12576
|
+
[1m[36mGotFixed::User Load (0.0ms)[0m [1mSELECT "got_fixed_users".* FROM "got_fixed_users" INNER JOIN "got_fixed_issues_users" ON "got_fixed_users"."id" = "got_fixed_issues_users"."user_id" WHERE "got_fixed_issues_users"."issue_id" = ?[0m [["issue_id", 1]]
|
12577
|
+
[1m[35m (1.0ms)[0m rollback transaction
|
12578
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
12579
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
12580
|
+
[1m[36mGotFixed::Issue Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "got_fixed_issues" WHERE ("got_fixed_issues"."vendor_id" = 'iWnj89' AND "got_fixed_issues"."vendor" IS NULL) LIMIT 1[0m
|
12581
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "got_fixed_issues" ("closed", "created_at", "number", "title", "updated_at", "vendor_id") VALUES (?, ?, ?, ?, ?, ?) [["closed", false], ["created_at", Tue, 01 Oct 2013 09:03:38 UTC +00:00], ["number", 7], ["title", "A very bad issue..."], ["updated_at", Tue, 01 Oct 2013 09:03:38 UTC +00:00], ["vendor_id", "iWnj89"]]
|
12582
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
12583
|
+
[1m[35mGotFixed::User Load (0.0ms)[0m SELECT "got_fixed_users".* FROM "got_fixed_users" INNER JOIN "got_fixed_issues_users" ON "got_fixed_users"."id" = "got_fixed_issues_users"."user_id" WHERE "got_fixed_issues_users"."issue_id" = ? [["issue_id", 1]]
|
12584
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
12585
|
+
[1m[35mGotFixed::User Exists (0.1ms)[0m SELECT 1 AS one FROM "got_fixed_users" WHERE "got_fixed_users"."email" = 'foo@bar.com' LIMIT 1
|
12586
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "got_fixed_users" ("created_at", "email", "updated_at") VALUES (?, ?, ?)[0m [["created_at", Tue, 01 Oct 2013 09:03:38 UTC +00:00], ["email", "foo@bar.com"], ["updated_at", Tue, 01 Oct 2013 09:03:38 UTC +00:00]]
|
12587
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
12588
|
+
Processing by GotFixed::IssuesController#subscribe as JS
|
12589
|
+
Parameters: {"user"=>{"email"=>"foo@bar.com"}, "id"=>"1"}
|
12590
|
+
[1m[36mGotFixed::User Load (0.1ms)[0m [1mSELECT "got_fixed_users".* FROM "got_fixed_users" WHERE "got_fixed_users"."email" = 'foo@bar.com' LIMIT 1[0m
|
12591
|
+
[1m[35mGotFixed::Issue Load (0.1ms)[0m SELECT "got_fixed_issues".* FROM "got_fixed_issues" WHERE "got_fixed_issues"."id" = ? ORDER BY updated_at DESC LIMIT 1 [["id", "1"]]
|
12592
|
+
[1m[36mGotFixed::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "got_fixed_users" INNER JOIN "got_fixed_issues_users" ON "got_fixed_users"."id" = "got_fixed_issues_users"."user_id" WHERE "got_fixed_issues_users"."issue_id" = ? AND "got_fixed_users"."id" = 1 LIMIT 1[0m [["issue_id", 1]]
|
12593
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
12594
|
+
[1m[36m (0.1ms)[0m [1mINSERT INTO "got_fixed_issues_users" ("issue_id", "user_id") VALUES (1, 1)[0m
|
12595
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
12596
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
12597
|
+
[1m[35mGotFixed::Issue Exists (0.1ms)[0m SELECT 1 AS one FROM "got_fixed_issues" WHERE ("got_fixed_issues"."vendor_id" = 'iWnj89' AND "got_fixed_issues"."id" != 1 AND "got_fixed_issues"."vendor" IS NULL) LIMIT 1
|
12598
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
12599
|
+
Completed 200 OK in 5ms (Views: 0.7ms | ActiveRecord: 0.6ms)
|
12600
|
+
[1m[35mGotFixed::Issue Load (0.1ms)[0m SELECT "got_fixed_issues".* FROM "got_fixed_issues" WHERE "got_fixed_issues"."id" = ? LIMIT 1 [["id", 1]]
|
12601
|
+
[1m[36mGotFixed::User Load (0.1ms)[0m [1mSELECT "got_fixed_users".* FROM "got_fixed_users" INNER JOIN "got_fixed_issues_users" ON "got_fixed_users"."id" = "got_fixed_issues_users"."user_id" WHERE "got_fixed_issues_users"."issue_id" = ?[0m [["issue_id", 1]]
|
12602
|
+
[1m[35m (0.6ms)[0m rollback transaction
|
12603
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
12604
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
12605
|
+
[1m[36mGotFixed::Issue Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "got_fixed_issues" WHERE ("got_fixed_issues"."vendor_id" = 'iWnj89' AND "got_fixed_issues"."vendor" IS NULL) LIMIT 1[0m
|
12606
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "got_fixed_issues" ("closed", "created_at", "number", "title", "updated_at", "vendor_id") VALUES (?, ?, ?, ?, ?, ?) [["closed", false], ["created_at", Tue, 01 Oct 2013 09:03:38 UTC +00:00], ["number", 7], ["title", "A very bad issue..."], ["updated_at", Tue, 01 Oct 2013 09:03:38 UTC +00:00], ["vendor_id", "iWnj89"]]
|
12607
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
12608
|
+
[1m[35mGotFixed::User Load (0.0ms)[0m SELECT "got_fixed_users".* FROM "got_fixed_users" INNER JOIN "got_fixed_issues_users" ON "got_fixed_users"."id" = "got_fixed_issues_users"."user_id" WHERE "got_fixed_issues_users"."issue_id" = ? [["issue_id", 1]]
|
12609
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
12610
|
+
[1m[35mGotFixed::User Exists (0.1ms)[0m SELECT 1 AS one FROM "got_fixed_users" WHERE "got_fixed_users"."email" = 'foo@bar.com' LIMIT 1
|
12611
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "got_fixed_users" ("created_at", "email", "updated_at") VALUES (?, ?, ?)[0m [["created_at", Tue, 01 Oct 2013 09:03:38 UTC +00:00], ["email", "foo@bar.com"], ["updated_at", Tue, 01 Oct 2013 09:03:38 UTC +00:00]]
|
12612
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
12613
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
12614
|
+
[1m[35m (0.1ms)[0m INSERT INTO "got_fixed_issues_users" ("issue_id", "user_id") VALUES (1, 1)
|
12615
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
12616
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
12617
|
+
[1m[36mGotFixed::Issue Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "got_fixed_issues" WHERE ("got_fixed_issues"."vendor_id" = 'iWnj89' AND "got_fixed_issues"."id" != 1 AND "got_fixed_issues"."vendor" IS NULL) LIMIT 1[0m
|
12618
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
12619
|
+
Processing by GotFixed::IssuesController#subscribe as JS
|
12620
|
+
Parameters: {"user"=>{"email"=>"foo@bar.com"}, "id"=>"1"}
|
12621
|
+
[1m[36mGotFixed::User Load (0.1ms)[0m [1mSELECT "got_fixed_users".* FROM "got_fixed_users" WHERE "got_fixed_users"."email" = 'foo@bar.com' LIMIT 1[0m
|
12622
|
+
[1m[35mGotFixed::Issue Load (0.1ms)[0m SELECT "got_fixed_issues".* FROM "got_fixed_issues" WHERE "got_fixed_issues"."id" = ? ORDER BY updated_at DESC LIMIT 1 [["id", "1"]]
|
12623
|
+
[1m[36mGotFixed::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "got_fixed_users" INNER JOIN "got_fixed_issues_users" ON "got_fixed_users"."id" = "got_fixed_issues_users"."user_id" WHERE "got_fixed_issues_users"."issue_id" = ? AND "got_fixed_users"."id" = 1 LIMIT 1[0m [["issue_id", 1]]
|
12624
|
+
Completed 200 OK in 3ms (Views: 0.6ms | ActiveRecord: 0.2ms)
|
12625
|
+
[1m[35mGotFixed::Issue Load (0.1ms)[0m SELECT "got_fixed_issues".* FROM "got_fixed_issues" WHERE "got_fixed_issues"."id" = ? LIMIT 1 [["id", 1]]
|
12626
|
+
[1m[36mGotFixed::User Load (0.0ms)[0m [1mSELECT "got_fixed_users".* FROM "got_fixed_users" INNER JOIN "got_fixed_issues_users" ON "got_fixed_users"."id" = "got_fixed_issues_users"."user_id" WHERE "got_fixed_issues_users"."issue_id" = ?[0m [["issue_id", 1]]
|
12627
|
+
[1m[35m (0.7ms)[0m rollback transaction
|
12628
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
12629
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
12630
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
12631
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
12632
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
12633
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
12634
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
12635
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
12636
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
12637
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
12638
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
12639
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
12640
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
12641
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
12642
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
12643
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
12644
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
12645
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
12646
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
12647
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
12648
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
12649
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
12650
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
12651
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
12652
|
+
[1m[36mGotFixed::Issue Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "got_fixed_issues" WHERE ("got_fixed_issues"."vendor_id" = 'iWnj89' AND "got_fixed_issues"."vendor" IS NULL) LIMIT 1[0m
|
12653
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "got_fixed_issues" ("closed", "created_at", "number", "title", "updated_at", "vendor_id") VALUES (?, ?, ?, ?, ?, ?) [["closed", false], ["created_at", Tue, 01 Oct 2013 09:03:38 UTC +00:00], ["number", 7], ["title", "A very bad issue..."], ["updated_at", Tue, 01 Oct 2013 09:03:38 UTC +00:00], ["vendor_id", "iWnj89"]]
|
12654
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
12655
|
+
[1m[35mGotFixed::User Load (0.0ms)[0m SELECT "got_fixed_users".* FROM "got_fixed_users" INNER JOIN "got_fixed_issues_users" ON "got_fixed_users"."id" = "got_fixed_issues_users"."user_id" WHERE "got_fixed_issues_users"."issue_id" = ? [["issue_id", 1]]
|
12656
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
12657
|
+
[1m[35mGotFixed::Issue Exists (0.1ms)[0m SELECT 1 AS one FROM "got_fixed_issues" WHERE ("got_fixed_issues"."vendor_id" = 'iWnj89' AND "got_fixed_issues"."id" != 1 AND "got_fixed_issues"."vendor" IS NULL) LIMIT 1
|
12658
|
+
[1m[36mSQL (0.3ms)[0m [1mUPDATE "got_fixed_issues" SET "closed" = ?, "updated_at" = ? WHERE "got_fixed_issues"."id" = 1[0m [["closed", true], ["updated_at", Tue, 01 Oct 2013 09:03:38 UTC +00:00]]
|
12659
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
12660
|
+
[1m[36m (0.7ms)[0m [1mrollback transaction[0m
|
12661
|
+
[1m[35m (0.1ms)[0m begin transaction
|
12662
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
12663
|
+
[1m[35mGotFixed::Issue Exists (0.1ms)[0m SELECT 1 AS one FROM "got_fixed_issues" WHERE ("got_fixed_issues"."vendor_id" = 'iWnj89' AND "got_fixed_issues"."vendor" IS NULL) LIMIT 1
|
12664
|
+
[1m[36mSQL (0.5ms)[0m [1mINSERT INTO "got_fixed_issues" ("closed", "created_at", "number", "title", "updated_at", "vendor_id") VALUES (?, ?, ?, ?, ?, ?)[0m [["closed", false], ["created_at", Tue, 01 Oct 2013 09:03:38 UTC +00:00], ["number", 7], ["title", "A very bad issue..."], ["updated_at", Tue, 01 Oct 2013 09:03:38 UTC +00:00], ["vendor_id", "iWnj89"]]
|
12665
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
12666
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
12667
|
+
[1m[35mGotFixed::User Exists (0.1ms)[0m SELECT 1 AS one FROM "got_fixed_users" WHERE "got_fixed_users"."email" = 'email1@factory.com' LIMIT 1
|
12668
|
+
[1m[36mSQL (0.5ms)[0m [1mINSERT INTO "got_fixed_users" ("created_at", "email", "updated_at") VALUES (?, ?, ?)[0m [["created_at", Tue, 01 Oct 2013 09:03:38 UTC +00:00], ["email", "email1@factory.com"], ["updated_at", Tue, 01 Oct 2013 09:03:38 UTC +00:00]]
|
12669
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
12670
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
12671
|
+
[1m[35m (0.1ms)[0m INSERT INTO "got_fixed_issues_users" ("issue_id", "user_id") VALUES (1, 1)
|
12672
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
12673
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
12674
|
+
[1m[36mGotFixed::Issue Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "got_fixed_issues" WHERE ("got_fixed_issues"."vendor_id" = 'iWnj89' AND "got_fixed_issues"."id" != 1 AND "got_fixed_issues"."vendor" IS NULL) LIMIT 1[0m
|
12675
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
12676
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
12677
|
+
[1m[35mGotFixed::Issue Exists (0.1ms)[0m SELECT 1 AS one FROM "got_fixed_issues" WHERE ("got_fixed_issues"."vendor_id" = 'iWnj89' AND "got_fixed_issues"."id" != 1 AND "got_fixed_issues"."vendor" IS NULL) LIMIT 1
|
12678
|
+
[1m[36mSQL (0.1ms)[0m [1mUPDATE "got_fixed_issues" SET "closed" = ?, "updated_at" = ? WHERE "got_fixed_issues"."id" = 1[0m [["closed", true], ["updated_at", Tue, 01 Oct 2013 09:03:38 UTC +00:00]]
|
12679
|
+
[1m[35mGotFixed::User Load (0.0ms)[0m SELECT "got_fixed_users".* FROM "got_fixed_users" INNER JOIN "got_fixed_issues_users" ON "got_fixed_users"."id" = "got_fixed_issues_users"."user_id" WHERE "got_fixed_issues_users"."issue_id" = ? [["issue_id", 1]]
|
12680
|
+
|
12681
|
+
Sent mail to email1@factory.com (14.9ms)
|
12682
|
+
Date: Tue, 01 Oct 2013 11:03:38 +0200
|
12683
|
+
From: GotFixed Notifications <noreply@saunier.me>
|
12684
|
+
To: email1@factory.com
|
12685
|
+
Message-ID: <524a8feaae0e2_163453fd13d4546d027240@Cb.local.mail>
|
12686
|
+
Subject: [Fixed] A very bad issue...
|
12687
|
+
Mime-Version: 1.0
|
12688
|
+
Content-Type: text/plain;
|
12689
|
+
charset=UTF-8
|
12690
|
+
Content-Transfer-Encoding: 7bit
|
12691
|
+
|
12692
|
+
Please create app/views/got_fixed/user_mailer/issue_got_fixed_email.{text,html}.erb in your app.
|
12693
|
+
|
12694
|
+
The following variables are available: @issue and @user.
|
12695
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
12696
|
+
[1m[35m (0.7ms)[0m rollback transaction
|
12697
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
12698
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
12699
|
+
[1m[36mGotFixed::Issue Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "got_fixed_issues" WHERE ("got_fixed_issues"."vendor_id" = 'iWnj89' AND "got_fixed_issues"."vendor" IS NULL) LIMIT 1[0m
|
12700
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "got_fixed_issues" ("closed", "created_at", "number", "title", "updated_at", "vendor_id") VALUES (?, ?, ?, ?, ?, ?) [["closed", false], ["created_at", Tue, 01 Oct 2013 09:03:38 UTC +00:00], ["number", 7], ["title", "A very bad issue..."], ["updated_at", Tue, 01 Oct 2013 09:03:38 UTC +00:00], ["vendor_id", "iWnj89"]]
|
12701
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
12702
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
12703
|
+
[1m[36mGotFixed::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "got_fixed_users" WHERE "got_fixed_users"."email" = 'email2@factory.com' LIMIT 1[0m
|
12704
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "got_fixed_users" ("created_at", "email", "updated_at") VALUES (?, ?, ?) [["created_at", Tue, 01 Oct 2013 09:03:38 UTC +00:00], ["email", "email2@factory.com"], ["updated_at", Tue, 01 Oct 2013 09:03:38 UTC +00:00]]
|
12705
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
12706
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
12707
|
+
[1m[36m (0.1ms)[0m [1mINSERT INTO "got_fixed_issues_users" ("issue_id", "user_id") VALUES (1, 1)[0m
|
12708
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
12709
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
12710
|
+
[1m[35mGotFixed::User Exists (0.1ms)[0m SELECT 1 AS one FROM "got_fixed_users" WHERE "got_fixed_users"."email" = 'email3@factory.com' LIMIT 1
|
12711
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "got_fixed_users" ("created_at", "email", "updated_at") VALUES (?, ?, ?)[0m [["created_at", Tue, 01 Oct 2013 09:03:38 UTC +00:00], ["email", "email3@factory.com"], ["updated_at", Tue, 01 Oct 2013 09:03:38 UTC +00:00]]
|
12712
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
12713
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
12714
|
+
[1m[35m (0.1ms)[0m INSERT INTO "got_fixed_issues_users" ("issue_id", "user_id") VALUES (1, 2)
|
12715
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
12716
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
12717
|
+
[1m[36mGotFixed::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "got_fixed_users" WHERE "got_fixed_users"."email" = 'email4@factory.com' LIMIT 1[0m
|
12718
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "got_fixed_users" ("created_at", "email", "updated_at") VALUES (?, ?, ?) [["created_at", Tue, 01 Oct 2013 09:03:38 UTC +00:00], ["email", "email4@factory.com"], ["updated_at", Tue, 01 Oct 2013 09:03:38 UTC +00:00]]
|
12719
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
12720
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
12721
|
+
[1m[36m (0.1ms)[0m [1mINSERT INTO "got_fixed_issues_users" ("issue_id", "user_id") VALUES (1, 3)[0m
|
12722
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
12723
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
12724
|
+
[1m[35mGotFixed::User Exists (0.2ms)[0m SELECT 1 AS one FROM "got_fixed_users" WHERE "got_fixed_users"."email" = 'email5@factory.com' LIMIT 1
|
12725
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "got_fixed_users" ("created_at", "email", "updated_at") VALUES (?, ?, ?)[0m [["created_at", Tue, 01 Oct 2013 09:03:38 UTC +00:00], ["email", "email5@factory.com"], ["updated_at", Tue, 01 Oct 2013 09:03:38 UTC +00:00]]
|
12726
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
12727
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
12728
|
+
[1m[35m (0.1ms)[0m INSERT INTO "got_fixed_issues_users" ("issue_id", "user_id") VALUES (1, 4)
|
12729
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
12730
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
12731
|
+
[1m[36mGotFixed::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "got_fixed_users" WHERE "got_fixed_users"."email" = 'email6@factory.com' LIMIT 1[0m
|
12732
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "got_fixed_users" ("created_at", "email", "updated_at") VALUES (?, ?, ?) [["created_at", Tue, 01 Oct 2013 09:03:38 UTC +00:00], ["email", "email6@factory.com"], ["updated_at", Tue, 01 Oct 2013 09:03:38 UTC +00:00]]
|
12733
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
12734
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
12735
|
+
[1m[36m (0.1ms)[0m [1mINSERT INTO "got_fixed_issues_users" ("issue_id", "user_id") VALUES (1, 5)[0m
|
12736
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
12737
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
12738
|
+
[1m[35mGotFixed::User Exists (0.1ms)[0m SELECT 1 AS one FROM "got_fixed_users" WHERE "got_fixed_users"."email" = 'email7@factory.com' LIMIT 1
|
12739
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "got_fixed_users" ("created_at", "email", "updated_at") VALUES (?, ?, ?)[0m [["created_at", Tue, 01 Oct 2013 09:03:38 UTC +00:00], ["email", "email7@factory.com"], ["updated_at", Tue, 01 Oct 2013 09:03:38 UTC +00:00]]
|
12740
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
12741
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
12742
|
+
[1m[35m (0.1ms)[0m INSERT INTO "got_fixed_issues_users" ("issue_id", "user_id") VALUES (1, 6)
|
12743
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
12744
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
12745
|
+
[1m[36mGotFixed::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "got_fixed_users" WHERE "got_fixed_users"."email" = 'email8@factory.com' LIMIT 1[0m
|
12746
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "got_fixed_users" ("created_at", "email", "updated_at") VALUES (?, ?, ?) [["created_at", Tue, 01 Oct 2013 09:03:38 UTC +00:00], ["email", "email8@factory.com"], ["updated_at", Tue, 01 Oct 2013 09:03:38 UTC +00:00]]
|
12747
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
12748
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
12749
|
+
[1m[36m (0.1ms)[0m [1mINSERT INTO "got_fixed_issues_users" ("issue_id", "user_id") VALUES (1, 7)[0m
|
12750
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
12751
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
12752
|
+
[1m[35mGotFixed::User Exists (0.1ms)[0m SELECT 1 AS one FROM "got_fixed_users" WHERE "got_fixed_users"."email" = 'email9@factory.com' LIMIT 1
|
12753
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "got_fixed_users" ("created_at", "email", "updated_at") VALUES (?, ?, ?)[0m [["created_at", Tue, 01 Oct 2013 09:03:38 UTC +00:00], ["email", "email9@factory.com"], ["updated_at", Tue, 01 Oct 2013 09:03:38 UTC +00:00]]
|
12754
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
12755
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
12756
|
+
[1m[35m (0.1ms)[0m INSERT INTO "got_fixed_issues_users" ("issue_id", "user_id") VALUES (1, 8)
|
12757
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
12758
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
12759
|
+
[1m[36mGotFixed::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "got_fixed_users" WHERE "got_fixed_users"."email" = 'email10@factory.com' LIMIT 1[0m
|
12760
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "got_fixed_users" ("created_at", "email", "updated_at") VALUES (?, ?, ?) [["created_at", Tue, 01 Oct 2013 09:03:38 UTC +00:00], ["email", "email10@factory.com"], ["updated_at", Tue, 01 Oct 2013 09:03:38 UTC +00:00]]
|
12761
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
12762
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
12763
|
+
[1m[36m (0.1ms)[0m [1mINSERT INTO "got_fixed_issues_users" ("issue_id", "user_id") VALUES (1, 9)[0m
|
12764
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
12765
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
12766
|
+
[1m[35mGotFixed::User Exists (0.1ms)[0m SELECT 1 AS one FROM "got_fixed_users" WHERE "got_fixed_users"."email" = 'email11@factory.com' LIMIT 1
|
12767
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "got_fixed_users" ("created_at", "email", "updated_at") VALUES (?, ?, ?)[0m [["created_at", Tue, 01 Oct 2013 09:03:38 UTC +00:00], ["email", "email11@factory.com"], ["updated_at", Tue, 01 Oct 2013 09:03:38 UTC +00:00]]
|
12768
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
12769
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
12770
|
+
[1m[35m (0.1ms)[0m INSERT INTO "got_fixed_issues_users" ("issue_id", "user_id") VALUES (1, 10)
|
12771
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
12772
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
12773
|
+
[1m[36mGotFixed::Issue Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "got_fixed_issues" WHERE ("got_fixed_issues"."vendor_id" = 'iWnj89' AND "got_fixed_issues"."id" != 1 AND "got_fixed_issues"."vendor" IS NULL) LIMIT 1[0m
|
12774
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
12775
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
12776
|
+
[1m[35mGotFixed::Issue Exists (0.1ms)[0m SELECT 1 AS one FROM "got_fixed_issues" WHERE ("got_fixed_issues"."vendor_id" = 'iWnj89' AND "got_fixed_issues"."id" != 1 AND "got_fixed_issues"."vendor" IS NULL) LIMIT 1
|
12777
|
+
[1m[36mSQL (0.1ms)[0m [1mUPDATE "got_fixed_issues" SET "closed" = ?, "updated_at" = ? WHERE "got_fixed_issues"."id" = 1[0m [["closed", true], ["updated_at", Tue, 01 Oct 2013 09:03:38 UTC +00:00]]
|
12778
|
+
[1m[35mGotFixed::User Load (0.1ms)[0m SELECT "got_fixed_users".* FROM "got_fixed_users" INNER JOIN "got_fixed_issues_users" ON "got_fixed_users"."id" = "got_fixed_issues_users"."user_id" WHERE "got_fixed_issues_users"."issue_id" = ? [["issue_id", 1]]
|
12779
|
+
|
12780
|
+
Sent mail to email2@factory.com (8.2ms)
|
12781
|
+
Date: Tue, 01 Oct 2013 11:03:38 +0200
|
12782
|
+
From: GotFixed Notifications <noreply@saunier.me>
|
12783
|
+
To: email2@factory.com
|
12784
|
+
Message-ID: <524a8feabad3a_163453fd13d4546d0273b1@Cb.local.mail>
|
12785
|
+
Subject: [Fixed] A very bad issue...
|
12786
|
+
Mime-Version: 1.0
|
12787
|
+
Content-Type: text/plain;
|
12788
|
+
charset=UTF-8
|
12789
|
+
Content-Transfer-Encoding: 7bit
|
12790
|
+
|
12791
|
+
Please create app/views/got_fixed/user_mailer/issue_got_fixed_email.{text,html}.erb in your app.
|
12792
|
+
|
12793
|
+
The following variables are available: @issue and @user.
|
12794
|
+
|
12795
|
+
Sent mail to email3@factory.com (7.7ms)
|
12796
|
+
Date: Tue, 01 Oct 2013 11:03:38 +0200
|
12797
|
+
From: GotFixed Notifications <noreply@saunier.me>
|
12798
|
+
To: email3@factory.com
|
12799
|
+
Message-ID: <524a8feabef07_163453fd13d4546d0274ce@Cb.local.mail>
|
12800
|
+
Subject: [Fixed] A very bad issue...
|
12801
|
+
Mime-Version: 1.0
|
12802
|
+
Content-Type: text/plain;
|
12803
|
+
charset=UTF-8
|
12804
|
+
Content-Transfer-Encoding: 7bit
|
12805
|
+
|
12806
|
+
Please create app/views/got_fixed/user_mailer/issue_got_fixed_email.{text,html}.erb in your app.
|
12807
|
+
|
12808
|
+
The following variables are available: @issue and @user.
|
12809
|
+
|
12810
|
+
Sent mail to email4@factory.com (7.8ms)
|
12811
|
+
Date: Tue, 01 Oct 2013 11:03:38 +0200
|
12812
|
+
From: GotFixed Notifications <noreply@saunier.me>
|
12813
|
+
To: email4@factory.com
|
12814
|
+
Message-ID: <524a8feac2d23_163453fd13d4546d0275e8@Cb.local.mail>
|
12815
|
+
Subject: [Fixed] A very bad issue...
|
12816
|
+
Mime-Version: 1.0
|
12817
|
+
Content-Type: text/plain;
|
12818
|
+
charset=UTF-8
|
12819
|
+
Content-Transfer-Encoding: 7bit
|
12820
|
+
|
12821
|
+
Please create app/views/got_fixed/user_mailer/issue_got_fixed_email.{text,html}.erb in your app.
|
12822
|
+
|
12823
|
+
The following variables are available: @issue and @user.
|
12824
|
+
|
12825
|
+
Sent mail to email5@factory.com (8.6ms)
|
12826
|
+
Date: Tue, 01 Oct 2013 11:03:38 +0200
|
12827
|
+
From: GotFixed Notifications <noreply@saunier.me>
|
12828
|
+
To: email5@factory.com
|
12829
|
+
Message-ID: <524a8feac6ca6_163453fd13d4546d02764a@Cb.local.mail>
|
12830
|
+
Subject: [Fixed] A very bad issue...
|
12831
|
+
Mime-Version: 1.0
|
12832
|
+
Content-Type: text/plain;
|
12833
|
+
charset=UTF-8
|
12834
|
+
Content-Transfer-Encoding: 7bit
|
12835
|
+
|
12836
|
+
Please create app/views/got_fixed/user_mailer/issue_got_fixed_email.{text,html}.erb in your app.
|
12837
|
+
|
12838
|
+
The following variables are available: @issue and @user.
|
12839
|
+
|
12840
|
+
Sent mail to email6@factory.com (7.9ms)
|
12841
|
+
Date: Tue, 01 Oct 2013 11:03:38 +0200
|
12842
|
+
From: GotFixed Notifications <noreply@saunier.me>
|
12843
|
+
To: email6@factory.com
|
12844
|
+
Message-ID: <524a8feacadd9_163453fd13d4546d0277b4@Cb.local.mail>
|
12845
|
+
Subject: [Fixed] A very bad issue...
|
12846
|
+
Mime-Version: 1.0
|
12847
|
+
Content-Type: text/plain;
|
12848
|
+
charset=UTF-8
|
12849
|
+
Content-Transfer-Encoding: 7bit
|
12850
|
+
|
12851
|
+
Please create app/views/got_fixed/user_mailer/issue_got_fixed_email.{text,html}.erb in your app.
|
12852
|
+
|
12853
|
+
The following variables are available: @issue and @user.
|
12854
|
+
|
12855
|
+
Sent mail to email7@factory.com (7.9ms)
|
12856
|
+
Date: Tue, 01 Oct 2013 11:03:38 +0200
|
12857
|
+
From: GotFixed Notifications <noreply@saunier.me>
|
12858
|
+
To: email7@factory.com
|
12859
|
+
Message-ID: <524a8feacef6e_163453fd13d4546d027826@Cb.local.mail>
|
12860
|
+
Subject: [Fixed] A very bad issue...
|
12861
|
+
Mime-Version: 1.0
|
12862
|
+
Content-Type: text/plain;
|
12863
|
+
charset=UTF-8
|
12864
|
+
Content-Transfer-Encoding: 7bit
|
12865
|
+
|
12866
|
+
Please create app/views/got_fixed/user_mailer/issue_got_fixed_email.{text,html}.erb in your app.
|
12867
|
+
|
12868
|
+
The following variables are available: @issue and @user.
|
12869
|
+
|
12870
|
+
Sent mail to email8@factory.com (13.2ms)
|
12871
|
+
Date: Tue, 01 Oct 2013 11:03:38 +0200
|
12872
|
+
From: GotFixed Notifications <noreply@saunier.me>
|
12873
|
+
To: email8@factory.com
|
12874
|
+
Message-ID: <524a8fead31d4_163453fd13d4546d027927@Cb.local.mail>
|
12875
|
+
Subject: [Fixed] A very bad issue...
|
12876
|
+
Mime-Version: 1.0
|
12877
|
+
Content-Type: text/plain;
|
12878
|
+
charset=UTF-8
|
12879
|
+
Content-Transfer-Encoding: 7bit
|
12880
|
+
|
12881
|
+
Please create app/views/got_fixed/user_mailer/issue_got_fixed_email.{text,html}.erb in your app.
|
12882
|
+
|
12883
|
+
The following variables are available: @issue and @user.
|
12884
|
+
|
12885
|
+
Sent mail to email9@factory.com (33.4ms)
|
12886
|
+
Date: Tue, 01 Oct 2013 11:03:38 +0200
|
12887
|
+
From: GotFixed Notifications <noreply@saunier.me>
|
12888
|
+
To: email9@factory.com
|
12889
|
+
Message-ID: <524a8fead8340_163453fd13d4546d0280f1@Cb.local.mail>
|
12890
|
+
Subject: [Fixed] A very bad issue...
|
12891
|
+
Mime-Version: 1.0
|
12892
|
+
Content-Type: text/plain;
|
12893
|
+
charset=UTF-8
|
12894
|
+
Content-Transfer-Encoding: 7bit
|
12895
|
+
|
12896
|
+
Please create app/views/got_fixed/user_mailer/issue_got_fixed_email.{text,html}.erb in your app.
|
12897
|
+
|
12898
|
+
The following variables are available: @issue and @user.
|
12899
|
+
|
12900
|
+
Sent mail to email10@factory.com (9.0ms)
|
12901
|
+
Date: Tue, 01 Oct 2013 11:03:38 +0200
|
12902
|
+
From: GotFixed Notifications <noreply@saunier.me>
|
12903
|
+
To: email10@factory.com
|
12904
|
+
Message-ID: <524a8feae33df_163453fd13d4546d02813e@Cb.local.mail>
|
12905
|
+
Subject: [Fixed] A very bad issue...
|
12906
|
+
Mime-Version: 1.0
|
12907
|
+
Content-Type: text/plain;
|
12908
|
+
charset=UTF-8
|
12909
|
+
Content-Transfer-Encoding: 7bit
|
12910
|
+
|
12911
|
+
Please create app/views/got_fixed/user_mailer/issue_got_fixed_email.{text,html}.erb in your app.
|
12912
|
+
|
12913
|
+
The following variables are available: @issue and @user.
|
12914
|
+
|
12915
|
+
Sent mail to email11@factory.com (7.8ms)
|
12916
|
+
Date: Tue, 01 Oct 2013 11:03:38 +0200
|
12917
|
+
From: GotFixed Notifications <noreply@saunier.me>
|
12918
|
+
To: email11@factory.com
|
12919
|
+
Message-ID: <524a8feae77df_163453fd13d4546d028261@Cb.local.mail>
|
12920
|
+
Subject: [Fixed] A very bad issue...
|
12921
|
+
Mime-Version: 1.0
|
12922
|
+
Content-Type: text/plain;
|
12923
|
+
charset=UTF-8
|
12924
|
+
Content-Transfer-Encoding: 7bit
|
12925
|
+
|
12926
|
+
Please create app/views/got_fixed/user_mailer/issue_got_fixed_email.{text,html}.erb in your app.
|
12927
|
+
|
12928
|
+
The following variables are available: @issue and @user.
|
12929
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
12930
|
+
[1m[35m (2.1ms)[0m rollback transaction
|
12931
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
12932
|
+
[1m[35mGotFixed::User Exists (0.2ms)[0m SELECT 1 AS one FROM "got_fixed_users" WHERE "got_fixed_users"."email" = '' LIMIT 1
|
12933
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
12934
|
+
[1m[35m (0.1ms)[0m begin transaction
|
12935
|
+
[1m[36mGotFixed::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "got_fixed_users" WHERE "got_fixed_users"."email" = 'foo' LIMIT 1[0m
|
12936
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
12937
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
12938
|
+
[1m[35mGotFixed::User Exists (0.1ms)[0m SELECT 1 AS one FROM "got_fixed_users" WHERE "got_fixed_users"."email" = 'seb@saunier.me' LIMIT 1
|
12939
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
12940
|
+
[1m[35m (0.0ms)[0m begin transaction
|
12941
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
12942
|
+
[1m[35mGotFixed::User Exists (0.1ms)[0m SELECT 1 AS one FROM "got_fixed_users" WHERE "got_fixed_users"."email" = 'foo@bar.com' LIMIT 1
|
12943
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "got_fixed_users" ("created_at", "email", "updated_at") VALUES (?, ?, ?)[0m [["created_at", Tue, 01 Oct 2013 09:03:38 UTC +00:00], ["email", "foo@bar.com"], ["updated_at", Tue, 01 Oct 2013 09:03:38 UTC +00:00]]
|
12944
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
12945
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
12946
|
+
[1m[35mGotFixed::User Exists (0.1ms)[0m SELECT 1 AS one FROM "got_fixed_users" WHERE "got_fixed_users"."email" = 'foo@bar.com' LIMIT 1
|
12947
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK TO SAVEPOINT active_record_1[0m
|
12948
|
+
[1m[35m (1.2ms)[0m rollback transaction
|
12949
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
12950
|
+
[1m[35mGotFixed::Issue Load (0.2ms)[0m SELECT "got_fixed_issues".* FROM "got_fixed_issues" WHERE "got_fixed_issues"."vendor_id" = 3910487 AND "got_fixed_issues"."vendor" = 'github' ORDER BY updated_at DESC LIMIT 1
|
12951
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
12952
|
+
[1m[35m (0.1ms)[0m begin transaction
|
12953
|
+
[1m[36mGotFixed::Issue Load (0.2ms)[0m [1mSELECT "got_fixed_issues".* FROM "got_fixed_issues" WHERE "got_fixed_issues"."vendor_id" = 9255225 AND "got_fixed_issues"."vendor" = 'github' ORDER BY updated_at DESC LIMIT 1[0m
|
12954
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
12955
|
+
[1m[36m (0.3ms)[0m [1mbegin transaction[0m
|
12956
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
12957
|
+
[1m[36mGotFixed::Issue Exists (0.2ms)[0m [1mSELECT 1 AS one FROM "got_fixed_issues" WHERE ("got_fixed_issues"."vendor_id" = 'iWnj89' AND "got_fixed_issues"."vendor" IS NULL) LIMIT 1[0m
|
12958
|
+
[1m[35mSQL (4.5ms)[0m INSERT INTO "got_fixed_issues" ("closed", "created_at", "number", "title", "updated_at", "vendor_id") VALUES (?, ?, ?, ?, ?, ?) [["closed", false], ["created_at", Tue, 01 Oct 2013 17:19:45 UTC +00:00], ["number", 7], ["title", "A very bad issue..."], ["updated_at", Tue, 01 Oct 2013 17:19:45 UTC +00:00], ["vendor_id", "iWnj89"]]
|
12959
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
12960
|
+
[1m[35mGotFixed::User Load (0.1ms)[0m SELECT "got_fixed_users".* FROM "got_fixed_users" INNER JOIN "got_fixed_issues_users" ON "got_fixed_users"."id" = "got_fixed_issues_users"."user_id" WHERE "got_fixed_issues_users"."issue_id" = ? [["issue_id", 1]]
|
12961
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
12962
|
+
[1m[35mGotFixed::Issue Exists (0.1ms)[0m SELECT 1 AS one FROM "got_fixed_issues" WHERE ("got_fixed_issues"."vendor_id" = 'iWnj89' AND "got_fixed_issues"."id" != 1 AND "got_fixed_issues"."vendor" IS NULL) LIMIT 1
|
12963
|
+
[1m[36mSQL (0.4ms)[0m [1mUPDATE "got_fixed_issues" SET "closed" = ?, "updated_at" = ? WHERE "got_fixed_issues"."id" = 1[0m [["closed", true], ["updated_at", Tue, 01 Oct 2013 17:19:45 UTC +00:00]]
|
12964
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
12965
|
+
[1m[36m (1.3ms)[0m [1mrollback transaction[0m
|
12966
|
+
[1m[35m (0.1ms)[0m begin transaction
|
12967
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
12968
|
+
[1m[35mGotFixed::Issue Exists (0.1ms)[0m SELECT 1 AS one FROM "got_fixed_issues" WHERE ("got_fixed_issues"."vendor_id" = 'iWnj89' AND "got_fixed_issues"."vendor" IS NULL) LIMIT 1
|
12969
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "got_fixed_issues" ("closed", "created_at", "number", "title", "updated_at", "vendor_id") VALUES (?, ?, ?, ?, ?, ?)[0m [["closed", false], ["created_at", Tue, 01 Oct 2013 17:19:45 UTC +00:00], ["number", 7], ["title", "A very bad issue..."], ["updated_at", Tue, 01 Oct 2013 17:19:45 UTC +00:00], ["vendor_id", "iWnj89"]]
|
12970
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
12971
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
12972
|
+
[1m[35mGotFixed::User Exists (0.1ms)[0m SELECT 1 AS one FROM "got_fixed_users" WHERE "got_fixed_users"."email" = 'email1@factory.com' LIMIT 1
|
12973
|
+
[1m[36mSQL (0.5ms)[0m [1mINSERT INTO "got_fixed_users" ("created_at", "email", "updated_at") VALUES (?, ?, ?)[0m [["created_at", Tue, 01 Oct 2013 17:19:45 UTC +00:00], ["email", "email1@factory.com"], ["updated_at", Tue, 01 Oct 2013 17:19:45 UTC +00:00]]
|
12974
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
12975
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
12976
|
+
[1m[35m (0.1ms)[0m INSERT INTO "got_fixed_issues_users" ("issue_id", "user_id") VALUES (1, 1)
|
12977
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
12978
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
12979
|
+
[1m[36mGotFixed::Issue Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "got_fixed_issues" WHERE ("got_fixed_issues"."vendor_id" = 'iWnj89' AND "got_fixed_issues"."id" != 1 AND "got_fixed_issues"."vendor" IS NULL) LIMIT 1[0m
|
12980
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
12981
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
12982
|
+
[1m[35mGotFixed::Issue Exists (0.1ms)[0m SELECT 1 AS one FROM "got_fixed_issues" WHERE ("got_fixed_issues"."vendor_id" = 'iWnj89' AND "got_fixed_issues"."id" != 1 AND "got_fixed_issues"."vendor" IS NULL) LIMIT 1
|
12983
|
+
[1m[36mSQL (0.1ms)[0m [1mUPDATE "got_fixed_issues" SET "closed" = ?, "updated_at" = ? WHERE "got_fixed_issues"."id" = 1[0m [["closed", true], ["updated_at", Tue, 01 Oct 2013 17:19:45 UTC +00:00]]
|
12984
|
+
[1m[35mGotFixed::User Load (0.0ms)[0m SELECT "got_fixed_users".* FROM "got_fixed_users" INNER JOIN "got_fixed_issues_users" ON "got_fixed_users"."id" = "got_fixed_issues_users"."user_id" WHERE "got_fixed_issues_users"."issue_id" = ? [["issue_id", 1]]
|
12985
|
+
Rendered /Users/Cb/perso/code/ssaunier/got_fixed/app/views/got_fixed/user_mailer/issue_got_fixed_email.text.erb (1.8ms)
|
12986
|
+
|
12987
|
+
Sent mail to email1@factory.com (14.8ms)
|
12988
|
+
Date: Tue, 01 Oct 2013 19:19:45 +0200
|
12989
|
+
From: GotFixed Notifications <noreply@saunier.me>
|
12990
|
+
To: email1@factory.com
|
12991
|
+
Message-ID: <524b0431be802_3f313fc3860546d0466d6@Cb.local.mail>
|
12992
|
+
Subject: [Fixed] A very bad issue...
|
12993
|
+
Mime-Version: 1.0
|
12994
|
+
Content-Type: text/plain;
|
12995
|
+
charset=UTF-8
|
12996
|
+
Content-Transfer-Encoding: 7bit
|
12997
|
+
|
12998
|
+
Please create app/views/got_fixed/user_mailer/issue_got_fixed_email.{text,html}.erb in your app.
|
12999
|
+
|
13000
|
+
The following variables are available: @issue and @user.
|
13001
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
13002
|
+
[1m[35m (0.6ms)[0m rollback transaction
|
13003
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
13004
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
13005
|
+
[1m[36mGotFixed::Issue Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "got_fixed_issues" WHERE ("got_fixed_issues"."vendor_id" = 'iWnj89' AND "got_fixed_issues"."vendor" IS NULL) LIMIT 1[0m
|
13006
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "got_fixed_issues" ("closed", "created_at", "number", "title", "updated_at", "vendor_id") VALUES (?, ?, ?, ?, ?, ?) [["closed", false], ["created_at", Tue, 01 Oct 2013 17:19:45 UTC +00:00], ["number", 7], ["title", "A very bad issue..."], ["updated_at", Tue, 01 Oct 2013 17:19:45 UTC +00:00], ["vendor_id", "iWnj89"]]
|
13007
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
13008
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
13009
|
+
[1m[36mGotFixed::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "got_fixed_users" WHERE "got_fixed_users"."email" = 'email2@factory.com' LIMIT 1[0m
|
13010
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "got_fixed_users" ("created_at", "email", "updated_at") VALUES (?, ?, ?) [["created_at", Tue, 01 Oct 2013 17:19:45 UTC +00:00], ["email", "email2@factory.com"], ["updated_at", Tue, 01 Oct 2013 17:19:45 UTC +00:00]]
|
13011
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
13012
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
13013
|
+
[1m[36m (0.1ms)[0m [1mINSERT INTO "got_fixed_issues_users" ("issue_id", "user_id") VALUES (1, 1)[0m
|
13014
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
13015
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
13016
|
+
[1m[35mGotFixed::User Exists (0.1ms)[0m SELECT 1 AS one FROM "got_fixed_users" WHERE "got_fixed_users"."email" = 'email3@factory.com' LIMIT 1
|
13017
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "got_fixed_users" ("created_at", "email", "updated_at") VALUES (?, ?, ?)[0m [["created_at", Tue, 01 Oct 2013 17:19:45 UTC +00:00], ["email", "email3@factory.com"], ["updated_at", Tue, 01 Oct 2013 17:19:45 UTC +00:00]]
|
13018
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
13019
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
13020
|
+
[1m[35m (0.1ms)[0m INSERT INTO "got_fixed_issues_users" ("issue_id", "user_id") VALUES (1, 2)
|
13021
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
13022
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
13023
|
+
[1m[36mGotFixed::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "got_fixed_users" WHERE "got_fixed_users"."email" = 'email4@factory.com' LIMIT 1[0m
|
13024
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "got_fixed_users" ("created_at", "email", "updated_at") VALUES (?, ?, ?) [["created_at", Tue, 01 Oct 2013 17:19:45 UTC +00:00], ["email", "email4@factory.com"], ["updated_at", Tue, 01 Oct 2013 17:19:45 UTC +00:00]]
|
13025
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
13026
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
13027
|
+
[1m[36m (0.1ms)[0m [1mINSERT INTO "got_fixed_issues_users" ("issue_id", "user_id") VALUES (1, 3)[0m
|
13028
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
13029
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
13030
|
+
[1m[35mGotFixed::User Exists (0.1ms)[0m SELECT 1 AS one FROM "got_fixed_users" WHERE "got_fixed_users"."email" = 'email5@factory.com' LIMIT 1
|
13031
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "got_fixed_users" ("created_at", "email", "updated_at") VALUES (?, ?, ?)[0m [["created_at", Tue, 01 Oct 2013 17:19:45 UTC +00:00], ["email", "email5@factory.com"], ["updated_at", Tue, 01 Oct 2013 17:19:45 UTC +00:00]]
|
13032
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
13033
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
13034
|
+
[1m[35m (0.1ms)[0m INSERT INTO "got_fixed_issues_users" ("issue_id", "user_id") VALUES (1, 4)
|
13035
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
13036
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
13037
|
+
[1m[36mGotFixed::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "got_fixed_users" WHERE "got_fixed_users"."email" = 'email6@factory.com' LIMIT 1[0m
|
13038
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "got_fixed_users" ("created_at", "email", "updated_at") VALUES (?, ?, ?) [["created_at", Tue, 01 Oct 2013 17:19:45 UTC +00:00], ["email", "email6@factory.com"], ["updated_at", Tue, 01 Oct 2013 17:19:45 UTC +00:00]]
|
13039
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
13040
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
13041
|
+
[1m[36m (0.1ms)[0m [1mINSERT INTO "got_fixed_issues_users" ("issue_id", "user_id") VALUES (1, 5)[0m
|
13042
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
13043
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
13044
|
+
[1m[35mGotFixed::User Exists (0.1ms)[0m SELECT 1 AS one FROM "got_fixed_users" WHERE "got_fixed_users"."email" = 'email7@factory.com' LIMIT 1
|
13045
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "got_fixed_users" ("created_at", "email", "updated_at") VALUES (?, ?, ?)[0m [["created_at", Tue, 01 Oct 2013 17:19:45 UTC +00:00], ["email", "email7@factory.com"], ["updated_at", Tue, 01 Oct 2013 17:19:45 UTC +00:00]]
|
13046
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
13047
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
13048
|
+
[1m[35m (0.1ms)[0m INSERT INTO "got_fixed_issues_users" ("issue_id", "user_id") VALUES (1, 6)
|
13049
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
13050
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
13051
|
+
[1m[36mGotFixed::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "got_fixed_users" WHERE "got_fixed_users"."email" = 'email8@factory.com' LIMIT 1[0m
|
13052
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "got_fixed_users" ("created_at", "email", "updated_at") VALUES (?, ?, ?) [["created_at", Tue, 01 Oct 2013 17:19:45 UTC +00:00], ["email", "email8@factory.com"], ["updated_at", Tue, 01 Oct 2013 17:19:45 UTC +00:00]]
|
13053
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
13054
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
13055
|
+
[1m[36m (0.1ms)[0m [1mINSERT INTO "got_fixed_issues_users" ("issue_id", "user_id") VALUES (1, 7)[0m
|
13056
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
13057
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
13058
|
+
[1m[35mGotFixed::User Exists (0.1ms)[0m SELECT 1 AS one FROM "got_fixed_users" WHERE "got_fixed_users"."email" = 'email9@factory.com' LIMIT 1
|
13059
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "got_fixed_users" ("created_at", "email", "updated_at") VALUES (?, ?, ?)[0m [["created_at", Tue, 01 Oct 2013 17:19:45 UTC +00:00], ["email", "email9@factory.com"], ["updated_at", Tue, 01 Oct 2013 17:19:45 UTC +00:00]]
|
13060
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
13061
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
13062
|
+
[1m[35m (0.1ms)[0m INSERT INTO "got_fixed_issues_users" ("issue_id", "user_id") VALUES (1, 8)
|
13063
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
13064
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
13065
|
+
[1m[36mGotFixed::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "got_fixed_users" WHERE "got_fixed_users"."email" = 'email10@factory.com' LIMIT 1[0m
|
13066
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "got_fixed_users" ("created_at", "email", "updated_at") VALUES (?, ?, ?) [["created_at", Tue, 01 Oct 2013 17:19:45 UTC +00:00], ["email", "email10@factory.com"], ["updated_at", Tue, 01 Oct 2013 17:19:45 UTC +00:00]]
|
13067
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
13068
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
13069
|
+
[1m[36m (0.1ms)[0m [1mINSERT INTO "got_fixed_issues_users" ("issue_id", "user_id") VALUES (1, 9)[0m
|
13070
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
13071
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
13072
|
+
[1m[35mGotFixed::User Exists (0.1ms)[0m SELECT 1 AS one FROM "got_fixed_users" WHERE "got_fixed_users"."email" = 'email11@factory.com' LIMIT 1
|
13073
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "got_fixed_users" ("created_at", "email", "updated_at") VALUES (?, ?, ?)[0m [["created_at", Tue, 01 Oct 2013 17:19:45 UTC +00:00], ["email", "email11@factory.com"], ["updated_at", Tue, 01 Oct 2013 17:19:45 UTC +00:00]]
|
13074
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
13075
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
13076
|
+
[1m[35m (0.1ms)[0m INSERT INTO "got_fixed_issues_users" ("issue_id", "user_id") VALUES (1, 10)
|
13077
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
13078
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
13079
|
+
[1m[36mGotFixed::Issue Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "got_fixed_issues" WHERE ("got_fixed_issues"."vendor_id" = 'iWnj89' AND "got_fixed_issues"."id" != 1 AND "got_fixed_issues"."vendor" IS NULL) LIMIT 1[0m
|
13080
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
13081
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
13082
|
+
[1m[35mGotFixed::Issue Exists (0.1ms)[0m SELECT 1 AS one FROM "got_fixed_issues" WHERE ("got_fixed_issues"."vendor_id" = 'iWnj89' AND "got_fixed_issues"."id" != 1 AND "got_fixed_issues"."vendor" IS NULL) LIMIT 1
|
13083
|
+
[1m[36mSQL (0.1ms)[0m [1mUPDATE "got_fixed_issues" SET "closed" = ?, "updated_at" = ? WHERE "got_fixed_issues"."id" = 1[0m [["closed", true], ["updated_at", Tue, 01 Oct 2013 17:19:45 UTC +00:00]]
|
13084
|
+
[1m[35mGotFixed::User Load (0.1ms)[0m SELECT "got_fixed_users".* FROM "got_fixed_users" INNER JOIN "got_fixed_issues_users" ON "got_fixed_users"."id" = "got_fixed_issues_users"."user_id" WHERE "got_fixed_issues_users"."issue_id" = ? [["issue_id", 1]]
|
13085
|
+
Rendered /Users/Cb/perso/code/ssaunier/got_fixed/app/views/got_fixed/user_mailer/issue_got_fixed_email.text.erb (0.1ms)
|
13086
|
+
|
13087
|
+
Sent mail to email2@factory.com (8.3ms)
|
13088
|
+
Date: Tue, 01 Oct 2013 19:19:45 +0200
|
13089
|
+
From: GotFixed Notifications <noreply@saunier.me>
|
13090
|
+
To: email2@factory.com
|
13091
|
+
Message-ID: <524b0431ca42e_3f313fc3860546d046731@Cb.local.mail>
|
13092
|
+
Subject: [Fixed] A very bad issue...
|
13093
|
+
Mime-Version: 1.0
|
13094
|
+
Content-Type: text/plain;
|
13095
|
+
charset=UTF-8
|
13096
|
+
Content-Transfer-Encoding: 7bit
|
13097
|
+
|
13098
|
+
Please create app/views/got_fixed/user_mailer/issue_got_fixed_email.{text,html}.erb in your app.
|
13099
|
+
|
13100
|
+
The following variables are available: @issue and @user.
|
13101
|
+
Rendered /Users/Cb/perso/code/ssaunier/got_fixed/app/views/got_fixed/user_mailer/issue_got_fixed_email.text.erb (0.1ms)
|
13102
|
+
|
13103
|
+
Sent mail to email3@factory.com (7.7ms)
|
13104
|
+
Date: Tue, 01 Oct 2013 19:19:45 +0200
|
13105
|
+
From: GotFixed Notifications <noreply@saunier.me>
|
13106
|
+
To: email3@factory.com
|
13107
|
+
Message-ID: <524b0431ce5fa_3f313fc3860546d046860@Cb.local.mail>
|
13108
|
+
Subject: [Fixed] A very bad issue...
|
13109
|
+
Mime-Version: 1.0
|
13110
|
+
Content-Type: text/plain;
|
13111
|
+
charset=UTF-8
|
13112
|
+
Content-Transfer-Encoding: 7bit
|
13113
|
+
|
13114
|
+
Please create app/views/got_fixed/user_mailer/issue_got_fixed_email.{text,html}.erb in your app.
|
13115
|
+
|
13116
|
+
The following variables are available: @issue and @user.
|
13117
|
+
Rendered /Users/Cb/perso/code/ssaunier/got_fixed/app/views/got_fixed/user_mailer/issue_got_fixed_email.text.erb (0.1ms)
|
13118
|
+
|
13119
|
+
Sent mail to email4@factory.com (7.8ms)
|
13120
|
+
Date: Tue, 01 Oct 2013 19:19:45 +0200
|
13121
|
+
From: GotFixed Notifications <noreply@saunier.me>
|
13122
|
+
To: email4@factory.com
|
13123
|
+
Message-ID: <524b0431d252c_3f313fc3860546d04699@Cb.local.mail>
|
13124
|
+
Subject: [Fixed] A very bad issue...
|
13125
|
+
Mime-Version: 1.0
|
13126
|
+
Content-Type: text/plain;
|
13127
|
+
charset=UTF-8
|
13128
|
+
Content-Transfer-Encoding: 7bit
|
13129
|
+
|
13130
|
+
Please create app/views/got_fixed/user_mailer/issue_got_fixed_email.{text,html}.erb in your app.
|
13131
|
+
|
13132
|
+
The following variables are available: @issue and @user.
|
13133
|
+
Rendered /Users/Cb/perso/code/ssaunier/got_fixed/app/views/got_fixed/user_mailer/issue_got_fixed_email.text.erb (0.0ms)
|
13134
|
+
|
13135
|
+
Sent mail to email5@factory.com (7.8ms)
|
13136
|
+
Date: Tue, 01 Oct 2013 19:19:45 +0200
|
13137
|
+
From: GotFixed Notifications <noreply@saunier.me>
|
13138
|
+
To: email5@factory.com
|
13139
|
+
Message-ID: <524b0431d647f_3f313fc3860546d0470d7@Cb.local.mail>
|
13140
|
+
Subject: [Fixed] A very bad issue...
|
13141
|
+
Mime-Version: 1.0
|
13142
|
+
Content-Type: text/plain;
|
13143
|
+
charset=UTF-8
|
13144
|
+
Content-Transfer-Encoding: 7bit
|
13145
|
+
|
13146
|
+
Please create app/views/got_fixed/user_mailer/issue_got_fixed_email.{text,html}.erb in your app.
|
13147
|
+
|
13148
|
+
The following variables are available: @issue and @user.
|
13149
|
+
Rendered /Users/Cb/perso/code/ssaunier/got_fixed/app/views/got_fixed/user_mailer/issue_got_fixed_email.text.erb (0.0ms)
|
13150
|
+
|
13151
|
+
Sent mail to email6@factory.com (7.8ms)
|
13152
|
+
Date: Tue, 01 Oct 2013 19:19:45 +0200
|
13153
|
+
From: GotFixed Notifications <noreply@saunier.me>
|
13154
|
+
To: email6@factory.com
|
13155
|
+
Message-ID: <524b0431da384_3f313fc3860546d047110@Cb.local.mail>
|
13156
|
+
Subject: [Fixed] A very bad issue...
|
13157
|
+
Mime-Version: 1.0
|
13158
|
+
Content-Type: text/plain;
|
13159
|
+
charset=UTF-8
|
13160
|
+
Content-Transfer-Encoding: 7bit
|
13161
|
+
|
13162
|
+
Please create app/views/got_fixed/user_mailer/issue_got_fixed_email.{text,html}.erb in your app.
|
13163
|
+
|
13164
|
+
The following variables are available: @issue and @user.
|
13165
|
+
Rendered /Users/Cb/perso/code/ssaunier/got_fixed/app/views/got_fixed/user_mailer/issue_got_fixed_email.text.erb (0.1ms)
|
13166
|
+
|
13167
|
+
Sent mail to email7@factory.com (8.0ms)
|
13168
|
+
Date: Tue, 01 Oct 2013 19:19:45 +0200
|
13169
|
+
From: GotFixed Notifications <noreply@saunier.me>
|
13170
|
+
To: email7@factory.com
|
13171
|
+
Message-ID: <524b0431de398_3f313fc3860546d047263@Cb.local.mail>
|
13172
|
+
Subject: [Fixed] A very bad issue...
|
13173
|
+
Mime-Version: 1.0
|
13174
|
+
Content-Type: text/plain;
|
13175
|
+
charset=UTF-8
|
13176
|
+
Content-Transfer-Encoding: 7bit
|
13177
|
+
|
13178
|
+
Please create app/views/got_fixed/user_mailer/issue_got_fixed_email.{text,html}.erb in your app.
|
13179
|
+
|
13180
|
+
The following variables are available: @issue and @user.
|
13181
|
+
Rendered /Users/Cb/perso/code/ssaunier/got_fixed/app/views/got_fixed/user_mailer/issue_got_fixed_email.text.erb (0.1ms)
|
13182
|
+
|
13183
|
+
Sent mail to email8@factory.com (7.8ms)
|
13184
|
+
Date: Tue, 01 Oct 2013 19:19:45 +0200
|
13185
|
+
From: GotFixed Notifications <noreply@saunier.me>
|
13186
|
+
To: email8@factory.com
|
13187
|
+
Message-ID: <524b0431e2465_3f313fc3860546d04734@Cb.local.mail>
|
13188
|
+
Subject: [Fixed] A very bad issue...
|
13189
|
+
Mime-Version: 1.0
|
13190
|
+
Content-Type: text/plain;
|
13191
|
+
charset=UTF-8
|
13192
|
+
Content-Transfer-Encoding: 7bit
|
13193
|
+
|
13194
|
+
Please create app/views/got_fixed/user_mailer/issue_got_fixed_email.{text,html}.erb in your app.
|
13195
|
+
|
13196
|
+
The following variables are available: @issue and @user.
|
13197
|
+
Rendered /Users/Cb/perso/code/ssaunier/got_fixed/app/views/got_fixed/user_mailer/issue_got_fixed_email.text.erb (0.1ms)
|
13198
|
+
|
13199
|
+
Sent mail to email9@factory.com (7.9ms)
|
13200
|
+
Date: Tue, 01 Oct 2013 19:19:45 +0200
|
13201
|
+
From: GotFixed Notifications <noreply@saunier.me>
|
13202
|
+
To: email9@factory.com
|
13203
|
+
Message-ID: <524b0431e6453_3f313fc3860546d04746d@Cb.local.mail>
|
13204
|
+
Subject: [Fixed] A very bad issue...
|
13205
|
+
Mime-Version: 1.0
|
13206
|
+
Content-Type: text/plain;
|
13207
|
+
charset=UTF-8
|
13208
|
+
Content-Transfer-Encoding: 7bit
|
13209
|
+
|
13210
|
+
Please create app/views/got_fixed/user_mailer/issue_got_fixed_email.{text,html}.erb in your app.
|
13211
|
+
|
13212
|
+
The following variables are available: @issue and @user.
|
13213
|
+
Rendered /Users/Cb/perso/code/ssaunier/got_fixed/app/views/got_fixed/user_mailer/issue_got_fixed_email.text.erb (0.0ms)
|
13214
|
+
|
13215
|
+
Sent mail to email10@factory.com (8.4ms)
|
13216
|
+
Date: Tue, 01 Oct 2013 19:19:45 +0200
|
13217
|
+
From: GotFixed Notifications <noreply@saunier.me>
|
13218
|
+
To: email10@factory.com
|
13219
|
+
Message-ID: <524b0431ea39a_3f313fc3860546d0475c6@Cb.local.mail>
|
13220
|
+
Subject: [Fixed] A very bad issue...
|
13221
|
+
Mime-Version: 1.0
|
13222
|
+
Content-Type: text/plain;
|
13223
|
+
charset=UTF-8
|
13224
|
+
Content-Transfer-Encoding: 7bit
|
13225
|
+
|
13226
|
+
Please create app/views/got_fixed/user_mailer/issue_got_fixed_email.{text,html}.erb in your app.
|
13227
|
+
|
13228
|
+
The following variables are available: @issue and @user.
|
13229
|
+
Rendered /Users/Cb/perso/code/ssaunier/got_fixed/app/views/got_fixed/user_mailer/issue_got_fixed_email.text.erb (0.1ms)
|
13230
|
+
|
13231
|
+
Sent mail to email11@factory.com (8.2ms)
|
13232
|
+
Date: Tue, 01 Oct 2013 19:19:45 +0200
|
13233
|
+
From: GotFixed Notifications <noreply@saunier.me>
|
13234
|
+
To: email11@factory.com
|
13235
|
+
Message-ID: <524b0431ee67e_3f313fc3860546d0476c2@Cb.local.mail>
|
13236
|
+
Subject: [Fixed] A very bad issue...
|
13237
|
+
Mime-Version: 1.0
|
13238
|
+
Content-Type: text/plain;
|
13239
|
+
charset=UTF-8
|
13240
|
+
Content-Transfer-Encoding: 7bit
|
13241
|
+
|
13242
|
+
Please create app/views/got_fixed/user_mailer/issue_got_fixed_email.{text,html}.erb in your app.
|
13243
|
+
|
13244
|
+
The following variables are available: @issue and @user.
|
13245
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
13246
|
+
[1m[35m (2.0ms)[0m rollback transaction
|
13247
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
13248
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
13249
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
13250
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
13251
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
13252
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
13253
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
13254
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
13255
|
+
[1m[36mGotFixed::Issue Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "got_fixed_issues" WHERE ("got_fixed_issues"."vendor_id" IS NULL AND "got_fixed_issues"."vendor" IS NULL) LIMIT 1[0m
|
13256
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "got_fixed_issues" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Tue, 01 Oct 2013 17:19:45 UTC +00:00], ["title", "MyString"], ["updated_at", Tue, 01 Oct 2013 17:19:45 UTC +00:00]]
|
13257
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
13258
|
+
Processing by GotFixed::IssuesController#index as HTML
|
13259
|
+
Rendered /Users/Cb/perso/code/ssaunier/got_fixed/app/views/got_fixed/issues/index.html.erb (0.2ms)
|
13260
|
+
Completed 200 OK in 3ms (Views: 2.6ms | ActiveRecord: 0.0ms)
|
13261
|
+
[1m[35mGotFixed::Issue Load (0.1ms)[0m SELECT "got_fixed_issues".* FROM "got_fixed_issues" ORDER BY updated_at DESC
|
13262
|
+
[1m[36m (0.6ms)[0m [1mrollback transaction[0m
|
13263
|
+
[1m[35m (0.1ms)[0m begin transaction
|
13264
|
+
Processing by GotFixed::IssuesController#github_webhook as HTML
|
13265
|
+
Parameters: {"issue"=>{"url"=>"https://api.github.com/repos/ssaunier/got_fixed/issues/1", "labels_url"=>"https://api.github.com/repos/ssaunier/got_fixed/issues/1/labels{/name}", "comments_url"=>"https://api.github.com/repos/ssaunier/got_fixed/issues/1/comments", "events_url"=>"https://api.github.com/repos/ssaunier/got_fixed/issues/1/events", "html_url"=>"https://github.com/ssaunier/got_fixed/issues/1", "id"=>"19526518", "number"=>"1", "title"=>"Testing web hook with \"issues\" event enabled", "user"=>{"login"=>"ssaunier", "id"=>"414418", "avatar_url"=>"https://1.gravatar.com/avatar/223f2ffb700f5c4a7ac5f9119e02d84d?d=https%3A%2F%2Fidenticons.github.com%2F7ca0ad7acfe49cfbdf24c79e592aafd3.png", "gravatar_id"=>"223f2ffb700f5c4a7ac5f9119e02d84d", "url"=>"https://api.github.com/users/ssaunier", "html_url"=>"https://github.com/ssaunier", "followers_url"=>"https://api.github.com/users/ssaunier/followers", "following_url"=>"https://api.github.com/users/ssaunier/following{/other_user}", "gists_url"=>"https://api.github.com/users/ssaunier/gists{/gist_id}", "starred_url"=>"https://api.github.com/users/ssaunier/starred{/owner}{/repo}", "subscriptions_url"=>"https://api.github.com/users/ssaunier/subscriptions", "organizations_url"=>"https://api.github.com/users/ssaunier/orgs", "repos_url"=>"https://api.github.com/users/ssaunier/repos", "events_url"=>"https://api.github.com/users/ssaunier/events{/privacy}", "received_events_url"=>"https://api.github.com/users/ssaunier/received_events", "type"=>"User"}, "labels"=>[], "state"=>"closed", "assignee"=>nil, "milestone"=>nil, "comments"=>"0", "created_at"=>"2013-09-15T21:22:54Z", "updated_at"=>"2013-09-21T09:44:38Z", "closed_at"=>"2013-09-21T09:44:38Z", "pull_request"=>{"html_url"=>nil, "diff_url"=>nil, "patch_url"=>nil}, "body"=>"This issue is just a test."}, "repository"=>{"id"=>"12729467", "name"=>"got_fixed", "full_name"=>"ssaunier/got_fixed", "owner"=>{"login"=>"ssaunier", "id"=>"414418", "avatar_url"=>"https://2.gravatar.com/avatar/223f2ffb700f5c4a7ac5f9119e02d84d?d=https%3A%2F%2Fidenticons.github.com%2F7ca0ad7acfe49cfbdf24c79e592aafd3.png", "gravatar_id"=>"223f2ffb700f5c4a7ac5f9119e02d84d", "url"=>"https://api.github.com/users/ssaunier", "html_url"=>"https://github.com/ssaunier", "followers_url"=>"https://api.github.com/users/ssaunier/followers", "following_url"=>"https://api.github.com/users/ssaunier/following{/other_user}", "gists_url"=>"https://api.github.com/users/ssaunier/gists{/gist_id}", "starred_url"=>"https://api.github.com/users/ssaunier/starred{/owner}{/repo}", "subscriptions_url"=>"https://api.github.com/users/ssaunier/subscriptions", "organizations_url"=>"https://api.github.com/users/ssaunier/orgs", "repos_url"=>"https://api.github.com/users/ssaunier/repos", "events_url"=>"https://api.github.com/users/ssaunier/events{/privacy}", "received_events_url"=>"https://api.github.com/users/ssaunier/received_events", "type"=>"User"}, "private"=>false, "html_url"=>"https://github.com/ssaunier/got_fixed", "description"=>"Rails engine to extend your application with a dashboard of your user-reported issues (/!\\ WIP)", "fork"=>false, "url"=>"https://api.github.com/repos/ssaunier/got_fixed", "forks_url"=>"https://api.github.com/repos/ssaunier/got_fixed/forks", "keys_url"=>"https://api.github.com/repos/ssaunier/got_fixed/keys{/key_id}", "collaborators_url"=>"https://api.github.com/repos/ssaunier/got_fixed/collaborators{/collaborator}", "teams_url"=>"https://api.github.com/repos/ssaunier/got_fixed/teams", "hooks_url"=>"https://api.github.com/repos/ssaunier/got_fixed/hooks", "issue_events_url"=>"https://api.github.com/repos/ssaunier/got_fixed/issues/events{/number}", "events_url"=>"https://api.github.com/repos/ssaunier/got_fixed/events", "assignees_url"=>"https://api.github.com/repos/ssaunier/got_fixed/assignees{/user}", "branches_url"=>"https://api.github.com/repos/ssaunier/got_fixed/branches{/branch}", "tags_url"=>"https://api.github.com/repos/ssaunier/got_fixed/tags", "blobs_url"=>"https://api.github.com/repos/ssaunier/got_fixed/git/blobs{/sha}", "git_tags_url"=>"https://api.github.com/repos/ssaunier/got_fixed/git/tags{/sha}", "git_refs_url"=>"https://api.github.com/repos/ssaunier/got_fixed/git/refs{/sha}", "trees_url"=>"https://api.github.com/repos/ssaunier/got_fixed/git/trees{/sha}", "statuses_url"=>"https://api.github.com/repos/ssaunier/got_fixed/statuses/{sha}", "languages_url"=>"https://api.github.com/repos/ssaunier/got_fixed/languages", "stargazers_url"=>"https://api.github.com/repos/ssaunier/got_fixed/stargazers", "contributors_url"=>"https://api.github.com/repos/ssaunier/got_fixed/contributors", "subscribers_url"=>"https://api.github.com/repos/ssaunier/got_fixed/subscribers", "subscription_url"=>"https://api.github.com/repos/ssaunier/got_fixed/subscription", "commits_url"=>"https://api.github.com/repos/ssaunier/got_fixed/commits{/sha}", "git_commits_url"=>"https://api.github.com/repos/ssaunier/got_fixed/git/commits{/sha}", "comments_url"=>"https://api.github.com/repos/ssaunier/got_fixed/comments{/number}", "issue_comment_url"=>"https://api.github.com/repos/ssaunier/got_fixed/issues/comments/{number}", "contents_url"=>"https://api.github.com/repos/ssaunier/got_fixed/contents/{+path}", "compare_url"=>"https://api.github.com/repos/ssaunier/got_fixed/compare/{base}...{head}", "merges_url"=>"https://api.github.com/repos/ssaunier/got_fixed/merges", "archive_url"=>"https://api.github.com/repos/ssaunier/got_fixed/{archive_format}{/ref}", "downloads_url"=>"https://api.github.com/repos/ssaunier/got_fixed/downloads", "issues_url"=>"https://api.github.com/repos/ssaunier/got_fixed/issues{/number}", "pulls_url"=>"https://api.github.com/repos/ssaunier/got_fixed/pulls{/number}", "milestones_url"=>"https://api.github.com/repos/ssaunier/got_fixed/milestones{/number}", "notifications_url"=>"https://api.github.com/repos/ssaunier/got_fixed/notifications{?since,all,participating}", "labels_url"=>"https://api.github.com/repos/ssaunier/got_fixed/labels{/name}", "created_at"=>"2013-09-10T12:55:36Z", "updated_at"=>"2013-09-21T08:26:53Z", "pushed_at"=>"2013-09-21T08:26:48Z", "git_url"=>"git://github.com/ssaunier/got_fixed.git", "ssh_url"=>"git@github.com:ssaunier/got_fixed.git", "clone_url"=>"https://github.com/ssaunier/got_fixed.git", "svn_url"=>"https://github.com/ssaunier/got_fixed", "homepage"=>"", "size"=>"436", "watchers_count"=>"1", "language"=>"Ruby", "has_issues"=>true, "has_downloads"=>true, "has_wiki"=>true, "forks_count"=>"0", "mirror_url"=>nil, "open_issues_count"=>"1", "forks"=>"0", "open_issues"=>"1", "watchers"=>"1", "master_branch"=>"master", "default_branch"=>"master"}, "sender"=>{"login"=>"ssaunier", "id"=>"414418", "avatar_url"=>"https://2.gravatar.com/avatar/223f2ffb700f5c4a7ac5f9119e02d84d?d=https%3A%2F%2Fidenticons.github.com%2F7ca0ad7acfe49cfbdf24c79e592aafd3.png", "gravatar_id"=>"223f2ffb700f5c4a7ac5f9119e02d84d", "url"=>"https://api.github.com/users/ssaunier", "html_url"=>"https://github.com/ssaunier", "followers_url"=>"https://api.github.com/users/ssaunier/followers", "following_url"=>"https://api.github.com/users/ssaunier/following{/other_user}", "gists_url"=>"https://api.github.com/users/ssaunier/gists{/gist_id}", "starred_url"=>"https://api.github.com/users/ssaunier/starred{/owner}{/repo}", "subscriptions_url"=>"https://api.github.com/users/ssaunier/subscriptions", "organizations_url"=>"https://api.github.com/users/ssaunier/orgs", "repos_url"=>"https://api.github.com/users/ssaunier/repos", "events_url"=>"https://api.github.com/users/ssaunier/events{/privacy}", "received_events_url"=>"https://api.github.com/users/ssaunier/received_events", "type"=>"User"}}
|
13266
|
+
[1m[36mGotFixed::Issue Load (0.3ms)[0m [1mSELECT "got_fixed_issues".* FROM "got_fixed_issues" WHERE "got_fixed_issues"."vendor_id" = '19526518' AND "got_fixed_issues"."vendor" = 'github' ORDER BY updated_at DESC LIMIT 1[0m
|
13267
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
13268
|
+
[1m[36mGotFixed::Issue Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "got_fixed_issues" WHERE ("got_fixed_issues"."vendor_id" = '19526518' AND "got_fixed_issues"."vendor" = 'github') LIMIT 1[0m
|
13269
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "got_fixed_issues" ("closed", "created_at", "title", "updated_at", "vendor", "vendor_id") VALUES (?, ?, ?, ?, ?, ?) [["closed", true], ["created_at", Tue, 01 Oct 2013 17:19:46 UTC +00:00], ["title", "Testing web hook with \"issues\" event enabled"], ["updated_at", Tue, 01 Oct 2013 17:19:46 UTC +00:00], ["vendor", "github"], ["vendor_id", "19526518"]]
|
13270
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
13271
|
+
Completed 200 OK in 7ms (Views: 0.4ms | ActiveRecord: 0.8ms)
|
13272
|
+
[1m[35mGotFixed::Issue Exists (0.1ms)[0m SELECT 1 AS one FROM "got_fixed_issues" WHERE ("got_fixed_issues"."vendor_id" = '19526518' AND "got_fixed_issues"."id" != 1 AND "got_fixed_issues"."vendor" = 'github') LIMIT 1
|
13273
|
+
[1m[36m (0.6ms)[0m [1mrollback transaction[0m
|
13274
|
+
[1m[35m (0.1ms)[0m begin transaction
|
13275
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
13276
|
+
[1m[35mGotFixed::Issue Exists (0.2ms)[0m SELECT 1 AS one FROM "got_fixed_issues" WHERE ("got_fixed_issues"."vendor_id" = 'iWnj89' AND "got_fixed_issues"."vendor" IS NULL) LIMIT 1
|
13277
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "got_fixed_issues" ("closed", "created_at", "number", "title", "updated_at", "vendor_id") VALUES (?, ?, ?, ?, ?, ?)[0m [["closed", false], ["created_at", Tue, 01 Oct 2013 17:19:46 UTC +00:00], ["number", 7], ["title", "A very bad issue..."], ["updated_at", Tue, 01 Oct 2013 17:19:46 UTC +00:00], ["vendor_id", "iWnj89"]]
|
13278
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
13279
|
+
[1m[36mGotFixed::User Load (0.0ms)[0m [1mSELECT "got_fixed_users".* FROM "got_fixed_users" INNER JOIN "got_fixed_issues_users" ON "got_fixed_users"."id" = "got_fixed_issues_users"."user_id" WHERE "got_fixed_issues_users"."issue_id" = ?[0m [["issue_id", 1]]
|
13280
|
+
Processing by GotFixed::IssuesController#subscribe as JS
|
13281
|
+
Parameters: {"user"=>{"email"=>"foo@bar.com"}, "id"=>"1"}
|
13282
|
+
[1m[35mGotFixed::User Load (0.1ms)[0m SELECT "got_fixed_users".* FROM "got_fixed_users" WHERE "got_fixed_users"."email" = 'foo@bar.com' LIMIT 1
|
13283
|
+
[1m[36mGotFixed::Issue Load (0.1ms)[0m [1mSELECT "got_fixed_issues".* FROM "got_fixed_issues" WHERE "got_fixed_issues"."id" = ? ORDER BY updated_at DESC LIMIT 1[0m [["id", "1"]]
|
13284
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
13285
|
+
[1m[36mGotFixed::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "got_fixed_users" WHERE "got_fixed_users"."email" = 'foo@bar.com' LIMIT 1[0m
|
13286
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "got_fixed_users" ("created_at", "email", "updated_at") VALUES (?, ?, ?) [["created_at", Tue, 01 Oct 2013 17:19:46 UTC +00:00], ["email", "foo@bar.com"], ["updated_at", Tue, 01 Oct 2013 17:19:46 UTC +00:00]]
|
13287
|
+
[1m[36m (0.1ms)[0m [1mINSERT INTO "got_fixed_issues_users" ("issue_id", "user_id") VALUES (1, 1)[0m
|
13288
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
13289
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
13290
|
+
[1m[35mGotFixed::Issue Exists (0.1ms)[0m SELECT 1 AS one FROM "got_fixed_issues" WHERE ("got_fixed_issues"."vendor_id" = 'iWnj89' AND "got_fixed_issues"."id" != 1 AND "got_fixed_issues"."vendor" IS NULL) LIMIT 1
|
13291
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
13292
|
+
Completed 200 OK in 8ms (Views: 2.6ms | ActiveRecord: 1.0ms)
|
13293
|
+
[1m[35mGotFixed::Issue Load (0.1ms)[0m SELECT "got_fixed_issues".* FROM "got_fixed_issues" WHERE "got_fixed_issues"."id" = ? LIMIT 1 [["id", 1]]
|
13294
|
+
[1m[36mGotFixed::User Load (0.0ms)[0m [1mSELECT "got_fixed_users".* FROM "got_fixed_users" INNER JOIN "got_fixed_issues_users" ON "got_fixed_users"."id" = "got_fixed_issues_users"."user_id" WHERE "got_fixed_issues_users"."issue_id" = ?[0m [["issue_id", 1]]
|
13295
|
+
[1m[35m (0.7ms)[0m rollback transaction
|
13296
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
13297
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
13298
|
+
[1m[36mGotFixed::Issue Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "got_fixed_issues" WHERE ("got_fixed_issues"."vendor_id" = 'iWnj89' AND "got_fixed_issues"."vendor" IS NULL) LIMIT 1[0m
|
13299
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "got_fixed_issues" ("closed", "created_at", "number", "title", "updated_at", "vendor_id") VALUES (?, ?, ?, ?, ?, ?) [["closed", false], ["created_at", Tue, 01 Oct 2013 17:19:46 UTC +00:00], ["number", 7], ["title", "A very bad issue..."], ["updated_at", Tue, 01 Oct 2013 17:19:46 UTC +00:00], ["vendor_id", "iWnj89"]]
|
13300
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
13301
|
+
[1m[35mGotFixed::User Load (0.0ms)[0m SELECT "got_fixed_users".* FROM "got_fixed_users" INNER JOIN "got_fixed_issues_users" ON "got_fixed_users"."id" = "got_fixed_issues_users"."user_id" WHERE "got_fixed_issues_users"."issue_id" = ? [["issue_id", 1]]
|
13302
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
13303
|
+
[1m[35mGotFixed::User Exists (0.1ms)[0m SELECT 1 AS one FROM "got_fixed_users" WHERE "got_fixed_users"."email" = 'foo@bar.com' LIMIT 1
|
13304
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "got_fixed_users" ("created_at", "email", "updated_at") VALUES (?, ?, ?)[0m [["created_at", Tue, 01 Oct 2013 17:19:46 UTC +00:00], ["email", "foo@bar.com"], ["updated_at", Tue, 01 Oct 2013 17:19:46 UTC +00:00]]
|
13305
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
13306
|
+
Processing by GotFixed::IssuesController#subscribe as JS
|
13307
|
+
Parameters: {"user"=>{"email"=>"foo@bar.com"}, "id"=>"1"}
|
13308
|
+
[1m[36mGotFixed::User Load (0.1ms)[0m [1mSELECT "got_fixed_users".* FROM "got_fixed_users" WHERE "got_fixed_users"."email" = 'foo@bar.com' LIMIT 1[0m
|
13309
|
+
[1m[35mGotFixed::Issue Load (0.1ms)[0m SELECT "got_fixed_issues".* FROM "got_fixed_issues" WHERE "got_fixed_issues"."id" = ? ORDER BY updated_at DESC LIMIT 1 [["id", "1"]]
|
13310
|
+
[1m[36mGotFixed::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "got_fixed_users" INNER JOIN "got_fixed_issues_users" ON "got_fixed_users"."id" = "got_fixed_issues_users"."user_id" WHERE "got_fixed_issues_users"."issue_id" = ? AND "got_fixed_users"."id" = 1 LIMIT 1[0m [["issue_id", 1]]
|
13311
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
13312
|
+
[1m[36m (0.1ms)[0m [1mINSERT INTO "got_fixed_issues_users" ("issue_id", "user_id") VALUES (1, 1)[0m
|
13313
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
13314
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
13315
|
+
[1m[35mGotFixed::Issue Exists (0.1ms)[0m SELECT 1 AS one FROM "got_fixed_issues" WHERE ("got_fixed_issues"."vendor_id" = 'iWnj89' AND "got_fixed_issues"."id" != 1 AND "got_fixed_issues"."vendor" IS NULL) LIMIT 1
|
13316
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
13317
|
+
Completed 200 OK in 5ms (Views: 0.6ms | ActiveRecord: 0.6ms)
|
13318
|
+
[1m[35mGotFixed::Issue Load (0.1ms)[0m SELECT "got_fixed_issues".* FROM "got_fixed_issues" WHERE "got_fixed_issues"."id" = ? LIMIT 1 [["id", 1]]
|
13319
|
+
[1m[36mGotFixed::User Load (0.1ms)[0m [1mSELECT "got_fixed_users".* FROM "got_fixed_users" INNER JOIN "got_fixed_issues_users" ON "got_fixed_users"."id" = "got_fixed_issues_users"."user_id" WHERE "got_fixed_issues_users"."issue_id" = ?[0m [["issue_id", 1]]
|
13320
|
+
[1m[35m (0.7ms)[0m rollback transaction
|
13321
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
13322
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
13323
|
+
[1m[36mGotFixed::Issue Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "got_fixed_issues" WHERE ("got_fixed_issues"."vendor_id" = 'iWnj89' AND "got_fixed_issues"."vendor" IS NULL) LIMIT 1[0m
|
13324
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "got_fixed_issues" ("closed", "created_at", "number", "title", "updated_at", "vendor_id") VALUES (?, ?, ?, ?, ?, ?) [["closed", false], ["created_at", Tue, 01 Oct 2013 17:19:46 UTC +00:00], ["number", 7], ["title", "A very bad issue..."], ["updated_at", Tue, 01 Oct 2013 17:19:46 UTC +00:00], ["vendor_id", "iWnj89"]]
|
13325
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
13326
|
+
[1m[35mGotFixed::User Load (0.0ms)[0m SELECT "got_fixed_users".* FROM "got_fixed_users" INNER JOIN "got_fixed_issues_users" ON "got_fixed_users"."id" = "got_fixed_issues_users"."user_id" WHERE "got_fixed_issues_users"."issue_id" = ? [["issue_id", 1]]
|
13327
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
13328
|
+
[1m[35mGotFixed::User Exists (0.1ms)[0m SELECT 1 AS one FROM "got_fixed_users" WHERE "got_fixed_users"."email" = 'foo@bar.com' LIMIT 1
|
13329
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "got_fixed_users" ("created_at", "email", "updated_at") VALUES (?, ?, ?)[0m [["created_at", Tue, 01 Oct 2013 17:19:46 UTC +00:00], ["email", "foo@bar.com"], ["updated_at", Tue, 01 Oct 2013 17:19:46 UTC +00:00]]
|
13330
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
13331
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
13332
|
+
[1m[35m (0.1ms)[0m INSERT INTO "got_fixed_issues_users" ("issue_id", "user_id") VALUES (1, 1)
|
13333
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
13334
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
13335
|
+
[1m[36mGotFixed::Issue Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "got_fixed_issues" WHERE ("got_fixed_issues"."vendor_id" = 'iWnj89' AND "got_fixed_issues"."id" != 1 AND "got_fixed_issues"."vendor" IS NULL) LIMIT 1[0m
|
13336
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
13337
|
+
Processing by GotFixed::IssuesController#subscribe as JS
|
13338
|
+
Parameters: {"user"=>{"email"=>"foo@bar.com"}, "id"=>"1"}
|
13339
|
+
[1m[36mGotFixed::User Load (0.2ms)[0m [1mSELECT "got_fixed_users".* FROM "got_fixed_users" WHERE "got_fixed_users"."email" = 'foo@bar.com' LIMIT 1[0m
|
13340
|
+
[1m[35mGotFixed::Issue Load (0.1ms)[0m SELECT "got_fixed_issues".* FROM "got_fixed_issues" WHERE "got_fixed_issues"."id" = ? ORDER BY updated_at DESC LIMIT 1 [["id", "1"]]
|
13341
|
+
[1m[36mGotFixed::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "got_fixed_users" INNER JOIN "got_fixed_issues_users" ON "got_fixed_users"."id" = "got_fixed_issues_users"."user_id" WHERE "got_fixed_issues_users"."issue_id" = ? AND "got_fixed_users"."id" = 1 LIMIT 1[0m [["issue_id", 1]]
|
13342
|
+
Completed 200 OK in 4ms (Views: 0.7ms | ActiveRecord: 0.3ms)
|
13343
|
+
[1m[35mGotFixed::Issue Load (0.1ms)[0m SELECT "got_fixed_issues".* FROM "got_fixed_issues" WHERE "got_fixed_issues"."id" = ? LIMIT 1 [["id", 1]]
|
13344
|
+
[1m[36mGotFixed::User Load (0.1ms)[0m [1mSELECT "got_fixed_users".* FROM "got_fixed_users" INNER JOIN "got_fixed_issues_users" ON "got_fixed_users"."id" = "got_fixed_issues_users"."user_id" WHERE "got_fixed_issues_users"."issue_id" = ?[0m [["issue_id", 1]]
|
13345
|
+
[1m[35m (0.7ms)[0m rollback transaction
|
13346
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
13347
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
13348
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
13349
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
13350
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
13351
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
13352
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
13353
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
13354
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
13355
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
13356
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
13357
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
13358
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
13359
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
13360
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
13361
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
13362
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
13363
|
+
[1m[35mGotFixed::User Exists (0.2ms)[0m SELECT 1 AS one FROM "got_fixed_users" WHERE "got_fixed_users"."email" = '' LIMIT 1
|
13364
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
13365
|
+
[1m[35m (0.1ms)[0m begin transaction
|
13366
|
+
[1m[36mGotFixed::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "got_fixed_users" WHERE "got_fixed_users"."email" = 'foo' LIMIT 1[0m
|
13367
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
13368
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
13369
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
13370
|
+
[1m[36mGotFixed::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "got_fixed_users" WHERE "got_fixed_users"."email" = 'foo@bar.com' LIMIT 1[0m
|
13371
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "got_fixed_users" ("created_at", "email", "updated_at") VALUES (?, ?, ?) [["created_at", Tue, 01 Oct 2013 17:19:46 UTC +00:00], ["email", "foo@bar.com"], ["updated_at", Tue, 01 Oct 2013 17:19:46 UTC +00:00]]
|
13372
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
13373
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
13374
|
+
[1m[36mGotFixed::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "got_fixed_users" WHERE "got_fixed_users"."email" = 'foo@bar.com' LIMIT 1[0m
|
13375
|
+
[1m[35m (0.9ms)[0m ROLLBACK TO SAVEPOINT active_record_1
|
13376
|
+
[1m[36m (0.6ms)[0m [1mrollback transaction[0m
|
13377
|
+
[1m[35m (0.1ms)[0m begin transaction
|
13378
|
+
[1m[36mGotFixed::User Exists (0.2ms)[0m [1mSELECT 1 AS one FROM "got_fixed_users" WHERE "got_fixed_users"."email" = 'seb@saunier.me' LIMIT 1[0m
|
13379
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
13380
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
13381
|
+
[1m[35mGotFixed::Issue Load (0.2ms)[0m SELECT "got_fixed_issues".* FROM "got_fixed_issues" WHERE "got_fixed_issues"."vendor_id" = 3910487 AND "got_fixed_issues"."vendor" = 'github' ORDER BY updated_at DESC LIMIT 1
|
13382
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
13383
|
+
[1m[35m (0.1ms)[0m begin transaction
|
13384
|
+
[1m[36mGotFixed::Issue Load (0.2ms)[0m [1mSELECT "got_fixed_issues".* FROM "got_fixed_issues" WHERE "got_fixed_issues"."vendor_id" = 9255225 AND "got_fixed_issues"."vendor" = 'github' ORDER BY updated_at DESC LIMIT 1[0m
|
13385
|
+
[1m[35m (0.1ms)[0m rollback transaction
|