markup_attributes 0.1.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 +7 -0
- data/MIT-LICENSE +20 -0
- data/README.md +100 -0
- data/Rakefile +27 -0
- data/app/helpers/markup_attributes_helper.rb +66 -0
- data/lib/markup_attributes/engine.rb +5 -0
- data/lib/markup_attributes/version.rb +3 -0
- data/lib/markup_attributes.rb +137 -0
- data/lib/tasks/markup_attributes_tasks.rake +4 -0
- data/spec/dummy/Rakefile +6 -0
- data/spec/dummy/app/assets/config/manifest.js +2 -0
- data/spec/dummy/app/assets/javascripts/application.js +15 -0
- data/spec/dummy/app/assets/stylesheets/application.css +15 -0
- data/spec/dummy/app/channels/application_cable/channel.rb +4 -0
- data/spec/dummy/app/channels/application_cable/connection.rb +4 -0
- data/spec/dummy/app/controllers/application_controller.rb +2 -0
- data/spec/dummy/app/helpers/application_helper.rb +2 -0
- data/spec/dummy/app/jobs/application_job.rb +2 -0
- data/spec/dummy/app/mailers/application_mailer.rb +4 -0
- data/spec/dummy/app/models/application_record.rb +3 -0
- data/spec/dummy/app/models/basic_model.rb +3 -0
- data/spec/dummy/app/views/layouts/application.html.erb +14 -0
- data/spec/dummy/app/views/layouts/mailer.html.erb +13 -0
- data/spec/dummy/app/views/layouts/mailer.text.erb +1 -0
- data/spec/dummy/bin/bundle +3 -0
- data/spec/dummy/bin/rails +4 -0
- data/spec/dummy/bin/rake +4 -0
- data/spec/dummy/bin/setup +33 -0
- data/spec/dummy/bin/update +28 -0
- data/spec/dummy/config/application.rb +29 -0
- data/spec/dummy/config/boot.rb +5 -0
- data/spec/dummy/config/cable.yml +10 -0
- data/spec/dummy/config/database.yml +14 -0
- data/spec/dummy/config/environment.rb +5 -0
- data/spec/dummy/config/environments/development.rb +46 -0
- data/spec/dummy/config/environments/production.rb +71 -0
- data/spec/dummy/config/environments/test.rb +36 -0
- data/spec/dummy/config/initializers/application_controller_renderer.rb +8 -0
- data/spec/dummy/config/initializers/backtrace_silencers.rb +7 -0
- data/spec/dummy/config/initializers/content_security_policy.rb +25 -0
- data/spec/dummy/config/initializers/cookies_serializer.rb +5 -0
- data/spec/dummy/config/initializers/filter_parameter_logging.rb +4 -0
- data/spec/dummy/config/initializers/inflections.rb +16 -0
- data/spec/dummy/config/initializers/mime_types.rb +4 -0
- data/spec/dummy/config/initializers/wrap_parameters.rb +14 -0
- data/spec/dummy/config/locales/en.yml +33 -0
- data/spec/dummy/config/puma.rb +34 -0
- data/spec/dummy/config/routes.rb +3 -0
- data/spec/dummy/config/spring.rb +6 -0
- data/spec/dummy/config/storage.yml +34 -0
- data/spec/dummy/config.ru +5 -0
- data/spec/dummy/db/dummy_development.sqlite3 +0 -0
- data/spec/dummy/db/dummy_test.sqlite3 +0 -0
- data/spec/dummy/db/migrate/20190131160549_create_basic_models.rb +10 -0
- data/spec/dummy/db/migrate/20190131173158_translation_table_for_basic_model.rb +13 -0
- data/spec/dummy/db/migrate/20190201155355_add_second_attribute_to_basic_models.rb +5 -0
- data/spec/dummy/db/schema.rb +33 -0
- data/spec/dummy/log/development.log +460 -0
- data/spec/dummy/log/test.log +11533 -0
- data/spec/dummy/public/404.html +67 -0
- data/spec/dummy/public/422.html +67 -0
- data/spec/dummy/public/500.html +66 -0
- data/spec/dummy/public/apple-touch-icon-precomposed.png +0 -0
- data/spec/dummy/public/apple-touch-icon.png +0 -0
- data/spec/dummy/public/favicon.ico +0 -0
- data/spec/helpers/markup_attributes_helper_spec.rb +170 -0
- data/spec/rails_helper.rb +62 -0
- data/spec/spec_helper.rb +96 -0
- data/spec/support/html_examples.rb +26 -0
- data/spec/support/matchers.rb +17 -0
- data/spec/support/textile_examples.rb +50 -0
- metadata +288 -0
@@ -0,0 +1,460 @@
|
|
1
|
+
[1m[35m (11.7ms)[0m [1m[35mDROP DATABASE IF EXISTS "dummy_development"[0m
|
2
|
+
↳ .bundle/bin/rake:29
|
3
|
+
[1m[35m (311.8ms)[0m [1m[35mDROP DATABASE IF EXISTS "dummy_test"[0m
|
4
|
+
↳ .bundle/bin/rake:29
|
5
|
+
[1m[35m (559.1ms)[0m [1m[35mCREATE DATABASE "dummy_development" ENCODING = 'unicode'[0m
|
6
|
+
↳ .bundle/bin/rake:29
|
7
|
+
[1m[35m (351.4ms)[0m [1m[35mCREATE DATABASE "dummy_test" ENCODING = 'unicode'[0m
|
8
|
+
↳ .bundle/bin/rake:29
|
9
|
+
[1m[35m (82.0ms)[0m [1m[35mCREATE TABLE "schema_migrations" ("version" character varying NOT NULL PRIMARY KEY)[0m
|
10
|
+
↳ .bundle/bin/rake:29
|
11
|
+
[1m[35m (5.0ms)[0m [1m[35mCREATE TABLE "ar_internal_metadata" ("key" character varying NOT NULL PRIMARY KEY, "value" character varying, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)[0m
|
12
|
+
↳ .bundle/bin/rake:29
|
13
|
+
[1m[35m (2.1ms)[0m [1m[34mSELECT pg_try_advisory_lock(1721091371569202325)[0m
|
14
|
+
↳ .bundle/bin/rake:29
|
15
|
+
[1m[35m (1.1ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
16
|
+
↳ .bundle/bin/rake:29
|
17
|
+
[1m[36mActiveRecord::InternalMetadata Load (0.7ms)[0m [1m[34mSELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 LIMIT $2[0m [["key", "environment"], ["LIMIT", 1]]
|
18
|
+
↳ .bundle/bin/rake:29
|
19
|
+
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
|
20
|
+
↳ .bundle/bin/rake:29
|
21
|
+
[1m[36mActiveRecord::InternalMetadata Create (3.7ms)[0m [1m[32mINSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "key"[0m [["key", "environment"], ["value", "development"], ["created_at", "2019-01-30 15:31:46.155440"], ["updated_at", "2019-01-30 15:31:46.155440"]]
|
22
|
+
↳ /Users/james/Code/lazyatom/markup_attributes/.bundle/gems/ruby/2.4.0/bundler/gems/globalize-212bd0e13320/lib/patches/active_record/persistence.rb:12
|
23
|
+
[1m[35m (0.3ms)[0m [1m[35mCOMMIT[0m
|
24
|
+
↳ .bundle/bin/rake:29
|
25
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT pg_advisory_unlock(1721091371569202325)[0m
|
26
|
+
↳ .bundle/bin/rake:29
|
27
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
28
|
+
↳ .bundle/bin/rake:29
|
29
|
+
[1m[35m (0.4ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
30
|
+
↳ .bundle/bin/rake:29
|
31
|
+
[1m[35m (1.2ms)[0m [1m[34mSELECT pg_try_advisory_lock(1721091371569202325)[0m
|
32
|
+
↳ .bundle/bin/rake:29
|
33
|
+
[1m[35m (0.7ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
34
|
+
↳ .bundle/bin/rake:29
|
35
|
+
Migrating to CreateEmphasisOnlies (20190130155400)
|
36
|
+
[1m[35m (0.3ms)[0m [1m[35mBEGIN[0m
|
37
|
+
↳ .bundle/bin/rake:29
|
38
|
+
[1m[35m (31.0ms)[0m [1m[35mCREATE TABLE "emphasis_onlies" ("id" bigserial primary key, "title" character varying, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)[0m
|
39
|
+
↳ db/migrate/20190130155400_create_emphasis_onlies.rb:3
|
40
|
+
[1m[36mActiveRecord::SchemaMigration Create (1.2ms)[0m [1m[32mINSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version"[0m [["version", "20190130155400"]]
|
41
|
+
↳ /Users/james/Code/lazyatom/markup_attributes/.bundle/gems/ruby/2.4.0/bundler/gems/globalize-212bd0e13320/lib/patches/active_record/persistence.rb:12
|
42
|
+
[1m[35m (3.3ms)[0m [1m[35mCOMMIT[0m
|
43
|
+
↳ .bundle/bin/rake:29
|
44
|
+
[1m[36mActiveRecord::InternalMetadata Load (0.6ms)[0m [1m[34mSELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 LIMIT $2[0m [["key", "environment"], ["LIMIT", 1]]
|
45
|
+
↳ .bundle/bin/rake:29
|
46
|
+
[1m[35m (0.2ms)[0m [1m[35mBEGIN[0m
|
47
|
+
↳ .bundle/bin/rake:29
|
48
|
+
[1m[35m (0.1ms)[0m [1m[35mCOMMIT[0m
|
49
|
+
↳ .bundle/bin/rake:29
|
50
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT pg_advisory_unlock(1721091371569202325)[0m
|
51
|
+
↳ .bundle/bin/rake:29
|
52
|
+
[1m[35m (0.3ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
53
|
+
↳ .bundle/bin/rake:29
|
54
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT pg_try_advisory_lock(1721091371569202325)[0m
|
55
|
+
↳ .bundle/bin/rake:29
|
56
|
+
[1m[35m (0.5ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
57
|
+
↳ .bundle/bin/rake:29
|
58
|
+
Migrating to CreateFullMarkups (20190130165106)
|
59
|
+
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
|
60
|
+
↳ .bundle/bin/rake:29
|
61
|
+
[1m[35m (5.9ms)[0m [1m[35mCREATE TABLE "full_markups" ("id" bigserial primary key, "description" text, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)[0m
|
62
|
+
↳ db/migrate/20190130165106_create_full_markups.rb:3
|
63
|
+
[1m[36mActiveRecord::SchemaMigration Create (0.4ms)[0m [1m[32mINSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version"[0m [["version", "20190130165106"]]
|
64
|
+
↳ /Users/james/Code/lazyatom/markup_attributes/.bundle/gems/ruby/2.4.0/bundler/gems/globalize-212bd0e13320/lib/patches/active_record/persistence.rb:12
|
65
|
+
[1m[35m (2.2ms)[0m [1m[35mCOMMIT[0m
|
66
|
+
↳ .bundle/bin/rake:29
|
67
|
+
[1m[36mActiveRecord::InternalMetadata Load (0.4ms)[0m [1m[34mSELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 LIMIT $2[0m [["key", "environment"], ["LIMIT", 1]]
|
68
|
+
↳ .bundle/bin/rake:29
|
69
|
+
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
|
70
|
+
↳ .bundle/bin/rake:29
|
71
|
+
[1m[35m (0.1ms)[0m [1m[35mCOMMIT[0m
|
72
|
+
↳ .bundle/bin/rake:29
|
73
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT pg_advisory_unlock(1721091371569202325)[0m
|
74
|
+
↳ .bundle/bin/rake:29
|
75
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
76
|
+
↳ .bundle/bin/rake:29
|
77
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT pg_try_advisory_lock(1721091371569202325)[0m
|
78
|
+
↳ .bundle/bin/rake:29
|
79
|
+
[1m[35m (2.2ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
80
|
+
↳ .bundle/bin/rake:29
|
81
|
+
Migrating to CreateLinksOnlies (20190130175039)
|
82
|
+
[1m[35m (0.2ms)[0m [1m[35mBEGIN[0m
|
83
|
+
↳ .bundle/bin/rake:29
|
84
|
+
[1m[35m (10.9ms)[0m [1m[35mCREATE TABLE "links_onlies" ("id" bigserial primary key, "description" text, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)[0m
|
85
|
+
↳ db/migrate/20190130175039_create_links_onlies.rb:3
|
86
|
+
[1m[36mActiveRecord::SchemaMigration Create (0.4ms)[0m [1m[32mINSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version"[0m [["version", "20190130175039"]]
|
87
|
+
↳ /Users/james/Code/lazyatom/markup_attributes/.bundle/gems/ruby/2.4.0/bundler/gems/globalize-212bd0e13320/lib/patches/active_record/persistence.rb:12
|
88
|
+
[1m[35m (2.1ms)[0m [1m[35mCOMMIT[0m
|
89
|
+
↳ .bundle/bin/rake:29
|
90
|
+
[1m[36mActiveRecord::InternalMetadata Load (1.6ms)[0m [1m[34mSELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 LIMIT $2[0m [["key", "environment"], ["LIMIT", 1]]
|
91
|
+
↳ .bundle/bin/rake:29
|
92
|
+
[1m[35m (0.2ms)[0m [1m[35mBEGIN[0m
|
93
|
+
↳ .bundle/bin/rake:29
|
94
|
+
[1m[35m (0.1ms)[0m [1m[35mCOMMIT[0m
|
95
|
+
↳ .bundle/bin/rake:29
|
96
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT pg_advisory_unlock(1721091371569202325)[0m
|
97
|
+
↳ .bundle/bin/rake:29
|
98
|
+
[1m[35m (0.3ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
99
|
+
↳ .bundle/bin/rake:29
|
100
|
+
[1m[36mEmphasisOnly Load (2.8ms)[0m [1m[34mSELECT "emphasis_onlies".* FROM "emphasis_onlies" ORDER BY "emphasis_onlies"."id" ASC LIMIT $1[0m [["LIMIT", 1]]
|
101
|
+
[1m[36mEmphasisOnly Load (2.4ms)[0m [1m[34mSELECT "emphasis_onlies".* FROM "emphasis_onlies" ORDER BY "emphasis_onlies"."id" ASC LIMIT $1[0m [["LIMIT", 1]]
|
102
|
+
[1m[35m (0.2ms)[0m [1m[35mBEGIN[0m
|
103
|
+
[1m[36mEmphasisOnly Create (2.8ms)[0m [1m[32mINSERT INTO "emphasis_onlies" ("title", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"[0m [["title", "wello"], ["created_at", "2019-01-31 15:42:20.035352"], ["updated_at", "2019-01-31 15:42:20.035352"]]
|
104
|
+
[1m[35m (0.6ms)[0m [1m[35mCOMMIT[0m
|
105
|
+
[1m[35m (2.7ms)[0m [1m[34mSELECT COUNT(*) FROM "emphasis_onlies"[0m
|
106
|
+
[1m[36mEmphasisOnly Load (0.2ms)[0m [1m[34mSELECT "emphasis_onlies".* FROM "emphasis_onlies" ORDER BY "emphasis_onlies"."id" ASC LIMIT $1[0m [["LIMIT", 1]]
|
107
|
+
[1m[36mEmphasisOnly Load (0.3ms)[0m [1m[34mSELECT "emphasis_onlies".* FROM "emphasis_onlies" ORDER BY "emphasis_onlies"."id" ASC LIMIT $1[0m [["LIMIT", 1]]
|
108
|
+
[1m[36mEmphasisOnly Load (0.3ms)[0m [1m[34mSELECT "emphasis_onlies".* FROM "emphasis_onlies" ORDER BY "emphasis_onlies"."id" ASC LIMIT $1[0m [["LIMIT", 1]]
|
109
|
+
[1m[36mEmphasisOnly Load (0.6ms)[0m [1m[34mSELECT "emphasis_onlies".* FROM "emphasis_onlies" ORDER BY "emphasis_onlies"."id" ASC LIMIT $1[0m [["LIMIT", 1]]
|
110
|
+
[1m[36mEmphasisOnly Load (0.3ms)[0m [1m[34mSELECT "emphasis_onlies".* FROM "emphasis_onlies" ORDER BY "emphasis_onlies"."id" ASC LIMIT $1[0m [["LIMIT", 1]]
|
111
|
+
[1m[36mEmphasisOnly Load (0.3ms)[0m [1m[34mSELECT "emphasis_onlies".* FROM "emphasis_onlies" ORDER BY "emphasis_onlies"."id" ASC LIMIT $1[0m [["LIMIT", 1]]
|
112
|
+
[1m[36mEmphasisOnly Load (0.7ms)[0m [1m[34mSELECT "emphasis_onlies".* FROM "emphasis_onlies" ORDER BY "emphasis_onlies"."id" ASC LIMIT $1[0m [["LIMIT", 1]]
|
113
|
+
[1m[36mEmphasisOnly Load (0.4ms)[0m [1m[34mSELECT "emphasis_onlies".* FROM "emphasis_onlies" ORDER BY "emphasis_onlies"."id" ASC LIMIT $1[0m [["LIMIT", 1]]
|
114
|
+
[1m[36mEmphasisOnly Load (0.9ms)[0m [1m[34mSELECT "emphasis_onlies".* FROM "emphasis_onlies" ORDER BY "emphasis_onlies"."id" ASC LIMIT $1[0m [["LIMIT", 1]]
|
115
|
+
[1m[36mEmphasisOnly Load (0.3ms)[0m [1m[34mSELECT "emphasis_onlies".* FROM "emphasis_onlies" ORDER BY "emphasis_onlies"."id" ASC LIMIT $1[0m [["LIMIT", 1]]
|
116
|
+
[1m[36mEmphasisOnly Load (0.5ms)[0m [1m[34mSELECT "emphasis_onlies".* FROM "emphasis_onlies" ORDER BY "emphasis_onlies"."id" ASC LIMIT $1[0m [["LIMIT", 1]]
|
117
|
+
[1m[35m (1.8ms)[0m [1m[34mSELECT sqlite_version(*)[0m
|
118
|
+
↳ bin/rake:4
|
119
|
+
[1m[35m (17.3ms)[0m [1m[35mCREATE TABLE "schema_migrations" ("version" varchar NOT NULL PRIMARY KEY)[0m
|
120
|
+
↳ bin/rake:4
|
121
|
+
[1m[35m (2.8ms)[0m [1m[35mCREATE TABLE "ar_internal_metadata" ("key" varchar NOT NULL PRIMARY KEY, "value" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)[0m
|
122
|
+
↳ bin/rake:4
|
123
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
124
|
+
↳ bin/rake:4
|
125
|
+
Migrating to CreateBasicModels (20190131160549)
|
126
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
127
|
+
↳ bin/rake:4
|
128
|
+
[1m[35m (0.5ms)[0m [1m[35mCREATE TABLE "basic_models" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "body" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)[0m
|
129
|
+
↳ db/migrate/20190131160549_create_basic_models.rb:3
|
130
|
+
[1m[36mActiveRecord::SchemaMigration Create (0.7ms)[0m [1m[32mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20190131160549"]]
|
131
|
+
↳ bin/rake:4
|
132
|
+
[1m[35m (1.3ms)[0m [1m[36mcommit transaction[0m
|
133
|
+
↳ bin/rake:4
|
134
|
+
[1m[36mActiveRecord::InternalMetadata Load (0.2ms)[0m [1m[34mSELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ?[0m [["key", "environment"], ["LIMIT", 1]]
|
135
|
+
↳ bin/rake:4
|
136
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
137
|
+
↳ bin/rake:4
|
138
|
+
[1m[36mActiveRecord::InternalMetadata Create (0.3ms)[0m [1m[32mINSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["key", "environment"], ["value", "development"], ["created_at", "2019-01-31 16:06:00.447254"], ["updated_at", "2019-01-31 16:06:00.447254"]]
|
139
|
+
↳ bin/rake:4
|
140
|
+
[1m[35m (0.6ms)[0m [1m[36mcommit transaction[0m
|
141
|
+
↳ bin/rake:4
|
142
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
143
|
+
↳ bin/rake:4
|
144
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
145
|
+
↳ .bundle/bin/rake:29
|
146
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
147
|
+
↳ .bundle/bin/rake:29
|
148
|
+
[1m[35m (0.0ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
149
|
+
↳ .bundle/bin/rake:29
|
150
|
+
[1m[35m (0.0ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
151
|
+
↳ .bundle/bin/rake:29
|
152
|
+
Migrating to CreateBasicModels (20190131160549)
|
153
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
154
|
+
↳ .bundle/bin/rake:29
|
155
|
+
[1m[35m (0.6ms)[0m [1m[35mDROP TABLE "basic_models"[0m
|
156
|
+
↳ .bundle/bin/rake:29
|
157
|
+
[1m[36mActiveRecord::SchemaMigration Destroy (0.2ms)[0m [1m[31mDELETE FROM "schema_migrations" WHERE "schema_migrations"."version" = ?[0m [["version", "20190131160549"]]
|
158
|
+
↳ .bundle/bin/rake:29
|
159
|
+
[1m[35m (1.6ms)[0m [1m[36mcommit transaction[0m
|
160
|
+
↳ .bundle/bin/rake:29
|
161
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
162
|
+
↳ .bundle/bin/rake:29
|
163
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
164
|
+
↳ .bundle/bin/rake:29
|
165
|
+
Migrating to CreateBasicModels (20190131160549)
|
166
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
167
|
+
↳ .bundle/bin/rake:29
|
168
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT sqlite_version(*)[0m
|
169
|
+
↳ db/migrate/20190131160549_create_basic_models.rb:3
|
170
|
+
[1m[35m (0.4ms)[0m [1m[35mCREATE TABLE "basic_models" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "type" varchar, "body" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)[0m
|
171
|
+
↳ db/migrate/20190131160549_create_basic_models.rb:3
|
172
|
+
[1m[36mActiveRecord::SchemaMigration Create (0.2ms)[0m [1m[32mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20190131160549"]]
|
173
|
+
↳ .bundle/bin/rake:29
|
174
|
+
[1m[35m (0.9ms)[0m [1m[36mcommit transaction[0m
|
175
|
+
↳ .bundle/bin/rake:29
|
176
|
+
[1m[36mActiveRecord::InternalMetadata Load (0.2ms)[0m [1m[34mSELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ?[0m [["key", "environment"], ["LIMIT", 1]]
|
177
|
+
↳ .bundle/bin/rake:29
|
178
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
179
|
+
↳ .bundle/bin/rake:29
|
180
|
+
[1m[35m (0.0ms)[0m [1m[36mcommit transaction[0m
|
181
|
+
↳ .bundle/bin/rake:29
|
182
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
183
|
+
↳ .bundle/bin/rake:29
|
184
|
+
[1m[35m (0.4ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
185
|
+
↳ .bundle/bin/rake:29
|
186
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
187
|
+
↳ .bundle/bin/rake:29
|
188
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
189
|
+
↳ .bundle/bin/rake:29
|
190
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
191
|
+
↳ .bundle/bin/rake:29
|
192
|
+
Migrating to CreateBasicModels (20190131160549)
|
193
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
194
|
+
↳ .bundle/bin/rake:29
|
195
|
+
[1m[35m (0.0ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
196
|
+
↳ .bundle/bin/rake:29
|
197
|
+
[1m[35m (0.0ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
198
|
+
↳ .bundle/bin/rake:29
|
199
|
+
[1m[35m (0.0ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
200
|
+
↳ .bundle/bin/rake:29
|
201
|
+
Migrating to CreateBasicModels (20190131160549)
|
202
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
203
|
+
↳ .bundle/bin/rake:29
|
204
|
+
[1m[35m (1.6ms)[0m [1m[35mDROP TABLE "basic_models"[0m
|
205
|
+
↳ .bundle/bin/rake:29
|
206
|
+
[1m[36mActiveRecord::SchemaMigration Destroy (0.7ms)[0m [1m[31mDELETE FROM "schema_migrations" WHERE "schema_migrations"."version" = ?[0m [["version", "20190131160549"]]
|
207
|
+
↳ .bundle/bin/rake:29
|
208
|
+
[1m[35m (1.5ms)[0m [1m[36mcommit transaction[0m
|
209
|
+
↳ .bundle/bin/rake:29
|
210
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
211
|
+
↳ .bundle/bin/rake:29
|
212
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
213
|
+
↳ .bundle/bin/rake:29
|
214
|
+
Migrating to CreateBasicModels (20190131160549)
|
215
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
216
|
+
↳ .bundle/bin/rake:29
|
217
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT sqlite_version(*)[0m
|
218
|
+
↳ db/migrate/20190131160549_create_basic_models.rb:3
|
219
|
+
[1m[35m (0.5ms)[0m [1m[35mCREATE TABLE "basic_models" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "type" varchar, "body" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)[0m
|
220
|
+
↳ db/migrate/20190131160549_create_basic_models.rb:3
|
221
|
+
[1m[35m (0.6ms)[0m [1m[31mrollback transaction[0m
|
222
|
+
↳ .bundle/bin/rake:29
|
223
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
224
|
+
↳ .bundle/bin/rake:29
|
225
|
+
Migrating to CreateBasicModels (20190131160549)
|
226
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
227
|
+
↳ .bundle/bin/rake:29
|
228
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT sqlite_version(*)[0m
|
229
|
+
↳ db/migrate/20190131160549_create_basic_models.rb:3
|
230
|
+
[1m[35m (0.5ms)[0m [1m[35mCREATE TABLE "basic_models" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "type" varchar, "body" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)[0m
|
231
|
+
↳ db/migrate/20190131160549_create_basic_models.rb:3
|
232
|
+
[1m[36mActiveRecord::SchemaMigration Create (0.2ms)[0m [1m[32mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20190131160549"]]
|
233
|
+
↳ .bundle/bin/rake:29
|
234
|
+
[1m[35m (2.6ms)[0m [1m[36mcommit transaction[0m
|
235
|
+
↳ .bundle/bin/rake:29
|
236
|
+
[1m[36mActiveRecord::InternalMetadata Load (0.1ms)[0m [1m[34mSELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ?[0m [["key", "environment"], ["LIMIT", 1]]
|
237
|
+
↳ .bundle/bin/rake:29
|
238
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
239
|
+
↳ .bundle/bin/rake:29
|
240
|
+
[1m[35m (0.0ms)[0m [1m[36mcommit transaction[0m
|
241
|
+
↳ .bundle/bin/rake:29
|
242
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
243
|
+
↳ .bundle/bin/rake:29
|
244
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
245
|
+
↳ .bundle/bin/rake:29
|
246
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
247
|
+
↳ .bundle/bin/rake:29
|
248
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
249
|
+
↳ .bundle/bin/rake:29
|
250
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
251
|
+
↳ .bundle/bin/rake:29
|
252
|
+
Migrating to CreateBasicModels (20190131160549)
|
253
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
254
|
+
↳ .bundle/bin/rake:29
|
255
|
+
[1m[35m (0.5ms)[0m [1m[35mDROP TABLE "basic_models"[0m
|
256
|
+
↳ .bundle/bin/rake:29
|
257
|
+
[1m[36mActiveRecord::SchemaMigration Destroy (0.2ms)[0m [1m[31mDELETE FROM "schema_migrations" WHERE "schema_migrations"."version" = ?[0m [["version", "20190131160549"]]
|
258
|
+
↳ .bundle/bin/rake:29
|
259
|
+
[1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
|
260
|
+
↳ .bundle/bin/rake:29
|
261
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
262
|
+
↳ .bundle/bin/rake:29
|
263
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
264
|
+
↳ .bundle/bin/rake:29
|
265
|
+
Migrating to CreateBasicModels (20190131160549)
|
266
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
267
|
+
↳ .bundle/bin/rake:29
|
268
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT sqlite_version(*)[0m
|
269
|
+
↳ db/migrate/20190131160549_create_basic_models.rb:3
|
270
|
+
[1m[35m (0.5ms)[0m [1m[35mCREATE TABLE "basic_models" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "type" varchar, "body" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)[0m
|
271
|
+
↳ db/migrate/20190131160549_create_basic_models.rb:3
|
272
|
+
[1m[35m (0.6ms)[0m [1m[31mrollback transaction[0m
|
273
|
+
↳ .bundle/bin/rake:29
|
274
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
275
|
+
↳ .bundle/bin/rake:29
|
276
|
+
Migrating to CreateBasicModels (20190131160549)
|
277
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
278
|
+
↳ .bundle/bin/rake:29
|
279
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT sqlite_version(*)[0m
|
280
|
+
↳ db/migrate/20190131160549_create_basic_models.rb:3
|
281
|
+
[1m[35m (0.5ms)[0m [1m[35mCREATE TABLE "basic_models" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "type" varchar, "body" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)[0m
|
282
|
+
↳ db/migrate/20190131160549_create_basic_models.rb:3
|
283
|
+
[1m[36mActiveRecord::SchemaMigration Create (0.2ms)[0m [1m[32mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20190131160549"]]
|
284
|
+
↳ .bundle/bin/rake:29
|
285
|
+
[1m[35m (2.1ms)[0m [1m[36mcommit transaction[0m
|
286
|
+
↳ .bundle/bin/rake:29
|
287
|
+
Migrating to TranslationTableForBasicModel (20190131173158)
|
288
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
289
|
+
↳ .bundle/bin/rake:29
|
290
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
291
|
+
↳ .bundle/bin/rake:29
|
292
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
293
|
+
↳ .bundle/bin/rake:29
|
294
|
+
Migrating to TranslationTableForBasicModel (20190131173158)
|
295
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
296
|
+
↳ .bundle/bin/rake:29
|
297
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT sqlite_version(*)[0m
|
298
|
+
↳ /Users/james/Code/lazyatom/markup_attributes/db/migrate/20190131173158_translation_table_for_basic_model.rb:5
|
299
|
+
[1m[35m (0.5ms)[0m [1m[35mCREATE TABLE "basic_model_translations" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "basic_model_id" integer NOT NULL, "locale" varchar NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)[0m
|
300
|
+
↳ /Users/james/Code/lazyatom/markup_attributes/db/migrate/20190131173158_translation_table_for_basic_model.rb:5
|
301
|
+
[1m[35m (0.7ms)[0m [1m[35mALTER TABLE "basic_model_translations" ADD "title" varchar[0m
|
302
|
+
↳ /Users/james/Code/lazyatom/markup_attributes/db/migrate/20190131173158_translation_table_for_basic_model.rb:5
|
303
|
+
[1m[35m (0.1ms)[0m [1m[35mCREATE INDEX "index_basic_model_translations_on_basic_model_id" ON "basic_model_translations" ("basic_model_id")[0m
|
304
|
+
↳ /Users/james/Code/lazyatom/markup_attributes/db/migrate/20190131173158_translation_table_for_basic_model.rb:5
|
305
|
+
[1m[35m (0.1ms)[0m [1m[35mCREATE INDEX "index_basic_model_translations_on_locale" ON "basic_model_translations" ("locale")[0m
|
306
|
+
↳ /Users/james/Code/lazyatom/markup_attributes/db/migrate/20190131173158_translation_table_for_basic_model.rb:5
|
307
|
+
[1m[36mActiveRecord::SchemaMigration Create (0.2ms)[0m [1m[32mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20190131173158"]]
|
308
|
+
↳ .bundle/bin/rake:29
|
309
|
+
[1m[35m (1.1ms)[0m [1m[36mcommit transaction[0m
|
310
|
+
↳ .bundle/bin/rake:29
|
311
|
+
[1m[36mActiveRecord::InternalMetadata Load (0.2ms)[0m [1m[34mSELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ?[0m [["key", "environment"], ["LIMIT", 1]]
|
312
|
+
↳ .bundle/bin/rake:29
|
313
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
314
|
+
↳ .bundle/bin/rake:29
|
315
|
+
[1m[35m (0.0ms)[0m [1m[36mcommit transaction[0m
|
316
|
+
↳ .bundle/bin/rake:29
|
317
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
318
|
+
↳ .bundle/bin/rake:29
|
319
|
+
[1m[35m (0.4ms)[0m [1m[34mSELECT COUNT(*) FROM "basic_models"[0m
|
320
|
+
[1m[36mBasicModel::Translation Load (1.8ms)[0m [1m[34mSELECT DISTINCT locale FROM "basic_model_translations" ORDER BY "basic_model_translations"."locale" ASC[0m
|
321
|
+
[1m[36mBasicModel Load (0.2ms)[0m [1m[34mSELECT DISTINCT "basic_models"."id", "basic_models"."type", "basic_models"."body", "basic_models"."created_at", "basic_models"."updated_at" FROM "basic_models" INNER JOIN "basic_model_translations" ON "basic_model_translations"."basic_model_id" = "basic_models"."id" WHERE 1=0 LIMIT ?[0m [["LIMIT", 11]]
|
322
|
+
[1m[36mBasicModel Load (0.2ms)[0m [1m[34mSELECT "basic_models"."id", "basic_models"."type", "basic_models"."body", "basic_models"."created_at", "basic_models"."updated_at" FROM "basic_models" INNER JOIN "basic_model_translations" ON "basic_model_translations"."basic_model_id" = "basic_models"."id" WHERE "basic_model_translations"."locale" = ? LIMIT ?[0m [["locale", "en"], ["LIMIT", 11]]
|
323
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT sqlite_version(*)[0m
|
324
|
+
↳ .bundle/bin/rake:29
|
325
|
+
[1m[35m (1.5ms)[0m [1m[35mCREATE TABLE "schema_migrations" ("version" varchar NOT NULL PRIMARY KEY)[0m
|
326
|
+
↳ .bundle/bin/rake:29
|
327
|
+
[1m[35m (1.6ms)[0m [1m[35mCREATE TABLE "ar_internal_metadata" ("key" varchar NOT NULL PRIMARY KEY, "value" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)[0m
|
328
|
+
↳ .bundle/bin/rake:29
|
329
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
330
|
+
↳ .bundle/bin/rake:29
|
331
|
+
Migrating to CreateBasicModels (20190131160549)
|
332
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
333
|
+
↳ .bundle/bin/rake:29
|
334
|
+
[1m[35m (0.5ms)[0m [1m[35mCREATE TABLE "basic_models" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "type" varchar, "body" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)[0m
|
335
|
+
↳ db/migrate/20190131160549_create_basic_models.rb:3
|
336
|
+
[1m[36mActiveRecord::SchemaMigration Create (0.2ms)[0m [1m[32mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20190131160549"]]
|
337
|
+
↳ .bundle/bin/rake:29
|
338
|
+
[1m[35m (0.8ms)[0m [1m[36mcommit transaction[0m
|
339
|
+
↳ .bundle/bin/rake:29
|
340
|
+
Migrating to TranslationTableForBasicModel (20190131173158)
|
341
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
342
|
+
↳ .bundle/bin/rake:29
|
343
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
344
|
+
↳ .bundle/bin/rake:29
|
345
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
346
|
+
↳ .bundle/bin/rake:29
|
347
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ?[0m [["key", "environment"]]
|
348
|
+
↳ .bundle/bin/rake:29
|
349
|
+
[1m[36mActiveRecord::InternalMetadata Load (0.2ms)[0m [1m[34mSELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ?[0m [["key", "environment"], ["LIMIT", 1]]
|
350
|
+
↳ bin/rails:4
|
351
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
352
|
+
↳ bin/rails:4
|
353
|
+
[1m[36mActiveRecord::InternalMetadata Create (0.5ms)[0m [1m[32mINSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["key", "environment"], ["value", "development"], ["created_at", "2019-02-01 14:48:54.422815"], ["updated_at", "2019-02-01 14:48:54.422815"]]
|
354
|
+
↳ bin/rails:4
|
355
|
+
[1m[35m (1.2ms)[0m [1m[36mcommit transaction[0m
|
356
|
+
↳ bin/rails:4
|
357
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
358
|
+
↳ bin/rake:4
|
359
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ?[0m [["key", "environment"]]
|
360
|
+
↳ bin/rake:4
|
361
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
362
|
+
↳ bin/rake:4
|
363
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ?[0m [["key", "environment"]]
|
364
|
+
↳ bin/rake:4
|
365
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
366
|
+
↳ bin/rake:4
|
367
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ?[0m [["key", "environment"]]
|
368
|
+
↳ bin/rake:4
|
369
|
+
[1m[35m (0.1ms)[0m [1m[35mDROP TABLE IF EXISTS "basic_model_translations"[0m
|
370
|
+
↳ db/schema.rb:15
|
371
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT sqlite_version(*)[0m
|
372
|
+
↳ db/schema.rb:15
|
373
|
+
[1m[35m (3.3ms)[0m [1m[35mCREATE TABLE "basic_model_translations" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "basic_model_id" integer NOT NULL, "locale" varchar NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "title" varchar)[0m
|
374
|
+
↳ db/schema.rb:15
|
375
|
+
[1m[35m (1.2ms)[0m [1m[35mCREATE INDEX "index_basic_model_translations_on_basic_model_id" ON "basic_model_translations" ("basic_model_id")[0m
|
376
|
+
↳ db/schema.rb:15
|
377
|
+
[1m[35m (1.1ms)[0m [1m[35mCREATE INDEX "index_basic_model_translations_on_locale" ON "basic_model_translations" ("locale")[0m
|
378
|
+
↳ db/schema.rb:15
|
379
|
+
[1m[35m (1.0ms)[0m [1m[35mDROP TABLE IF EXISTS "basic_models"[0m
|
380
|
+
↳ db/schema.rb:25
|
381
|
+
[1m[35m (1.2ms)[0m [1m[35mCREATE TABLE "basic_models" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "type" varchar, "body" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)[0m
|
382
|
+
↳ db/schema.rb:25
|
383
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
384
|
+
↳ db/schema.rb:13
|
385
|
+
[1m[35m (1.3ms)[0m [1m[32mINSERT INTO "schema_migrations" (version) VALUES (20190131173158)[0m
|
386
|
+
↳ db/schema.rb:13
|
387
|
+
[1m[36mActiveRecord::InternalMetadata Load (0.2ms)[0m [1m[34mSELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ?[0m [["key", "environment"], ["LIMIT", 1]]
|
388
|
+
↳ db/schema.rb:13
|
389
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
390
|
+
↳ db/schema.rb:13
|
391
|
+
[1m[35m (0.0ms)[0m [1m[36mcommit transaction[0m
|
392
|
+
↳ db/schema.rb:13
|
393
|
+
[1m[36mActiveRecord::InternalMetadata Load (0.1ms)[0m [1m[34mSELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ?[0m [["key", "environment"], ["LIMIT", 1]]
|
394
|
+
↳ bin/rake:4
|
395
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
396
|
+
↳ bin/rake:4
|
397
|
+
[1m[35m (0.0ms)[0m [1m[36mcommit transaction[0m
|
398
|
+
↳ bin/rake:4
|
399
|
+
[1m[35m (0.1ms)[0m [1m[35mDROP TABLE IF EXISTS "basic_model_translations"[0m
|
400
|
+
↳ db/schema.rb:15
|
401
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT sqlite_version(*)[0m
|
402
|
+
↳ db/schema.rb:15
|
403
|
+
[1m[35m (1.2ms)[0m [1m[35mCREATE TABLE "basic_model_translations" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "basic_model_id" integer NOT NULL, "locale" varchar NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "title" varchar)[0m
|
404
|
+
↳ db/schema.rb:15
|
405
|
+
[1m[35m (1.0ms)[0m [1m[35mCREATE INDEX "index_basic_model_translations_on_basic_model_id" ON "basic_model_translations" ("basic_model_id")[0m
|
406
|
+
↳ db/schema.rb:15
|
407
|
+
[1m[35m (1.1ms)[0m [1m[35mCREATE INDEX "index_basic_model_translations_on_locale" ON "basic_model_translations" ("locale")[0m
|
408
|
+
↳ db/schema.rb:15
|
409
|
+
[1m[35m (0.2ms)[0m [1m[35mDROP TABLE IF EXISTS "basic_models"[0m
|
410
|
+
↳ db/schema.rb:25
|
411
|
+
[1m[35m (1.4ms)[0m [1m[35mCREATE TABLE "basic_models" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "type" varchar, "body" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)[0m
|
412
|
+
↳ db/schema.rb:25
|
413
|
+
[1m[35m (1.6ms)[0m [1m[35mCREATE TABLE "schema_migrations" ("version" varchar NOT NULL PRIMARY KEY)[0m
|
414
|
+
↳ db/schema.rb:13
|
415
|
+
[1m[35m (0.3ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
416
|
+
↳ db/schema.rb:13
|
417
|
+
[1m[35m (1.7ms)[0m [1m[32mINSERT INTO "schema_migrations" (version) VALUES (20190131173158)[0m
|
418
|
+
↳ db/schema.rb:13
|
419
|
+
[1m[35m (1.6ms)[0m [1m[32mINSERT INTO "schema_migrations" (version) VALUES
|
420
|
+
(20190131160549);
|
421
|
+
|
422
|
+
[0m
|
423
|
+
↳ db/schema.rb:13
|
424
|
+
[1m[35m (1.8ms)[0m [1m[35mCREATE TABLE "ar_internal_metadata" ("key" varchar NOT NULL PRIMARY KEY, "value" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)[0m
|
425
|
+
↳ db/schema.rb:13
|
426
|
+
[1m[36mActiveRecord::InternalMetadata Load (0.3ms)[0m [1m[34mSELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ?[0m [["key", "environment"], ["LIMIT", 1]]
|
427
|
+
↳ db/schema.rb:13
|
428
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
429
|
+
↳ db/schema.rb:13
|
430
|
+
[1m[36mActiveRecord::InternalMetadata Create (0.4ms)[0m [1m[32mINSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["key", "environment"], ["value", "development"], ["created_at", "2019-02-01 14:49:01.162634"], ["updated_at", "2019-02-01 14:49:01.162634"]]
|
431
|
+
↳ db/schema.rb:13
|
432
|
+
[1m[35m (0.9ms)[0m [1m[36mcommit transaction[0m
|
433
|
+
↳ db/schema.rb:13
|
434
|
+
[1m[36mActiveRecord::InternalMetadata Load (0.2ms)[0m [1m[34mSELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ?[0m [["key", "environment"], ["LIMIT", 1]]
|
435
|
+
↳ bin/rake:4
|
436
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
437
|
+
↳ bin/rake:4
|
438
|
+
[1m[36mActiveRecord::InternalMetadata Update (0.7ms)[0m [1m[33mUPDATE "ar_internal_metadata" SET "value" = ?, "updated_at" = ? WHERE "ar_internal_metadata"."key" = ?[0m [["value", "test"], ["updated_at", "2019-02-01 14:49:01.167671"], ["key", "environment"]]
|
439
|
+
↳ bin/rake:4
|
440
|
+
[1m[35m (1.2ms)[0m [1m[36mcommit transaction[0m
|
441
|
+
↳ bin/rake:4
|
442
|
+
[1m[35m (0.7ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
443
|
+
↳ bin/rake:4
|
444
|
+
Migrating to AddSecondAttributeToBasicModels (20190201155355)
|
445
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
446
|
+
↳ bin/rake:4
|
447
|
+
[1m[35m (1.4ms)[0m [1m[35mALTER TABLE "basic_models" ADD "summary" varchar[0m
|
448
|
+
↳ db/migrate/20190201155355_add_second_attribute_to_basic_models.rb:3
|
449
|
+
[1m[36mActiveRecord::SchemaMigration Create (0.7ms)[0m [1m[32mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20190201155355"]]
|
450
|
+
↳ bin/rake:4
|
451
|
+
[1m[35m (2.1ms)[0m [1m[36mcommit transaction[0m
|
452
|
+
↳ bin/rake:4
|
453
|
+
[1m[36mActiveRecord::InternalMetadata Load (0.6ms)[0m [1m[34mSELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ?[0m [["key", "environment"], ["LIMIT", 1]]
|
454
|
+
↳ bin/rake:4
|
455
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
456
|
+
↳ bin/rake:4
|
457
|
+
[1m[35m (0.0ms)[0m [1m[36mcommit transaction[0m
|
458
|
+
↳ bin/rake:4
|
459
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
460
|
+
↳ bin/rake:4
|