wagons 0.2.2 → 0.3.0
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 +8 -8
- data/Rakefile +4 -6
- data/lib/generators/wagon/templates/%singular_name%.gemspec.tt +12 -11
- data/lib/generators/wagon/templates/{script → bin}/rails.tt +3 -2
- data/lib/generators/wagon/templates/config/routes.rb +1 -1
- data/lib/generators/wagon/templates/lib/%singular_name%/version.rb.tt +2 -2
- data/lib/generators/wagon/templates/lib/%singular_name%.rb.tt +0 -1
- data/lib/generators/wagon/wagon_generator.rb +4 -6
- data/lib/wagons/extensions/application.rb +2 -4
- data/lib/wagons/extensions/require_optional.rb +2 -2
- data/lib/wagons/extensions/test_case.rb +5 -7
- data/lib/wagons/installer.rb +52 -56
- data/lib/wagons/railtie.rb +2 -2
- data/lib/wagons/version.rb +1 -1
- data/lib/wagons/view_helper.rb +14 -16
- data/lib/wagons/wagon.rb +6 -8
- data/lib/wagons.rb +8 -10
- data/test/ci/rails3.gemfile.lock +108 -0
- data/test/dummy/Gemfile.lock +52 -48
- data/test/dummy/app/controllers/people_controller.rb +1 -3
- data/test/dummy/app/models/person.rb +1 -1
- data/test/dummy/config/application.rb +3 -4
- data/test/dummy/config/boot.rb +1 -1
- data/test/dummy/config/environments/development.rb +1 -1
- data/test/dummy/config/environments/production.rb +1 -1
- data/test/dummy/config/environments/test.rb +2 -2
- data/test/dummy/config/initializers/session_store.rb +1 -1
- data/test/dummy/config/initializers/wagon_app_version.rb +1 -1
- data/test/dummy/config/initializers/wrap_parameters.rb +1 -1
- data/test/dummy/config/routes.rb +3 -3
- data/test/dummy/db/development.sqlite3 +0 -0
- data/test/dummy/db/fixtures/development/people.rb +3 -3
- data/test/dummy/db/fixtures/test/people.rb +3 -3
- data/test/dummy/db/schema.rb +5 -5
- data/test/dummy/db/test.sqlite3 +0 -0
- data/test/dummy/log/development.log +1528 -1015
- data/test/dummy/log/test.log +11807 -6530
- data/test/dummy/test/models/person_test.rb +5 -5
- data/test/dummy/test/test_helper.rb +1 -1
- data/test/dummy/tmp/cache/assets/CD8/370/sprockets%2F357970feca3ac29060c1e3861e2c0953 +0 -0
- data/test/dummy/tmp/cache/assets/D32/A10/sprockets%2F13fe41fee1fe35b49d145bcc06610705 +0 -0
- data/test/dummy/tmp/cache/assets/D4E/1B0/sprockets%2Ff7cbd26ba1d28d48de824f0e94586655 +0 -0
- data/test/dummy/tmp/cache/assets/D5A/EA0/sprockets%2Fd771ace226fc8215a3572e0aa35bb0d6 +0 -0
- data/test/dummy/tmp/cache/assets/DDC/400/sprockets%2Fcffd775d018f68ce5dba1ee0d951a994 +0 -0
- data/test/dummy/tmp/cache/assets/E04/890/sprockets%2F2f5173deea6c795b8fdde723bb4b63af +0 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/13fe41fee1fe35b49d145bcc06610705 +0 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/2f5173deea6c795b8fdde723bb4b63af +0 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/357970feca3ac29060c1e3861e2c0953 +0 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/cffd775d018f68ce5dba1ee0d951a994 +0 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/d771ace226fc8215a3572e0aa35bb0d6 +0 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/f7cbd26ba1d28d48de824f0e94586655 +0 -0
- data/test/dummy/vendor/wagons/superliner/Gemfile.lock +53 -49
- data/test/dummy/vendor/wagons/superliner/app/controllers/cities_controller.rb +1 -2
- data/test/dummy/vendor/wagons/superliner/app/models/city.rb +2 -2
- data/test/dummy/vendor/wagons/superliner/db/fixtures/cities.rb +1 -1
- data/test/dummy/vendor/wagons/superliner/db/migrate/20120606125058_create_cities.rb +1 -1
- data/test/dummy/vendor/wagons/superliner/dummy_superliner.gemspec +11 -11
- data/test/dummy/vendor/wagons/superliner/lib/dummy_superliner/version.rb +2 -2
- data/test/dummy/vendor/wagons/superliner/lib/dummy_superliner/wagon.rb +3 -4
- data/test/dummy/vendor/wagons/superliner/lib/dummy_superliner.rb +1 -1
- data/test/dummy/vendor/wagons/superliner/script/rails +1 -1
- data/test/dummy/vendor/wagons/superliner/test/controllers/cities_controller_test.rb +5 -7
- data/test/dummy/vendor/wagons/superliner/test/controllers/people_controller_test.rb +2 -4
- data/test/dummy/vendor/wagons/superliner/test/models/city_test.rb +3 -3
- data/test/dummy/vendor/wagons/superliner/test/models/person_test.rb +5 -7
- data/test/dummy/vendor/wagons/superliner/test/test_helper.rb +1 -2
- data/test/dummy/vendor/wagons/superliner/test/wagon_test.rb +23 -24
- data/test/test_helper.rb +5 -5
- data/test/wagons_installer_test.rb +72 -75
- data/test/wagons_test.rb +1 -1
- metadata +174 -160
@@ -1,1401 +1,1914 @@
|
|
1
1
|
Connecting to database specified by database.yml
|
2
2
|
Connecting to database specified by database.yml
|
3
3
|
[1m[36m (0.1ms)[0m [1mselect sqlite_version(*)[0m
|
4
|
-
[1m[35m (
|
4
|
+
[1m[35m (42.1ms)[0m CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
|
5
5
|
[1m[36m (0.1ms)[0m [1mPRAGMA index_list("schema_migrations")[0m
|
6
|
-
[1m[35m (
|
7
|
-
[1m[36m (0.2ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
8
|
-
Migrating to CreatePeople (20120606125104)
|
9
|
-
[1m[35m (0.1ms)[0m begin transaction
|
10
|
-
[1m[36m (1.0ms)[0m [1mCREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "birthday" date, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
11
|
-
[1m[35m (0.2ms)[0m INSERT INTO "schema_migrations" ("version") VALUES ('20120606125104')
|
12
|
-
[1m[36m (9.7ms)[0m [1mcommit transaction[0m
|
13
|
-
[1m[35m (1.3ms)[0m SELECT "schema_migrations"."version" FROM "schema_migrations"
|
14
|
-
[1m[36m (0.2ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
15
|
-
[1m[35m (0.2ms)[0m SELECT "schema_migrations"."version" FROM "schema_migrations"
|
16
|
-
[1m[36m (0.1ms)[0m [1mselect sqlite_version(*)[0m
|
17
|
-
[1m[35m (10.4ms)[0m CREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "birthday" date, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
|
18
|
-
[1m[36m (8.2ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) [0m
|
19
|
-
[1m[35m (0.1ms)[0m PRAGMA index_list("schema_migrations")
|
20
|
-
[1m[36m (9.9ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
|
21
|
-
[1m[35m (0.2ms)[0m SELECT version FROM "schema_migrations"
|
22
|
-
[1m[36m (7.9ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20120606125104')[0m
|
23
|
-
Connecting to database specified by database.yml
|
24
|
-
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
25
|
-
[1m[35m (0.2ms)[0m select sqlite_version(*)
|
26
|
-
[1m[36m (12.4ms)[0m [1mCREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "birthday" date, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
27
|
-
[1m[35m (7.9ms)[0m CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
|
28
|
-
[1m[36m (0.1ms)[0m [1mPRAGMA index_list("schema_migrations")[0m
|
29
|
-
[1m[35m (10.1ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
30
|
-
[1m[36m (0.2ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
31
|
-
[1m[35m (9.5ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20120606125104')
|
32
|
-
[1m[36m (0.2ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
33
|
-
Migrating to CreateCities (20120606125058)
|
34
|
-
[1m[35m (0.1ms)[0m begin transaction
|
35
|
-
[1m[36m (0.7ms)[0m [1mCREATE TABLE "cities" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
36
|
-
[1m[35m (0.4ms)[0m ALTER TABLE "people" ADD "city_id" integer
|
37
|
-
[1m[36m (0.2ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES ('20120606125058')[0m
|
38
|
-
[1m[35m (7.7ms)[0m commit transaction
|
39
|
-
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
40
|
-
[1m[35mPerson Load (0.1ms)[0m SELECT "people".* FROM "people" WHERE "people"."name" = 'Pascal' LIMIT 1
|
41
|
-
[1m[36mSQL (3.3ms)[0m [1mINSERT INTO "people" ("birthday", "city_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["birthday", nil], ["city_id", nil], ["created_at", Wed, 22 Aug 2012 12:28:35 UTC +00:00], ["name", "Pascal"], ["updated_at", Wed, 22 Aug 2012 12:28:35 UTC +00:00]]
|
42
|
-
[1m[35m (7.7ms)[0m commit transaction
|
43
|
-
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
|
44
|
-
[1m[35mCity Load (0.0ms)[0m SELECT "cities".* FROM "cities" WHERE "cities"."name" = 'Paris' LIMIT 1
|
45
|
-
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "cities" ("created_at", "name", "updated_at") VALUES (?, ?, ?)[0m [["created_at", Wed, 22 Aug 2012 12:28:35 UTC +00:00], ["name", "Paris"], ["updated_at", Wed, 22 Aug 2012 12:28:35 UTC +00:00]]
|
46
|
-
[1m[35m (8.8ms)[0m commit transaction
|
47
|
-
Connecting to database specified by database.yml
|
6
|
+
[1m[35m (3.5ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
48
7
|
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
49
|
-
[1m[35m (0.1ms)[0m select sqlite_version(*)
|
50
|
-
[1m[36m (12.0ms)[0m [1mCREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "birthday" date, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
51
|
-
[1m[35m (8.0ms)[0m CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
|
52
|
-
[1m[36m (0.1ms)[0m [1mPRAGMA index_list("schema_migrations")[0m
|
53
|
-
[1m[35m (12.6ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
54
|
-
[1m[36m (0.2ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
55
|
-
[1m[35m (8.8ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20120606125104')
|
56
|
-
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
57
|
-
[1m[35mPerson Load (0.1ms)[0m SELECT "people".* FROM "people" WHERE "people"."name" = 'Pascal' LIMIT 1
|
58
|
-
[1m[36mSQL (2.4ms)[0m [1mINSERT INTO "people" ("birthday", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?)[0m [["birthday", nil], ["created_at", Wed, 22 Aug 2012 12:28:38 UTC +00:00], ["name", "Pascal"], ["updated_at", Wed, 22 Aug 2012 12:28:38 UTC +00:00]]
|
59
|
-
[1m[35m (6.9ms)[0m commit transaction
|
60
8
|
Connecting to database specified by database.yml
|
61
9
|
Connecting to database specified by database.yml
|
62
10
|
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
63
11
|
Migrating to CreatePeople (20120606125104)
|
64
|
-
[1m[35m (0.0ms)[0m
|
65
|
-
[1m[36m (0.0ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
66
|
-
[1m[35m (0.0ms)[0m SELECT "schema_migrations"."version" FROM "schema_migrations"
|
67
|
-
[1m[36m (0.2ms)[0m [1mselect sqlite_version(*)[0m
|
68
|
-
[1m[35m (11.4ms)[0m CREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "birthday" date, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
|
69
|
-
[1m[36m (9.7ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) [0m
|
70
|
-
[1m[35m (0.1ms)[0m PRAGMA index_list("schema_migrations")
|
71
|
-
[1m[36m (13.4ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
|
72
|
-
[1m[35m (0.2ms)[0m SELECT version FROM "schema_migrations"
|
73
|
-
[1m[36m (11.0ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20120606125104')[0m
|
74
|
-
Connecting to database specified by database.yml
|
75
|
-
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
76
|
-
[1m[35m (0.2ms)[0m select sqlite_version(*)
|
77
|
-
[1m[36m (12.0ms)[0m [1mCREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "birthday" date, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
78
|
-
[1m[35m (8.1ms)[0m CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
|
79
|
-
[1m[36m (0.1ms)[0m [1mPRAGMA index_list("schema_migrations")[0m
|
80
|
-
[1m[35m (10.1ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
81
|
-
[1m[36m (0.2ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
82
|
-
[1m[35m (8.8ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20120606125104')
|
83
|
-
[1m[36m (0.2ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
84
|
-
Migrating to CreateCities (20120606125058)
|
85
|
-
[1m[35m (0.0ms)[0m begin transaction
|
86
|
-
[1m[36m (0.7ms)[0m [1mCREATE TABLE "cities" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
87
|
-
[1m[35m (0.5ms)[0m ALTER TABLE "people" ADD "city_id" integer
|
88
|
-
[1m[36m (0.2ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES ('20120606125058')[0m
|
89
|
-
[1m[35m (8.5ms)[0m commit transaction
|
90
|
-
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
91
|
-
[1m[35mPerson Load (0.1ms)[0m SELECT "people".* FROM "people" WHERE "people"."name" = 'Pascal' LIMIT 1
|
92
|
-
[1m[36mSQL (2.5ms)[0m [1mINSERT INTO "people" ("birthday", "city_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["birthday", nil], ["city_id", nil], ["created_at", Wed, 22 Aug 2012 12:59:13 UTC +00:00], ["name", "Pascal"], ["updated_at", Wed, 22 Aug 2012 12:59:13 UTC +00:00]]
|
93
|
-
[1m[35m (9.0ms)[0m commit transaction
|
12
|
+
[1m[35m (0.0ms)[0m select sqlite_version(*)
|
94
13
|
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
95
|
-
[1m[
|
96
|
-
[1m[
|
97
|
-
[1m[35m (
|
98
|
-
|
14
|
+
[1m[35m (0.4ms)[0m CREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "birthday" date, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
|
15
|
+
[1m[36m (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES ('20120606125104')[0m
|
16
|
+
[1m[35m (41.8ms)[0m commit transaction
|
17
|
+
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
18
|
+
[1m[35m (0.1ms)[0m SELECT "schema_migrations"."version" FROM "schema_migrations"
|
99
19
|
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
100
20
|
[1m[35m (0.1ms)[0m select sqlite_version(*)
|
101
|
-
[1m[36m (
|
102
|
-
[1m[35m (
|
21
|
+
[1m[36m (3.2ms)[0m [1mCREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "birthday" date, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
22
|
+
[1m[35m (3.5ms)[0m CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
|
103
23
|
[1m[36m (0.1ms)[0m [1mPRAGMA index_list("schema_migrations")[0m
|
104
|
-
[1m[35m (
|
105
|
-
[1m[36m (0.
|
106
|
-
[1m[35m (
|
107
|
-
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
108
|
-
[1m[35mPerson Load (0.1ms)[0m SELECT "people".* FROM "people" WHERE "people"."name" = 'Pascal' LIMIT 1
|
109
|
-
[1m[36mSQL (2.4ms)[0m [1mINSERT INTO "people" ("birthday", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?)[0m [["birthday", nil], ["created_at", Wed, 22 Aug 2012 12:59:16 UTC +00:00], ["name", "Pascal"], ["updated_at", Wed, 22 Aug 2012 12:59:16 UTC +00:00]]
|
110
|
-
[1m[35m (9.2ms)[0m commit transaction
|
111
|
-
Connecting to database specified by database.yml
|
112
|
-
Connecting to database specified by database.yml
|
113
|
-
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
114
|
-
Migrating to CreatePeople (20120606125104)
|
115
|
-
[1m[35m (0.0ms)[0m SELECT "schema_migrations"."version" FROM "schema_migrations"
|
116
|
-
[1m[36m (0.0ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
117
|
-
[1m[35m (0.0ms)[0m SELECT "schema_migrations"."version" FROM "schema_migrations"
|
118
|
-
[1m[36m (0.2ms)[0m [1mselect sqlite_version(*)[0m
|
119
|
-
[1m[35m (14.0ms)[0m CREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "birthday" date, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
|
120
|
-
[1m[36m (8.4ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) [0m
|
121
|
-
[1m[35m (0.1ms)[0m PRAGMA index_list("schema_migrations")
|
122
|
-
[1m[36m (10.1ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
|
123
|
-
[1m[35m (0.2ms)[0m SELECT version FROM "schema_migrations"
|
124
|
-
[1m[36m (9.1ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20120606125104')[0m
|
24
|
+
[1m[35m (4.3ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
25
|
+
[1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
26
|
+
[1m[35m (4.4ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20120606125104')
|
125
27
|
Connecting to database specified by database.yml
|
126
28
|
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
127
|
-
[1m[35m (0.
|
128
|
-
[1m[36m (
|
129
|
-
[1m[35m (
|
29
|
+
[1m[35m (0.1ms)[0m select sqlite_version(*)
|
30
|
+
[1m[36m (42.2ms)[0m [1mCREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "birthday" date, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
31
|
+
[1m[35m (3.4ms)[0m CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
|
130
32
|
[1m[36m (0.1ms)[0m [1mPRAGMA index_list("schema_migrations")[0m
|
131
|
-
[1m[35m (
|
132
|
-
[1m[36m (0.
|
133
|
-
[1m[35m (
|
134
|
-
[1m[36m (0.
|
33
|
+
[1m[35m (4.4ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
34
|
+
[1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
35
|
+
[1m[35m (3.2ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20120606125104')
|
36
|
+
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
135
37
|
Migrating to CreateCities (20120606125058)
|
136
|
-
[1m[35m (0.
|
137
|
-
[1m[36m (0.
|
138
|
-
[1m[35m (0.
|
139
|
-
[1m[36m (0.
|
140
|
-
[1m[35m (
|
38
|
+
[1m[35m (0.0ms)[0m begin transaction
|
39
|
+
[1m[36m (0.3ms)[0m [1mCREATE TABLE "cities" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
40
|
+
[1m[35m (0.2ms)[0m ALTER TABLE "people" ADD "city_id" integer
|
41
|
+
[1m[36m (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES ('20120606125058')[0m
|
42
|
+
[1m[35m (3.5ms)[0m commit transaction
|
141
43
|
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
142
44
|
[1m[35mPerson Load (0.1ms)[0m SELECT "people".* FROM "people" WHERE "people"."name" = 'Pascal' LIMIT 1
|
143
|
-
[1m[36mSQL (
|
144
|
-
[1m[35m (
|
145
|
-
[1m[36m (0.
|
146
|
-
[1m[35mCity Load (0.
|
147
|
-
[1m[36mSQL (0.
|
148
|
-
[1m[35m (
|
45
|
+
[1m[36mSQL (36.1ms)[0m [1mINSERT INTO "people" ("birthday", "city_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["birthday", nil], ["city_id", nil], ["created_at", Thu, 16 Aug 2012 16:04:52 UTC +00:00], ["name", "Pascal"], ["updated_at", Thu, 16 Aug 2012 16:04:52 UTC +00:00]]
|
46
|
+
[1m[35m (4.3ms)[0m commit transaction
|
47
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
48
|
+
[1m[35mCity Load (0.1ms)[0m SELECT "cities".* FROM "cities" WHERE "cities"."name" = 'Paris' LIMIT 1
|
49
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "cities" ("created_at", "name", "updated_at") VALUES (?, ?, ?)[0m [["created_at", Thu, 16 Aug 2012 16:04:52 UTC +00:00], ["name", "Paris"], ["updated_at", Thu, 16 Aug 2012 16:04:52 UTC +00:00]]
|
50
|
+
[1m[35m (3.0ms)[0m commit transaction
|
149
51
|
Connecting to database specified by database.yml
|
150
52
|
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
151
53
|
[1m[35m (0.1ms)[0m select sqlite_version(*)
|
152
|
-
[1m[36m (
|
153
|
-
[1m[35m (
|
54
|
+
[1m[36m (42.3ms)[0m [1mCREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "birthday" date, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
55
|
+
[1m[35m (3.4ms)[0m CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
|
154
56
|
[1m[36m (0.1ms)[0m [1mPRAGMA index_list("schema_migrations")[0m
|
155
|
-
[1m[35m (
|
156
|
-
[1m[36m (0.
|
157
|
-
[1m[35m (
|
57
|
+
[1m[35m (4.6ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
58
|
+
[1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
59
|
+
[1m[35m (4.4ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20120606125104')
|
158
60
|
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
159
61
|
[1m[35mPerson Load (0.1ms)[0m SELECT "people".* FROM "people" WHERE "people"."name" = 'Pascal' LIMIT 1
|
160
|
-
[1m[36mSQL (
|
161
|
-
[1m[35m (
|
62
|
+
[1m[36mSQL (3.3ms)[0m [1mINSERT INTO "people" ("birthday", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?)[0m [["birthday", nil], ["created_at", Thu, 16 Aug 2012 16:04:56 UTC +00:00], ["name", "Pascal"], ["updated_at", Thu, 16 Aug 2012 16:04:56 UTC +00:00]]
|
63
|
+
[1m[35m (2.8ms)[0m commit transaction
|
64
|
+
Connecting to database specified by database.yml
|
65
|
+
Connecting to database specified by database.yml
|
162
66
|
Connecting to database specified by database.yml
|
163
67
|
Connecting to database specified by database.yml
|
164
68
|
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
165
69
|
Migrating to CreatePeople (20120606125104)
|
166
|
-
[1m[35m (0.
|
167
|
-
[1m[36m (0.
|
168
|
-
[1m[35m (0.
|
169
|
-
[1m[36m (0.
|
170
|
-
[1m[35m (
|
171
|
-
[1m[36m (
|
70
|
+
[1m[35m (0.1ms)[0m SELECT "schema_migrations"."version" FROM "schema_migrations"
|
71
|
+
[1m[36m (0.1ms)[0m [1mselect sqlite_version(*)[0m
|
72
|
+
[1m[35m (0.1ms)[0m SELECT "schema_migrations"."version" FROM "schema_migrations"
|
73
|
+
[1m[36m (0.0ms)[0m [1mPRAGMA index_list("people")[0m
|
74
|
+
[1m[35m (0.1ms)[0m SELECT "schema_migrations"."version" FROM "schema_migrations"
|
75
|
+
[1m[36m (0.1ms)[0m [1mselect sqlite_version(*)[0m
|
76
|
+
[1m[35m (70.5ms)[0m CREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "birthday" date, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
|
77
|
+
[1m[36m (3.3ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) [0m
|
172
78
|
[1m[35m (0.1ms)[0m PRAGMA index_list("schema_migrations")
|
173
|
-
[1m[36m (
|
174
|
-
[1m[35m (0.
|
175
|
-
[1m[36m (
|
79
|
+
[1m[36m (4.2ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
|
80
|
+
[1m[35m (0.1ms)[0m SELECT version FROM "schema_migrations"
|
81
|
+
[1m[36m (4.2ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20120606125104')[0m
|
176
82
|
Connecting to database specified by database.yml
|
177
83
|
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
178
|
-
[1m[35m (0.
|
179
|
-
[1m[36m (
|
180
|
-
[1m[35m (
|
84
|
+
[1m[35m (0.0ms)[0m select sqlite_version(*)
|
85
|
+
[1m[36m (41.8ms)[0m [1mCREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "birthday" date, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
86
|
+
[1m[35m (3.3ms)[0m CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
|
181
87
|
[1m[36m (0.1ms)[0m [1mPRAGMA index_list("schema_migrations")[0m
|
182
|
-
[1m[35m (
|
183
|
-
[1m[36m (0.
|
184
|
-
[1m[35m (
|
185
|
-
[1m[36m (0.
|
88
|
+
[1m[35m (4.1ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
89
|
+
[1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
90
|
+
[1m[35m (3.2ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20120606125104')
|
91
|
+
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
186
92
|
Migrating to CreateCities (20120606125058)
|
187
|
-
[1m[35m (0.
|
188
|
-
[1m[36m (0.
|
189
|
-
[1m[35m (0.
|
93
|
+
[1m[35m (0.0ms)[0m begin transaction
|
94
|
+
[1m[36m (0.4ms)[0m [1mCREATE TABLE "cities" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
95
|
+
[1m[35m (0.2ms)[0m ALTER TABLE "people" ADD "city_id" integer
|
190
96
|
[1m[36m (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES ('20120606125058')[0m
|
191
|
-
[1m[35m (
|
97
|
+
[1m[35m (3.2ms)[0m commit transaction
|
192
98
|
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
193
99
|
[1m[35mPerson Load (0.1ms)[0m SELECT "people".* FROM "people" WHERE "people"."name" = 'Pascal' LIMIT 1
|
194
|
-
[1m[36mSQL (
|
195
|
-
[1m[35m (
|
196
|
-
[1m[36m (0.
|
100
|
+
[1m[36mSQL (42.9ms)[0m [1mINSERT INTO "people" ("birthday", "city_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["birthday", nil], ["city_id", nil], ["created_at", Tue, 13 Nov 2012 20:56:01 UTC +00:00], ["name", "Pascal"], ["updated_at", Tue, 13 Nov 2012 20:56:01 UTC +00:00]]
|
101
|
+
[1m[35m (3.3ms)[0m commit transaction
|
102
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
197
103
|
[1m[35mCity Load (0.1ms)[0m SELECT "cities".* FROM "cities" WHERE "cities"."name" = 'Paris' LIMIT 1
|
198
|
-
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "cities" ("created_at", "name", "updated_at") VALUES (?, ?, ?)[0m [["created_at",
|
199
|
-
[1m[35m (
|
104
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "cities" ("created_at", "name", "updated_at") VALUES (?, ?, ?)[0m [["created_at", Tue, 13 Nov 2012 20:56:01 UTC +00:00], ["name", "Paris"], ["updated_at", Tue, 13 Nov 2012 20:56:01 UTC +00:00]]
|
105
|
+
[1m[35m (2.9ms)[0m commit transaction
|
200
106
|
Connecting to database specified by database.yml
|
201
107
|
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
202
108
|
[1m[35m (0.1ms)[0m select sqlite_version(*)
|
203
|
-
[1m[36m (
|
204
|
-
[1m[35m (
|
109
|
+
[1m[36m (44.7ms)[0m [1mCREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "birthday" date, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
110
|
+
[1m[35m (3.3ms)[0m CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
|
205
111
|
[1m[36m (0.1ms)[0m [1mPRAGMA index_list("schema_migrations")[0m
|
206
|
-
[1m[35m (
|
207
|
-
[1m[36m (0.
|
208
|
-
[1m[35m (
|
209
|
-
[1m[36m (0.
|
112
|
+
[1m[35m (4.4ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
113
|
+
[1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
114
|
+
[1m[35m (3.2ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20120606125104')
|
115
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
210
116
|
[1m[35mPerson Load (0.1ms)[0m SELECT "people".* FROM "people" WHERE "people"."name" = 'Pascal' LIMIT 1
|
211
|
-
[1m[36mSQL (
|
212
|
-
[1m[35m (
|
117
|
+
[1m[36mSQL (3.2ms)[0m [1mINSERT INTO "people" ("birthday", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?)[0m [["birthday", nil], ["created_at", Tue, 13 Nov 2012 20:56:06 UTC +00:00], ["name", "Pascal"], ["updated_at", Tue, 13 Nov 2012 20:56:06 UTC +00:00]]
|
118
|
+
[1m[35m (2.8ms)[0m commit transaction
|
213
119
|
Connecting to database specified by database.yml
|
214
120
|
Connecting to database specified by database.yml
|
215
121
|
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
216
122
|
Migrating to CreatePeople (20120606125104)
|
217
|
-
[1m[35m (0.
|
218
|
-
[1m[36m (0.
|
123
|
+
[1m[35m (0.1ms)[0m SELECT "schema_migrations"."version" FROM "schema_migrations"
|
124
|
+
[1m[36m (0.0ms)[0m [1mselect sqlite_version(*)[0m
|
219
125
|
[1m[35m (0.1ms)[0m SELECT "schema_migrations"."version" FROM "schema_migrations"
|
220
126
|
[1m[36m (0.0ms)[0m [1mPRAGMA index_list("people")[0m
|
221
|
-
[1m[35m (0.
|
222
|
-
[1m[36m (0.
|
223
|
-
[1m[35m (
|
224
|
-
[1m[36m (
|
127
|
+
[1m[35m (0.1ms)[0m SELECT "schema_migrations"."version" FROM "schema_migrations"
|
128
|
+
[1m[36m (0.1ms)[0m [1mselect sqlite_version(*)[0m
|
129
|
+
[1m[35m (34.2ms)[0m CREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "birthday" date, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
|
130
|
+
[1m[36m (3.1ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) [0m
|
225
131
|
[1m[35m (0.1ms)[0m PRAGMA index_list("schema_migrations")
|
226
|
-
[1m[36m (
|
227
|
-
[1m[35m (0.
|
228
|
-
[1m[36m (
|
132
|
+
[1m[36m (3.8ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
|
133
|
+
[1m[35m (0.1ms)[0m SELECT version FROM "schema_migrations"
|
134
|
+
[1m[36m (3.7ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20120606125104')[0m
|
229
135
|
Connecting to database specified by database.yml
|
230
136
|
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
231
|
-
[1m[35m (0.
|
232
|
-
[1m[36m (
|
233
|
-
[1m[35m (
|
234
|
-
[1m[36m (0.
|
235
|
-
[1m[35m (
|
236
|
-
[1m[36m (0.
|
237
|
-
[1m[35m (
|
137
|
+
[1m[35m (0.1ms)[0m select sqlite_version(*)
|
138
|
+
[1m[36m (45.0ms)[0m [1mCREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "birthday" date, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
139
|
+
[1m[35m (3.2ms)[0m CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
|
140
|
+
[1m[36m (0.1ms)[0m [1mPRAGMA index_list("schema_migrations")[0m
|
141
|
+
[1m[35m (4.1ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
142
|
+
[1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
143
|
+
[1m[35m (3.5ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20120606125104')
|
238
144
|
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
239
145
|
Migrating to CreateCities (20120606125058)
|
240
146
|
[1m[35m (0.0ms)[0m begin transaction
|
241
147
|
[1m[36m (0.3ms)[0m [1mCREATE TABLE "cities" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
242
148
|
[1m[35m (0.1ms)[0m ALTER TABLE "people" ADD "city_id" integer
|
243
149
|
[1m[36m (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES ('20120606125058')[0m
|
244
|
-
[1m[35m (
|
150
|
+
[1m[35m (3.2ms)[0m commit transaction
|
245
151
|
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
246
152
|
[1m[35mPerson Load (0.1ms)[0m SELECT "people".* FROM "people" WHERE "people"."name" = 'Pascal' LIMIT 1
|
247
|
-
[1m[36mSQL (
|
248
|
-
[1m[35m (
|
153
|
+
[1m[36mSQL (3.2ms)[0m [1mINSERT INTO "people" ("birthday", "city_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["birthday", nil], ["city_id", nil], ["created_at", Tue, 13 Nov 2012 20:56:37 UTC +00:00], ["name", "Pascal"], ["updated_at", Tue, 13 Nov 2012 20:56:37 UTC +00:00]]
|
154
|
+
[1m[35m (2.8ms)[0m commit transaction
|
249
155
|
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
250
156
|
[1m[35mCity Load (0.1ms)[0m SELECT "cities".* FROM "cities" WHERE "cities"."name" = 'Paris' LIMIT 1
|
251
|
-
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "cities" ("created_at", "name", "updated_at") VALUES (?, ?, ?)[0m [["created_at",
|
252
|
-
[1m[35m (
|
157
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "cities" ("created_at", "name", "updated_at") VALUES (?, ?, ?)[0m [["created_at", Tue, 13 Nov 2012 20:56:37 UTC +00:00], ["name", "Paris"], ["updated_at", Tue, 13 Nov 2012 20:56:37 UTC +00:00]]
|
158
|
+
[1m[35m (2.9ms)[0m commit transaction
|
253
159
|
Connecting to database specified by database.yml
|
254
160
|
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
255
|
-
[1m[35m (0.
|
256
|
-
[1m[36m (
|
257
|
-
[1m[35m (
|
161
|
+
[1m[35m (0.1ms)[0m select sqlite_version(*)
|
162
|
+
[1m[36m (67.9ms)[0m [1mCREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "birthday" date, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
163
|
+
[1m[35m (3.3ms)[0m CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
|
258
164
|
[1m[36m (0.1ms)[0m [1mPRAGMA index_list("schema_migrations")[0m
|
259
|
-
[1m[35m (
|
260
|
-
[1m[36m (0.
|
261
|
-
[1m[35m (
|
165
|
+
[1m[35m (4.5ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
166
|
+
[1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
167
|
+
[1m[35m (2.7ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20120606125104')
|
262
168
|
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
263
169
|
[1m[35mPerson Load (0.1ms)[0m SELECT "people".* FROM "people" WHERE "people"."name" = 'Pascal' LIMIT 1
|
264
|
-
[1m[36mSQL (2.
|
265
|
-
[1m[35m (
|
170
|
+
[1m[36mSQL (2.9ms)[0m [1mINSERT INTO "people" ("birthday", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?)[0m [["birthday", nil], ["created_at", Tue, 13 Nov 2012 20:56:42 UTC +00:00], ["name", "Pascal"], ["updated_at", Tue, 13 Nov 2012 20:56:42 UTC +00:00]]
|
171
|
+
[1m[35m (38.7ms)[0m commit transaction
|
266
172
|
Connecting to database specified by database.yml
|
267
173
|
Connecting to database specified by database.yml
|
268
174
|
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
269
175
|
Migrating to CreatePeople (20120606125104)
|
270
|
-
[1m[35m (0.
|
271
|
-
[1m[36m (0.
|
176
|
+
[1m[35m (0.1ms)[0m SELECT "schema_migrations"."version" FROM "schema_migrations"
|
177
|
+
[1m[36m (0.0ms)[0m [1mselect sqlite_version(*)[0m
|
272
178
|
[1m[35m (0.1ms)[0m SELECT "schema_migrations"."version" FROM "schema_migrations"
|
273
179
|
[1m[36m (0.0ms)[0m [1mPRAGMA index_list("people")[0m
|
274
180
|
[1m[35m (0.1ms)[0m SELECT "schema_migrations"."version" FROM "schema_migrations"
|
275
|
-
[1m[36m (0.
|
276
|
-
[1m[35m (
|
277
|
-
[1m[36m (
|
181
|
+
[1m[36m (0.0ms)[0m [1mselect sqlite_version(*)[0m
|
182
|
+
[1m[35m (35.0ms)[0m CREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "birthday" date, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
|
183
|
+
[1m[36m (3.3ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) [0m
|
278
184
|
[1m[35m (0.1ms)[0m PRAGMA index_list("schema_migrations")
|
279
|
-
[1m[36m (
|
280
|
-
[1m[35m (0.
|
281
|
-
[1m[36m (
|
185
|
+
[1m[36m (4.1ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
|
186
|
+
[1m[35m (0.1ms)[0m SELECT version FROM "schema_migrations"
|
187
|
+
[1m[36m (3.1ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20120606125104')[0m
|
282
188
|
Connecting to database specified by database.yml
|
283
189
|
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
284
|
-
[1m[35m (0.
|
285
|
-
[1m[36m (
|
286
|
-
[1m[35m (
|
190
|
+
[1m[35m (0.1ms)[0m select sqlite_version(*)
|
191
|
+
[1m[36m (39.9ms)[0m [1mCREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "birthday" date, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
192
|
+
[1m[35m (3.4ms)[0m CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
|
287
193
|
[1m[36m (0.1ms)[0m [1mPRAGMA index_list("schema_migrations")[0m
|
288
|
-
[1m[35m (
|
194
|
+
[1m[35m (4.4ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
289
195
|
[1m[36m (0.2ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
290
|
-
[1m[35m (
|
291
|
-
[1m[36m (0.
|
196
|
+
[1m[35m (3.2ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20120606125104')
|
197
|
+
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
292
198
|
Migrating to CreateCities (20120606125058)
|
293
|
-
[1m[35m (0.
|
294
|
-
[1m[36m (0.
|
295
|
-
[1m[35m (0.
|
296
|
-
[1m[36m (0.
|
297
|
-
[1m[35m (
|
199
|
+
[1m[35m (0.0ms)[0m begin transaction
|
200
|
+
[1m[36m (0.3ms)[0m [1mCREATE TABLE "cities" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
201
|
+
[1m[35m (0.1ms)[0m ALTER TABLE "people" ADD "city_id" integer
|
202
|
+
[1m[36m (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES ('20120606125058')[0m
|
203
|
+
[1m[35m (3.0ms)[0m commit transaction
|
298
204
|
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
299
205
|
[1m[35mPerson Load (0.1ms)[0m SELECT "people".* FROM "people" WHERE "people"."name" = 'Pascal' LIMIT 1
|
300
|
-
[1m[36mSQL (
|
301
|
-
[1m[35m (
|
206
|
+
[1m[36mSQL (3.1ms)[0m [1mINSERT INTO "people" ("birthday", "city_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["birthday", nil], ["city_id", nil], ["created_at", Tue, 13 Nov 2012 20:58:03 UTC +00:00], ["name", "Pascal"], ["updated_at", Tue, 13 Nov 2012 20:58:03 UTC +00:00]]
|
207
|
+
[1m[35m (2.8ms)[0m commit transaction
|
302
208
|
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
303
209
|
[1m[35mCity Load (0.1ms)[0m SELECT "cities".* FROM "cities" WHERE "cities"."name" = 'Paris' LIMIT 1
|
304
|
-
[1m[36mSQL (0.
|
305
|
-
[1m[35m (
|
210
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "cities" ("created_at", "name", "updated_at") VALUES (?, ?, ?)[0m [["created_at", Tue, 13 Nov 2012 20:58:03 UTC +00:00], ["name", "Paris"], ["updated_at", Tue, 13 Nov 2012 20:58:03 UTC +00:00]]
|
211
|
+
[1m[35m (2.8ms)[0m commit transaction
|
306
212
|
Connecting to database specified by database.yml
|
307
213
|
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
308
214
|
[1m[35m (0.1ms)[0m select sqlite_version(*)
|
309
|
-
[1m[36m (
|
310
|
-
[1m[35m (
|
215
|
+
[1m[36m (39.0ms)[0m [1mCREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "birthday" date, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
216
|
+
[1m[35m (3.2ms)[0m CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
|
311
217
|
[1m[36m (0.1ms)[0m [1mPRAGMA index_list("schema_migrations")[0m
|
312
|
-
[1m[35m (
|
313
|
-
[1m[36m (0.
|
314
|
-
[1m[35m (
|
315
|
-
[1m[36m (0.
|
218
|
+
[1m[35m (4.1ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
219
|
+
[1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
220
|
+
[1m[35m (3.9ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20120606125104')
|
221
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
316
222
|
[1m[35mPerson Load (0.1ms)[0m SELECT "people".* FROM "people" WHERE "people"."name" = 'Pascal' LIMIT 1
|
317
|
-
[1m[36mSQL (
|
318
|
-
[1m[35m (
|
223
|
+
[1m[36mSQL (3.3ms)[0m [1mINSERT INTO "people" ("birthday", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?)[0m [["birthday", nil], ["created_at", Tue, 13 Nov 2012 20:58:07 UTC +00:00], ["name", "Pascal"], ["updated_at", Tue, 13 Nov 2012 20:58:07 UTC +00:00]]
|
224
|
+
[1m[35m (2.8ms)[0m commit transaction
|
319
225
|
Connecting to database specified by database.yml
|
320
226
|
Connecting to database specified by database.yml
|
321
227
|
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
322
228
|
Migrating to CreatePeople (20120606125104)
|
323
229
|
[1m[35m (0.1ms)[0m SELECT "schema_migrations"."version" FROM "schema_migrations"
|
324
|
-
[1m[36m (0.
|
230
|
+
[1m[36m (0.0ms)[0m [1mselect sqlite_version(*)[0m
|
325
231
|
[1m[35m (0.1ms)[0m SELECT "schema_migrations"."version" FROM "schema_migrations"
|
326
232
|
[1m[36m (0.0ms)[0m [1mPRAGMA index_list("people")[0m
|
327
233
|
[1m[35m (0.1ms)[0m SELECT "schema_migrations"."version" FROM "schema_migrations"
|
328
|
-
[1m[36m (0.
|
329
|
-
[1m[35m (
|
330
|
-
[1m[36m (
|
234
|
+
[1m[36m (0.1ms)[0m [1mselect sqlite_version(*)[0m
|
235
|
+
[1m[35m (31.0ms)[0m CREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "birthday" date, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
|
236
|
+
[1m[36m (3.4ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) [0m
|
331
237
|
[1m[35m (0.1ms)[0m PRAGMA index_list("schema_migrations")
|
332
|
-
[1m[36m (
|
333
|
-
[1m[35m (0.
|
334
|
-
[1m[36m (
|
238
|
+
[1m[36m (4.9ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
|
239
|
+
[1m[35m (0.1ms)[0m SELECT version FROM "schema_migrations"
|
240
|
+
[1m[36m (4.2ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20120606125104')[0m
|
335
241
|
Connecting to database specified by database.yml
|
336
242
|
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
337
|
-
[1m[35m (0.
|
338
|
-
[1m[36m (
|
339
|
-
[1m[35m (
|
243
|
+
[1m[35m (0.0ms)[0m select sqlite_version(*)
|
244
|
+
[1m[36m (45.1ms)[0m [1mCREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "birthday" date, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
245
|
+
[1m[35m (3.4ms)[0m CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
|
340
246
|
[1m[36m (0.1ms)[0m [1mPRAGMA index_list("schema_migrations")[0m
|
341
|
-
[1m[35m (
|
342
|
-
[1m[36m (0.
|
343
|
-
[1m[35m (
|
247
|
+
[1m[35m (4.2ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
248
|
+
[1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
249
|
+
[1m[35m (4.6ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20120606125104')
|
344
250
|
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
345
251
|
Migrating to CreateCities (20120606125058)
|
346
252
|
[1m[35m (0.0ms)[0m begin transaction
|
347
|
-
[1m[36m (0.
|
348
|
-
[1m[35m (0.
|
253
|
+
[1m[36m (0.3ms)[0m [1mCREATE TABLE "cities" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
254
|
+
[1m[35m (0.2ms)[0m ALTER TABLE "people" ADD "city_id" integer
|
349
255
|
[1m[36m (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES ('20120606125058')[0m
|
350
|
-
[1m[35m (
|
256
|
+
[1m[35m (3.5ms)[0m commit transaction
|
351
257
|
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
352
258
|
[1m[35mPerson Load (0.1ms)[0m SELECT "people".* FROM "people" WHERE "people"."name" = 'Pascal' LIMIT 1
|
353
|
-
[1m[36mSQL (
|
354
|
-
[1m[35m (
|
259
|
+
[1m[36mSQL (2.9ms)[0m [1mINSERT INTO "people" ("birthday", "city_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["birthday", nil], ["city_id", nil], ["created_at", Tue, 13 Nov 2012 20:58:55 UTC +00:00], ["name", "Pascal"], ["updated_at", Tue, 13 Nov 2012 20:58:55 UTC +00:00]]
|
260
|
+
[1m[35m (2.9ms)[0m commit transaction
|
355
261
|
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
356
262
|
[1m[35mCity Load (0.1ms)[0m SELECT "cities".* FROM "cities" WHERE "cities"."name" = 'Paris' LIMIT 1
|
357
|
-
[1m[36mSQL (0.
|
358
|
-
[1m[35m (
|
263
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "cities" ("created_at", "name", "updated_at") VALUES (?, ?, ?)[0m [["created_at", Tue, 13 Nov 2012 20:58:55 UTC +00:00], ["name", "Paris"], ["updated_at", Tue, 13 Nov 2012 20:58:55 UTC +00:00]]
|
264
|
+
[1m[35m (3.0ms)[0m commit transaction
|
359
265
|
Connecting to database specified by database.yml
|
360
266
|
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
361
|
-
[1m[35m (0.
|
362
|
-
[1m[36m (
|
363
|
-
[1m[35m (
|
267
|
+
[1m[35m (0.1ms)[0m select sqlite_version(*)
|
268
|
+
[1m[36m (40.6ms)[0m [1mCREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "birthday" date, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
269
|
+
[1m[35m (3.0ms)[0m CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
|
364
270
|
[1m[36m (0.1ms)[0m [1mPRAGMA index_list("schema_migrations")[0m
|
365
|
-
[1m[35m (
|
366
|
-
[1m[36m (0.
|
367
|
-
[1m[35m (
|
271
|
+
[1m[35m (5.1ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
272
|
+
[1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
273
|
+
[1m[35m (4.3ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20120606125104')
|
368
274
|
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
369
275
|
[1m[35mPerson Load (0.1ms)[0m SELECT "people".* FROM "people" WHERE "people"."name" = 'Pascal' LIMIT 1
|
370
|
-
[1m[36mSQL (
|
371
|
-
[1m[35m (
|
276
|
+
[1m[36mSQL (3.0ms)[0m [1mINSERT INTO "people" ("birthday", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?)[0m [["birthday", nil], ["created_at", Tue, 13 Nov 2012 20:59:00 UTC +00:00], ["name", "Pascal"], ["updated_at", Tue, 13 Nov 2012 20:59:00 UTC +00:00]]
|
277
|
+
[1m[35m (2.9ms)[0m commit transaction
|
372
278
|
Connecting to database specified by database.yml
|
373
279
|
Connecting to database specified by database.yml
|
374
280
|
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
375
281
|
Migrating to CreatePeople (20120606125104)
|
376
|
-
[1m[35m (0.
|
377
|
-
[1m[36m (0.
|
282
|
+
[1m[35m (0.1ms)[0m SELECT "schema_migrations"."version" FROM "schema_migrations"
|
283
|
+
[1m[36m (0.0ms)[0m [1mselect sqlite_version(*)[0m
|
378
284
|
[1m[35m (0.1ms)[0m SELECT "schema_migrations"."version" FROM "schema_migrations"
|
379
285
|
[1m[36m (0.0ms)[0m [1mPRAGMA index_list("people")[0m
|
380
286
|
[1m[35m (0.1ms)[0m SELECT "schema_migrations"."version" FROM "schema_migrations"
|
381
|
-
[1m[36m (0.
|
382
|
-
[1m[35m (
|
383
|
-
[1m[36m (
|
287
|
+
[1m[36m (0.0ms)[0m [1mselect sqlite_version(*)[0m
|
288
|
+
[1m[35m (33.9ms)[0m CREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "birthday" date, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
|
289
|
+
[1m[36m (3.3ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) [0m
|
384
290
|
[1m[35m (0.1ms)[0m PRAGMA index_list("schema_migrations")
|
385
|
-
[1m[36m (
|
386
|
-
[1m[35m (0.
|
387
|
-
[1m[36m (
|
291
|
+
[1m[36m (4.3ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
|
292
|
+
[1m[35m (0.1ms)[0m SELECT version FROM "schema_migrations"
|
293
|
+
[1m[36m (4.2ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20120606125104')[0m
|
388
294
|
Connecting to database specified by database.yml
|
389
295
|
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
390
|
-
[1m[35m (0.
|
391
|
-
[1m[36m (
|
392
|
-
[1m[35m (
|
393
|
-
[1m[36m (0.
|
394
|
-
[1m[35m (
|
296
|
+
[1m[35m (0.0ms)[0m select sqlite_version(*)
|
297
|
+
[1m[36m (45.0ms)[0m [1mCREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "birthday" date, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
298
|
+
[1m[35m (3.3ms)[0m CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
|
299
|
+
[1m[36m (0.1ms)[0m [1mPRAGMA index_list("schema_migrations")[0m
|
300
|
+
[1m[35m (4.1ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
395
301
|
[1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
396
|
-
[1m[35m (
|
397
|
-
[1m[36m (0.
|
302
|
+
[1m[35m (3.2ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20120606125104')
|
303
|
+
[1m[36m (0.2ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
398
304
|
Migrating to CreateCities (20120606125058)
|
399
305
|
[1m[35m (0.0ms)[0m begin transaction
|
400
|
-
[1m[36m (0.
|
401
|
-
[1m[35m (0.
|
306
|
+
[1m[36m (0.3ms)[0m [1mCREATE TABLE "cities" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
307
|
+
[1m[35m (0.2ms)[0m ALTER TABLE "people" ADD "city_id" integer
|
402
308
|
[1m[36m (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES ('20120606125058')[0m
|
403
|
-
[1m[35m (
|
404
|
-
[1m[36m (0.
|
309
|
+
[1m[35m (4.2ms)[0m commit transaction
|
310
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
405
311
|
[1m[35mPerson Load (0.1ms)[0m SELECT "people".* FROM "people" WHERE "people"."name" = 'Pascal' LIMIT 1
|
406
|
-
[1m[36mSQL (
|
407
|
-
[1m[35m (
|
312
|
+
[1m[36mSQL (2.9ms)[0m [1mINSERT INTO "people" ("birthday", "city_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["birthday", nil], ["city_id", nil], ["created_at", Tue, 13 Nov 2012 21:01:10 UTC +00:00], ["name", "Pascal"], ["updated_at", Tue, 13 Nov 2012 21:01:10 UTC +00:00]]
|
313
|
+
[1m[35m (4.5ms)[0m commit transaction
|
408
314
|
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
409
|
-
[1m[35mCity Load (0.
|
410
|
-
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "cities" ("created_at", "name", "updated_at") VALUES (?, ?, ?)[0m [["created_at", Tue,
|
411
|
-
[1m[35m (
|
315
|
+
[1m[35mCity Load (0.1ms)[0m SELECT "cities".* FROM "cities" WHERE "cities"."name" = 'Paris' LIMIT 1
|
316
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "cities" ("created_at", "name", "updated_at") VALUES (?, ?, ?)[0m [["created_at", Tue, 13 Nov 2012 21:01:10 UTC +00:00], ["name", "Paris"], ["updated_at", Tue, 13 Nov 2012 21:01:10 UTC +00:00]]
|
317
|
+
[1m[35m (2.9ms)[0m commit transaction
|
412
318
|
Connecting to database specified by database.yml
|
413
319
|
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
414
320
|
[1m[35m (0.1ms)[0m select sqlite_version(*)
|
415
|
-
[1m[36m (
|
416
|
-
[1m[35m (
|
321
|
+
[1m[36m (44.8ms)[0m [1mCREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "birthday" date, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
322
|
+
[1m[35m (3.2ms)[0m CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
|
417
323
|
[1m[36m (0.1ms)[0m [1mPRAGMA index_list("schema_migrations")[0m
|
418
|
-
[1m[35m (
|
419
|
-
[1m[36m (0.
|
420
|
-
[1m[35m (
|
324
|
+
[1m[35m (4.2ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
325
|
+
[1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
326
|
+
[1m[35m (3.6ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20120606125104')
|
421
327
|
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
422
328
|
[1m[35mPerson Load (0.1ms)[0m SELECT "people".* FROM "people" WHERE "people"."name" = 'Pascal' LIMIT 1
|
423
|
-
[1m[36mSQL (2.
|
424
|
-
[1m[35m (
|
329
|
+
[1m[36mSQL (2.9ms)[0m [1mINSERT INTO "people" ("birthday", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?)[0m [["birthday", nil], ["created_at", Tue, 13 Nov 2012 21:01:15 UTC +00:00], ["name", "Pascal"], ["updated_at", Tue, 13 Nov 2012 21:01:15 UTC +00:00]]
|
330
|
+
[1m[35m (2.8ms)[0m commit transaction
|
331
|
+
Connecting to database specified by database.yml
|
332
|
+
Connecting to database specified by database.yml
|
425
333
|
Connecting to database specified by database.yml
|
426
334
|
Connecting to database specified by database.yml
|
427
335
|
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
428
336
|
Migrating to CreatePeople (20120606125104)
|
429
337
|
[1m[35m (0.1ms)[0m SELECT "schema_migrations"."version" FROM "schema_migrations"
|
430
|
-
[1m[36m (0.
|
338
|
+
[1m[36m (0.0ms)[0m [1mselect sqlite_version(*)[0m
|
431
339
|
[1m[35m (0.1ms)[0m SELECT "schema_migrations"."version" FROM "schema_migrations"
|
432
340
|
[1m[36m (0.0ms)[0m [1mPRAGMA index_list("people")[0m
|
433
341
|
[1m[35m (0.1ms)[0m SELECT "schema_migrations"."version" FROM "schema_migrations"
|
434
|
-
[1m[36m (0.
|
435
|
-
[1m[35m (
|
436
|
-
[1m[36m (
|
342
|
+
[1m[36m (0.0ms)[0m [1mselect sqlite_version(*)[0m
|
343
|
+
[1m[35m (32.6ms)[0m CREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "birthday" date, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
|
344
|
+
[1m[36m (3.2ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) [0m
|
437
345
|
[1m[35m (0.1ms)[0m PRAGMA index_list("schema_migrations")
|
438
|
-
[1m[36m (
|
439
|
-
[1m[35m (0.
|
440
|
-
[1m[36m (
|
346
|
+
[1m[36m (4.1ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
|
347
|
+
[1m[35m (0.1ms)[0m SELECT version FROM "schema_migrations"
|
348
|
+
[1m[36m (3.1ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20120606125104')[0m
|
441
349
|
Connecting to database specified by database.yml
|
442
350
|
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
443
|
-
[1m[35m (0.
|
444
|
-
[1m[36m (
|
445
|
-
[1m[35m (
|
351
|
+
[1m[35m (0.1ms)[0m select sqlite_version(*)
|
352
|
+
[1m[36m (40.3ms)[0m [1mCREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "birthday" date, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
353
|
+
[1m[35m (3.2ms)[0m CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
|
446
354
|
[1m[36m (0.1ms)[0m [1mPRAGMA index_list("schema_migrations")[0m
|
447
|
-
[1m[35m (
|
448
|
-
[1m[36m (0.
|
449
|
-
[1m[35m (
|
450
|
-
[1m[36m (0.
|
355
|
+
[1m[35m (4.3ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
356
|
+
[1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
357
|
+
[1m[35m (3.0ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20120606125104')
|
358
|
+
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
451
359
|
Migrating to CreateCities (20120606125058)
|
452
|
-
[1m[35m (0.
|
453
|
-
[1m[36m (0.
|
454
|
-
[1m[35m (0.
|
455
|
-
[1m[36m (0.
|
456
|
-
[1m[35m (
|
360
|
+
[1m[35m (0.0ms)[0m begin transaction
|
361
|
+
[1m[36m (0.3ms)[0m [1mCREATE TABLE "cities" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
362
|
+
[1m[35m (0.1ms)[0m ALTER TABLE "people" ADD "city_id" integer
|
363
|
+
[1m[36m (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES ('20120606125058')[0m
|
364
|
+
[1m[35m (2.8ms)[0m commit transaction
|
457
365
|
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
458
366
|
[1m[35mPerson Load (0.1ms)[0m SELECT "people".* FROM "people" WHERE "people"."name" = 'Pascal' LIMIT 1
|
459
|
-
[1m[36mSQL (
|
460
|
-
[1m[35m (
|
461
|
-
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
|
462
|
-
[1m[35mCity Load (0.1ms)[0m SELECT "cities".* FROM "cities" WHERE "cities"."name" = 'Paris' LIMIT 1
|
463
|
-
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "cities" ("created_at", "name", "updated_at") VALUES (?, ?, ?)[0m [["created_at", Mon, 26 Nov 2012 13:14:09 UTC +00:00], ["name", "Paris"], ["updated_at", Mon, 26 Nov 2012 13:14:09 UTC +00:00]]
|
464
|
-
[1m[35m (7.1ms)[0m commit transaction
|
465
|
-
Connecting to database specified by database.yml
|
466
|
-
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
467
|
-
[1m[35m (0.2ms)[0m select sqlite_version(*)
|
468
|
-
[1m[36m (15.6ms)[0m [1mCREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "birthday" date, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
469
|
-
[1m[35m (10.7ms)[0m CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
|
470
|
-
[1m[36m (0.1ms)[0m [1mPRAGMA index_list("schema_migrations")[0m
|
471
|
-
[1m[35m (10.4ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
472
|
-
[1m[36m (0.2ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
473
|
-
[1m[35m (8.5ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20120606125104')
|
367
|
+
[1m[36mSQL (2.9ms)[0m [1mINSERT INTO "people" ("birthday", "city_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["birthday", nil], ["city_id", nil], ["created_at", Tue, 13 Nov 2012 21:09:46 UTC +00:00], ["name", "Pascal"], ["updated_at", Tue, 13 Nov 2012 21:09:46 UTC +00:00]]
|
368
|
+
[1m[35m (2.8ms)[0m commit transaction
|
474
369
|
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
475
|
-
[1m[
|
476
|
-
[1m[36mSQL (
|
477
|
-
[1m[35m (
|
370
|
+
[1m[35mCity Load (0.1ms)[0m SELECT "cities".* FROM "cities" WHERE "cities"."name" = 'Paris' LIMIT 1
|
371
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "cities" ("created_at", "name", "updated_at") VALUES (?, ?, ?)[0m [["created_at", Tue, 13 Nov 2012 21:09:46 UTC +00:00], ["name", "Paris"], ["updated_at", Tue, 13 Nov 2012 21:09:46 UTC +00:00]]
|
372
|
+
[1m[35m (2.9ms)[0m commit transaction
|
478
373
|
Connecting to database specified by database.yml
|
479
374
|
Connecting to database specified by database.yml
|
480
375
|
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
481
376
|
Migrating to CreatePeople (20120606125104)
|
482
|
-
[1m[35m (0.
|
483
|
-
[1m[36m (0.
|
377
|
+
[1m[35m (0.1ms)[0m SELECT "schema_migrations"."version" FROM "schema_migrations"
|
378
|
+
[1m[36m (0.0ms)[0m [1mselect sqlite_version(*)[0m
|
484
379
|
[1m[35m (0.1ms)[0m SELECT "schema_migrations"."version" FROM "schema_migrations"
|
485
380
|
[1m[36m (0.0ms)[0m [1mPRAGMA index_list("people")[0m
|
486
|
-
[1m[35m (0.
|
381
|
+
[1m[35m (0.1ms)[0m SELECT "schema_migrations"."version" FROM "schema_migrations"
|
487
382
|
[1m[36m (0.1ms)[0m [1mselect sqlite_version(*)[0m
|
488
|
-
[1m[35m (
|
489
|
-
[1m[36m (
|
383
|
+
[1m[35m (36.1ms)[0m CREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "birthday" date, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
|
384
|
+
[1m[36m (3.4ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) [0m
|
490
385
|
[1m[35m (0.1ms)[0m PRAGMA index_list("schema_migrations")
|
491
|
-
[1m[36m (
|
492
|
-
[1m[35m (0.
|
493
|
-
[1m[36m (
|
386
|
+
[1m[36m (4.2ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
|
387
|
+
[1m[35m (0.1ms)[0m SELECT version FROM "schema_migrations"
|
388
|
+
[1m[36m (4.4ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20120606125104')[0m
|
494
389
|
Connecting to database specified by database.yml
|
495
390
|
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
496
|
-
[1m[35m (0.
|
497
|
-
[1m[36m (
|
498
|
-
[1m[35m (
|
391
|
+
[1m[35m (0.1ms)[0m select sqlite_version(*)
|
392
|
+
[1m[36m (42.1ms)[0m [1mCREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "birthday" date, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
393
|
+
[1m[35m (3.5ms)[0m CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
|
499
394
|
[1m[36m (0.1ms)[0m [1mPRAGMA index_list("schema_migrations")[0m
|
500
|
-
[1m[35m (
|
501
|
-
[1m[36m (0.
|
502
|
-
[1m[35m (
|
503
|
-
[1m[36m (0.
|
395
|
+
[1m[35m (4.8ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
396
|
+
[1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
397
|
+
[1m[35m (4.6ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20120606125104')
|
398
|
+
[1m[36m (0.5ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
504
399
|
Migrating to CreateCities (20120606125058)
|
505
|
-
[1m[35m (0.
|
506
|
-
[1m[36m (0.
|
507
|
-
[1m[35m (0.
|
400
|
+
[1m[35m (0.0ms)[0m begin transaction
|
401
|
+
[1m[36m (0.3ms)[0m [1mCREATE TABLE "cities" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
402
|
+
[1m[35m (0.2ms)[0m ALTER TABLE "people" ADD "city_id" integer
|
508
403
|
[1m[36m (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES ('20120606125058')[0m
|
509
|
-
[1m[35m (
|
404
|
+
[1m[35m (3.0ms)[0m commit transaction
|
510
405
|
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
511
406
|
[1m[35mPerson Load (0.1ms)[0m SELECT "people".* FROM "people" WHERE "people"."name" = 'Pascal' LIMIT 1
|
512
|
-
[1m[36mSQL (
|
513
|
-
[1m[35m (
|
514
|
-
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
|
515
|
-
[1m[35mCity Load (0.1ms)[0m SELECT "cities".* FROM "cities" WHERE "cities"."name" = 'Paris' LIMIT 1
|
516
|
-
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "cities" ("created_at", "name", "updated_at") VALUES (?, ?, ?)[0m [["created_at", Mon, 26 Nov 2012 13:23:29 UTC +00:00], ["name", "Paris"], ["updated_at", Mon, 26 Nov 2012 13:23:29 UTC +00:00]]
|
517
|
-
[1m[35m (6.6ms)[0m commit transaction
|
518
|
-
Connecting to database specified by database.yml
|
519
|
-
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
520
|
-
[1m[35m (0.2ms)[0m select sqlite_version(*)
|
521
|
-
[1m[36m (14.0ms)[0m [1mCREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "birthday" date, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
522
|
-
[1m[35m (10.0ms)[0m CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
|
523
|
-
[1m[36m (0.1ms)[0m [1mPRAGMA index_list("schema_migrations")[0m
|
524
|
-
[1m[35m (10.5ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
525
|
-
[1m[36m (0.2ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
526
|
-
[1m[35m (8.8ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20120606125104')
|
407
|
+
[1m[36mSQL (2.9ms)[0m [1mINSERT INTO "people" ("birthday", "city_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["birthday", nil], ["city_id", nil], ["created_at", Tue, 13 Nov 2012 21:10:32 UTC +00:00], ["name", "Pascal"], ["updated_at", Tue, 13 Nov 2012 21:10:32 UTC +00:00]]
|
408
|
+
[1m[35m (3.0ms)[0m commit transaction
|
527
409
|
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
528
|
-
[1m[
|
529
|
-
[1m[36mSQL (
|
530
|
-
[1m[35m (
|
410
|
+
[1m[35mCity Load (0.1ms)[0m SELECT "cities".* FROM "cities" WHERE "cities"."name" = 'Paris' LIMIT 1
|
411
|
+
[1m[36mSQL (0.5ms)[0m [1mINSERT INTO "cities" ("created_at", "name", "updated_at") VALUES (?, ?, ?)[0m [["created_at", Tue, 13 Nov 2012 21:10:32 UTC +00:00], ["name", "Paris"], ["updated_at", Tue, 13 Nov 2012 21:10:32 UTC +00:00]]
|
412
|
+
[1m[35m (2.8ms)[0m commit transaction
|
531
413
|
Connecting to database specified by database.yml
|
532
414
|
Connecting to database specified by database.yml
|
533
415
|
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
534
416
|
Migrating to CreatePeople (20120606125104)
|
535
417
|
[1m[35m (0.1ms)[0m SELECT "schema_migrations"."version" FROM "schema_migrations"
|
536
|
-
[1m[36m (0.
|
537
|
-
[1m[35m (0.
|
418
|
+
[1m[36m (0.0ms)[0m [1mselect sqlite_version(*)[0m
|
419
|
+
[1m[35m (0.1ms)[0m SELECT "schema_migrations"."version" FROM "schema_migrations"
|
538
420
|
[1m[36m (0.0ms)[0m [1mPRAGMA index_list("people")[0m
|
539
|
-
[1m[35m (0.
|
540
|
-
[1m[36m (0.
|
541
|
-
[1m[35m (
|
542
|
-
[1m[36m (
|
421
|
+
[1m[35m (0.1ms)[0m SELECT "schema_migrations"."version" FROM "schema_migrations"
|
422
|
+
[1m[36m (0.1ms)[0m [1mselect sqlite_version(*)[0m
|
423
|
+
[1m[35m (32.5ms)[0m CREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "birthday" date, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
|
424
|
+
[1m[36m (3.5ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) [0m
|
543
425
|
[1m[35m (0.1ms)[0m PRAGMA index_list("schema_migrations")
|
544
|
-
[1m[36m (
|
545
|
-
[1m[35m (0.
|
546
|
-
[1m[36m (
|
426
|
+
[1m[36m (5.1ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
|
427
|
+
[1m[35m (0.1ms)[0m SELECT version FROM "schema_migrations"
|
428
|
+
[1m[36m (3.3ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20120606125104')[0m
|
547
429
|
Connecting to database specified by database.yml
|
548
430
|
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
549
|
-
[1m[35m (0.
|
550
|
-
[1m[36m (
|
551
|
-
[1m[35m (
|
431
|
+
[1m[35m (0.1ms)[0m select sqlite_version(*)
|
432
|
+
[1m[36m (39.1ms)[0m [1mCREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "birthday" date, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
433
|
+
[1m[35m (3.3ms)[0m CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
|
552
434
|
[1m[36m (0.1ms)[0m [1mPRAGMA index_list("schema_migrations")[0m
|
553
|
-
[1m[35m (
|
554
|
-
[1m[36m (0.
|
555
|
-
[1m[35m (
|
556
|
-
[1m[36m (0.
|
435
|
+
[1m[35m (4.3ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
436
|
+
[1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
437
|
+
[1m[35m (4.6ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20120606125104')
|
438
|
+
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
557
439
|
Migrating to CreateCities (20120606125058)
|
558
|
-
[1m[35m (0.
|
559
|
-
[1m[36m (0.
|
560
|
-
[1m[35m (0.
|
561
|
-
[1m[36m (0.
|
562
|
-
[1m[35m (
|
563
|
-
[1m[36m (0.
|
440
|
+
[1m[35m (0.0ms)[0m begin transaction
|
441
|
+
[1m[36m (0.3ms)[0m [1mCREATE TABLE "cities" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
442
|
+
[1m[35m (0.1ms)[0m ALTER TABLE "people" ADD "city_id" integer
|
443
|
+
[1m[36m (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES ('20120606125058')[0m
|
444
|
+
[1m[35m (4.3ms)[0m commit transaction
|
445
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
564
446
|
[1m[35mPerson Load (0.1ms)[0m SELECT "people".* FROM "people" WHERE "people"."name" = 'Pascal' LIMIT 1
|
565
|
-
[1m[36mSQL (2.9ms)[0m [1mINSERT INTO "people" ("birthday", "city_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["birthday", nil], ["city_id", nil], ["created_at",
|
566
|
-
[1m[35m (
|
447
|
+
[1m[36mSQL (2.9ms)[0m [1mINSERT INTO "people" ("birthday", "city_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["birthday", nil], ["city_id", nil], ["created_at", Tue, 13 Nov 2012 21:11:59 UTC +00:00], ["name", "Pascal"], ["updated_at", Tue, 13 Nov 2012 21:11:59 UTC +00:00]]
|
448
|
+
[1m[35m (2.8ms)[0m commit transaction
|
567
449
|
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
568
|
-
[1m[35mCity Load (0.
|
569
|
-
[1m[36mSQL (0.
|
570
|
-
[1m[35m (
|
450
|
+
[1m[35mCity Load (0.1ms)[0m SELECT "cities".* FROM "cities" WHERE "cities"."name" = 'Paris' LIMIT 1
|
451
|
+
[1m[36mSQL (0.5ms)[0m [1mINSERT INTO "cities" ("created_at", "name", "updated_at") VALUES (?, ?, ?)[0m [["created_at", Tue, 13 Nov 2012 21:11:59 UTC +00:00], ["name", "Paris"], ["updated_at", Tue, 13 Nov 2012 21:11:59 UTC +00:00]]
|
452
|
+
[1m[35m (2.9ms)[0m commit transaction
|
571
453
|
Connecting to database specified by database.yml
|
572
454
|
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
573
455
|
[1m[35m (0.1ms)[0m select sqlite_version(*)
|
574
|
-
[1m[36m (
|
575
|
-
[1m[35m (
|
456
|
+
[1m[36m (38.8ms)[0m [1mCREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "birthday" date, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
457
|
+
[1m[35m (3.3ms)[0m CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
|
576
458
|
[1m[36m (0.1ms)[0m [1mPRAGMA index_list("schema_migrations")[0m
|
577
|
-
[1m[35m (
|
578
|
-
[1m[36m (0.
|
579
|
-
[1m[35m (
|
459
|
+
[1m[35m (4.2ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
460
|
+
[1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
461
|
+
[1m[35m (4.6ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20120606125104')
|
580
462
|
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
581
463
|
[1m[35mPerson Load (0.1ms)[0m SELECT "people".* FROM "people" WHERE "people"."name" = 'Pascal' LIMIT 1
|
582
|
-
[1m[36mSQL (
|
583
|
-
[1m[35m (
|
584
|
-
Connecting to database specified by database.yml
|
585
|
-
Connecting to database specified by database.yml
|
586
|
-
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
587
|
-
Migrating to CreatePeople (20120606125104)
|
588
|
-
[1m[35m (0.0ms)[0m SELECT "schema_migrations"."version" FROM "schema_migrations"
|
589
|
-
[1m[36m (0.1ms)[0m [1mselect sqlite_version(*)[0m
|
590
|
-
[1m[35m (0.1ms)[0m SELECT "schema_migrations"."version" FROM "schema_migrations"
|
591
|
-
[1m[36m (0.0ms)[0m [1mPRAGMA index_list("people")[0m
|
592
|
-
[1m[35m (0.0ms)[0m SELECT "schema_migrations"."version" FROM "schema_migrations"
|
593
|
-
[1m[36m (0.2ms)[0m [1mselect sqlite_version(*)[0m
|
594
|
-
[1m[35m (13.3ms)[0m CREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "birthday" date, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
|
595
|
-
[1m[36m (10.4ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) [0m
|
596
|
-
[1m[35m (0.1ms)[0m PRAGMA index_list("schema_migrations")
|
597
|
-
[1m[36m (10.0ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
|
598
|
-
[1m[35m (0.2ms)[0m SELECT version FROM "schema_migrations"
|
599
|
-
[1m[36m (8.6ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20120606125104')[0m
|
464
|
+
[1m[36mSQL (3.3ms)[0m [1mINSERT INTO "people" ("birthday", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?)[0m [["birthday", nil], ["created_at", Tue, 13 Nov 2012 21:12:04 UTC +00:00], ["name", "Pascal"], ["updated_at", Tue, 13 Nov 2012 21:12:04 UTC +00:00]]
|
465
|
+
[1m[35m (2.8ms)[0m commit transaction
|
600
466
|
Connecting to database specified by database.yml
|
601
467
|
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
602
468
|
[1m[35m (0.1ms)[0m select sqlite_version(*)
|
603
|
-
[1m[36m (
|
604
|
-
[1m[35m (
|
469
|
+
[1m[36m (37.8ms)[0m [1mCREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "birthday" date, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
470
|
+
[1m[35m (3.4ms)[0m CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
|
605
471
|
[1m[36m (0.1ms)[0m [1mPRAGMA index_list("schema_migrations")[0m
|
606
|
-
[1m[35m (
|
607
|
-
[1m[36m (0.
|
608
|
-
[1m[35m (
|
472
|
+
[1m[35m (4.3ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
473
|
+
[1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
474
|
+
[1m[35m (5.4ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20120606125104')
|
609
475
|
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
610
476
|
Migrating to CreateCities (20120606125058)
|
611
477
|
[1m[35m (0.0ms)[0m begin transaction
|
612
|
-
[1m[36m (0.
|
478
|
+
[1m[36m (0.3ms)[0m [1mCREATE TABLE "cities" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
613
479
|
[1m[35m (0.1ms)[0m ALTER TABLE "people" ADD "city_id" integer
|
614
480
|
[1m[36m (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES ('20120606125058')[0m
|
615
|
-
[1m[35m (
|
616
|
-
[1m[36m (0.
|
481
|
+
[1m[35m (3.7ms)[0m commit transaction
|
482
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
617
483
|
[1m[35mPerson Load (0.1ms)[0m SELECT "people".* FROM "people" WHERE "people"."name" = 'Pascal' LIMIT 1
|
618
|
-
[1m[36mSQL (2.
|
619
|
-
[1m[35m (
|
484
|
+
[1m[36mSQL (2.9ms)[0m [1mINSERT INTO "people" ("birthday", "city_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["birthday", nil], ["city_id", nil], ["created_at", Tue, 13 Nov 2012 21:12:53 UTC +00:00], ["name", "Pascal"], ["updated_at", Tue, 13 Nov 2012 21:12:53 UTC +00:00]]
|
485
|
+
[1m[35m (2.9ms)[0m commit transaction
|
620
486
|
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
621
|
-
[1m[35mCity Load (0.
|
622
|
-
[1m[36mSQL (0.
|
623
|
-
[1m[35m (
|
487
|
+
[1m[35mCity Load (0.1ms)[0m SELECT "cities".* FROM "cities" WHERE "cities"."name" = 'Paris' LIMIT 1
|
488
|
+
[1m[36mSQL (0.5ms)[0m [1mINSERT INTO "cities" ("created_at", "name", "updated_at") VALUES (?, ?, ?)[0m [["created_at", Tue, 13 Nov 2012 21:12:53 UTC +00:00], ["name", "Paris"], ["updated_at", Tue, 13 Nov 2012 21:12:53 UTC +00:00]]
|
489
|
+
[1m[35m (3.6ms)[0m commit transaction
|
624
490
|
Connecting to database specified by database.yml
|
625
491
|
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
626
492
|
[1m[35m (0.1ms)[0m select sqlite_version(*)
|
627
|
-
[1m[36m (
|
628
|
-
[1m[35m (
|
493
|
+
[1m[36m (43.9ms)[0m [1mCREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "birthday" date, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
494
|
+
[1m[35m (3.5ms)[0m CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
|
629
495
|
[1m[36m (0.1ms)[0m [1mPRAGMA index_list("schema_migrations")[0m
|
630
|
-
[1m[35m (
|
631
|
-
[1m[36m (0.
|
632
|
-
[1m[35m (
|
496
|
+
[1m[35m (4.7ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
497
|
+
[1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
498
|
+
[1m[35m (29.8ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20120606125104')
|
499
|
+
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
500
|
+
Migrating to CreateCities (20120606125058)
|
501
|
+
[1m[35m (0.0ms)[0m begin transaction
|
502
|
+
[1m[36m (0.3ms)[0m [1mCREATE TABLE "cities" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
503
|
+
[1m[35m (0.2ms)[0m ALTER TABLE "people" ADD "city_id" integer
|
504
|
+
[1m[36m (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES ('20120606125058')[0m
|
505
|
+
[1m[35m (3.0ms)[0m commit transaction
|
506
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
507
|
+
[1m[35mPerson Load (0.1ms)[0m SELECT "people".* FROM "people" WHERE "people"."name" = 'Pascal' LIMIT 1
|
508
|
+
[1m[36mSQL (2.9ms)[0m [1mINSERT INTO "people" ("birthday", "city_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["birthday", nil], ["city_id", nil], ["created_at", Tue, 13 Nov 2012 21:13:17 UTC +00:00], ["name", "Pascal"], ["updated_at", Tue, 13 Nov 2012 21:13:17 UTC +00:00]]
|
509
|
+
[1m[35m (2.9ms)[0m commit transaction
|
633
510
|
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
511
|
+
[1m[35mCity Load (0.2ms)[0m SELECT "cities".* FROM "cities" WHERE "cities"."name" = 'Paris' LIMIT 1
|
512
|
+
[1m[36mSQL (0.5ms)[0m [1mINSERT INTO "cities" ("created_at", "name", "updated_at") VALUES (?, ?, ?)[0m [["created_at", Tue, 13 Nov 2012 21:13:17 UTC +00:00], ["name", "Paris"], ["updated_at", Tue, 13 Nov 2012 21:13:17 UTC +00:00]]
|
513
|
+
[1m[35m (2.9ms)[0m commit transaction
|
514
|
+
Connecting to database specified by database.yml
|
515
|
+
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
516
|
+
[1m[35m (0.1ms)[0m select sqlite_version(*)
|
517
|
+
[1m[36m (42.8ms)[0m [1mCREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "birthday" date, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
518
|
+
[1m[35m (3.4ms)[0m CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
|
519
|
+
[1m[36m (0.1ms)[0m [1mPRAGMA index_list("schema_migrations")[0m
|
520
|
+
[1m[35m (4.3ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
521
|
+
[1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
522
|
+
[1m[35m (3.7ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20120606125104')
|
523
|
+
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
524
|
+
Migrating to CreateCities (20120606125058)
|
525
|
+
[1m[35m (0.0ms)[0m begin transaction
|
526
|
+
[1m[36m (0.3ms)[0m [1mCREATE TABLE "cities" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
527
|
+
[1m[35m (0.2ms)[0m ALTER TABLE "people" ADD "city_id" integer
|
528
|
+
[1m[36m (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES ('20120606125058')[0m
|
529
|
+
[1m[35m (3.3ms)[0m commit transaction
|
530
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
634
531
|
[1m[35mPerson Load (0.1ms)[0m SELECT "people".* FROM "people" WHERE "people"."name" = 'Pascal' LIMIT 1
|
635
|
-
[1m[36mSQL (
|
636
|
-
[1m[35m (
|
532
|
+
[1m[36mSQL (3.1ms)[0m [1mINSERT INTO "people" ("birthday", "city_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["birthday", nil], ["city_id", nil], ["created_at", Tue, 13 Nov 2012 21:13:46 UTC +00:00], ["name", "Pascal"], ["updated_at", Tue, 13 Nov 2012 21:13:46 UTC +00:00]]
|
533
|
+
[1m[35m (2.9ms)[0m commit transaction
|
534
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
535
|
+
[1m[35mCity Load (0.1ms)[0m SELECT "cities".* FROM "cities" WHERE "cities"."name" = 'Paris' LIMIT 1
|
536
|
+
[1m[36mSQL (0.5ms)[0m [1mINSERT INTO "cities" ("created_at", "name", "updated_at") VALUES (?, ?, ?)[0m [["created_at", Tue, 13 Nov 2012 21:13:46 UTC +00:00], ["name", "Paris"], ["updated_at", Tue, 13 Nov 2012 21:13:46 UTC +00:00]]
|
537
|
+
[1m[35m (2.9ms)[0m commit transaction
|
538
|
+
Connecting to database specified by database.yml
|
539
|
+
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
540
|
+
[1m[35m (0.1ms)[0m select sqlite_version(*)
|
541
|
+
[1m[36m (38.5ms)[0m [1mCREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "birthday" date, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
542
|
+
[1m[35m (3.4ms)[0m CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
|
543
|
+
[1m[36m (0.1ms)[0m [1mPRAGMA index_list("schema_migrations")[0m
|
544
|
+
[1m[35m (4.7ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
545
|
+
[1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
546
|
+
[1m[35m (3.5ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20120606125104')
|
547
|
+
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
548
|
+
Migrating to CreateCities (20120606125058)
|
549
|
+
[1m[35m (0.0ms)[0m begin transaction
|
550
|
+
[1m[36m (0.3ms)[0m [1mCREATE TABLE "cities" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
551
|
+
[1m[35m (0.2ms)[0m ALTER TABLE "people" ADD "city_id" integer
|
552
|
+
[1m[36m (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES ('20120606125058')[0m
|
553
|
+
[1m[35m (3.2ms)[0m commit transaction
|
554
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
555
|
+
[1m[35mPerson Load (0.1ms)[0m SELECT "people".* FROM "people" WHERE "people"."name" = 'Pascal' LIMIT 1
|
556
|
+
[1m[36mSQL (3.2ms)[0m [1mINSERT INTO "people" ("birthday", "city_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["birthday", nil], ["city_id", nil], ["created_at", Tue, 13 Nov 2012 21:16:55 UTC +00:00], ["name", "Pascal"], ["updated_at", Tue, 13 Nov 2012 21:16:55 UTC +00:00]]
|
557
|
+
[1m[35m (2.8ms)[0m commit transaction
|
558
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
559
|
+
[1m[35mCity Load (0.1ms)[0m SELECT "cities".* FROM "cities" WHERE "cities"."name" = 'Paris' LIMIT 1
|
560
|
+
[1m[36mSQL (0.5ms)[0m [1mINSERT INTO "cities" ("created_at", "name", "updated_at") VALUES (?, ?, ?)[0m [["created_at", Tue, 13 Nov 2012 21:16:55 UTC +00:00], ["name", "Paris"], ["updated_at", Tue, 13 Nov 2012 21:16:55 UTC +00:00]]
|
561
|
+
[1m[35m (2.9ms)[0m commit transaction
|
562
|
+
Connecting to database specified by database.yml
|
563
|
+
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
564
|
+
[1m[35m (0.1ms)[0m select sqlite_version(*)
|
565
|
+
[1m[36m (39.4ms)[0m [1mCREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "birthday" date, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
566
|
+
[1m[35m (3.4ms)[0m CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
|
567
|
+
[1m[36m (0.1ms)[0m [1mPRAGMA index_list("schema_migrations")[0m
|
568
|
+
[1m[35m (4.3ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
569
|
+
[1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
570
|
+
[1m[35m (4.4ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20120606125104')
|
571
|
+
[1m[36m (0.2ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
572
|
+
Migrating to CreateCities (20120606125058)
|
573
|
+
[1m[35m (0.0ms)[0m begin transaction
|
574
|
+
[1m[36m (0.3ms)[0m [1mCREATE TABLE "cities" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
575
|
+
[1m[35m (0.1ms)[0m ALTER TABLE "people" ADD "city_id" integer
|
576
|
+
[1m[36m (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES ('20120606125058')[0m
|
577
|
+
[1m[35m (5.0ms)[0m commit transaction
|
578
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
579
|
+
[1m[35mPerson Load (0.1ms)[0m SELECT "people".* FROM "people" WHERE "people"."name" = 'Pascal' LIMIT 1
|
580
|
+
[1m[36mSQL (2.9ms)[0m [1mINSERT INTO "people" ("birthday", "city_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["birthday", nil], ["city_id", nil], ["created_at", Tue, 13 Nov 2012 21:17:24 UTC +00:00], ["name", "Pascal"], ["updated_at", Tue, 13 Nov 2012 21:17:24 UTC +00:00]]
|
581
|
+
[1m[35m (2.9ms)[0m commit transaction
|
582
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
583
|
+
[1m[35mCity Load (0.1ms)[0m SELECT "cities".* FROM "cities" WHERE "cities"."name" = 'Paris' LIMIT 1
|
584
|
+
[1m[36mSQL (0.5ms)[0m [1mINSERT INTO "cities" ("created_at", "name", "updated_at") VALUES (?, ?, ?)[0m [["created_at", Tue, 13 Nov 2012 21:17:24 UTC +00:00], ["name", "Paris"], ["updated_at", Tue, 13 Nov 2012 21:17:24 UTC +00:00]]
|
585
|
+
[1m[35m (3.6ms)[0m commit transaction
|
586
|
+
Connecting to database specified by database.yml
|
587
|
+
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
588
|
+
[1m[35m (0.1ms)[0m select sqlite_version(*)
|
589
|
+
[1m[36m (38.8ms)[0m [1mCREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "birthday" date, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
590
|
+
[1m[35m (3.4ms)[0m CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
|
591
|
+
[1m[36m (0.1ms)[0m [1mPRAGMA index_list("schema_migrations")[0m
|
592
|
+
[1m[35m (4.6ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
593
|
+
[1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
594
|
+
[1m[35m (4.6ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20120606125104')
|
595
|
+
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
596
|
+
Migrating to CreateCities (20120606125058)
|
597
|
+
[1m[35m (0.0ms)[0m begin transaction
|
598
|
+
[1m[36m (0.3ms)[0m [1mCREATE TABLE "cities" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
599
|
+
[1m[35m (0.1ms)[0m ALTER TABLE "people" ADD "city_id" integer
|
600
|
+
[1m[36m (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES ('20120606125058')[0m
|
601
|
+
[1m[35m (3.0ms)[0m commit transaction
|
602
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
603
|
+
[1m[35mPerson Load (0.1ms)[0m SELECT "people".* FROM "people" WHERE "people"."name" = 'Pascal' LIMIT 1
|
604
|
+
[1m[36mSQL (2.9ms)[0m [1mINSERT INTO "people" ("birthday", "city_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["birthday", nil], ["city_id", nil], ["created_at", Tue, 13 Nov 2012 21:17:48 UTC +00:00], ["name", "Pascal"], ["updated_at", Tue, 13 Nov 2012 21:17:48 UTC +00:00]]
|
605
|
+
[1m[35m (2.9ms)[0m commit transaction
|
606
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
607
|
+
[1m[35mCity Load (0.1ms)[0m SELECT "cities".* FROM "cities" WHERE "cities"."name" = 'Paris' LIMIT 1
|
608
|
+
[1m[36mSQL (0.5ms)[0m [1mINSERT INTO "cities" ("created_at", "name", "updated_at") VALUES (?, ?, ?)[0m [["created_at", Tue, 13 Nov 2012 21:17:48 UTC +00:00], ["name", "Paris"], ["updated_at", Tue, 13 Nov 2012 21:17:48 UTC +00:00]]
|
609
|
+
[1m[35m (2.9ms)[0m commit transaction
|
610
|
+
Connecting to database specified by database.yml
|
611
|
+
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
612
|
+
[1m[35m (0.1ms)[0m select sqlite_version(*)
|
613
|
+
[1m[36m (45.3ms)[0m [1mCREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "birthday" date, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
614
|
+
[1m[35m (3.4ms)[0m CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
|
615
|
+
[1m[36m (0.1ms)[0m [1mPRAGMA index_list("schema_migrations")[0m
|
616
|
+
[1m[35m (4.6ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
617
|
+
[1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
618
|
+
[1m[35m (4.6ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20120606125104')
|
619
|
+
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
620
|
+
Migrating to CreateCities (20120606125058)
|
621
|
+
[1m[35m (0.0ms)[0m begin transaction
|
622
|
+
[1m[36m (0.4ms)[0m [1mCREATE TABLE "cities" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
623
|
+
[1m[35m (0.2ms)[0m ALTER TABLE "people" ADD "city_id" integer
|
624
|
+
[1m[36m (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES ('20120606125058')[0m
|
625
|
+
[1m[35m (3.0ms)[0m commit transaction
|
626
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
627
|
+
[1m[35mPerson Load (0.1ms)[0m SELECT "people".* FROM "people" WHERE "people"."name" = 'Pascal' LIMIT 1
|
628
|
+
[1m[36mSQL (3.0ms)[0m [1mINSERT INTO "people" ("birthday", "city_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["birthday", nil], ["city_id", nil], ["created_at", Tue, 13 Nov 2012 21:18:20 UTC +00:00], ["name", "Pascal"], ["updated_at", Tue, 13 Nov 2012 21:18:20 UTC +00:00]]
|
629
|
+
[1m[35m (2.9ms)[0m commit transaction
|
630
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
631
|
+
[1m[35mCity Load (0.1ms)[0m SELECT "cities".* FROM "cities" WHERE "cities"."name" = 'Paris' LIMIT 1
|
632
|
+
[1m[36mSQL (0.5ms)[0m [1mINSERT INTO "cities" ("created_at", "name", "updated_at") VALUES (?, ?, ?)[0m [["created_at", Tue, 13 Nov 2012 21:18:20 UTC +00:00], ["name", "Paris"], ["updated_at", Tue, 13 Nov 2012 21:18:20 UTC +00:00]]
|
633
|
+
[1m[35m (2.8ms)[0m commit transaction
|
634
|
+
Connecting to database specified by database.yml
|
635
|
+
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
636
|
+
[1m[35m (0.1ms)[0m select sqlite_version(*)
|
637
|
+
[1m[36m (44.0ms)[0m [1mCREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "birthday" date, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
638
|
+
[1m[35m (3.4ms)[0m CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
|
639
|
+
[1m[36m (0.1ms)[0m [1mPRAGMA index_list("schema_migrations")[0m
|
640
|
+
[1m[35m (4.4ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
641
|
+
[1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
642
|
+
[1m[35m (3.1ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20120606125104')
|
643
|
+
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
644
|
+
Migrating to CreateCities (20120606125058)
|
645
|
+
[1m[35m (0.0ms)[0m begin transaction
|
646
|
+
[1m[36m (0.3ms)[0m [1mCREATE TABLE "cities" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
647
|
+
[1m[35m (0.1ms)[0m ALTER TABLE "people" ADD "city_id" integer
|
648
|
+
[1m[36m (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES ('20120606125058')[0m
|
649
|
+
[1m[35m (3.0ms)[0m commit transaction
|
650
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
651
|
+
[1m[35mPerson Load (0.1ms)[0m SELECT "people".* FROM "people" WHERE "people"."name" = 'Pascal' LIMIT 1
|
652
|
+
[1m[36mSQL (2.9ms)[0m [1mINSERT INTO "people" ("birthday", "city_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["birthday", nil], ["city_id", nil], ["created_at", Tue, 13 Nov 2012 21:21:03 UTC +00:00], ["name", "Pascal"], ["updated_at", Tue, 13 Nov 2012 21:21:03 UTC +00:00]]
|
653
|
+
[1m[35m (2.9ms)[0m commit transaction
|
654
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
655
|
+
[1m[35mCity Load (0.1ms)[0m SELECT "cities".* FROM "cities" WHERE "cities"."name" = 'Paris' LIMIT 1
|
656
|
+
[1m[36mSQL (0.5ms)[0m [1mINSERT INTO "cities" ("created_at", "name", "updated_at") VALUES (?, ?, ?)[0m [["created_at", Tue, 13 Nov 2012 21:21:03 UTC +00:00], ["name", "Paris"], ["updated_at", Tue, 13 Nov 2012 21:21:03 UTC +00:00]]
|
657
|
+
[1m[35m (2.9ms)[0m commit transaction
|
658
|
+
Connecting to database specified by database.yml
|
659
|
+
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
660
|
+
[1m[35m (0.1ms)[0m select sqlite_version(*)
|
661
|
+
[1m[36m (41.9ms)[0m [1mCREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "birthday" date, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
662
|
+
[1m[35m (3.4ms)[0m CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
|
663
|
+
[1m[36m (0.1ms)[0m [1mPRAGMA index_list("schema_migrations")[0m
|
664
|
+
[1m[35m (4.6ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
665
|
+
[1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
666
|
+
[1m[35m (3.7ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20120606125104')
|
667
|
+
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
668
|
+
Migrating to CreateCities (20120606125058)
|
669
|
+
[1m[35m (0.0ms)[0m begin transaction
|
670
|
+
[1m[36m (0.3ms)[0m [1mCREATE TABLE "cities" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
671
|
+
[1m[35m (0.1ms)[0m ALTER TABLE "people" ADD "city_id" integer
|
672
|
+
[1m[36m (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES ('20120606125058')[0m
|
673
|
+
[1m[35m (3.4ms)[0m commit transaction
|
674
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
675
|
+
[1m[35mPerson Load (0.1ms)[0m SELECT "people".* FROM "people" WHERE "people"."name" = 'Pascal' LIMIT 1
|
676
|
+
[1m[36mSQL (2.9ms)[0m [1mINSERT INTO "people" ("birthday", "city_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["birthday", nil], ["city_id", nil], ["created_at", Tue, 13 Nov 2012 21:21:18 UTC +00:00], ["name", "Pascal"], ["updated_at", Tue, 13 Nov 2012 21:21:18 UTC +00:00]]
|
677
|
+
[1m[35m (2.8ms)[0m commit transaction
|
678
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
679
|
+
[1m[35mCity Load (0.1ms)[0m SELECT "cities".* FROM "cities" WHERE "cities"."name" = 'Paris' LIMIT 1
|
680
|
+
[1m[36mSQL (0.5ms)[0m [1mINSERT INTO "cities" ("created_at", "name", "updated_at") VALUES (?, ?, ?)[0m [["created_at", Tue, 13 Nov 2012 21:21:18 UTC +00:00], ["name", "Paris"], ["updated_at", Tue, 13 Nov 2012 21:21:18 UTC +00:00]]
|
681
|
+
[1m[35m (2.9ms)[0m commit transaction
|
682
|
+
Connecting to database specified by database.yml
|
683
|
+
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
684
|
+
[1m[35m (0.1ms)[0m select sqlite_version(*)
|
685
|
+
[1m[36m (37.8ms)[0m [1mCREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "birthday" date, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
686
|
+
[1m[35m (3.4ms)[0m CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
|
687
|
+
[1m[36m (0.1ms)[0m [1mPRAGMA index_list("schema_migrations")[0m
|
688
|
+
[1m[35m (4.8ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
689
|
+
[1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
690
|
+
[1m[35m (3.3ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20120606125104')
|
691
|
+
[1m[36m (0.2ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
692
|
+
Migrating to CreateCities (20120606125058)
|
693
|
+
[1m[35m (0.1ms)[0m begin transaction
|
694
|
+
[1m[36m (0.4ms)[0m [1mCREATE TABLE "cities" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
695
|
+
[1m[35m (0.2ms)[0m ALTER TABLE "people" ADD "city_id" integer
|
696
|
+
[1m[36m (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES ('20120606125058')[0m
|
697
|
+
[1m[35m (3.0ms)[0m commit transaction
|
698
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
699
|
+
[1m[35mPerson Load (0.1ms)[0m SELECT "people".* FROM "people" WHERE "people"."name" = 'Pascal' LIMIT 1
|
700
|
+
[1m[36mSQL (2.9ms)[0m [1mINSERT INTO "people" ("birthday", "city_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["birthday", nil], ["city_id", nil], ["created_at", Tue, 13 Nov 2012 21:21:42 UTC +00:00], ["name", "Pascal"], ["updated_at", Tue, 13 Nov 2012 21:21:42 UTC +00:00]]
|
701
|
+
[1m[35m (4.4ms)[0m commit transaction
|
702
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
703
|
+
[1m[35mCity Load (0.1ms)[0m SELECT "cities".* FROM "cities" WHERE "cities"."name" = 'Paris' LIMIT 1
|
704
|
+
[1m[36mSQL (0.5ms)[0m [1mINSERT INTO "cities" ("created_at", "name", "updated_at") VALUES (?, ?, ?)[0m [["created_at", Tue, 13 Nov 2012 21:21:42 UTC +00:00], ["name", "Paris"], ["updated_at", Tue, 13 Nov 2012 21:21:42 UTC +00:00]]
|
705
|
+
[1m[35m (2.9ms)[0m commit transaction
|
637
706
|
Connecting to database specified by database.yml
|
638
707
|
Connecting to database specified by database.yml
|
639
708
|
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
640
709
|
Migrating to CreatePeople (20120606125104)
|
641
710
|
[1m[35m (0.1ms)[0m SELECT "schema_migrations"."version" FROM "schema_migrations"
|
642
|
-
[1m[36m (0.
|
711
|
+
[1m[36m (0.0ms)[0m [1mselect sqlite_version(*)[0m
|
643
712
|
[1m[35m (0.1ms)[0m SELECT "schema_migrations"."version" FROM "schema_migrations"
|
644
|
-
[1m[36m (0.
|
645
|
-
[1m[35m (0.
|
646
|
-
[1m[36m (
|
647
|
-
[1m[35m (
|
648
|
-
[1m[36m (
|
649
|
-
[1m[35m (0.
|
650
|
-
[1m[36m (
|
713
|
+
[1m[36m (0.0ms)[0m [1mPRAGMA index_list("people")[0m
|
714
|
+
[1m[35m (0.1ms)[0m SELECT "schema_migrations"."version" FROM "schema_migrations"
|
715
|
+
[1m[36m (0.0ms)[0m [1mselect sqlite_version(*)[0m
|
716
|
+
[1m[35m (31.8ms)[0m CREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "birthday" date, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
|
717
|
+
[1m[36m (3.5ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) [0m
|
718
|
+
[1m[35m (0.1ms)[0m PRAGMA index_list("schema_migrations")
|
719
|
+
[1m[36m (4.1ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
|
720
|
+
[1m[35m (0.1ms)[0m SELECT version FROM "schema_migrations"
|
721
|
+
[1m[36m (4.7ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20120606125104')[0m
|
651
722
|
Connecting to database specified by database.yml
|
652
723
|
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
653
|
-
[1m[35m (0.
|
654
|
-
[1m[36m (
|
655
|
-
[1m[35m (
|
656
|
-
[1m[36m (
|
657
|
-
[1m[35m (
|
658
|
-
[1m[36m (
|
659
|
-
[1m[35m (
|
724
|
+
[1m[35m (0.1ms)[0m select sqlite_version(*)
|
725
|
+
[1m[36m (41.0ms)[0m [1mCREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "birthday" date, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
726
|
+
[1m[35m (3.3ms)[0m CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
|
727
|
+
[1m[36m (0.1ms)[0m [1mPRAGMA index_list("schema_migrations")[0m
|
728
|
+
[1m[35m (4.3ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
729
|
+
[1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
730
|
+
[1m[35m (4.6ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20120606125104')
|
731
|
+
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
660
732
|
Migrating to CreateCities (20120606125058)
|
733
|
+
[1m[35m (0.0ms)[0m begin transaction
|
734
|
+
[1m[36m (0.3ms)[0m [1mCREATE TABLE "cities" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
735
|
+
[1m[35m (0.2ms)[0m ALTER TABLE "people" ADD "city_id" integer
|
736
|
+
[1m[36m (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES ('20120606125058')[0m
|
737
|
+
[1m[35m (2.8ms)[0m commit transaction
|
661
738
|
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
662
|
-
[1m[
|
663
|
-
[1m[
|
664
|
-
[1m[35m (
|
665
|
-
[1m[36m (
|
666
|
-
[1m[
|
667
|
-
[1m[
|
668
|
-
[1m[
|
669
|
-
[1m[36m (7.6ms)[0m [1mcommit transaction[0m
|
670
|
-
[1m[35m (0.2ms)[0m begin transaction
|
671
|
-
[1m[36mCity Load (0.1ms)[0m [1mSELECT "cities".* FROM "cities" WHERE "cities"."name" = 'Paris' LIMIT 1[0m
|
672
|
-
[1m[35mSQL (0.3ms)[0m INSERT INTO "cities" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Thu, 29 Nov 2012 13:43:28 UTC +00:00], ["name", "Paris"], ["updated_at", Thu, 29 Nov 2012 13:43:28 UTC +00:00]]
|
673
|
-
[1m[36m (7.0ms)[0m [1mcommit transaction[0m
|
739
|
+
[1m[35mPerson Load (0.1ms)[0m SELECT "people".* FROM "people" WHERE "people"."name" = 'Pascal' LIMIT 1
|
740
|
+
[1m[36mSQL (2.9ms)[0m [1mINSERT INTO "people" ("birthday", "city_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["birthday", nil], ["city_id", nil], ["created_at", Tue, 13 Nov 2012 21:22:31 UTC +00:00], ["name", "Pascal"], ["updated_at", Tue, 13 Nov 2012 21:22:31 UTC +00:00]]
|
741
|
+
[1m[35m (2.9ms)[0m commit transaction
|
742
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
743
|
+
[1m[35mCity Load (0.1ms)[0m SELECT "cities".* FROM "cities" WHERE "cities"."name" = 'Paris' LIMIT 1
|
744
|
+
[1m[36mSQL (0.5ms)[0m [1mINSERT INTO "cities" ("created_at", "name", "updated_at") VALUES (?, ?, ?)[0m [["created_at", Tue, 13 Nov 2012 21:22:31 UTC +00:00], ["name", "Paris"], ["updated_at", Tue, 13 Nov 2012 21:22:31 UTC +00:00]]
|
745
|
+
[1m[35m (2.9ms)[0m commit transaction
|
674
746
|
Connecting to database specified by database.yml
|
675
747
|
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
676
748
|
[1m[35m (0.1ms)[0m select sqlite_version(*)
|
677
|
-
[1m[36m (
|
678
|
-
[1m[35m (
|
679
|
-
[1m[36m (
|
680
|
-
[1m[35m (
|
681
|
-
[1m[36m (
|
682
|
-
[1m[35m (
|
683
|
-
[1m[
|
684
|
-
[1m[
|
685
|
-
[1m[
|
749
|
+
[1m[36m (41.9ms)[0m [1mCREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "birthday" date, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
750
|
+
[1m[35m (3.3ms)[0m CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
|
751
|
+
[1m[36m (0.1ms)[0m [1mPRAGMA index_list("schema_migrations")[0m
|
752
|
+
[1m[35m (4.2ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
753
|
+
[1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
754
|
+
[1m[35m (3.8ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20120606125104')
|
755
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
756
|
+
[1m[35mPerson Load (0.1ms)[0m SELECT "people".* FROM "people" WHERE "people"."name" = 'Pascal' LIMIT 1
|
757
|
+
[1m[36mSQL (3.4ms)[0m [1mINSERT INTO "people" ("birthday", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?)[0m [["birthday", nil], ["created_at", Tue, 13 Nov 2012 21:22:36 UTC +00:00], ["name", "Pascal"], ["updated_at", Tue, 13 Nov 2012 21:22:36 UTC +00:00]]
|
758
|
+
[1m[35m (2.5ms)[0m commit transaction
|
686
759
|
Connecting to database specified by database.yml
|
687
760
|
Connecting to database specified by database.yml
|
688
761
|
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
689
762
|
Migrating to CreatePeople (20120606125104)
|
690
763
|
[1m[35m (0.1ms)[0m SELECT "schema_migrations"."version" FROM "schema_migrations"
|
691
|
-
[1m[36m (0.
|
764
|
+
[1m[36m (0.0ms)[0m [1mselect sqlite_version(*)[0m
|
692
765
|
[1m[35m (0.1ms)[0m SELECT "schema_migrations"."version" FROM "schema_migrations"
|
766
|
+
[1m[36m (0.0ms)[0m [1mPRAGMA index_list("people")[0m
|
767
|
+
[1m[35m (0.1ms)[0m SELECT "schema_migrations"."version" FROM "schema_migrations"
|
768
|
+
[1m[36m (0.1ms)[0m [1mselect sqlite_version(*)[0m
|
769
|
+
[1m[35m (36.5ms)[0m CREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "birthday" date, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
|
770
|
+
[1m[36m (3.5ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) [0m
|
771
|
+
[1m[35m (0.1ms)[0m PRAGMA index_list("schema_migrations")
|
772
|
+
[1m[36m (4.9ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
|
773
|
+
[1m[35m (0.1ms)[0m SELECT version FROM "schema_migrations"
|
774
|
+
[1m[36m (4.1ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20120606125104')[0m
|
775
|
+
Connecting to database specified by database.yml
|
776
|
+
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
777
|
+
[1m[35m (0.1ms)[0m select sqlite_version(*)
|
778
|
+
[1m[36m (37.8ms)[0m [1mCREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "birthday" date, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
779
|
+
[1m[35m (3.4ms)[0m CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
|
780
|
+
[1m[36m (0.1ms)[0m [1mPRAGMA index_list("schema_migrations")[0m
|
781
|
+
[1m[35m (4.7ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
782
|
+
[1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
783
|
+
[1m[35m (4.6ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20120606125104')
|
784
|
+
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
785
|
+
Migrating to CreateCities (20120606125058)
|
786
|
+
[1m[35m (0.0ms)[0m begin transaction
|
787
|
+
[1m[36m (0.3ms)[0m [1mCREATE TABLE "cities" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
788
|
+
[1m[35m (0.1ms)[0m ALTER TABLE "people" ADD "city_id" integer
|
789
|
+
[1m[36m (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES ('20120606125058')[0m
|
790
|
+
[1m[35m (3.2ms)[0m commit transaction
|
791
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
792
|
+
[1m[35mPerson Load (0.1ms)[0m SELECT "people".* FROM "people" WHERE "people"."name" = 'Pascal' LIMIT 1
|
793
|
+
[1m[36mSQL (2.9ms)[0m [1mINSERT INTO "people" ("birthday", "city_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["birthday", nil], ["city_id", nil], ["created_at", Tue, 13 Nov 2012 21:38:12 UTC +00:00], ["name", "Pascal"], ["updated_at", Tue, 13 Nov 2012 21:38:12 UTC +00:00]]
|
794
|
+
[1m[35m (2.9ms)[0m commit transaction
|
795
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
796
|
+
[1m[35mCity Load (0.1ms)[0m SELECT "cities".* FROM "cities" WHERE "cities"."name" = 'Paris' LIMIT 1
|
797
|
+
[1m[36mSQL (0.5ms)[0m [1mINSERT INTO "cities" ("created_at", "name", "updated_at") VALUES (?, ?, ?)[0m [["created_at", Tue, 13 Nov 2012 21:38:12 UTC +00:00], ["name", "Paris"], ["updated_at", Tue, 13 Nov 2012 21:38:12 UTC +00:00]]
|
798
|
+
[1m[35m (2.9ms)[0m commit transaction
|
799
|
+
Connecting to database specified by database.yml
|
800
|
+
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
801
|
+
[1m[35m (0.1ms)[0m select sqlite_version(*)
|
802
|
+
[1m[36m (42.8ms)[0m [1mCREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "birthday" date, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
803
|
+
[1m[35m (3.3ms)[0m CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
|
804
|
+
[1m[36m (0.1ms)[0m [1mPRAGMA index_list("schema_migrations")[0m
|
805
|
+
[1m[35m (4.8ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
806
|
+
[1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
807
|
+
[1m[35m (3.7ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20120606125104')
|
808
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
809
|
+
[1m[35mPerson Load (0.1ms)[0m SELECT "people".* FROM "people" WHERE "people"."name" = 'Pascal' LIMIT 1
|
810
|
+
[1m[36mSQL (3.7ms)[0m [1mINSERT INTO "people" ("birthday", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?)[0m [["birthday", nil], ["created_at", Tue, 13 Nov 2012 21:38:17 UTC +00:00], ["name", "Pascal"], ["updated_at", Tue, 13 Nov 2012 21:38:17 UTC +00:00]]
|
811
|
+
[1m[35m (6.6ms)[0m commit transaction
|
812
|
+
Connecting to database specified by database.yml
|
693
813
|
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
694
814
|
[1m[35m (0.2ms)[0m select sqlite_version(*)
|
695
|
-
[1m[36m (
|
696
|
-
[1m[35m (
|
697
|
-
[1m[36m (
|
698
|
-
[1m[35m (
|
699
|
-
[1m[36m (
|
815
|
+
[1m[36m (3.8ms)[0m [1mCREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "birthday" date, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
816
|
+
[1m[35m (3.2ms)[0m CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
|
817
|
+
[1m[36m (0.1ms)[0m [1mPRAGMA index_list("schema_migrations")[0m
|
818
|
+
[1m[35m (4.9ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
819
|
+
[1m[36m (0.2ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
820
|
+
[1m[35m (3.5ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20120606125104')
|
821
|
+
Connecting to database specified by database.yml
|
822
|
+
Connecting to database specified by database.yml
|
823
|
+
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
824
|
+
Migrating to CreatePeople (20120606125104)
|
825
|
+
[1m[35m (0.1ms)[0m SELECT "schema_migrations"."version" FROM "schema_migrations"
|
826
|
+
[1m[36m (0.3ms)[0m [1mselect sqlite_version(*)[0m
|
827
|
+
[1m[35m (0.1ms)[0m SELECT "schema_migrations"."version" FROM "schema_migrations"
|
828
|
+
[1m[36m (0.0ms)[0m [1mPRAGMA index_list("people")[0m
|
829
|
+
[1m[35m (0.1ms)[0m SELECT "schema_migrations"."version" FROM "schema_migrations"
|
830
|
+
[1m[36m (0.2ms)[0m [1mselect sqlite_version(*)[0m
|
831
|
+
[1m[35m (3.1ms)[0m CREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "birthday" date, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
|
832
|
+
[1m[36m (3.1ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) [0m
|
833
|
+
[1m[35m (0.1ms)[0m PRAGMA index_list("schema_migrations")
|
834
|
+
[1m[36m (6.1ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
|
835
|
+
[1m[35m (0.1ms)[0m SELECT version FROM "schema_migrations"
|
836
|
+
[1m[36m (3.1ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20120606125104')[0m
|
700
837
|
Connecting to database specified by database.yml
|
701
838
|
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
702
839
|
[1m[35m (0.2ms)[0m select sqlite_version(*)
|
703
|
-
[1m[36m (
|
704
|
-
[1m[35m (
|
705
|
-
[1m[36m (
|
706
|
-
[1m[35m (
|
707
|
-
[1m[36m (
|
708
|
-
[1m[35m (
|
840
|
+
[1m[36m (39.4ms)[0m [1mCREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "birthday" date, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
841
|
+
[1m[35m (3.3ms)[0m CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
|
842
|
+
[1m[36m (0.1ms)[0m [1mPRAGMA index_list("schema_migrations")[0m
|
843
|
+
[1m[35m (4.2ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
844
|
+
[1m[36m (0.2ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
845
|
+
[1m[35m (3.1ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20120606125104')
|
846
|
+
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
709
847
|
Migrating to CreateCities (20120606125058)
|
848
|
+
[1m[35m (0.0ms)[0m begin transaction
|
849
|
+
[1m[36m (0.3ms)[0m [1mCREATE TABLE "cities" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
850
|
+
[1m[35m (0.2ms)[0m ALTER TABLE "people" ADD "city_id" integer
|
851
|
+
[1m[36m (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES ('20120606125058')[0m
|
852
|
+
[1m[35m (4.5ms)[0m commit transaction
|
710
853
|
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
711
|
-
[1m[
|
712
|
-
[1m[
|
713
|
-
[1m[35m (
|
714
|
-
[1m[36m (
|
715
|
-
[1m[
|
716
|
-
[1m[
|
717
|
-
[1m[
|
718
|
-
|
719
|
-
[1m[35m (0.2ms)[0m begin transaction
|
720
|
-
[1m[36mCity Load (0.1ms)[0m [1mSELECT "cities".* FROM "cities" WHERE "cities"."name" = 'Paris' LIMIT 1[0m
|
721
|
-
[1m[35mSQL (0.3ms)[0m INSERT INTO "cities" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Thu, 29 Nov 2012 13:44:39 UTC +00:00], ["name", "Paris"], ["updated_at", Thu, 29 Nov 2012 13:44:39 UTC +00:00]]
|
722
|
-
[1m[36m (9.8ms)[0m [1mcommit transaction[0m
|
854
|
+
[1m[35mPerson Load (0.2ms)[0m SELECT "people".* FROM "people" WHERE "people"."name" = 'Pascal' LIMIT 1
|
855
|
+
[1m[36mSQL (5.9ms)[0m [1mINSERT INTO "people" ("birthday", "city_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["birthday", nil], ["city_id", nil], ["created_at", Sun, 25 Nov 2012 13:20:56 UTC +00:00], ["name", "Pascal"], ["updated_at", Sun, 25 Nov 2012 13:20:56 UTC +00:00]]
|
856
|
+
[1m[35m (2.9ms)[0m commit transaction
|
857
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
858
|
+
[1m[35mCity Load (0.1ms)[0m SELECT "cities".* FROM "cities" WHERE "cities"."name" = 'Paris' LIMIT 1
|
859
|
+
[1m[36mSQL (0.6ms)[0m [1mINSERT INTO "cities" ("created_at", "name", "updated_at") VALUES (?, ?, ?)[0m [["created_at", Sun, 25 Nov 2012 13:20:56 UTC +00:00], ["name", "Paris"], ["updated_at", Sun, 25 Nov 2012 13:20:56 UTC +00:00]]
|
860
|
+
[1m[35m (2.9ms)[0m commit transaction
|
861
|
+
Connecting to database specified by database.yml
|
723
862
|
Connecting to database specified by database.yml
|
724
863
|
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
725
|
-
|
726
|
-
[1m[
|
727
|
-
[1m[
|
728
|
-
[1m[
|
864
|
+
Migrating to CreatePeople (20120606125104)
|
865
|
+
[1m[35m (0.1ms)[0m SELECT "schema_migrations"."version" FROM "schema_migrations"
|
866
|
+
[1m[36m (0.2ms)[0m [1mselect sqlite_version(*)[0m
|
867
|
+
[1m[35m (0.1ms)[0m SELECT "schema_migrations"."version" FROM "schema_migrations"
|
868
|
+
[1m[36m (0.0ms)[0m [1mPRAGMA index_list("people")[0m
|
869
|
+
[1m[35m (0.1ms)[0m SELECT "schema_migrations"."version" FROM "schema_migrations"
|
870
|
+
[1m[36m (0.2ms)[0m [1mselect sqlite_version(*)[0m
|
871
|
+
[1m[35m (25.5ms)[0m CREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "birthday" date, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
|
872
|
+
[1m[36m (3.5ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) [0m
|
873
|
+
[1m[35m (0.1ms)[0m PRAGMA index_list("schema_migrations")
|
874
|
+
[1m[36m (4.1ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
|
729
875
|
[1m[35m (0.1ms)[0m SELECT version FROM "schema_migrations"
|
730
|
-
[1m[36m (
|
876
|
+
[1m[36m (3.4ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20120606125104')[0m
|
877
|
+
Connecting to database specified by database.yml
|
878
|
+
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
879
|
+
[1m[35m (0.3ms)[0m select sqlite_version(*)
|
880
|
+
[1m[36m (37.2ms)[0m [1mCREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "birthday" date, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
881
|
+
[1m[35m (2.8ms)[0m CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
|
882
|
+
[1m[36m (0.1ms)[0m [1mPRAGMA index_list("schema_migrations")[0m
|
883
|
+
[1m[35m (3.6ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
884
|
+
[1m[36m (0.2ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
885
|
+
[1m[35m (9.4ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20120606125104')
|
886
|
+
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
887
|
+
Migrating to CreateCities (20120606125058)
|
731
888
|
[1m[35m (0.1ms)[0m begin transaction
|
732
|
-
[1m[
|
733
|
-
[1m[
|
734
|
-
[1m[36m (
|
889
|
+
[1m[36m (0.5ms)[0m [1mCREATE TABLE "cities" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
890
|
+
[1m[35m (0.2ms)[0m ALTER TABLE "people" ADD "city_id" integer
|
891
|
+
[1m[36m (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES ('20120606125058')[0m
|
892
|
+
[1m[35m (3.7ms)[0m commit transaction
|
893
|
+
[1m[36m (0.3ms)[0m [1mbegin transaction[0m
|
894
|
+
[1m[35mPerson Load (0.2ms)[0m SELECT "people".* FROM "people" WHERE "people"."name" = 'Pascal' LIMIT 1
|
895
|
+
[1m[36mSQL (6.5ms)[0m [1mINSERT INTO "people" ("birthday", "city_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["birthday", nil], ["city_id", nil], ["created_at", Sun, 25 Nov 2012 13:21:38 UTC +00:00], ["name", "Pascal"], ["updated_at", Sun, 25 Nov 2012 13:21:38 UTC +00:00]]
|
896
|
+
[1m[35m (3.8ms)[0m commit transaction
|
897
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
898
|
+
[1m[35mCity Load (0.1ms)[0m SELECT "cities".* FROM "cities" WHERE "cities"."name" = 'Paris' LIMIT 1
|
899
|
+
[1m[36mSQL (0.6ms)[0m [1mINSERT INTO "cities" ("created_at", "name", "updated_at") VALUES (?, ?, ?)[0m [["created_at", Sun, 25 Nov 2012 13:21:39 UTC +00:00], ["name", "Paris"], ["updated_at", Sun, 25 Nov 2012 13:21:39 UTC +00:00]]
|
900
|
+
[1m[35m (2.8ms)[0m commit transaction
|
735
901
|
Connecting to database specified by database.yml
|
736
902
|
Connecting to database specified by database.yml
|
737
903
|
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
738
904
|
Migrating to CreatePeople (20120606125104)
|
739
905
|
[1m[35m (0.1ms)[0m SELECT "schema_migrations"."version" FROM "schema_migrations"
|
740
|
-
[1m[36m (0.
|
906
|
+
[1m[36m (0.2ms)[0m [1mselect sqlite_version(*)[0m
|
741
907
|
[1m[35m (0.1ms)[0m SELECT "schema_migrations"."version" FROM "schema_migrations"
|
908
|
+
[1m[36m (0.0ms)[0m [1mPRAGMA index_list("people")[0m
|
909
|
+
[1m[35m (0.1ms)[0m SELECT "schema_migrations"."version" FROM "schema_migrations"
|
910
|
+
[1m[36m (0.2ms)[0m [1mselect sqlite_version(*)[0m
|
911
|
+
[1m[35m (29.7ms)[0m CREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "birthday" date, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
|
912
|
+
[1m[36m (3.3ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) [0m
|
913
|
+
[1m[35m (0.1ms)[0m PRAGMA index_list("schema_migrations")
|
914
|
+
[1m[36m (4.0ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
|
915
|
+
[1m[35m (0.1ms)[0m SELECT version FROM "schema_migrations"
|
916
|
+
[1m[36m (3.0ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20120606125104')[0m
|
917
|
+
Connecting to database specified by database.yml
|
742
918
|
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
743
|
-
[1m[35m (0.
|
744
|
-
[1m[36m (
|
745
|
-
[1m[35m (
|
746
|
-
[1m[36m (
|
747
|
-
[1m[35m (
|
748
|
-
[1m[36m (
|
919
|
+
[1m[35m (0.3ms)[0m select sqlite_version(*)
|
920
|
+
[1m[36m (38.2ms)[0m [1mCREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "birthday" date, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
921
|
+
[1m[35m (3.2ms)[0m CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
|
922
|
+
[1m[36m (0.1ms)[0m [1mPRAGMA index_list("schema_migrations")[0m
|
923
|
+
[1m[35m (4.3ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
924
|
+
[1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
925
|
+
[1m[35m (3.3ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20120606125104')
|
926
|
+
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
927
|
+
Migrating to CreateCities (20120606125058)
|
928
|
+
[1m[35m (0.1ms)[0m begin transaction
|
929
|
+
[1m[36m (0.4ms)[0m [1mCREATE TABLE "cities" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
930
|
+
[1m[35m (0.2ms)[0m ALTER TABLE "people" ADD "city_id" integer
|
931
|
+
[1m[36m (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES ('20120606125058')[0m
|
932
|
+
[1m[35m (3.0ms)[0m commit transaction
|
933
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
934
|
+
[1m[35mPerson Load (0.2ms)[0m SELECT "people".* FROM "people" WHERE "people"."name" = 'Pascal' LIMIT 1
|
935
|
+
[1m[36mSQL (5.9ms)[0m [1mINSERT INTO "people" ("birthday", "city_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["birthday", nil], ["city_id", nil], ["created_at", Sun, 25 Nov 2012 13:22:41 UTC +00:00], ["name", "Pascal"], ["updated_at", Sun, 25 Nov 2012 13:22:41 UTC +00:00]]
|
936
|
+
[1m[35m (2.8ms)[0m commit transaction
|
937
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
938
|
+
[1m[35mCity Load (0.1ms)[0m SELECT "cities".* FROM "cities" WHERE "cities"."name" = 'Paris' LIMIT 1
|
939
|
+
[1m[36mSQL (0.5ms)[0m [1mINSERT INTO "cities" ("created_at", "name", "updated_at") VALUES (?, ?, ?)[0m [["created_at", Sun, 25 Nov 2012 13:22:41 UTC +00:00], ["name", "Paris"], ["updated_at", Sun, 25 Nov 2012 13:22:41 UTC +00:00]]
|
940
|
+
[1m[35m (2.7ms)[0m commit transaction
|
941
|
+
Connecting to database specified by database.yml
|
942
|
+
Connecting to database specified by database.yml
|
943
|
+
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
944
|
+
Migrating to CreatePeople (20120606125104)
|
945
|
+
[1m[35m (0.1ms)[0m SELECT "schema_migrations"."version" FROM "schema_migrations"
|
946
|
+
[1m[36m (0.2ms)[0m [1mselect sqlite_version(*)[0m
|
947
|
+
[1m[35m (0.1ms)[0m SELECT "schema_migrations"."version" FROM "schema_migrations"
|
948
|
+
[1m[36m (0.0ms)[0m [1mPRAGMA index_list("people")[0m
|
949
|
+
[1m[35m (0.1ms)[0m SELECT "schema_migrations"."version" FROM "schema_migrations"
|
950
|
+
[1m[36m (0.2ms)[0m [1mselect sqlite_version(*)[0m
|
951
|
+
[1m[35m (29.4ms)[0m CREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "birthday" date, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
|
952
|
+
[1m[36m (3.3ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) [0m
|
953
|
+
[1m[35m (0.1ms)[0m PRAGMA index_list("schema_migrations")
|
954
|
+
[1m[36m (4.7ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
|
955
|
+
[1m[35m (0.1ms)[0m SELECT version FROM "schema_migrations"
|
956
|
+
[1m[36m (3.6ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20120606125104')[0m
|
749
957
|
Connecting to database specified by database.yml
|
750
958
|
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
751
959
|
[1m[35m (0.2ms)[0m select sqlite_version(*)
|
752
|
-
[1m[36m (
|
753
|
-
[1m[35m (
|
754
|
-
[1m[36m (
|
755
|
-
[1m[35m (
|
756
|
-
[1m[36m (
|
757
|
-
[1m[35m (
|
960
|
+
[1m[36m (45.4ms)[0m [1mCREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "birthday" date, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
961
|
+
[1m[35m (35.6ms)[0m CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
|
962
|
+
[1m[36m (0.1ms)[0m [1mPRAGMA index_list("schema_migrations")[0m
|
963
|
+
[1m[35m (4.0ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
964
|
+
[1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
965
|
+
[1m[35m (4.1ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20120606125104')
|
966
|
+
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
758
967
|
Migrating to CreateCities (20120606125058)
|
968
|
+
[1m[35m (0.0ms)[0m begin transaction
|
969
|
+
[1m[36m (0.4ms)[0m [1mCREATE TABLE "cities" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
970
|
+
[1m[35m (0.2ms)[0m ALTER TABLE "people" ADD "city_id" integer
|
971
|
+
[1m[36m (0.2ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES ('20120606125058')[0m
|
972
|
+
[1m[35m (2.5ms)[0m commit transaction
|
759
973
|
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
760
|
-
[1m[
|
761
|
-
[1m[
|
762
|
-
[1m[35m (
|
763
|
-
[1m[36m (
|
764
|
-
[1m[
|
765
|
-
[1m[
|
766
|
-
[1m[
|
767
|
-
|
768
|
-
[1m[35m (0.2ms)[0m begin transaction
|
769
|
-
[1m[36mCity Load (0.1ms)[0m [1mSELECT "cities".* FROM "cities" WHERE "cities"."name" = 'Paris' LIMIT 1[0m
|
770
|
-
[1m[35mSQL (0.3ms)[0m INSERT INTO "cities" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Thu, 29 Nov 2012 15:41:18 UTC +00:00], ["name", "Paris"], ["updated_at", Thu, 29 Nov 2012 15:41:18 UTC +00:00]]
|
771
|
-
[1m[36m (6.9ms)[0m [1mcommit transaction[0m
|
974
|
+
[1m[35mPerson Load (0.1ms)[0m SELECT "people".* FROM "people" WHERE "people"."name" = 'Pascal' LIMIT 1
|
975
|
+
[1m[36mSQL (6.0ms)[0m [1mINSERT INTO "people" ("birthday", "city_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["birthday", nil], ["city_id", nil], ["created_at", Sun, 25 Nov 2012 13:23:44 UTC +00:00], ["name", "Pascal"], ["updated_at", Sun, 25 Nov 2012 13:23:44 UTC +00:00]]
|
976
|
+
[1m[35m (2.8ms)[0m commit transaction
|
977
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
978
|
+
[1m[35mCity Load (0.1ms)[0m SELECT "cities".* FROM "cities" WHERE "cities"."name" = 'Paris' LIMIT 1
|
979
|
+
[1m[36mSQL (0.5ms)[0m [1mINSERT INTO "cities" ("created_at", "name", "updated_at") VALUES (?, ?, ?)[0m [["created_at", Sun, 25 Nov 2012 13:23:44 UTC +00:00], ["name", "Paris"], ["updated_at", Sun, 25 Nov 2012 13:23:44 UTC +00:00]]
|
980
|
+
[1m[35m (2.8ms)[0m commit transaction
|
981
|
+
Connecting to database specified by database.yml
|
772
982
|
Connecting to database specified by database.yml
|
773
983
|
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
774
|
-
|
775
|
-
[1m[
|
776
|
-
[1m[
|
777
|
-
[1m[
|
778
|
-
[1m[
|
779
|
-
[1m[
|
780
|
-
[1m[
|
781
|
-
[1m[
|
782
|
-
[1m[
|
783
|
-
[1m[
|
984
|
+
Migrating to CreatePeople (20120606125104)
|
985
|
+
[1m[35m (0.1ms)[0m SELECT "schema_migrations"."version" FROM "schema_migrations"
|
986
|
+
[1m[36m (0.2ms)[0m [1mselect sqlite_version(*)[0m
|
987
|
+
[1m[35m (0.1ms)[0m SELECT "schema_migrations"."version" FROM "schema_migrations"
|
988
|
+
[1m[36m (0.0ms)[0m [1mPRAGMA index_list("people")[0m
|
989
|
+
[1m[35m (0.1ms)[0m SELECT "schema_migrations"."version" FROM "schema_migrations"
|
990
|
+
[1m[36m (0.2ms)[0m [1mselect sqlite_version(*)[0m
|
991
|
+
[1m[35m (24.5ms)[0m CREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "birthday" date, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
|
992
|
+
[1m[36m (3.3ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) [0m
|
993
|
+
[1m[35m (0.1ms)[0m PRAGMA index_list("schema_migrations")
|
994
|
+
[1m[36m (4.1ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
|
995
|
+
[1m[35m (0.1ms)[0m SELECT version FROM "schema_migrations"
|
996
|
+
[1m[36m (3.8ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20120606125104')[0m
|
784
997
|
Connecting to database specified by database.yml
|
785
|
-
[1m[36m (0.
|
786
|
-
[1m[35m (0.
|
787
|
-
[1m[36m (
|
788
|
-
[1m[35m (
|
789
|
-
[1m[36m (
|
790
|
-
[1m[35m (
|
791
|
-
[1m[36m (
|
998
|
+
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
999
|
+
[1m[35m (0.2ms)[0m select sqlite_version(*)
|
1000
|
+
[1m[36m (40.5ms)[0m [1mCREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "birthday" date, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
1001
|
+
[1m[35m (3.4ms)[0m CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
|
1002
|
+
[1m[36m (0.1ms)[0m [1mPRAGMA index_list("schema_migrations")[0m
|
1003
|
+
[1m[35m (5.0ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
1004
|
+
[1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
1005
|
+
[1m[35m (3.3ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20120606125104')
|
1006
|
+
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
1007
|
+
Migrating to CreateCities (20120606125058)
|
1008
|
+
[1m[35m (0.1ms)[0m begin transaction
|
1009
|
+
[1m[36m (0.4ms)[0m [1mCREATE TABLE "cities" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
1010
|
+
[1m[35m (0.2ms)[0m ALTER TABLE "people" ADD "city_id" integer
|
1011
|
+
[1m[36m (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES ('20120606125058')[0m
|
1012
|
+
[1m[35m (3.3ms)[0m commit transaction
|
1013
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
1014
|
+
[1m[35mPerson Load (0.1ms)[0m SELECT "people".* FROM "people" WHERE "people"."name" = 'Pascal' LIMIT 1
|
1015
|
+
[1m[36mSQL (6.0ms)[0m [1mINSERT INTO "people" ("birthday", "city_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["birthday", nil], ["city_id", nil], ["created_at", Sun, 25 Nov 2012 13:26:46 UTC +00:00], ["name", "Pascal"], ["updated_at", Sun, 25 Nov 2012 13:26:46 UTC +00:00]]
|
1016
|
+
[1m[35m (2.8ms)[0m commit transaction
|
1017
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
1018
|
+
[1m[35mCity Load (0.1ms)[0m SELECT "cities".* FROM "cities" WHERE "cities"."name" = 'Paris' LIMIT 1
|
1019
|
+
[1m[36mSQL (0.5ms)[0m [1mINSERT INTO "cities" ("created_at", "name", "updated_at") VALUES (?, ?, ?)[0m [["created_at", Sun, 25 Nov 2012 13:26:46 UTC +00:00], ["name", "Paris"], ["updated_at", Sun, 25 Nov 2012 13:26:46 UTC +00:00]]
|
1020
|
+
[1m[35m (2.7ms)[0m commit transaction
|
792
1021
|
Connecting to database specified by database.yml
|
793
1022
|
Connecting to database specified by database.yml
|
794
|
-
[1m[36m (0.
|
1023
|
+
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
795
1024
|
Migrating to CreatePeople (20120606125104)
|
796
1025
|
[1m[35m (0.1ms)[0m SELECT "schema_migrations"."version" FROM "schema_migrations"
|
797
|
-
[1m[36m (0.
|
1026
|
+
[1m[36m (0.2ms)[0m [1mselect sqlite_version(*)[0m
|
798
1027
|
[1m[35m (0.1ms)[0m SELECT "schema_migrations"."version" FROM "schema_migrations"
|
1028
|
+
[1m[36m (0.0ms)[0m [1mPRAGMA index_list("people")[0m
|
1029
|
+
[1m[35m (0.1ms)[0m SELECT "schema_migrations"."version" FROM "schema_migrations"
|
1030
|
+
[1m[36m (0.2ms)[0m [1mselect sqlite_version(*)[0m
|
1031
|
+
[1m[35m (24.5ms)[0m CREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "birthday" date, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
|
1032
|
+
[1m[36m (3.3ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) [0m
|
1033
|
+
[1m[35m (0.1ms)[0m PRAGMA index_list("schema_migrations")
|
1034
|
+
[1m[36m (4.1ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
|
1035
|
+
[1m[35m (0.1ms)[0m SELECT version FROM "schema_migrations"
|
1036
|
+
[1m[36m (3.2ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20120606125104')[0m
|
1037
|
+
Connecting to database specified by database.yml
|
799
1038
|
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
800
1039
|
[1m[35m (0.2ms)[0m select sqlite_version(*)
|
801
|
-
[1m[36m (
|
802
|
-
[1m[35m (
|
803
|
-
[1m[36m (
|
804
|
-
[1m[35m (
|
805
|
-
[1m[36m (
|
1040
|
+
[1m[36m (7.6ms)[0m [1mCREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "birthday" date, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
1041
|
+
[1m[35m (5.3ms)[0m CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
|
1042
|
+
[1m[36m (0.1ms)[0m [1mPRAGMA index_list("schema_migrations")[0m
|
1043
|
+
[1m[35m (6.1ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
1044
|
+
[1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
1045
|
+
[1m[35m (3.0ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20120606125104')
|
1046
|
+
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
1047
|
+
Migrating to CreateCities (20120606125058)
|
1048
|
+
[1m[35m (0.0ms)[0m begin transaction
|
1049
|
+
[1m[36m (0.3ms)[0m [1mCREATE TABLE "cities" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
1050
|
+
[1m[35m (0.2ms)[0m ALTER TABLE "people" ADD "city_id" integer
|
1051
|
+
[1m[36m (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES ('20120606125058')[0m
|
1052
|
+
[1m[35m (3.0ms)[0m commit transaction
|
1053
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
1054
|
+
[1m[35mPerson Load (0.1ms)[0m SELECT "people".* FROM "people" WHERE "people"."name" = 'Pascal' LIMIT 1
|
1055
|
+
[1m[36mSQL (6.0ms)[0m [1mINSERT INTO "people" ("birthday", "city_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["birthday", nil], ["city_id", nil], ["created_at", Sun, 25 Nov 2012 13:27:51 UTC +00:00], ["name", "Pascal"], ["updated_at", Sun, 25 Nov 2012 13:27:51 UTC +00:00]]
|
1056
|
+
[1m[35m (2.9ms)[0m commit transaction
|
1057
|
+
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
|
1058
|
+
[1m[35mCity Load (0.1ms)[0m SELECT "cities".* FROM "cities" WHERE "cities"."name" = 'Paris' LIMIT 1
|
1059
|
+
[1m[36mSQL (0.5ms)[0m [1mINSERT INTO "cities" ("created_at", "name", "updated_at") VALUES (?, ?, ?)[0m [["created_at", Sun, 25 Nov 2012 13:27:51 UTC +00:00], ["name", "Paris"], ["updated_at", Sun, 25 Nov 2012 13:27:51 UTC +00:00]]
|
1060
|
+
[1m[35m (2.9ms)[0m commit transaction
|
806
1061
|
Connecting to database specified by database.yml
|
807
1062
|
Connecting to database specified by database.yml
|
808
|
-
[1m[36m (0.
|
1063
|
+
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
809
1064
|
Migrating to CreatePeople (20120606125104)
|
810
|
-
[1m[35m (0.0ms)[0m SELECT "schema_migrations"."version" FROM "schema_migrations"
|
811
|
-
[1m[36m (0.0ms)[0m [1mselect sqlite_version(*)[0m
|
812
1065
|
[1m[35m (0.1ms)[0m SELECT "schema_migrations"."version" FROM "schema_migrations"
|
813
|
-
[1m[36m (0.
|
814
|
-
[1m[35m (0.1ms)[0m
|
815
|
-
[1m[36m (
|
816
|
-
[1m[35m (
|
817
|
-
[1m[36m (
|
818
|
-
[1m[35m (
|
819
|
-
[1m[36m (
|
1066
|
+
[1m[36m (0.2ms)[0m [1mselect sqlite_version(*)[0m
|
1067
|
+
[1m[35m (0.1ms)[0m SELECT "schema_migrations"."version" FROM "schema_migrations"
|
1068
|
+
[1m[36m (0.0ms)[0m [1mPRAGMA index_list("people")[0m
|
1069
|
+
[1m[35m (0.1ms)[0m SELECT "schema_migrations"."version" FROM "schema_migrations"
|
1070
|
+
[1m[36m (0.2ms)[0m [1mselect sqlite_version(*)[0m
|
1071
|
+
[1m[35m (26.5ms)[0m CREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "birthday" date, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
|
1072
|
+
[1m[36m (3.3ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) [0m
|
1073
|
+
[1m[35m (0.1ms)[0m PRAGMA index_list("schema_migrations")
|
1074
|
+
[1m[36m (4.1ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
|
1075
|
+
[1m[35m (0.1ms)[0m SELECT version FROM "schema_migrations"
|
1076
|
+
[1m[36m (5.6ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20120606125104')[0m
|
820
1077
|
Connecting to database specified by database.yml
|
821
|
-
[1m[36m (0.
|
822
|
-
[1m[35m (0.
|
823
|
-
[1m[36m (
|
824
|
-
[1m[35m (
|
825
|
-
[1m[36m (
|
826
|
-
[1m[35m (
|
827
|
-
[1m[36m (
|
828
|
-
[1m[35m (
|
1078
|
+
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
1079
|
+
[1m[35m (0.2ms)[0m select sqlite_version(*)
|
1080
|
+
[1m[36m (44.2ms)[0m [1mCREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "birthday" date, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
1081
|
+
[1m[35m (3.4ms)[0m CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
|
1082
|
+
[1m[36m (0.1ms)[0m [1mPRAGMA index_list("schema_migrations")[0m
|
1083
|
+
[1m[35m (4.6ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
1084
|
+
[1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
1085
|
+
[1m[35m (3.2ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20120606125104')
|
1086
|
+
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
829
1087
|
Migrating to CreateCities (20120606125058)
|
830
|
-
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
831
|
-
[1m[35m (0.6ms)[0m CREATE TABLE "cities" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
|
832
|
-
[1m[36m (0.2ms)[0m [1mALTER TABLE "people" ADD "city_id" integer[0m
|
833
|
-
[1m[35m (0.1ms)[0m INSERT INTO "schema_migrations" ("version") VALUES ('20120606125058')
|
834
|
-
[1m[36m (11.3ms)[0m [1mcommit transaction[0m
|
835
|
-
[1m[35m (0.0ms)[0m begin transaction
|
836
|
-
[1m[36mPerson Load (0.1ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."name" = 'Pascal' LIMIT 1[0m
|
837
|
-
[1m[35mSQL (15.1ms)[0m INSERT INTO "people" ("birthday", "city_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?) [["birthday", nil], ["city_id", nil], ["created_at", Tue, 28 May 2013 12:03:00 UTC +00:00], ["name", "Pascal"], ["updated_at", Tue, 28 May 2013 12:03:00 UTC +00:00]]
|
838
|
-
[1m[36m (11.0ms)[0m [1mcommit transaction[0m
|
839
1088
|
[1m[35m (0.1ms)[0m begin transaction
|
840
|
-
[1m[
|
841
|
-
[1m[
|
842
|
-
[1m[36m (
|
1089
|
+
[1m[36m (0.4ms)[0m [1mCREATE TABLE "cities" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
1090
|
+
[1m[35m (0.2ms)[0m ALTER TABLE "people" ADD "city_id" integer
|
1091
|
+
[1m[36m (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES ('20120606125058')[0m
|
1092
|
+
[1m[35m (3.0ms)[0m commit transaction
|
1093
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
1094
|
+
[1m[35mPerson Load (0.1ms)[0m SELECT "people".* FROM "people" WHERE "people"."name" = 'Pascal' LIMIT 1
|
1095
|
+
[1m[36mSQL (5.9ms)[0m [1mINSERT INTO "people" ("birthday", "city_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["birthday", nil], ["city_id", nil], ["created_at", Sun, 25 Nov 2012 13:29:29 UTC +00:00], ["name", "Pascal"], ["updated_at", Sun, 25 Nov 2012 13:29:29 UTC +00:00]]
|
1096
|
+
[1m[35m (2.9ms)[0m commit transaction
|
1097
|
+
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
|
1098
|
+
[1m[35mCity Load (0.1ms)[0m SELECT "cities".* FROM "cities" WHERE "cities"."name" = 'Paris' LIMIT 1
|
1099
|
+
[1m[36mSQL (0.5ms)[0m [1mINSERT INTO "cities" ("created_at", "name", "updated_at") VALUES (?, ?, ?)[0m [["created_at", Sun, 25 Nov 2012 13:29:29 UTC +00:00], ["name", "Paris"], ["updated_at", Sun, 25 Nov 2012 13:29:29 UTC +00:00]]
|
1100
|
+
[1m[35m (3.0ms)[0m commit transaction
|
843
1101
|
Connecting to database specified by database.yml
|
844
1102
|
Connecting to database specified by database.yml
|
845
|
-
[1m[36m (0.
|
1103
|
+
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
846
1104
|
Migrating to CreatePeople (20120606125104)
|
847
1105
|
[1m[35m (0.1ms)[0m SELECT "schema_migrations"."version" FROM "schema_migrations"
|
848
|
-
[1m[36m (0.
|
1106
|
+
[1m[36m (0.2ms)[0m [1mselect sqlite_version(*)[0m
|
849
1107
|
[1m[35m (0.1ms)[0m SELECT "schema_migrations"."version" FROM "schema_migrations"
|
850
|
-
[1m[36m (0.0ms)[0m [
|
851
|
-
[1m[35m (0.1ms)[0m
|
852
|
-
[1m[36m (
|
853
|
-
[1m[35m (
|
854
|
-
[1m[36m (
|
855
|
-
[1m[35m (0.
|
856
|
-
[1m[36m (
|
1108
|
+
[1m[36m (0.0ms)[0m [1mPRAGMA index_list("people")[0m
|
1109
|
+
[1m[35m (0.1ms)[0m SELECT "schema_migrations"."version" FROM "schema_migrations"
|
1110
|
+
[1m[36m (0.2ms)[0m [1mselect sqlite_version(*)[0m
|
1111
|
+
[1m[35m (26.5ms)[0m CREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "birthday" date, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
|
1112
|
+
[1m[36m (3.5ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) [0m
|
1113
|
+
[1m[35m (0.1ms)[0m PRAGMA index_list("schema_migrations")
|
1114
|
+
[1m[36m (4.7ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
|
1115
|
+
[1m[35m (0.1ms)[0m SELECT version FROM "schema_migrations"
|
1116
|
+
[1m[36m (3.4ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20120606125104')[0m
|
857
1117
|
Connecting to database specified by database.yml
|
858
|
-
[1m[36m (0.
|
859
|
-
[1m[35m (0.
|
860
|
-
[1m[36m (
|
861
|
-
[1m[35m (
|
862
|
-
[1m[36m (
|
863
|
-
[1m[35m (
|
864
|
-
[1m[36m (
|
865
|
-
[1m[35m (
|
1118
|
+
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
1119
|
+
[1m[35m (0.2ms)[0m select sqlite_version(*)
|
1120
|
+
[1m[36m (41.3ms)[0m [1mCREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "birthday" date, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
1121
|
+
[1m[35m (3.5ms)[0m CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
|
1122
|
+
[1m[36m (0.1ms)[0m [1mPRAGMA index_list("schema_migrations")[0m
|
1123
|
+
[1m[35m (4.5ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
1124
|
+
[1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
1125
|
+
[1m[35m (4.4ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20120606125104')
|
1126
|
+
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
866
1127
|
Migrating to CreateCities (20120606125058)
|
867
|
-
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
868
|
-
[1m[35m (0.6ms)[0m CREATE TABLE "cities" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
|
869
|
-
[1m[36m (0.2ms)[0m [1mALTER TABLE "people" ADD "city_id" integer[0m
|
870
|
-
[1m[35m (0.1ms)[0m INSERT INTO "schema_migrations" ("version") VALUES ('20120606125058')
|
871
|
-
[1m[36m (10.6ms)[0m [1mcommit transaction[0m
|
872
|
-
[1m[35m (0.0ms)[0m begin transaction
|
873
|
-
[1m[36mPerson Load (0.1ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."name" = 'Pascal' LIMIT 1[0m
|
874
|
-
[1m[35mSQL (14.5ms)[0m INSERT INTO "people" ("birthday", "city_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?) [["birthday", nil], ["city_id", nil], ["created_at", Tue, 28 May 2013 12:03:17 UTC +00:00], ["name", "Pascal"], ["updated_at", Tue, 28 May 2013 12:03:17 UTC +00:00]]
|
875
|
-
[1m[36m (10.9ms)[0m [1mcommit transaction[0m
|
876
1128
|
[1m[35m (0.1ms)[0m begin transaction
|
877
|
-
[1m[
|
878
|
-
[1m[
|
879
|
-
[1m[36m (
|
1129
|
+
[1m[36m (0.4ms)[0m [1mCREATE TABLE "cities" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
1130
|
+
[1m[35m (0.2ms)[0m ALTER TABLE "people" ADD "city_id" integer
|
1131
|
+
[1m[36m (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES ('20120606125058')[0m
|
1132
|
+
[1m[35m (2.9ms)[0m commit transaction
|
1133
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
1134
|
+
[1m[35mPerson Load (0.2ms)[0m SELECT "people".* FROM "people" WHERE "people"."name" = 'Pascal' LIMIT 1
|
1135
|
+
[1m[36mSQL (5.9ms)[0m [1mINSERT INTO "people" ("birthday", "city_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["birthday", nil], ["city_id", nil], ["created_at", Sun, 25 Nov 2012 13:30:51 UTC +00:00], ["name", "Pascal"], ["updated_at", Sun, 25 Nov 2012 13:30:51 UTC +00:00]]
|
1136
|
+
[1m[35m (2.9ms)[0m commit transaction
|
1137
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
1138
|
+
[1m[35mCity Load (0.1ms)[0m SELECT "cities".* FROM "cities" WHERE "cities"."name" = 'Paris' LIMIT 1
|
1139
|
+
[1m[36mSQL (0.5ms)[0m [1mINSERT INTO "cities" ("created_at", "name", "updated_at") VALUES (?, ?, ?)[0m [["created_at", Sun, 25 Nov 2012 13:30:51 UTC +00:00], ["name", "Paris"], ["updated_at", Sun, 25 Nov 2012 13:30:51 UTC +00:00]]
|
1140
|
+
[1m[35m (2.9ms)[0m commit transaction
|
880
1141
|
Connecting to database specified by database.yml
|
881
1142
|
Connecting to database specified by database.yml
|
882
|
-
[1m[36m (0.
|
1143
|
+
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
883
1144
|
Migrating to CreatePeople (20120606125104)
|
884
|
-
[1m[35m (0.0ms)[0m SELECT "schema_migrations"."version" FROM "schema_migrations"
|
885
|
-
[1m[36m (0.0ms)[0m [1mselect sqlite_version(*)[0m
|
886
1145
|
[1m[35m (0.1ms)[0m SELECT "schema_migrations"."version" FROM "schema_migrations"
|
887
|
-
[1m[36m (0.
|
888
|
-
[1m[35m (0.1ms)[0m
|
889
|
-
[1m[36m (
|
890
|
-
[1m[35m (
|
891
|
-
[1m[36m (
|
892
|
-
[1m[35m (
|
893
|
-
[1m[36m (
|
1146
|
+
[1m[36m (0.2ms)[0m [1mselect sqlite_version(*)[0m
|
1147
|
+
[1m[35m (0.1ms)[0m SELECT "schema_migrations"."version" FROM "schema_migrations"
|
1148
|
+
[1m[36m (0.0ms)[0m [1mPRAGMA index_list("people")[0m
|
1149
|
+
[1m[35m (0.1ms)[0m SELECT "schema_migrations"."version" FROM "schema_migrations"
|
1150
|
+
[1m[36m (0.2ms)[0m [1mselect sqlite_version(*)[0m
|
1151
|
+
[1m[35m (25.8ms)[0m CREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "birthday" date, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
|
1152
|
+
[1m[36m (3.1ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) [0m
|
1153
|
+
[1m[35m (0.0ms)[0m PRAGMA index_list("schema_migrations")
|
1154
|
+
[1m[36m (4.0ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
|
1155
|
+
[1m[35m (0.1ms)[0m SELECT version FROM "schema_migrations"
|
1156
|
+
[1m[36m (3.6ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20120606125104')[0m
|
894
1157
|
Connecting to database specified by database.yml
|
895
|
-
[1m[36m (0.
|
896
|
-
[1m[35m (0.
|
897
|
-
[1m[36m (
|
898
|
-
[1m[35m (
|
899
|
-
[1m[36m (
|
900
|
-
[1m[35m (
|
901
|
-
[1m[36m (
|
902
|
-
[1m[35m (
|
1158
|
+
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
1159
|
+
[1m[35m (0.2ms)[0m select sqlite_version(*)
|
1160
|
+
[1m[36m (43.7ms)[0m [1mCREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "birthday" date, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
1161
|
+
[1m[35m (3.4ms)[0m CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
|
1162
|
+
[1m[36m (0.1ms)[0m [1mPRAGMA index_list("schema_migrations")[0m
|
1163
|
+
[1m[35m (5.0ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
1164
|
+
[1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
1165
|
+
[1m[35m (3.7ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20120606125104')
|
1166
|
+
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
903
1167
|
Migrating to CreateCities (20120606125058)
|
904
|
-
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
905
|
-
[1m[35m (0.6ms)[0m CREATE TABLE "cities" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
|
906
|
-
[1m[36m (0.4ms)[0m [1mALTER TABLE "people" ADD "city_id" integer[0m
|
907
|
-
[1m[35m (0.1ms)[0m INSERT INTO "schema_migrations" ("version") VALUES ('20120606125058')
|
908
|
-
[1m[36m (10.7ms)[0m [1mcommit transaction[0m
|
909
|
-
[1m[35m (0.0ms)[0m begin transaction
|
910
|
-
[1m[36mPerson Load (0.1ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."name" = 'Pascal' LIMIT 1[0m
|
911
|
-
[1m[35mSQL (15.5ms)[0m INSERT INTO "people" ("birthday", "city_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?) [["birthday", nil], ["city_id", nil], ["created_at", Tue, 28 May 2013 12:04:17 UTC +00:00], ["name", "Pascal"], ["updated_at", Tue, 28 May 2013 12:04:17 UTC +00:00]]
|
912
|
-
[1m[36m (12.1ms)[0m [1mcommit transaction[0m
|
913
1168
|
[1m[35m (0.1ms)[0m begin transaction
|
914
|
-
[1m[
|
915
|
-
[1m[
|
916
|
-
[1m[36m (
|
1169
|
+
[1m[36m (0.3ms)[0m [1mCREATE TABLE "cities" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
1170
|
+
[1m[35m (0.2ms)[0m ALTER TABLE "people" ADD "city_id" integer
|
1171
|
+
[1m[36m (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES ('20120606125058')[0m
|
1172
|
+
[1m[35m (3.3ms)[0m commit transaction
|
1173
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
1174
|
+
[1m[35mPerson Load (0.1ms)[0m SELECT "people".* FROM "people" WHERE "people"."name" = 'Pascal' LIMIT 1
|
1175
|
+
[1m[36mSQL (5.9ms)[0m [1mINSERT INTO "people" ("birthday", "city_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["birthday", nil], ["city_id", nil], ["created_at", Sun, 25 Nov 2012 13:32:12 UTC +00:00], ["name", "Pascal"], ["updated_at", Sun, 25 Nov 2012 13:32:12 UTC +00:00]]
|
1176
|
+
[1m[35m (2.8ms)[0m commit transaction
|
1177
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
1178
|
+
[1m[35mCity Load (0.1ms)[0m SELECT "cities".* FROM "cities" WHERE "cities"."name" = 'Paris' LIMIT 1
|
1179
|
+
[1m[36mSQL (0.5ms)[0m [1mINSERT INTO "cities" ("created_at", "name", "updated_at") VALUES (?, ?, ?)[0m [["created_at", Sun, 25 Nov 2012 13:32:12 UTC +00:00], ["name", "Paris"], ["updated_at", Sun, 25 Nov 2012 13:32:12 UTC +00:00]]
|
1180
|
+
[1m[35m (2.8ms)[0m commit transaction
|
917
1181
|
Connecting to database specified by database.yml
|
918
1182
|
Connecting to database specified by database.yml
|
919
|
-
[1m[36m (0.
|
1183
|
+
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
920
1184
|
Migrating to CreatePeople (20120606125104)
|
921
|
-
[1m[35m (0.
|
922
|
-
[1m[36m (0.
|
923
|
-
[1m[35m (0.
|
924
|
-
[1m[36m (0.0ms)[0m [
|
1185
|
+
[1m[35m (0.1ms)[0m SELECT "schema_migrations"."version" FROM "schema_migrations"
|
1186
|
+
[1m[36m (0.2ms)[0m [1mselect sqlite_version(*)[0m
|
1187
|
+
[1m[35m (0.1ms)[0m SELECT "schema_migrations"."version" FROM "schema_migrations"
|
1188
|
+
[1m[36m (0.0ms)[0m [1mPRAGMA index_list("people")[0m
|
1189
|
+
[1m[35m (0.1ms)[0m SELECT "schema_migrations"."version" FROM "schema_migrations"
|
1190
|
+
[1m[36m (0.2ms)[0m [1mselect sqlite_version(*)[0m
|
1191
|
+
[1m[35m (26.9ms)[0m CREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "birthday" date, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
|
1192
|
+
[1m[36m (3.4ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) [0m
|
1193
|
+
[1m[35m (0.1ms)[0m PRAGMA index_list("schema_migrations")
|
1194
|
+
[1m[36m (4.5ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
|
1195
|
+
[1m[35m (0.1ms)[0m SELECT version FROM "schema_migrations"
|
1196
|
+
[1m[36m (3.7ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20120606125104')[0m
|
1197
|
+
Connecting to database specified by database.yml
|
1198
|
+
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
925
1199
|
[1m[35m (0.2ms)[0m select sqlite_version(*)
|
926
|
-
[1m[36m (
|
927
|
-
[1m[35m (
|
928
|
-
[1m[36m (
|
929
|
-
[1m[35m (
|
930
|
-
[1m[36m (
|
1200
|
+
[1m[36m (44.5ms)[0m [1mCREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "birthday" date, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
1201
|
+
[1m[35m (3.4ms)[0m CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
|
1202
|
+
[1m[36m (0.1ms)[0m [1mPRAGMA index_list("schema_migrations")[0m
|
1203
|
+
[1m[35m (4.3ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
1204
|
+
[1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
1205
|
+
[1m[35m (3.3ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20120606125104')
|
1206
|
+
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
1207
|
+
Migrating to CreateCities (20120606125058)
|
1208
|
+
[1m[35m (0.1ms)[0m begin transaction
|
1209
|
+
[1m[36m (0.3ms)[0m [1mCREATE TABLE "cities" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
1210
|
+
[1m[35m (0.2ms)[0m ALTER TABLE "people" ADD "city_id" integer
|
1211
|
+
[1m[36m (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES ('20120606125058')[0m
|
1212
|
+
[1m[35m (3.3ms)[0m commit transaction
|
1213
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
1214
|
+
[1m[35mPerson Load (0.1ms)[0m SELECT "people".* FROM "people" WHERE "people"."name" = 'Pascal' LIMIT 1
|
1215
|
+
[1m[36mSQL (6.0ms)[0m [1mINSERT INTO "people" ("birthday", "city_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["birthday", nil], ["city_id", nil], ["created_at", Sun, 25 Nov 2012 13:33:02 UTC +00:00], ["name", "Pascal"], ["updated_at", Sun, 25 Nov 2012 13:33:02 UTC +00:00]]
|
1216
|
+
[1m[35m (2.9ms)[0m commit transaction
|
1217
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
1218
|
+
[1m[35mCity Load (0.1ms)[0m SELECT "cities".* FROM "cities" WHERE "cities"."name" = 'Paris' LIMIT 1
|
1219
|
+
[1m[36mSQL (0.5ms)[0m [1mINSERT INTO "cities" ("created_at", "name", "updated_at") VALUES (?, ?, ?)[0m [["created_at", Sun, 25 Nov 2012 13:33:02 UTC +00:00], ["name", "Paris"], ["updated_at", Sun, 25 Nov 2012 13:33:02 UTC +00:00]]
|
1220
|
+
[1m[35m (2.9ms)[0m commit transaction
|
931
1221
|
Connecting to database specified by database.yml
|
932
1222
|
Connecting to database specified by database.yml
|
933
|
-
[1m[36m (0.
|
1223
|
+
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
934
1224
|
Migrating to CreatePeople (20120606125104)
|
935
|
-
[1m[35m (0.
|
936
|
-
[1m[36m (0.
|
937
|
-
[1m[35m (0.
|
1225
|
+
[1m[35m (0.1ms)[0m SELECT "schema_migrations"."version" FROM "schema_migrations"
|
1226
|
+
[1m[36m (0.2ms)[0m [1mselect sqlite_version(*)[0m
|
1227
|
+
[1m[35m (0.1ms)[0m SELECT "schema_migrations"."version" FROM "schema_migrations"
|
1228
|
+
[1m[36m (0.0ms)[0m [1mPRAGMA index_list("people")[0m
|
1229
|
+
[1m[35m (0.1ms)[0m SELECT "schema_migrations"."version" FROM "schema_migrations"
|
1230
|
+
[1m[36m (0.2ms)[0m [1mselect sqlite_version(*)[0m
|
1231
|
+
[1m[35m (23.8ms)[0m CREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "birthday" date, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
|
1232
|
+
[1m[36m (3.5ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) [0m
|
1233
|
+
[1m[35m (0.1ms)[0m PRAGMA index_list("schema_migrations")
|
1234
|
+
[1m[36m (4.3ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
|
1235
|
+
[1m[35m (0.3ms)[0m SELECT version FROM "schema_migrations"
|
1236
|
+
[1m[36m (4.6ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20120606125104')[0m
|
1237
|
+
Connecting to database specified by database.yml
|
938
1238
|
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
939
|
-
[1m[35m (0.
|
940
|
-
[1m[36m (
|
941
|
-
[1m[35m (
|
942
|
-
[1m[36m (
|
943
|
-
[1m[35m (
|
944
|
-
[1m[36m (
|
1239
|
+
[1m[35m (0.2ms)[0m select sqlite_version(*)
|
1240
|
+
[1m[36m (41.0ms)[0m [1mCREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "birthday" date, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
1241
|
+
[1m[35m (3.4ms)[0m CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
|
1242
|
+
[1m[36m (0.1ms)[0m [1mPRAGMA index_list("schema_migrations")[0m
|
1243
|
+
[1m[35m (4.5ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
1244
|
+
[1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
1245
|
+
[1m[35m (3.7ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20120606125104')
|
1246
|
+
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
1247
|
+
Migrating to CreateCities (20120606125058)
|
1248
|
+
[1m[35m (0.1ms)[0m begin transaction
|
1249
|
+
[1m[36m (0.4ms)[0m [1mCREATE TABLE "cities" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
1250
|
+
[1m[35m (0.2ms)[0m ALTER TABLE "people" ADD "city_id" integer
|
1251
|
+
[1m[36m (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES ('20120606125058')[0m
|
1252
|
+
[1m[35m (3.2ms)[0m commit transaction
|
1253
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
1254
|
+
[1m[35mPerson Load (0.1ms)[0m SELECT "people".* FROM "people" WHERE "people"."name" = 'Pascal' LIMIT 1
|
1255
|
+
[1m[36mSQL (6.0ms)[0m [1mINSERT INTO "people" ("birthday", "city_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["birthday", nil], ["city_id", nil], ["created_at", Sun, 25 Nov 2012 13:37:34 UTC +00:00], ["name", "Pascal"], ["updated_at", Sun, 25 Nov 2012 13:37:34 UTC +00:00]]
|
1256
|
+
[1m[35m (2.9ms)[0m commit transaction
|
1257
|
+
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
|
1258
|
+
[1m[35mCity Load (0.1ms)[0m SELECT "cities".* FROM "cities" WHERE "cities"."name" = 'Paris' LIMIT 1
|
1259
|
+
[1m[36mSQL (0.5ms)[0m [1mINSERT INTO "cities" ("created_at", "name", "updated_at") VALUES (?, ?, ?)[0m [["created_at", Sun, 25 Nov 2012 13:37:34 UTC +00:00], ["name", "Paris"], ["updated_at", Sun, 25 Nov 2012 13:37:34 UTC +00:00]]
|
1260
|
+
[1m[35m (2.8ms)[0m commit transaction
|
945
1261
|
Connecting to database specified by database.yml
|
946
1262
|
Connecting to database specified by database.yml
|
947
|
-
[1m[36m (0.
|
1263
|
+
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
948
1264
|
Migrating to CreatePeople (20120606125104)
|
949
|
-
[1m[35m (0.
|
950
|
-
[1m[36m (0.
|
951
|
-
[1m[35m (0.
|
952
|
-
[1m[36m (0.0ms)[0m [
|
1265
|
+
[1m[35m (0.1ms)[0m SELECT "schema_migrations"."version" FROM "schema_migrations"
|
1266
|
+
[1m[36m (0.2ms)[0m [1mselect sqlite_version(*)[0m
|
1267
|
+
[1m[35m (0.1ms)[0m SELECT "schema_migrations"."version" FROM "schema_migrations"
|
1268
|
+
[1m[36m (0.0ms)[0m [1mPRAGMA index_list("people")[0m
|
1269
|
+
[1m[35m (0.1ms)[0m SELECT "schema_migrations"."version" FROM "schema_migrations"
|
1270
|
+
[1m[36m (0.2ms)[0m [1mselect sqlite_version(*)[0m
|
1271
|
+
[1m[35m (24.5ms)[0m CREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "birthday" date, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
|
1272
|
+
[1m[36m (3.2ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) [0m
|
1273
|
+
[1m[35m (0.1ms)[0m PRAGMA index_list("schema_migrations")
|
1274
|
+
[1m[36m (4.3ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
|
1275
|
+
[1m[35m (0.1ms)[0m SELECT version FROM "schema_migrations"
|
1276
|
+
[1m[36m (3.6ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20120606125104')[0m
|
1277
|
+
Connecting to database specified by database.yml
|
1278
|
+
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
953
1279
|
[1m[35m (0.2ms)[0m select sqlite_version(*)
|
954
|
-
[1m[36m (
|
955
|
-
[1m[35m (
|
956
|
-
[1m[36m (
|
1280
|
+
[1m[36m (38.1ms)[0m [1mCREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "birthday" date, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
1281
|
+
[1m[35m (3.1ms)[0m CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
|
1282
|
+
[1m[36m (0.1ms)[0m [1mPRAGMA index_list("schema_migrations")[0m
|
1283
|
+
[1m[35m (4.1ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
1284
|
+
[1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
1285
|
+
[1m[35m (3.6ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20120606125104')
|
1286
|
+
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
1287
|
+
Migrating to CreateCities (20120606125058)
|
1288
|
+
[1m[35m (0.0ms)[0m begin transaction
|
1289
|
+
[1m[36m (0.3ms)[0m [1mCREATE TABLE "cities" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
1290
|
+
[1m[35m (0.1ms)[0m ALTER TABLE "people" ADD "city_id" integer
|
1291
|
+
[1m[36m (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES ('20120606125058')[0m
|
1292
|
+
[1m[35m (3.2ms)[0m commit transaction
|
1293
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
1294
|
+
[1m[35mPerson Load (0.2ms)[0m SELECT "people".* FROM "people" WHERE "people"."name" = 'Pascal' LIMIT 1
|
1295
|
+
[1m[36mSQL (5.9ms)[0m [1mINSERT INTO "people" ("birthday", "city_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["birthday", nil], ["city_id", nil], ["created_at", Sun, 25 Nov 2012 13:45:30 UTC +00:00], ["name", "Pascal"], ["updated_at", Sun, 25 Nov 2012 13:45:30 UTC +00:00]]
|
1296
|
+
[1m[35m (2.7ms)[0m commit transaction
|
1297
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
1298
|
+
[1m[35mCity Load (0.1ms)[0m SELECT "cities".* FROM "cities" WHERE "cities"."name" = 'Paris' LIMIT 1
|
1299
|
+
[1m[36mSQL (0.5ms)[0m [1mINSERT INTO "cities" ("created_at", "name", "updated_at") VALUES (?, ?, ?)[0m [["created_at", Sun, 25 Nov 2012 13:45:30 UTC +00:00], ["name", "Paris"], ["updated_at", Sun, 25 Nov 2012 13:45:30 UTC +00:00]]
|
1300
|
+
[1m[35m (2.7ms)[0m commit transaction
|
1301
|
+
Connecting to database specified by database.yml
|
1302
|
+
Connecting to database specified by database.yml
|
1303
|
+
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
1304
|
+
Migrating to CreatePeople (20120606125104)
|
1305
|
+
[1m[35m (0.1ms)[0m SELECT "schema_migrations"."version" FROM "schema_migrations"
|
1306
|
+
[1m[36m (0.2ms)[0m [1mselect sqlite_version(*)[0m
|
1307
|
+
[1m[35m (0.1ms)[0m SELECT "schema_migrations"."version" FROM "schema_migrations"
|
1308
|
+
[1m[36m (0.0ms)[0m [1mPRAGMA index_list("people")[0m
|
1309
|
+
[1m[35m (0.1ms)[0m SELECT "schema_migrations"."version" FROM "schema_migrations"
|
1310
|
+
[1m[36m (0.2ms)[0m [1mselect sqlite_version(*)[0m
|
1311
|
+
[1m[35m (27.6ms)[0m CREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "birthday" date, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
|
1312
|
+
[1m[36m (3.4ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) [0m
|
1313
|
+
[1m[35m (0.1ms)[0m PRAGMA index_list("schema_migrations")
|
1314
|
+
[1m[36m (4.0ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
|
957
1315
|
[1m[35m (0.1ms)[0m SELECT version FROM "schema_migrations"
|
958
|
-
[1m[36m (
|
1316
|
+
[1m[36m (3.3ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20120606125104')[0m
|
1317
|
+
Connecting to database specified by database.yml
|
1318
|
+
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
1319
|
+
[1m[35m (0.2ms)[0m select sqlite_version(*)
|
1320
|
+
[1m[36m (38.1ms)[0m [1mCREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "birthday" date, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
1321
|
+
[1m[35m (3.3ms)[0m CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
|
1322
|
+
[1m[36m (0.1ms)[0m [1mPRAGMA index_list("schema_migrations")[0m
|
1323
|
+
[1m[35m (4.2ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
1324
|
+
[1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
1325
|
+
[1m[35m (3.0ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20120606125104')
|
1326
|
+
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
1327
|
+
Migrating to CreateCities (20120606125058)
|
1328
|
+
[1m[35m (0.1ms)[0m begin transaction
|
1329
|
+
[1m[36m (0.4ms)[0m [1mCREATE TABLE "cities" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
1330
|
+
[1m[35m (0.2ms)[0m ALTER TABLE "people" ADD "city_id" integer
|
1331
|
+
[1m[36m (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES ('20120606125058')[0m
|
1332
|
+
[1m[35m (3.1ms)[0m commit transaction
|
1333
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
1334
|
+
[1m[35mPerson Load (0.2ms)[0m SELECT "people".* FROM "people" WHERE "people"."name" = 'Pascal' LIMIT 1
|
1335
|
+
[1m[36mSQL (5.9ms)[0m [1mINSERT INTO "people" ("birthday", "city_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["birthday", nil], ["city_id", nil], ["created_at", Sun, 25 Nov 2012 13:46:18 UTC +00:00], ["name", "Pascal"], ["updated_at", Sun, 25 Nov 2012 13:46:18 UTC +00:00]]
|
1336
|
+
[1m[35m (2.8ms)[0m commit transaction
|
1337
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
1338
|
+
[1m[35mCity Load (0.1ms)[0m SELECT "cities".* FROM "cities" WHERE "cities"."name" = 'Paris' LIMIT 1
|
1339
|
+
[1m[36mSQL (0.5ms)[0m [1mINSERT INTO "cities" ("created_at", "name", "updated_at") VALUES (?, ?, ?)[0m [["created_at", Sun, 25 Nov 2012 13:46:18 UTC +00:00], ["name", "Paris"], ["updated_at", Sun, 25 Nov 2012 13:46:18 UTC +00:00]]
|
1340
|
+
[1m[35m (2.8ms)[0m commit transaction
|
959
1341
|
Connecting to database specified by database.yml
|
960
1342
|
Connecting to database specified by database.yml
|
961
|
-
[1m[36m (0.
|
1343
|
+
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
962
1344
|
Migrating to CreatePeople (20120606125104)
|
963
|
-
[1m[35m (0.0ms)[0m SELECT "schema_migrations"."version" FROM "schema_migrations"
|
964
|
-
[1m[36m (0.0ms)[0m [1mselect sqlite_version(*)[0m
|
965
1345
|
[1m[35m (0.1ms)[0m SELECT "schema_migrations"."version" FROM "schema_migrations"
|
966
|
-
[1m[36m (0.
|
967
|
-
[1m[35m (0.1ms)[0m
|
968
|
-
[1m[36m (
|
969
|
-
[1m[35m (
|
970
|
-
[1m[36m (
|
971
|
-
[1m[35m (
|
972
|
-
[1m[36m (
|
1346
|
+
[1m[36m (0.2ms)[0m [1mselect sqlite_version(*)[0m
|
1347
|
+
[1m[35m (0.1ms)[0m SELECT "schema_migrations"."version" FROM "schema_migrations"
|
1348
|
+
[1m[36m (0.0ms)[0m [1mPRAGMA index_list("people")[0m
|
1349
|
+
[1m[35m (0.1ms)[0m SELECT "schema_migrations"."version" FROM "schema_migrations"
|
1350
|
+
[1m[36m (0.2ms)[0m [1mselect sqlite_version(*)[0m
|
1351
|
+
[1m[35m (29.1ms)[0m CREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "birthday" date, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
|
1352
|
+
[1m[36m (3.4ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) [0m
|
1353
|
+
[1m[35m (0.1ms)[0m PRAGMA index_list("schema_migrations")
|
1354
|
+
[1m[36m (4.2ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
|
1355
|
+
[1m[35m (0.1ms)[0m SELECT version FROM "schema_migrations"
|
1356
|
+
[1m[36m (3.6ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20120606125104')[0m
|
973
1357
|
Connecting to database specified by database.yml
|
974
|
-
[1m[36m (0.
|
975
|
-
[1m[35m (0.
|
976
|
-
[1m[36m (
|
977
|
-
[1m[35m (
|
978
|
-
[1m[36m (
|
979
|
-
[1m[35m (
|
980
|
-
[1m[36m (
|
981
|
-
[1m[35m (
|
1358
|
+
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
1359
|
+
[1m[35m (0.2ms)[0m select sqlite_version(*)
|
1360
|
+
[1m[36m (40.1ms)[0m [1mCREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "birthday" date, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
1361
|
+
[1m[35m (3.2ms)[0m CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
|
1362
|
+
[1m[36m (0.1ms)[0m [1mPRAGMA index_list("schema_migrations")[0m
|
1363
|
+
[1m[35m (4.1ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
1364
|
+
[1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
1365
|
+
[1m[35m (3.2ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20120606125104')
|
1366
|
+
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
982
1367
|
Migrating to CreateCities (20120606125058)
|
983
|
-
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
984
|
-
[1m[35m (0.2ms)[0m CREATE TABLE "cities" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
|
985
|
-
[1m[36m (0.1ms)[0m [1mALTER TABLE "people" ADD "city_id" integer[0m
|
986
|
-
[1m[35m (0.1ms)[0m INSERT INTO "schema_migrations" ("version") VALUES ('20120606125058')
|
987
|
-
[1m[36m (10.8ms)[0m [1mcommit transaction[0m
|
988
|
-
[1m[35m (0.0ms)[0m begin transaction
|
989
|
-
[1m[36mPerson Load (0.1ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."name" = 'Pascal' LIMIT 1[0m
|
990
|
-
[1m[35mSQL (14.6ms)[0m INSERT INTO "people" ("birthday", "city_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?) [["birthday", nil], ["city_id", nil], ["created_at", Tue, 28 May 2013 12:13:09 UTC +00:00], ["name", "Pascal"], ["updated_at", Tue, 28 May 2013 12:13:09 UTC +00:00]]
|
991
|
-
[1m[36m (12.0ms)[0m [1mcommit transaction[0m
|
992
1368
|
[1m[35m (0.1ms)[0m begin transaction
|
993
|
-
[1m[
|
994
|
-
[1m[
|
995
|
-
[1m[36m (
|
1369
|
+
[1m[36m (0.4ms)[0m [1mCREATE TABLE "cities" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
1370
|
+
[1m[35m (0.2ms)[0m ALTER TABLE "people" ADD "city_id" integer
|
1371
|
+
[1m[36m (0.3ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES ('20120606125058')[0m
|
1372
|
+
[1m[35m (3.2ms)[0m commit transaction
|
1373
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
1374
|
+
[1m[35mPerson Load (0.1ms)[0m SELECT "people".* FROM "people" WHERE "people"."name" = 'Pascal' LIMIT 1
|
1375
|
+
[1m[36mSQL (5.9ms)[0m [1mINSERT INTO "people" ("birthday", "city_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["birthday", nil], ["city_id", nil], ["created_at", Sun, 25 Nov 2012 13:47:28 UTC +00:00], ["name", "Pascal"], ["updated_at", Sun, 25 Nov 2012 13:47:28 UTC +00:00]]
|
1376
|
+
[1m[35m (2.8ms)[0m commit transaction
|
1377
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
1378
|
+
[1m[35mCity Load (0.1ms)[0m SELECT "cities".* FROM "cities" WHERE "cities"."name" = 'Paris' LIMIT 1
|
1379
|
+
[1m[36mSQL (0.5ms)[0m [1mINSERT INTO "cities" ("created_at", "name", "updated_at") VALUES (?, ?, ?)[0m [["created_at", Sun, 25 Nov 2012 13:47:28 UTC +00:00], ["name", "Paris"], ["updated_at", Sun, 25 Nov 2012 13:47:28 UTC +00:00]]
|
1380
|
+
[1m[35m (2.8ms)[0m commit transaction
|
996
1381
|
Connecting to database specified by database.yml
|
997
1382
|
Connecting to database specified by database.yml
|
998
|
-
[1m[36m (0.
|
1383
|
+
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
999
1384
|
Migrating to CreatePeople (20120606125104)
|
1000
|
-
[1m[35m (0.
|
1001
|
-
[1m[36m (0.
|
1002
|
-
[1m[35m (0.
|
1003
|
-
[1m[36m (0.0ms)[0m [
|
1004
|
-
[1m[35m (0.1ms)[0m
|
1005
|
-
[1m[36m (
|
1006
|
-
[1m[35m (
|
1007
|
-
[1m[36m (
|
1008
|
-
[1m[35m (0.
|
1009
|
-
[1m[36m (
|
1385
|
+
[1m[35m (0.1ms)[0m SELECT "schema_migrations"."version" FROM "schema_migrations"
|
1386
|
+
[1m[36m (0.2ms)[0m [1mselect sqlite_version(*)[0m
|
1387
|
+
[1m[35m (0.1ms)[0m SELECT "schema_migrations"."version" FROM "schema_migrations"
|
1388
|
+
[1m[36m (0.0ms)[0m [1mPRAGMA index_list("people")[0m
|
1389
|
+
[1m[35m (0.1ms)[0m SELECT "schema_migrations"."version" FROM "schema_migrations"
|
1390
|
+
[1m[36m (0.2ms)[0m [1mselect sqlite_version(*)[0m
|
1391
|
+
[1m[35m (31.0ms)[0m CREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "birthday" date, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
|
1392
|
+
[1m[36m (3.3ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) [0m
|
1393
|
+
[1m[35m (0.1ms)[0m PRAGMA index_list("schema_migrations")
|
1394
|
+
[1m[36m (3.9ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
|
1395
|
+
[1m[35m (0.1ms)[0m SELECT version FROM "schema_migrations"
|
1396
|
+
[1m[36m (3.2ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20120606125104')[0m
|
1010
1397
|
Connecting to database specified by database.yml
|
1011
|
-
[1m[36m (0.
|
1012
|
-
[1m[35m (0.
|
1013
|
-
[1m[36m (
|
1014
|
-
[1m[35m (
|
1015
|
-
[1m[36m (
|
1016
|
-
[1m[35m (
|
1017
|
-
[1m[36m (
|
1018
|
-
[1m[35m (
|
1398
|
+
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
1399
|
+
[1m[35m (0.2ms)[0m select sqlite_version(*)
|
1400
|
+
[1m[36m (41.5ms)[0m [1mCREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "birthday" date, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
1401
|
+
[1m[35m (3.2ms)[0m CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
|
1402
|
+
[1m[36m (0.1ms)[0m [1mPRAGMA index_list("schema_migrations")[0m
|
1403
|
+
[1m[35m (4.4ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
1404
|
+
[1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
1405
|
+
[1m[35m (3.2ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20120606125104')
|
1406
|
+
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
1019
1407
|
Migrating to CreateCities (20120606125058)
|
1020
|
-
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
1021
|
-
[1m[35m (0.2ms)[0m CREATE TABLE "cities" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
|
1022
|
-
[1m[36m (0.1ms)[0m [1mALTER TABLE "people" ADD "city_id" integer[0m
|
1023
|
-
[1m[35m (0.1ms)[0m INSERT INTO "schema_migrations" ("version") VALUES ('20120606125058')
|
1024
|
-
[1m[36m (11.1ms)[0m [1mcommit transaction[0m
|
1025
|
-
[1m[35m (0.0ms)[0m begin transaction
|
1026
|
-
[1m[36mPerson Load (0.1ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."name" = 'Pascal' LIMIT 1[0m
|
1027
|
-
[1m[35mSQL (15.1ms)[0m INSERT INTO "people" ("birthday", "city_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?) [["birthday", nil], ["city_id", nil], ["created_at", Tue, 28 May 2013 12:13:51 UTC +00:00], ["name", "Pascal"], ["updated_at", Tue, 28 May 2013 12:13:51 UTC +00:00]]
|
1028
|
-
[1m[36m (17.0ms)[0m [1mcommit transaction[0m
|
1029
1408
|
[1m[35m (0.1ms)[0m begin transaction
|
1030
|
-
[1m[
|
1031
|
-
[1m[
|
1032
|
-
[1m[36m (
|
1409
|
+
[1m[36m (0.4ms)[0m [1mCREATE TABLE "cities" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
1410
|
+
[1m[35m (0.2ms)[0m ALTER TABLE "people" ADD "city_id" integer
|
1411
|
+
[1m[36m (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES ('20120606125058')[0m
|
1412
|
+
[1m[35m (3.4ms)[0m commit transaction
|
1413
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
1414
|
+
[1m[35mPerson Load (0.1ms)[0m SELECT "people".* FROM "people" WHERE "people"."name" = 'Pascal' LIMIT 1
|
1415
|
+
[1m[36mSQL (6.0ms)[0m [1mINSERT INTO "people" ("birthday", "city_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["birthday", nil], ["city_id", nil], ["created_at", Sun, 25 Nov 2012 13:51:08 UTC +00:00], ["name", "Pascal"], ["updated_at", Sun, 25 Nov 2012 13:51:08 UTC +00:00]]
|
1416
|
+
[1m[35m (2.7ms)[0m commit transaction
|
1417
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
1418
|
+
[1m[35mCity Load (0.1ms)[0m SELECT "cities".* FROM "cities" WHERE "cities"."name" = 'Paris' LIMIT 1
|
1419
|
+
[1m[36mSQL (0.5ms)[0m [1mINSERT INTO "cities" ("created_at", "name", "updated_at") VALUES (?, ?, ?)[0m [["created_at", Sun, 25 Nov 2012 13:51:08 UTC +00:00], ["name", "Paris"], ["updated_at", Sun, 25 Nov 2012 13:51:08 UTC +00:00]]
|
1420
|
+
[1m[35m (2.8ms)[0m commit transaction
|
1033
1421
|
Connecting to database specified by database.yml
|
1034
|
-
[1m[36m (0.
|
1422
|
+
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
1035
1423
|
[1m[35m (0.2ms)[0m select sqlite_version(*)
|
1036
|
-
[1m[36m (
|
1037
|
-
[1m[35m (
|
1038
|
-
[1m[36m (
|
1039
|
-
[1m[35m (
|
1040
|
-
[1m[36m (
|
1041
|
-
[1m[35m (
|
1042
|
-
[1m[
|
1043
|
-
[1m[
|
1044
|
-
[1m[
|
1424
|
+
[1m[36m (39.4ms)[0m [1mCREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "birthday" date, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
1425
|
+
[1m[35m (3.2ms)[0m CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
|
1426
|
+
[1m[36m (0.1ms)[0m [1mPRAGMA index_list("schema_migrations")[0m
|
1427
|
+
[1m[35m (4.1ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
1428
|
+
[1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
1429
|
+
[1m[35m (3.8ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20120606125104')
|
1430
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
1431
|
+
[1m[35mPerson Load (0.1ms)[0m SELECT "people".* FROM "people" WHERE "people"."name" = 'Pascal' LIMIT 1
|
1432
|
+
[1m[36mSQL (7.4ms)[0m [1mINSERT INTO "people" ("birthday", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?)[0m [["birthday", nil], ["created_at", Sun, 25 Nov 2012 13:51:16 UTC +00:00], ["name", "Pascal"], ["updated_at", Sun, 25 Nov 2012 13:51:16 UTC +00:00]]
|
1433
|
+
[1m[35m (2.7ms)[0m commit transaction
|
1434
|
+
Connecting to database specified by database.yml
|
1435
|
+
|
1436
|
+
|
1437
|
+
Started GET "/" for 127.0.0.1 at 2012-11-25 14:53:17 +0100
|
1438
|
+
|
1439
|
+
ActionController::RoutingError (No route matches [GET] "/"):
|
1440
|
+
actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
|
1441
|
+
actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
|
1442
|
+
railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app'
|
1443
|
+
railties (3.2.8) lib/rails/rack/logger.rb:16:in `call'
|
1444
|
+
actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call'
|
1445
|
+
rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
|
1446
|
+
rack (1.4.1) lib/rack/runtime.rb:17:in `call'
|
1447
|
+
activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
|
1448
|
+
rack (1.4.1) lib/rack/lock.rb:15:in `call'
|
1449
|
+
actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call'
|
1450
|
+
railties (3.2.8) lib/rails/engine.rb:479:in `call'
|
1451
|
+
railties (3.2.8) lib/rails/application.rb:223:in `call'
|
1452
|
+
rack (1.4.1) lib/rack/content_length.rb:14:in `call'
|
1453
|
+
railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call'
|
1454
|
+
rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service'
|
1455
|
+
/Users/pascal/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
|
1456
|
+
/Users/pascal/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
|
1457
|
+
/Users/pascal/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
|
1458
|
+
|
1459
|
+
|
1460
|
+
Rendered /Users/pascal/.rvm/gems/ruby-1.9.3-p286/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (3.3ms)
|
1461
|
+
|
1462
|
+
|
1463
|
+
Started GET "/people" for 127.0.0.1 at 2012-11-25 14:53:20 +0100
|
1464
|
+
Processing by PeopleController#index as HTML
|
1465
|
+
Rendered vendor/wagons/superliner/app/views/people/_list_superliner.html.erb (0.5ms)
|
1466
|
+
Rendered vendor/wagons/superliner/app/views/shared/_sidebar_superliner.html.erb (0.5ms)
|
1467
|
+
Rendered shared/_sidebar.html.erb (2.3ms)
|
1468
|
+
Rendered people/index.html.erb within layouts/application (8.8ms)
|
1469
|
+
Compiled application.css (1ms) (pid 1948)
|
1470
|
+
Completed 500 Internal Server Error in 73ms
|
1471
|
+
|
1472
|
+
ActionView::Template::Error (couldn't find file 'jquery'
|
1473
|
+
(in /Users/pascal/Code/ruby/wagons/test/dummy/app/assets/javascripts/application.js:13)):
|
1474
|
+
3: <head>
|
1475
|
+
4: <title>Dummy</title>
|
1476
|
+
5: <%= stylesheet_link_tag "application", :media => "all" %>
|
1477
|
+
6: <%= javascript_include_tag "application" %>
|
1478
|
+
7: <%= csrf_meta_tags %>
|
1479
|
+
8: </head>
|
1480
|
+
9: <body>
|
1481
|
+
app/views/layouts/application.html.erb:6:in `_app_views_layouts_application_html_erb__1537380431507552604_2176532200'
|
1482
|
+
|
1483
|
+
|
1484
|
+
Rendered /Users/pascal/.rvm/gems/ruby-1.9.3-p286/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.3ms)
|
1485
|
+
Rendered /Users/pascal/.rvm/gems/ruby-1.9.3-p286/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.4ms)
|
1486
|
+
Rendered /Users/pascal/.rvm/gems/ruby-1.9.3-p286/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (14.0ms)
|
1487
|
+
|
1488
|
+
|
1489
|
+
Started GET "/people" for 127.0.0.1 at 2012-11-25 14:53:48 +0100
|
1490
|
+
Processing by PeopleController#index as HTML
|
1491
|
+
Rendered vendor/wagons/superliner/app/views/people/_list_superliner.html.erb (0.1ms)
|
1492
|
+
Rendered vendor/wagons/superliner/app/views/shared/_sidebar_superliner.html.erb (0.0ms)
|
1493
|
+
Rendered shared/_sidebar.html.erb (1.0ms)
|
1494
|
+
Rendered people/index.html.erb within layouts/application (3.3ms)
|
1495
|
+
Compiled application.js (1ms) (pid 1948)
|
1496
|
+
Completed 200 OK in 55ms (Views: 55.0ms | ActiveRecord: 0.0ms)
|
1497
|
+
|
1498
|
+
|
1499
|
+
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-11-25 14:53:49 +0100
|
1500
|
+
Served asset /application.js - 200 OK (3ms)
|
1501
|
+
|
1502
|
+
|
1503
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-11-25 14:53:49 +0100
|
1504
|
+
Served asset /application.css - 200 OK (2ms)
|
1505
|
+
|
1506
|
+
|
1507
|
+
Started GET "/people" for 127.0.0.1 at 2012-11-25 14:54:20 +0100
|
1508
|
+
Processing by PeopleController#index as HTML
|
1509
|
+
Rendered vendor/wagons/superliner/app/views/people/_list_superliner.html.erb (0.0ms)
|
1510
|
+
Rendered vendor/wagons/superliner/app/views/shared/_sidebar_superliner.html.erb (0.0ms)
|
1511
|
+
Rendered shared/_sidebar.html.erb (1.1ms)
|
1512
|
+
Rendered people/index.html.erb within layouts/application (3.2ms)
|
1513
|
+
Completed 200 OK in 8ms (Views: 7.6ms | ActiveRecord: 0.0ms)
|
1514
|
+
|
1515
|
+
|
1516
|
+
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-11-25 14:54:20 +0100
|
1517
|
+
Served asset /application.js - 304 Not Modified (0ms)
|
1518
|
+
|
1519
|
+
|
1520
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-11-25 14:54:20 +0100
|
1521
|
+
Served asset /application.css - 304 Not Modified (0ms)
|
1522
|
+
Connecting to database specified by database.yml
|
1523
|
+
|
1524
|
+
|
1525
|
+
Started GET "/people" for 127.0.0.1 at 2012-11-25 14:54:30 +0100
|
1526
|
+
Processing by PeopleController#index as HTML
|
1527
|
+
Rendered shared/_sidebar.html.erb (0.8ms)
|
1528
|
+
Rendered people/index.html.erb within layouts/application (8.0ms)
|
1529
|
+
Completed 200 OK in 30ms (Views: 29.1ms | ActiveRecord: 0.0ms)
|
1530
|
+
|
1531
|
+
|
1532
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-11-25 14:54:30 +0100
|
1533
|
+
Served asset /application.css - 304 Not Modified (2ms)
|
1534
|
+
|
1535
|
+
|
1536
|
+
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-11-25 14:54:30 +0100
|
1537
|
+
Served asset /application.js - 304 Not Modified (2ms)
|
1538
|
+
Connecting to database specified by database.yml
|
1539
|
+
|
1540
|
+
|
1541
|
+
Started GET "/people" for 127.0.0.1 at 2012-11-25 14:55:11 +0100
|
1542
|
+
Processing by PeopleController#index as HTML
|
1543
|
+
Rendered vendor/wagons/superliner/app/views/people/_list_superliner.html.erb (0.5ms)
|
1544
|
+
Rendered vendor/wagons/superliner/app/views/shared/_sidebar_superliner.html.erb (0.4ms)
|
1545
|
+
Rendered shared/_sidebar.html.erb (1.9ms)
|
1546
|
+
Rendered people/index.html.erb within layouts/application (10.2ms)
|
1547
|
+
Completed 200 OK in 32ms (Views: 31.2ms | ActiveRecord: 0.0ms)
|
1548
|
+
|
1549
|
+
|
1550
|
+
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-11-25 14:55:11 +0100
|
1551
|
+
Served asset /application.js - 304 Not Modified (2ms)
|
1552
|
+
|
1553
|
+
|
1554
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-11-25 14:55:11 +0100
|
1555
|
+
Served asset /application.css - 304 Not Modified (2ms)
|
1045
1556
|
Connecting to database specified by database.yml
|
1046
1557
|
Connecting to database specified by database.yml
|
1047
|
-
[1m[36m (0.
|
1558
|
+
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
1048
1559
|
Migrating to CreatePeople (20120606125104)
|
1049
1560
|
[1m[35m (0.1ms)[0m SELECT "schema_migrations"."version" FROM "schema_migrations"
|
1050
|
-
[1m[36m (0.
|
1561
|
+
[1m[36m (0.2ms)[0m [1mselect sqlite_version(*)[0m
|
1051
1562
|
[1m[35m (0.1ms)[0m SELECT "schema_migrations"."version" FROM "schema_migrations"
|
1052
|
-
[1m[36m (0.0ms)[0m [
|
1053
|
-
[1m[35m (0.
|
1054
|
-
[1m[36m (
|
1055
|
-
[1m[35m (
|
1056
|
-
[1m[36m (
|
1057
|
-
[1m[35m (0.
|
1058
|
-
[1m[36m (
|
1563
|
+
[1m[36m (0.0ms)[0m [1mPRAGMA index_list("people")[0m
|
1564
|
+
[1m[35m (0.1ms)[0m SELECT "schema_migrations"."version" FROM "schema_migrations"
|
1565
|
+
[1m[36m (0.2ms)[0m [1mselect sqlite_version(*)[0m
|
1566
|
+
[1m[35m (25.5ms)[0m CREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "birthday" date, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
|
1567
|
+
[1m[36m (3.3ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) [0m
|
1568
|
+
[1m[35m (0.1ms)[0m PRAGMA index_list("schema_migrations")
|
1569
|
+
[1m[36m (4.1ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
|
1570
|
+
[1m[35m (0.1ms)[0m SELECT version FROM "schema_migrations"
|
1571
|
+
[1m[36m (4.3ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20120606125104')[0m
|
1059
1572
|
Connecting to database specified by database.yml
|
1060
|
-
[1m[36m (0.
|
1061
|
-
[1m[35m (0.
|
1062
|
-
[1m[36m (
|
1063
|
-
[1m[35m (
|
1064
|
-
[1m[36m (
|
1065
|
-
[1m[35m (
|
1066
|
-
[1m[36m (
|
1067
|
-
[1m[35m (
|
1573
|
+
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
1574
|
+
[1m[35m (0.2ms)[0m select sqlite_version(*)
|
1575
|
+
[1m[36m (45.4ms)[0m [1mCREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "birthday" date, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
1576
|
+
[1m[35m (3.2ms)[0m CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
|
1577
|
+
[1m[36m (0.1ms)[0m [1mPRAGMA index_list("schema_migrations")[0m
|
1578
|
+
[1m[35m (4.5ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
1579
|
+
[1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
1580
|
+
[1m[35m (4.4ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20120606125104')
|
1581
|
+
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
1068
1582
|
Migrating to CreateCities (20120606125058)
|
1069
|
-
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
1070
|
-
[1m[35m (0.2ms)[0m CREATE TABLE "cities" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
|
1071
|
-
[1m[36m (0.1ms)[0m [1mALTER TABLE "people" ADD "city_id" integer[0m
|
1072
|
-
[1m[35m (0.1ms)[0m INSERT INTO "schema_migrations" ("version") VALUES ('20120606125058')
|
1073
|
-
[1m[36m (11.2ms)[0m [1mcommit transaction[0m
|
1074
|
-
[1m[35m (0.1ms)[0m begin transaction
|
1075
|
-
[1m[36mPerson Load (0.1ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."name" = 'Pascal' LIMIT 1[0m
|
1076
|
-
[1m[35mSQL (14.5ms)[0m INSERT INTO "people" ("birthday", "city_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?) [["birthday", nil], ["city_id", nil], ["created_at", Tue, 28 May 2013 12:14:14 UTC +00:00], ["name", "Pascal"], ["updated_at", Tue, 28 May 2013 12:14:14 UTC +00:00]]
|
1077
|
-
[1m[36m (13.8ms)[0m [1mcommit transaction[0m
|
1078
1583
|
[1m[35m (0.1ms)[0m begin transaction
|
1079
|
-
[1m[
|
1080
|
-
[1m[
|
1081
|
-
[1m[36m (
|
1584
|
+
[1m[36m (0.3ms)[0m [1mCREATE TABLE "cities" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
1585
|
+
[1m[35m (0.2ms)[0m ALTER TABLE "people" ADD "city_id" integer
|
1586
|
+
[1m[36m (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES ('20120606125058')[0m
|
1587
|
+
[1m[35m (3.0ms)[0m commit transaction
|
1588
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
1589
|
+
[1m[35mPerson Load (0.2ms)[0m SELECT "people".* FROM "people" WHERE "people"."name" = 'Pascal' LIMIT 1
|
1590
|
+
[1m[36mSQL (6.0ms)[0m [1mINSERT INTO "people" ("birthday", "city_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["birthday", nil], ["city_id", nil], ["created_at", Sun, 25 Nov 2012 14:09:12 UTC +00:00], ["name", "Pascal"], ["updated_at", Sun, 25 Nov 2012 14:09:12 UTC +00:00]]
|
1591
|
+
[1m[35m (2.8ms)[0m commit transaction
|
1592
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
1593
|
+
[1m[35mCity Load (0.1ms)[0m SELECT "cities".* FROM "cities" WHERE "cities"."name" = 'Paris' LIMIT 1
|
1594
|
+
[1m[36mSQL (0.5ms)[0m [1mINSERT INTO "cities" ("created_at", "name", "updated_at") VALUES (?, ?, ?)[0m [["created_at", Sun, 25 Nov 2012 14:09:12 UTC +00:00], ["name", "Paris"], ["updated_at", Sun, 25 Nov 2012 14:09:12 UTC +00:00]]
|
1595
|
+
[1m[35m (2.9ms)[0m commit transaction
|
1082
1596
|
Connecting to database specified by database.yml
|
1083
|
-
[1m[36m (0.
|
1597
|
+
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
1084
1598
|
[1m[35m (0.2ms)[0m select sqlite_version(*)
|
1085
|
-
[1m[36m (
|
1086
|
-
[1m[35m (
|
1087
|
-
[1m[36m (
|
1088
|
-
[1m[35m (
|
1089
|
-
[1m[36m (
|
1090
|
-
[1m[35m (
|
1091
|
-
[1m[
|
1092
|
-
[1m[
|
1093
|
-
[1m[
|
1599
|
+
[1m[36m (41.4ms)[0m [1mCREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "birthday" date, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
1600
|
+
[1m[35m (3.2ms)[0m CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
|
1601
|
+
[1m[36m (0.1ms)[0m [1mPRAGMA index_list("schema_migrations")[0m
|
1602
|
+
[1m[35m (4.1ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
1603
|
+
[1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
1604
|
+
[1m[35m (5.2ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20120606125104')
|
1605
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
1606
|
+
[1m[35mPerson Load (0.1ms)[0m SELECT "people".* FROM "people" WHERE "people"."name" = 'Pascal' LIMIT 1
|
1607
|
+
[1m[36mSQL (16.4ms)[0m [1mINSERT INTO "people" ("birthday", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?)[0m [["birthday", nil], ["created_at", Sun, 25 Nov 2012 14:09:19 UTC +00:00], ["name", "Pascal"], ["updated_at", Sun, 25 Nov 2012 14:09:19 UTC +00:00]]
|
1608
|
+
[1m[35m (2.9ms)[0m commit transaction
|
1094
1609
|
Connecting to database specified by database.yml
|
1095
1610
|
Connecting to database specified by database.yml
|
1096
|
-
[1m[36m (0.
|
1611
|
+
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
1097
1612
|
Migrating to CreatePeople (20120606125104)
|
1098
|
-
[1m[35m (0.0ms)[0m SELECT "schema_migrations"."version" FROM "schema_migrations"
|
1099
|
-
[1m[36m (0.0ms)[0m [1mselect sqlite_version(*)[0m
|
1100
1613
|
[1m[35m (0.1ms)[0m SELECT "schema_migrations"."version" FROM "schema_migrations"
|
1101
|
-
[1m[36m (0.
|
1102
|
-
[1m[35m (0.1ms)[0m
|
1103
|
-
[1m[36m (
|
1104
|
-
[1m[35m (
|
1105
|
-
[1m[36m (
|
1106
|
-
[1m[35m (
|
1107
|
-
[1m[36m (
|
1614
|
+
[1m[36m (0.2ms)[0m [1mselect sqlite_version(*)[0m
|
1615
|
+
[1m[35m (0.1ms)[0m SELECT "schema_migrations"."version" FROM "schema_migrations"
|
1616
|
+
[1m[36m (0.0ms)[0m [1mPRAGMA index_list("people")[0m
|
1617
|
+
[1m[35m (0.1ms)[0m SELECT "schema_migrations"."version" FROM "schema_migrations"
|
1618
|
+
[1m[36m (0.2ms)[0m [1mselect sqlite_version(*)[0m
|
1619
|
+
[1m[35m (3.3ms)[0m CREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "birthday" date, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
|
1620
|
+
[1m[36m (3.1ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) [0m
|
1621
|
+
[1m[35m (0.1ms)[0m PRAGMA index_list("schema_migrations")
|
1622
|
+
[1m[36m (4.3ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
|
1623
|
+
[1m[35m (0.1ms)[0m SELECT version FROM "schema_migrations"
|
1624
|
+
[1m[36m (3.6ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20120606125104')[0m
|
1108
1625
|
Connecting to database specified by database.yml
|
1109
|
-
[1m[36m (0.
|
1110
|
-
[1m[35m (0.
|
1111
|
-
[1m[36m (
|
1112
|
-
[1m[35m (
|
1113
|
-
[1m[36m (
|
1114
|
-
[1m[35m (
|
1115
|
-
[1m[36m (
|
1116
|
-
[1m[35m (
|
1626
|
+
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
1627
|
+
[1m[35m (0.2ms)[0m select sqlite_version(*)
|
1628
|
+
[1m[36m (43.6ms)[0m [1mCREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "birthday" date, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
1629
|
+
[1m[35m (3.4ms)[0m CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
|
1630
|
+
[1m[36m (0.1ms)[0m [1mPRAGMA index_list("schema_migrations")[0m
|
1631
|
+
[1m[35m (5.1ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
1632
|
+
[1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
1633
|
+
[1m[35m (3.2ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20120606125104')
|
1634
|
+
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
1117
1635
|
Migrating to CreateCities (20120606125058)
|
1118
|
-
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
1119
|
-
[1m[35m (0.2ms)[0m CREATE TABLE "cities" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
|
1120
|
-
[1m[36m (0.1ms)[0m [1mALTER TABLE "people" ADD "city_id" integer[0m
|
1121
|
-
[1m[35m (0.1ms)[0m INSERT INTO "schema_migrations" ("version") VALUES ('20120606125058')
|
1122
|
-
[1m[36m (12.5ms)[0m [1mcommit transaction[0m
|
1123
|
-
[1m[35m (0.1ms)[0m begin transaction
|
1124
|
-
[1m[36mPerson Load (0.1ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."name" = 'Pascal' LIMIT 1[0m
|
1125
|
-
[1m[35mSQL (14.4ms)[0m INSERT INTO "people" ("birthday", "city_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?) [["birthday", nil], ["city_id", nil], ["created_at", Tue, 28 May 2013 12:14:38 UTC +00:00], ["name", "Pascal"], ["updated_at", Tue, 28 May 2013 12:14:38 UTC +00:00]]
|
1126
|
-
[1m[36m (12.4ms)[0m [1mcommit transaction[0m
|
1127
1636
|
[1m[35m (0.1ms)[0m begin transaction
|
1128
|
-
[1m[
|
1129
|
-
[1m[
|
1130
|
-
[1m[36m (
|
1637
|
+
[1m[36m (0.4ms)[0m [1mCREATE TABLE "cities" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
1638
|
+
[1m[35m (0.2ms)[0m ALTER TABLE "people" ADD "city_id" integer
|
1639
|
+
[1m[36m (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES ('20120606125058')[0m
|
1640
|
+
[1m[35m (3.4ms)[0m commit transaction
|
1641
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
1642
|
+
[1m[35mPerson Load (0.2ms)[0m SELECT "people".* FROM "people" WHERE "people"."name" = 'Pascal' LIMIT 1
|
1643
|
+
[1m[36mSQL (6.0ms)[0m [1mINSERT INTO "people" ("birthday", "city_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["birthday", nil], ["city_id", nil], ["created_at", Sun, 25 Nov 2012 14:40:01 UTC +00:00], ["name", "Pascal"], ["updated_at", Sun, 25 Nov 2012 14:40:01 UTC +00:00]]
|
1644
|
+
[1m[35m (2.9ms)[0m commit transaction
|
1645
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
1646
|
+
[1m[35mCity Load (0.1ms)[0m SELECT "cities".* FROM "cities" WHERE "cities"."name" = 'Paris' LIMIT 1
|
1647
|
+
[1m[36mSQL (0.7ms)[0m [1mINSERT INTO "cities" ("created_at", "name", "updated_at") VALUES (?, ?, ?)[0m [["created_at", Sun, 25 Nov 2012 14:40:01 UTC +00:00], ["name", "Paris"], ["updated_at", Sun, 25 Nov 2012 14:40:01 UTC +00:00]]
|
1648
|
+
[1m[35m (2.6ms)[0m commit transaction
|
1131
1649
|
Connecting to database specified by database.yml
|
1132
|
-
[1m[36m (0.
|
1650
|
+
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
1133
1651
|
[1m[35m (0.2ms)[0m select sqlite_version(*)
|
1134
|
-
[1m[36m (
|
1135
|
-
[1m[35m (
|
1136
|
-
[1m[36m (
|
1137
|
-
[1m[35m (
|
1138
|
-
[1m[36m (
|
1139
|
-
[1m[35m (
|
1140
|
-
[1m[
|
1141
|
-
[1m[
|
1142
|
-
[1m[
|
1652
|
+
[1m[36m (44.5ms)[0m [1mCREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "birthday" date, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
1653
|
+
[1m[35m (3.2ms)[0m CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
|
1654
|
+
[1m[36m (0.1ms)[0m [1mPRAGMA index_list("schema_migrations")[0m
|
1655
|
+
[1m[35m (4.8ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
1656
|
+
[1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
1657
|
+
[1m[35m (4.0ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20120606125104')
|
1658
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
1659
|
+
[1m[35mPerson Load (0.1ms)[0m SELECT "people".* FROM "people" WHERE "people"."name" = 'Pascal' LIMIT 1
|
1660
|
+
[1m[36mSQL (18.3ms)[0m [1mINSERT INTO "people" ("birthday", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?)[0m [["birthday", nil], ["created_at", Sun, 25 Nov 2012 14:40:09 UTC +00:00], ["name", "Pascal"], ["updated_at", Sun, 25 Nov 2012 14:40:09 UTC +00:00]]
|
1661
|
+
[1m[35m (3.3ms)[0m commit transaction
|
1143
1662
|
Connecting to database specified by database.yml
|
1144
1663
|
Connecting to database specified by database.yml
|
1145
|
-
[1m[36m (0.
|
1664
|
+
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
1146
1665
|
Migrating to CreatePeople (20120606125104)
|
1147
1666
|
[1m[35m (0.1ms)[0m SELECT "schema_migrations"."version" FROM "schema_migrations"
|
1148
|
-
[1m[36m (0.
|
1667
|
+
[1m[36m (0.3ms)[0m [1mselect sqlite_version(*)[0m
|
1149
1668
|
[1m[35m (0.1ms)[0m SELECT "schema_migrations"."version" FROM "schema_migrations"
|
1150
|
-
[1m[36m (0.0ms)[0m [
|
1151
|
-
[1m[35m (0.
|
1152
|
-
[1m[36m (
|
1153
|
-
[1m[35m (
|
1154
|
-
[1m[36m (
|
1155
|
-
[1m[35m (0.
|
1156
|
-
[1m[36m (
|
1669
|
+
[1m[36m (0.0ms)[0m [1mPRAGMA index_list("people")[0m
|
1670
|
+
[1m[35m (0.1ms)[0m SELECT "schema_migrations"."version" FROM "schema_migrations"
|
1671
|
+
[1m[36m (0.2ms)[0m [1mselect sqlite_version(*)[0m
|
1672
|
+
[1m[35m (22.7ms)[0m CREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "birthday" date, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
|
1673
|
+
[1m[36m (3.0ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) [0m
|
1674
|
+
[1m[35m (0.1ms)[0m PRAGMA index_list("schema_migrations")
|
1675
|
+
[1m[36m (3.9ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
|
1676
|
+
[1m[35m (0.1ms)[0m SELECT version FROM "schema_migrations"
|
1677
|
+
[1m[36m (2.9ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20120606125104')[0m
|
1157
1678
|
Connecting to database specified by database.yml
|
1158
|
-
[1m[36m (0.
|
1159
|
-
[1m[35m (0.
|
1160
|
-
[1m[36m (
|
1161
|
-
[1m[35m (
|
1162
|
-
[1m[36m (
|
1163
|
-
[1m[35m (
|
1164
|
-
[1m[36m (
|
1165
|
-
[1m[35m (
|
1679
|
+
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
1680
|
+
[1m[35m (0.2ms)[0m select sqlite_version(*)
|
1681
|
+
[1m[36m (44.4ms)[0m [1mCREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "birthday" date, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
1682
|
+
[1m[35m (3.0ms)[0m CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
|
1683
|
+
[1m[36m (0.1ms)[0m [1mPRAGMA index_list("schema_migrations")[0m
|
1684
|
+
[1m[35m (10.2ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
1685
|
+
[1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
1686
|
+
[1m[35m (4.3ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20120606125104')
|
1687
|
+
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
1166
1688
|
Migrating to CreateCities (20120606125058)
|
1167
|
-
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
1168
|
-
[1m[35m (0.6ms)[0m CREATE TABLE "cities" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
|
1169
|
-
[1m[36m (0.5ms)[0m [1mALTER TABLE "people" ADD "city_id" integer[0m
|
1170
|
-
[1m[35m (0.3ms)[0m INSERT INTO "schema_migrations" ("version") VALUES ('20120606125058')
|
1171
|
-
[1m[36m (13.1ms)[0m [1mcommit transaction[0m
|
1172
|
-
[1m[35m (0.2ms)[0m begin transaction
|
1173
|
-
[1m[36mPerson Load (0.1ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."name" = 'Pascal' LIMIT 1[0m
|
1174
|
-
[1m[35mSQL (14.5ms)[0m INSERT INTO "people" ("birthday", "city_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?) [["birthday", nil], ["city_id", nil], ["created_at", Tue, 28 May 2013 15:15:38 UTC +00:00], ["name", "Pascal"], ["updated_at", Tue, 28 May 2013 15:15:38 UTC +00:00]]
|
1175
|
-
[1m[36m (12.6ms)[0m [1mcommit transaction[0m
|
1176
1689
|
[1m[35m (0.1ms)[0m begin transaction
|
1177
|
-
[1m[
|
1178
|
-
[1m[
|
1179
|
-
[1m[36m (
|
1690
|
+
[1m[36m (0.4ms)[0m [1mCREATE TABLE "cities" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
1691
|
+
[1m[35m (0.2ms)[0m ALTER TABLE "people" ADD "city_id" integer
|
1692
|
+
[1m[36m (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES ('20120606125058')[0m
|
1693
|
+
[1m[35m (2.7ms)[0m commit transaction
|
1694
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
1695
|
+
[1m[35mPerson Load (0.2ms)[0m SELECT "people".* FROM "people" WHERE "people"."name" = 'Pascal' LIMIT 1
|
1696
|
+
[1m[36mSQL (7.1ms)[0m [1mINSERT INTO "people" ("birthday", "city_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["birthday", nil], ["city_id", nil], ["created_at", Sun, 25 Nov 2012 15:22:53 UTC +00:00], ["name", "Pascal"], ["updated_at", Sun, 25 Nov 2012 15:22:53 UTC +00:00]]
|
1697
|
+
[1m[35m (3.5ms)[0m commit transaction
|
1698
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
1699
|
+
[1m[35mCity Load (0.1ms)[0m SELECT "cities".* FROM "cities" WHERE "cities"."name" = 'Paris' LIMIT 1
|
1700
|
+
[1m[36mSQL (0.6ms)[0m [1mINSERT INTO "cities" ("created_at", "name", "updated_at") VALUES (?, ?, ?)[0m [["created_at", Sun, 25 Nov 2012 15:22:53 UTC +00:00], ["name", "Paris"], ["updated_at", Sun, 25 Nov 2012 15:22:53 UTC +00:00]]
|
1701
|
+
[1m[35m (2.6ms)[0m commit transaction
|
1180
1702
|
Connecting to database specified by database.yml
|
1181
|
-
[1m[36m (0.
|
1182
|
-
[1m[35m (0.
|
1183
|
-
[1m[36m (
|
1184
|
-
[1m[35m (
|
1185
|
-
[1m[36m (
|
1703
|
+
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
1704
|
+
[1m[35m (0.7ms)[0m select sqlite_version(*)
|
1705
|
+
[1m[36m (38.1ms)[0m [1mCREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "birthday" date, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
1706
|
+
[1m[35m (3.0ms)[0m CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
|
1707
|
+
[1m[36m (4.3ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
|
1186
1708
|
[1m[35m (0.1ms)[0m SELECT version FROM "schema_migrations"
|
1187
|
-
[1m[36m (
|
1709
|
+
[1m[36m (3.4ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20120606125104')[0m
|
1188
1710
|
[1m[35m (0.1ms)[0m begin transaction
|
1189
|
-
[1m[36mPerson Load (0.
|
1190
|
-
[1m[35mSQL (
|
1191
|
-
[1m[36m (
|
1711
|
+
[1m[36mPerson Load (0.2ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."name" = 'Pascal' LIMIT 1[0m
|
1712
|
+
[1m[35mSQL (6.8ms)[0m INSERT INTO "people" ("birthday", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["birthday", nil], ["created_at", Sun, 25 Nov 2012 15:23:03 UTC +00:00], ["name", "Pascal"], ["updated_at", Sun, 25 Nov 2012 15:23:03 UTC +00:00]]
|
1713
|
+
[1m[36m (2.7ms)[0m [1mcommit transaction[0m
|
1192
1714
|
Connecting to database specified by database.yml
|
1193
1715
|
Connecting to database specified by database.yml
|
1194
|
-
[1m[36m (
|
1716
|
+
[1m[36m (1.5ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
1195
1717
|
Migrating to CreatePeople (20120606125104)
|
1196
1718
|
[1m[35m (0.1ms)[0m SELECT "schema_migrations"."version" FROM "schema_migrations"
|
1197
1719
|
[1m[36m (0.1ms)[0m [1mselect sqlite_version(*)[0m
|
1198
1720
|
[1m[35m (0.1ms)[0m SELECT "schema_migrations"."version" FROM "schema_migrations"
|
1199
1721
|
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
1200
1722
|
[1m[35m (0.2ms)[0m select sqlite_version(*)
|
1201
|
-
[1m[36m (
|
1202
|
-
[1m[35m (
|
1203
|
-
[1m[36m (
|
1723
|
+
[1m[36m (3.8ms)[0m [1mCREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "birthday" date, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
1724
|
+
[1m[35m (3.0ms)[0m CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
|
1725
|
+
[1m[36m (3.2ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
|
1204
1726
|
[1m[35m (0.1ms)[0m SELECT version FROM "schema_migrations"
|
1205
|
-
[1m[36m (
|
1727
|
+
[1m[36m (2.8ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20120606125104')[0m
|
1206
1728
|
Connecting to database specified by database.yml
|
1207
|
-
[1m[36m (
|
1729
|
+
[1m[36m (1.3ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
1208
1730
|
[1m[35m (0.2ms)[0m select sqlite_version(*)
|
1209
|
-
[1m[36m (
|
1210
|
-
[1m[35m (
|
1211
|
-
[1m[36m (
|
1212
|
-
[1m[35m (0.
|
1213
|
-
[1m[36m (
|
1214
|
-
[1m[35m (0.
|
1731
|
+
[1m[36m (39.5ms)[0m [1mCREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "birthday" date, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
1732
|
+
[1m[35m (3.2ms)[0m CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
|
1733
|
+
[1m[36m (4.4ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
|
1734
|
+
[1m[35m (0.1ms)[0m SELECT version FROM "schema_migrations"
|
1735
|
+
[1m[36m (3.6ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20120606125104')[0m
|
1736
|
+
[1m[35m (0.1ms)[0m SELECT "schema_migrations"."version" FROM "schema_migrations"
|
1215
1737
|
Migrating to CreateCities (20120606125058)
|
1216
|
-
[1m[36m (0.
|
1217
|
-
[1m[35m (0.
|
1218
|
-
[1m[36m (0.
|
1219
|
-
[1m[35m (0.
|
1220
|
-
[1m[36m (
|
1738
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1739
|
+
[1m[35m (0.3ms)[0m CREATE TABLE "cities" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
|
1740
|
+
[1m[36m (0.2ms)[0m [1mALTER TABLE "people" ADD "city_id" integer[0m
|
1741
|
+
[1m[35m (0.1ms)[0m INSERT INTO "schema_migrations" ("version") VALUES ('20120606125058')
|
1742
|
+
[1m[36m (4.7ms)[0m [1mcommit transaction[0m
|
1221
1743
|
[1m[35m (0.1ms)[0m begin transaction
|
1222
1744
|
[1m[36mPerson Load (0.1ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."name" = 'Pascal' LIMIT 1[0m
|
1223
|
-
[1m[35mSQL (
|
1224
|
-
[1m[36m (
|
1225
|
-
[1m[35m (0.
|
1745
|
+
[1m[35mSQL (4.4ms)[0m INSERT INTO "people" ("birthday", "city_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?) [["birthday", nil], ["city_id", nil], ["created_at", Fri, 19 Apr 2013 15:31:53 UTC +00:00], ["name", "Pascal"], ["updated_at", Fri, 19 Apr 2013 15:31:53 UTC +00:00]]
|
1746
|
+
[1m[36m (2.6ms)[0m [1mcommit transaction[0m
|
1747
|
+
[1m[35m (0.1ms)[0m begin transaction
|
1226
1748
|
[1m[36mCity Load (0.1ms)[0m [1mSELECT "cities".* FROM "cities" WHERE "cities"."name" = 'Paris' LIMIT 1[0m
|
1227
|
-
[1m[35mSQL (0.
|
1228
|
-
[1m[36m (
|
1749
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "cities" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Fri, 19 Apr 2013 15:31:53 UTC +00:00], ["name", "Paris"], ["updated_at", Fri, 19 Apr 2013 15:31:53 UTC +00:00]]
|
1750
|
+
[1m[36m (3.5ms)[0m [1mcommit transaction[0m
|
1229
1751
|
Connecting to database specified by database.yml
|
1230
|
-
[1m[36m (
|
1752
|
+
[1m[36m (1.3ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
1231
1753
|
[1m[35m (0.2ms)[0m select sqlite_version(*)
|
1232
|
-
[1m[36m (
|
1233
|
-
[1m[35m (
|
1234
|
-
[1m[36m (
|
1235
|
-
[1m[35m (0.
|
1236
|
-
[1m[36m (
|
1237
|
-
[1m[35m (0.
|
1754
|
+
[1m[36m (97.6ms)[0m [1mCREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "birthday" date, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
1755
|
+
[1m[35m (3.2ms)[0m CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
|
1756
|
+
[1m[36m (3.5ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
|
1757
|
+
[1m[35m (0.1ms)[0m SELECT version FROM "schema_migrations"
|
1758
|
+
[1m[36m (3.0ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20120606125104')[0m
|
1759
|
+
[1m[35m (0.0ms)[0m begin transaction
|
1238
1760
|
[1m[36mPerson Load (0.1ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."name" = 'Pascal' LIMIT 1[0m
|
1239
|
-
[1m[35mSQL (
|
1240
|
-
[1m[36m (
|
1241
|
-
Connecting to database specified by database.yml
|
1761
|
+
[1m[35mSQL (4.5ms)[0m INSERT INTO "people" ("birthday", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["birthday", nil], ["created_at", Fri, 19 Apr 2013 15:31:58 UTC +00:00], ["name", "Pascal"], ["updated_at", Fri, 19 Apr 2013 15:31:58 UTC +00:00]]
|
1762
|
+
[1m[36m (2.7ms)[0m [1mcommit transaction[0m
|
1242
1763
|
Connecting to database specified by database.yml
|
1243
|
-
[1m[36m (
|
1244
|
-
|
1245
|
-
[1m[
|
1246
|
-
[1m[
|
1247
|
-
[1m[
|
1248
|
-
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
1249
|
-
[1m[35m (0.1ms)[0m select sqlite_version(*)
|
1250
|
-
[1m[36m (37.0ms)[0m [1mCREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "birthday" date, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
1251
|
-
[1m[35m (14.3ms)[0m CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
|
1252
|
-
[1m[36m (14.2ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
|
1764
|
+
[1m[36m (1.3ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
1765
|
+
[1m[35m (0.2ms)[0m select sqlite_version(*)
|
1766
|
+
[1m[36m (2.7ms)[0m [1mCREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "birthday" date, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
1767
|
+
[1m[35m (3.0ms)[0m CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
|
1768
|
+
[1m[36m (4.2ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
|
1253
1769
|
[1m[35m (0.2ms)[0m SELECT version FROM "schema_migrations"
|
1254
|
-
[1m[36m (
|
1770
|
+
[1m[36m (3.1ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20120606125104')[0m
|
1255
1771
|
Connecting to database specified by database.yml
|
1256
|
-
[1m[36m (
|
1772
|
+
[1m[36m (1.3ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
1257
1773
|
[1m[35m (0.2ms)[0m select sqlite_version(*)
|
1258
|
-
[1m[36m (
|
1259
|
-
[1m[35m (
|
1260
|
-
[1m[36m (
|
1261
|
-
[1m[35m (0.
|
1262
|
-
[1m[36m (
|
1263
|
-
|
1774
|
+
[1m[36m (42.4ms)[0m [1mCREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "birthday" date, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
1775
|
+
[1m[35m (3.5ms)[0m CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
|
1776
|
+
[1m[36m (4.8ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
|
1777
|
+
[1m[35m (0.1ms)[0m SELECT version FROM "schema_migrations"
|
1778
|
+
[1m[36m (3.1ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20120606125104')[0m
|
1779
|
+
Connecting to database specified by database.yml
|
1780
|
+
[1m[36m (1.3ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
1781
|
+
[1m[35m (0.1ms)[0m select sqlite_version(*)
|
1782
|
+
[1m[36m (42.3ms)[0m [1mCREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "birthday" date, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
1783
|
+
[1m[35m (3.1ms)[0m CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
|
1784
|
+
[1m[36m (4.1ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
|
1785
|
+
[1m[35m (0.1ms)[0m SELECT version FROM "schema_migrations"
|
1786
|
+
[1m[36m (3.1ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20120606125104')[0m
|
1787
|
+
[1m[35m (0.1ms)[0m SELECT "schema_migrations"."version" FROM "schema_migrations"
|
1264
1788
|
Migrating to CreateCities (20120606125058)
|
1265
|
-
[1m[36m (0.
|
1266
|
-
[1m[35m (0.
|
1267
|
-
[1m[36m (0.
|
1268
|
-
[1m[35m (0.
|
1269
|
-
[1m[36m (
|
1270
|
-
[1m[35m (0.
|
1789
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1790
|
+
[1m[35m (0.3ms)[0m CREATE TABLE "cities" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
|
1791
|
+
[1m[36m (0.4ms)[0m [1mALTER TABLE "people" ADD "city_id" integer[0m
|
1792
|
+
[1m[35m (0.1ms)[0m INSERT INTO "schema_migrations" ("version") VALUES ('20120606125058')
|
1793
|
+
[1m[36m (3.4ms)[0m [1mcommit transaction[0m
|
1794
|
+
[1m[35m (0.1ms)[0m begin transaction
|
1271
1795
|
[1m[36mPerson Load (0.1ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."name" = 'Pascal' LIMIT 1[0m
|
1272
|
-
[1m[35mSQL (4.
|
1273
|
-
[1m[36m (
|
1796
|
+
[1m[35mSQL (4.2ms)[0m INSERT INTO "people" ("birthday", "city_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?) [["birthday", nil], ["city_id", nil], ["created_at", Fri, 13 Dec 2013 12:49:59 UTC +00:00], ["name", "Pascal"], ["updated_at", Fri, 13 Dec 2013 12:49:59 UTC +00:00]]
|
1797
|
+
[1m[36m (2.9ms)[0m [1mcommit transaction[0m
|
1274
1798
|
[1m[35m (0.1ms)[0m begin transaction
|
1275
|
-
[1m[36mCity Load (0.
|
1276
|
-
[1m[35mSQL (0.
|
1277
|
-
[1m[36m (
|
1799
|
+
[1m[36mCity Load (0.1ms)[0m [1mSELECT "cities".* FROM "cities" WHERE "cities"."name" = 'Paris' LIMIT 1[0m
|
1800
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "cities" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Fri, 13 Dec 2013 12:49:59 UTC +00:00], ["name", "Paris"], ["updated_at", Fri, 13 Dec 2013 12:49:59 UTC +00:00]]
|
1801
|
+
[1m[36m (3.5ms)[0m [1mcommit transaction[0m
|
1278
1802
|
Connecting to database specified by database.yml
|
1279
|
-
|
1280
|
-
[1m[
|
1281
|
-
[1m[
|
1282
|
-
[1m[
|
1283
|
-
[1m[
|
1284
|
-
[1m[
|
1285
|
-
[1m[
|
1803
|
+
Connecting to database specified by database.yml
|
1804
|
+
[1m[36m (1.4ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
1805
|
+
[1m[35m (0.3ms)[0m select sqlite_version(*)
|
1806
|
+
[1m[36m (105.2ms)[0m [1mCREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "birthday" date, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
1807
|
+
[1m[35m (3.5ms)[0m CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
|
1808
|
+
[1m[36m (4.4ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
|
1809
|
+
[1m[35m (0.1ms)[0m SELECT version FROM "schema_migrations"
|
1810
|
+
[1m[36m (3.3ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20120606125104')[0m
|
1811
|
+
[1m[35m (0.1ms)[0m SELECT "schema_migrations"."version" FROM "schema_migrations"
|
1812
|
+
Migrating to CreateCities (20120606125058)
|
1813
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1814
|
+
[1m[35m (0.3ms)[0m CREATE TABLE "cities" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
|
1815
|
+
[1m[36m (0.2ms)[0m [1mALTER TABLE "people" ADD "city_id" integer[0m
|
1816
|
+
[1m[35m (0.1ms)[0m INSERT INTO "schema_migrations" ("version") VALUES ('20120606125058')
|
1817
|
+
[1m[36m (3.7ms)[0m [1mcommit transaction[0m
|
1286
1818
|
[1m[35m (0.1ms)[0m begin transaction
|
1287
1819
|
[1m[36mPerson Load (0.1ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."name" = 'Pascal' LIMIT 1[0m
|
1288
|
-
[1m[35mSQL (
|
1289
|
-
[1m[36m (
|
1820
|
+
[1m[35mSQL (4.1ms)[0m INSERT INTO "people" ("birthday", "city_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?) [["birthday", nil], ["city_id", nil], ["created_at", Fri, 13 Dec 2013 12:50:30 UTC +00:00], ["name", "Pascal"], ["updated_at", Fri, 13 Dec 2013 12:50:30 UTC +00:00]]
|
1821
|
+
[1m[36m (40.4ms)[0m [1mcommit transaction[0m
|
1822
|
+
[1m[35m (0.1ms)[0m begin transaction
|
1823
|
+
[1m[36mCity Load (0.1ms)[0m [1mSELECT "cities".* FROM "cities" WHERE "cities"."name" = 'Paris' LIMIT 1[0m
|
1824
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "cities" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Fri, 13 Dec 2013 12:50:30 UTC +00:00], ["name", "Paris"], ["updated_at", Fri, 13 Dec 2013 12:50:30 UTC +00:00]]
|
1825
|
+
[1m[36m (3.1ms)[0m [1mcommit transaction[0m
|
1290
1826
|
Connecting to database specified by database.yml
|
1827
|
+
[1m[36m (1.3ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
1828
|
+
[1m[35m (0.1ms)[0m select sqlite_version(*)
|
1829
|
+
[1m[36m (41.2ms)[0m [1mCREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "birthday" date, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
1830
|
+
[1m[35m (3.3ms)[0m CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
|
1831
|
+
[1m[36m (4.4ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
|
1832
|
+
[1m[35m (0.1ms)[0m SELECT version FROM "schema_migrations"
|
1833
|
+
[1m[36m (3.2ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20120606125104')[0m
|
1834
|
+
[1m[35m (0.1ms)[0m begin transaction
|
1835
|
+
[1m[36mPerson Load (0.1ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."name" = 'Pascal' LIMIT 1[0m
|
1836
|
+
[1m[35mSQL (4.2ms)[0m INSERT INTO "people" ("birthday", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["birthday", nil], ["created_at", Fri, 13 Dec 2013 12:50:35 UTC +00:00], ["name", "Pascal"], ["updated_at", Fri, 13 Dec 2013 12:50:35 UTC +00:00]]
|
1837
|
+
[1m[36m (2.9ms)[0m [1mcommit transaction[0m
|
1291
1838
|
Connecting to database specified by database.yml
|
1292
|
-
[1m[36m (
|
1293
|
-
|
1294
|
-
[1m[
|
1295
|
-
[1m[
|
1839
|
+
[1m[36m (1.3ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
1840
|
+
[1m[35m (0.1ms)[0m select sqlite_version(*)
|
1841
|
+
[1m[36m (39.0ms)[0m [1mCREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "birthday" date, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
1842
|
+
[1m[35m (3.4ms)[0m CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
|
1843
|
+
[1m[36m (4.3ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
|
1844
|
+
[1m[35m (0.1ms)[0m SELECT version FROM "schema_migrations"
|
1845
|
+
[1m[36m (3.6ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20120606125104')[0m
|
1296
1846
|
[1m[35m (0.1ms)[0m SELECT "schema_migrations"."version" FROM "schema_migrations"
|
1297
|
-
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
1298
|
-
[1m[35m (0.2ms)[0m select sqlite_version(*)
|
1299
|
-
[1m[36m (23.1ms)[0m [1mCREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "birthday" date, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
1300
|
-
[1m[35m (12.6ms)[0m CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
|
1301
|
-
[1m[36m (12.1ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
|
1302
|
-
[1m[35m (0.0ms)[0m SELECT version FROM "schema_migrations"
|
1303
|
-
[1m[36m (12.1ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20120606125104')[0m
|
1304
|
-
Connecting to database specified by database.yml
|
1305
|
-
[1m[36m (0.8ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
1306
|
-
[1m[35m (0.2ms)[0m select sqlite_version(*)
|
1307
|
-
[1m[36m (23.3ms)[0m [1mCREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "birthday" date, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
1308
|
-
[1m[35m (38.7ms)[0m CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
|
1309
|
-
[1m[36m (30.7ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
|
1310
|
-
[1m[35m (0.2ms)[0m SELECT version FROM "schema_migrations"
|
1311
|
-
[1m[36m (31.6ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20120606125104')[0m
|
1312
|
-
[1m[35m (0.2ms)[0m SELECT "schema_migrations"."version" FROM "schema_migrations"
|
1313
1847
|
Migrating to CreateCities (20120606125058)
|
1314
|
-
[1m[36m (0.
|
1315
|
-
[1m[35m (0.
|
1316
|
-
[1m[36m (0.
|
1317
|
-
[1m[35m (0.
|
1318
|
-
[1m[36m (
|
1848
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1849
|
+
[1m[35m (0.3ms)[0m CREATE TABLE "cities" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
|
1850
|
+
[1m[36m (0.2ms)[0m [1mALTER TABLE "people" ADD "city_id" integer[0m
|
1851
|
+
[1m[35m (0.1ms)[0m INSERT INTO "schema_migrations" ("version") VALUES ('20120606125058')
|
1852
|
+
[1m[36m (3.2ms)[0m [1mcommit transaction[0m
|
1319
1853
|
[1m[35m (0.1ms)[0m begin transaction
|
1320
1854
|
[1m[36mPerson Load (0.1ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."name" = 'Pascal' LIMIT 1[0m
|
1321
|
-
[1m[35mSQL (
|
1322
|
-
[1m[36m (
|
1855
|
+
[1m[35mSQL (4.1ms)[0m INSERT INTO "people" ("birthday", "city_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?) [["birthday", nil], ["city_id", nil], ["created_at", Fri, 13 Dec 2013 12:51:06 UTC +00:00], ["name", "Pascal"], ["updated_at", Fri, 13 Dec 2013 12:51:06 UTC +00:00]]
|
1856
|
+
[1m[36m (2.8ms)[0m [1mcommit transaction[0m
|
1323
1857
|
[1m[35m (0.1ms)[0m begin transaction
|
1324
|
-
[1m[36mCity Load (0.
|
1325
|
-
[1m[35mSQL (0.
|
1326
|
-
[1m[36m (
|
1327
|
-
Connecting to database specified by database.yml
|
1328
|
-
[1m[36m (
|
1329
|
-
[1m[35m (0.
|
1330
|
-
[1m[36m (
|
1331
|
-
[1m[35m (
|
1332
|
-
[1m[36m (
|
1333
|
-
[1m[35m (0.
|
1334
|
-
[1m[36m (
|
1858
|
+
[1m[36mCity Load (0.1ms)[0m [1mSELECT "cities".* FROM "cities" WHERE "cities"."name" = 'Paris' LIMIT 1[0m
|
1859
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "cities" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Fri, 13 Dec 2013 12:51:06 UTC +00:00], ["name", "Paris"], ["updated_at", Fri, 13 Dec 2013 12:51:06 UTC +00:00]]
|
1860
|
+
[1m[36m (3.2ms)[0m [1mcommit transaction[0m
|
1861
|
+
Connecting to database specified by database.yml
|
1862
|
+
[1m[36m (1.3ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
1863
|
+
[1m[35m (0.3ms)[0m select sqlite_version(*)
|
1864
|
+
[1m[36m (44.2ms)[0m [1mCREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "birthday" date, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
1865
|
+
[1m[35m (3.4ms)[0m CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
|
1866
|
+
[1m[36m (4.4ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
|
1867
|
+
[1m[35m (0.1ms)[0m SELECT version FROM "schema_migrations"
|
1868
|
+
[1m[36m (3.6ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20120606125104')[0m
|
1335
1869
|
[1m[35m (0.1ms)[0m begin transaction
|
1336
1870
|
[1m[36mPerson Load (0.1ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."name" = 'Pascal' LIMIT 1[0m
|
1337
|
-
[1m[35mSQL (
|
1338
|
-
[1m[36m (
|
1871
|
+
[1m[35mSQL (4.1ms)[0m INSERT INTO "people" ("birthday", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["birthday", nil], ["created_at", Fri, 13 Dec 2013 12:51:11 UTC +00:00], ["name", "Pascal"], ["updated_at", Fri, 13 Dec 2013 12:51:11 UTC +00:00]]
|
1872
|
+
[1m[36m (2.8ms)[0m [1mcommit transaction[0m
|
1339
1873
|
Connecting to database specified by database.yml
|
1340
1874
|
Connecting to database specified by database.yml
|
1341
|
-
[1m[36m (
|
1875
|
+
[1m[36m (1.4ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
1342
1876
|
Migrating to CreatePeople (20120606125104)
|
1343
|
-
[1m[35m (0.
|
1877
|
+
[1m[35m (0.1ms)[0m SELECT "schema_migrations"."version" FROM "schema_migrations"
|
1344
1878
|
[1m[36m (0.0ms)[0m [1mselect sqlite_version(*)[0m
|
1345
1879
|
[1m[35m (0.1ms)[0m SELECT "schema_migrations"."version" FROM "schema_migrations"
|
1346
1880
|
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
1347
|
-
[1m[35m (0.1ms)[0m select sqlite_version(*)
|
1348
|
-
[1m[36m (22.6ms)[0m [1mCREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "birthday" date, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
1349
|
-
[1m[35m (15.9ms)[0m CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
|
1350
|
-
[1m[36m (14.9ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
|
1351
|
-
[1m[35m (0.2ms)[0m SELECT version FROM "schema_migrations"
|
1352
|
-
[1m[36m (17.2ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20120606125104')[0m
|
1353
|
-
Connecting to database specified by database.yml
|
1354
|
-
[1m[36m (0.7ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
1355
1881
|
[1m[35m (0.2ms)[0m select sqlite_version(*)
|
1356
|
-
[1m[36m (
|
1357
|
-
[1m[35m (
|
1358
|
-
[1m[36m (
|
1359
|
-
[1m[35m (0.
|
1360
|
-
[1m[36m (
|
1361
|
-
[1m[35m (0.2ms)[0m SELECT "schema_migrations"."version" FROM "schema_migrations"
|
1362
|
-
Migrating to CreateCities (20120606125058)
|
1363
|
-
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
1364
|
-
[1m[35m (0.6ms)[0m CREATE TABLE "cities" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
|
1365
|
-
[1m[36m (0.4ms)[0m [1mALTER TABLE "people" ADD "city_id" integer[0m
|
1366
|
-
[1m[35m (0.2ms)[0m INSERT INTO "schema_migrations" ("version") VALUES ('20120606125058')
|
1367
|
-
[1m[36m (14.5ms)[0m [1mcommit transaction[0m
|
1368
|
-
[1m[35m (0.1ms)[0m begin transaction
|
1369
|
-
[1m[36mPerson Load (0.2ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."name" = 'Pascal' LIMIT 1[0m
|
1370
|
-
[1m[35mSQL (2.8ms)[0m INSERT INTO "people" ("birthday", "city_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?) [["birthday", nil], ["city_id", nil], ["created_at", Thu, 12 Dec 2013 14:31:18 UTC +00:00], ["name", "Pascal"], ["updated_at", Thu, 12 Dec 2013 14:31:18 UTC +00:00]]
|
1371
|
-
[1m[36m (13.8ms)[0m [1mcommit transaction[0m
|
1372
|
-
[1m[35m (0.1ms)[0m begin transaction
|
1373
|
-
[1m[36mCity Load (0.1ms)[0m [1mSELECT "cities".* FROM "cities" WHERE "cities"."name" = 'Paris' LIMIT 1[0m
|
1374
|
-
[1m[35mSQL (0.2ms)[0m INSERT INTO "cities" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Thu, 12 Dec 2013 14:31:18 UTC +00:00], ["name", "Paris"], ["updated_at", Thu, 12 Dec 2013 14:31:18 UTC +00:00]]
|
1375
|
-
[1m[36m (13.0ms)[0m [1mcommit transaction[0m
|
1882
|
+
[1m[36m (33.4ms)[0m [1mCREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "birthday" date, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
1883
|
+
[1m[35m (3.4ms)[0m CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
|
1884
|
+
[1m[36m (4.3ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
|
1885
|
+
[1m[35m (0.1ms)[0m SELECT version FROM "schema_migrations"
|
1886
|
+
[1m[36m (3.1ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20120606125104')[0m
|
1376
1887
|
Connecting to database specified by database.yml
|
1377
|
-
|
1378
|
-
[1m[
|
1379
|
-
|
1380
|
-
[1m[35m (
|
1381
|
-
[1m[36m (
|
1382
|
-
[1m[35m (0.
|
1383
|
-
[1m[36m (
|
1384
|
-
[1m[35m (0.2ms)[0m
|
1385
|
-
[1m[
|
1386
|
-
[1m[
|
1387
|
-
[1m[36m (
|
1888
|
+
Connecting to database specified by database.yml
|
1889
|
+
[1m[36m (1.4ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
1890
|
+
Migrating to CreatePeople (20120606125104)
|
1891
|
+
[1m[35m (0.1ms)[0m SELECT "schema_migrations"."version" FROM "schema_migrations"
|
1892
|
+
[1m[36m (0.1ms)[0m [1mselect sqlite_version(*)[0m
|
1893
|
+
[1m[35m (0.1ms)[0m SELECT "schema_migrations"."version" FROM "schema_migrations"
|
1894
|
+
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
1895
|
+
[1m[35m (0.2ms)[0m select sqlite_version(*)
|
1896
|
+
[1m[36m (34.5ms)[0m [1mCREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "birthday" date, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
1897
|
+
[1m[35m (3.4ms)[0m CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
|
1898
|
+
[1m[36m (4.3ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
|
1899
|
+
[1m[35m (0.1ms)[0m SELECT version FROM "schema_migrations"
|
1900
|
+
[1m[36m (2.9ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20120606125104')[0m
|
1388
1901
|
Connecting to database specified by database.yml
|
1389
1902
|
Connecting to database specified by database.yml
|
1390
|
-
[1m[36m (
|
1903
|
+
[1m[36m (1.4ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
1391
1904
|
Migrating to CreatePeople (20120606125104)
|
1392
|
-
[1m[35m (0.
|
1905
|
+
[1m[35m (0.1ms)[0m SELECT "schema_migrations"."version" FROM "schema_migrations"
|
1393
1906
|
[1m[36m (0.1ms)[0m [1mselect sqlite_version(*)[0m
|
1394
1907
|
[1m[35m (0.1ms)[0m SELECT "schema_migrations"."version" FROM "schema_migrations"
|
1395
|
-
[1m[36m (0.
|
1396
|
-
[1m[35m (0.
|
1397
|
-
[1m[36m (
|
1398
|
-
[1m[35m (
|
1399
|
-
[1m[36m (
|
1400
|
-
[1m[35m (0.
|
1401
|
-
[1m[36m (
|
1908
|
+
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
1909
|
+
[1m[35m (0.2ms)[0m select sqlite_version(*)
|
1910
|
+
[1m[36m (4.8ms)[0m [1mCREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "birthday" date, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
1911
|
+
[1m[35m (3.4ms)[0m CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
|
1912
|
+
[1m[36m (5.4ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
|
1913
|
+
[1m[35m (0.1ms)[0m SELECT version FROM "schema_migrations"
|
1914
|
+
[1m[36m (3.3ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20120606125104')[0m
|