my_forum 0.0.1.beta3 → 0.0.1.beta4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/app/assets/images/my_forum/smiles/acute.gif +0 -0
- data/app/assets/images/my_forum/smiles/aggressive.gif +0 -0
- data/app/assets/images/my_forum/smiles/beee.gif +0 -0
- data/app/assets/images/my_forum/smiles/blum2.gif +0 -0
- data/app/assets/images/my_forum/smiles/blush2.gif +0 -0
- data/app/assets/images/my_forum/smiles/cray.gif +0 -0
- data/app/assets/images/my_forum/smiles/dirol.gif +0 -0
- data/app/assets/images/my_forum/smiles/download.gif +0 -0
- data/app/assets/images/my_forum/smiles/i-m_so_happy.gif +0 -0
- data/app/assets/images/my_forum/smiles/ireful2.gif +0 -0
- data/lib/my_forum/version.rb +1 -1
- metadata +1 -11
- data/spec/controllers/my_forum/attachments_controller_spec.rb +0 -7
- data/spec/controllers/my_forum/images_controller_controller_spec.rb +0 -7
- data/spec/dummy/log/development.log +0 -97
- data/spec/dummy/log/test.log +0 -5134
- data/spec/models/my_forum/image_spec.rb +0 -7
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 06969f014a639bbf5548d3246a68aa2876e2eaed
|
|
4
|
+
data.tar.gz: 80ce6f3887ce8b44362bf1d576581a7de92f3b60
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 5185ab0ad81fc63eaba5423bbb975876167e8074409ce9453fd7f0c94835f940f168a267a6a8dfbcfa47529cfd732ecb6cf8f38acbaeea0f891e6ad33a1cbadd
|
|
7
|
+
data.tar.gz: 0b7e50e142c282fa56bb0892137cc1c7b7e11e58d9a7e08c77c8bcf5c58280258f073485239c2829b13abf7aa207ce5e5c58ef5e84f191987f8a2babc5eb8ef6
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
data/lib/my_forum/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: my_forum
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.1.
|
|
4
|
+
version: 0.0.1.beta4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Vitaly Omelchenko
|
|
@@ -265,8 +265,6 @@ files:
|
|
|
265
265
|
- lib/my_forum/engine.rb
|
|
266
266
|
- lib/my_forum/version.rb
|
|
267
267
|
- lib/tasks/my_forum_tasks.rake
|
|
268
|
-
- spec/controllers/my_forum/attachments_controller_spec.rb
|
|
269
|
-
- spec/controllers/my_forum/images_controller_controller_spec.rb
|
|
270
268
|
- spec/controllers/my_forum/private_messages_controller_spec.rb
|
|
271
269
|
- spec/controllers/my_forum/users_controller_spec.rb
|
|
272
270
|
- spec/dummy/README.rdoc
|
|
@@ -301,14 +299,11 @@ files:
|
|
|
301
299
|
- spec/dummy/db/development.sqlite3
|
|
302
300
|
- spec/dummy/db/schema.rb
|
|
303
301
|
- spec/dummy/db/test.sqlite3
|
|
304
|
-
- spec/dummy/log/development.log
|
|
305
|
-
- spec/dummy/log/test.log
|
|
306
302
|
- spec/dummy/public/404.html
|
|
307
303
|
- spec/dummy/public/422.html
|
|
308
304
|
- spec/dummy/public/500.html
|
|
309
305
|
- spec/dummy/public/favicon.ico
|
|
310
306
|
- spec/helpers/my_forum/private_messages_helper_spec.rb
|
|
311
|
-
- spec/models/my_forum/image_spec.rb
|
|
312
307
|
- spec/models/my_forum/private_message_spec.rb
|
|
313
308
|
- spec/models/my_forum/user_spec.rb
|
|
314
309
|
- spec/rails_helper.rb
|
|
@@ -338,8 +333,6 @@ signing_key:
|
|
|
338
333
|
specification_version: 4
|
|
339
334
|
summary: Simple Forum
|
|
340
335
|
test_files:
|
|
341
|
-
- spec/controllers/my_forum/attachments_controller_spec.rb
|
|
342
|
-
- spec/controllers/my_forum/images_controller_controller_spec.rb
|
|
343
336
|
- spec/controllers/my_forum/private_messages_controller_spec.rb
|
|
344
337
|
- spec/controllers/my_forum/users_controller_spec.rb
|
|
345
338
|
- spec/dummy/app/assets/javascripts/application.js
|
|
@@ -372,8 +365,6 @@ test_files:
|
|
|
372
365
|
- spec/dummy/db/development.sqlite3
|
|
373
366
|
- spec/dummy/db/schema.rb
|
|
374
367
|
- spec/dummy/db/test.sqlite3
|
|
375
|
-
- spec/dummy/log/development.log
|
|
376
|
-
- spec/dummy/log/test.log
|
|
377
368
|
- spec/dummy/public/404.html
|
|
378
369
|
- spec/dummy/public/422.html
|
|
379
370
|
- spec/dummy/public/500.html
|
|
@@ -381,7 +372,6 @@ test_files:
|
|
|
381
372
|
- spec/dummy/Rakefile
|
|
382
373
|
- spec/dummy/README.rdoc
|
|
383
374
|
- spec/helpers/my_forum/private_messages_helper_spec.rb
|
|
384
|
-
- spec/models/my_forum/image_spec.rb
|
|
385
375
|
- spec/models/my_forum/private_message_spec.rb
|
|
386
376
|
- spec/models/my_forum/user_spec.rb
|
|
387
377
|
- spec/rails_helper.rb
|
|
@@ -1,97 +0,0 @@
|
|
|
1
|
-
[1m[36mMyForum::User Load (0.1ms)[0m [1mSELECT "my_forum_users".* FROM "my_forum_users" ORDER BY "my_forum_users"."id" DESC LIMIT 1[0m
|
|
2
|
-
SQLite3::SQLException: no such table: my_forum_users: SELECT "my_forum_users".* FROM "my_forum_users" ORDER BY "my_forum_users"."id" DESC LIMIT 1
|
|
3
|
-
[1m[36mMyForum::User Load (0.1ms)[0m [1mSELECT "my_forum_users".* FROM "my_forum_users" ORDER BY "my_forum_users"."id" DESC LIMIT 1[0m
|
|
4
|
-
SQLite3::SQLException: no such table: my_forum_users: SELECT "my_forum_users".* FROM "my_forum_users" ORDER BY "my_forum_users"."id" DESC LIMIT 1
|
|
5
|
-
[1m[36mMyForum::User Load (0.1ms)[0m [1mSELECT "my_forum_users".* FROM "my_forum_users" ORDER BY "my_forum_users"."id" DESC LIMIT 1[0m
|
|
6
|
-
SQLite3::SQLException: no such table: my_forum_users: SELECT "my_forum_users".* FROM "my_forum_users" ORDER BY "my_forum_users"."id" DESC LIMIT 1
|
|
7
|
-
[1m[36m (1.7ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar NOT NULL) [0m
|
|
8
|
-
[1m[35m (0.1ms)[0m select sqlite_version(*)
|
|
9
|
-
[1m[36m (1.0ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
|
|
10
|
-
[1m[35mActiveRecord::SchemaMigration Load (0.2ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
|
|
11
|
-
[1m[36mMyForum::User Load (0.1ms)[0m [1mSELECT "my_forum_users".* FROM "my_forum_users" ORDER BY "my_forum_users"."id" DESC LIMIT 1[0m
|
|
12
|
-
SQLite3::SQLException: no such table: my_forum_users: SELECT "my_forum_users".* FROM "my_forum_users" ORDER BY "my_forum_users"."id" DESC LIMIT 1
|
|
13
|
-
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
|
14
|
-
Migrating to CreateMyForumForums (20141117122725)
|
|
15
|
-
[1m[35m (0.0ms)[0m begin transaction
|
|
16
|
-
DEPRECATION WARNING: `#timestamp` was called without specifying an option for `null`. In Rails 5, this behavior will change to `null: false`. You should manually specify `null: true` to prevent the behavior of your existing migrations from changing. (called from block in change at /Users/vint/rails/my_forum/db/migrate/20141117122725_create_my_forum_forums.rb:9)
|
|
17
|
-
[1m[36m (0.4ms)[0m [1mCREATE TABLE "my_forum_forums" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "category_id" integer, "name" varchar, "description" varchar, "topics_count" integer, "posts_count" integer, "created_at" datetime, "updated_at" datetime) [0m
|
|
18
|
-
[1m[35mSQL (0.2ms)[0m INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20141117122725"]]
|
|
19
|
-
[1m[36m (0.8ms)[0m [1mcommit transaction[0m
|
|
20
|
-
Migrating to CreateMyForumTopics (20141117122742)
|
|
21
|
-
[1m[35m (0.1ms)[0m begin transaction
|
|
22
|
-
DEPRECATION WARNING: `#timestamp` was called without specifying an option for `null`. In Rails 5, this behavior will change to `null: false`. You should manually specify `null: true` to prevent the behavior of your existing migrations from changing. (called from block in change at /Users/vint/rails/my_forum/db/migrate/20141117122742_create_my_forum_topics.rb:14)
|
|
23
|
-
[1m[36m (0.3ms)[0m [1mCREATE TABLE "my_forum_topics" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "forum_id" integer, "user_id" integer, "latest_post_id" integer, "name" varchar, "description" varchar, "views" integer, "posts_count" integer DEFAULT 0, "pinned" boolean DEFAULT 'f', "closed" boolean DEFAULT 'f', "deleted" boolean DEFAULT 'f', "created_at" datetime, "updated_at" datetime) [0m
|
|
24
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20141117122742"]]
|
|
25
|
-
[1m[36m (0.6ms)[0m [1mcommit transaction[0m
|
|
26
|
-
Migrating to CreateMyForumPosts (20141117122751)
|
|
27
|
-
[1m[35m (0.0ms)[0m begin transaction
|
|
28
|
-
DEPRECATION WARNING: `#timestamp` was called without specifying an option for `null`. In Rails 5, this behavior will change to `null: false`. You should manually specify `null: true` to prevent the behavior of your existing migrations from changing. (called from block in change at /Users/vint/rails/my_forum/db/migrate/20141117122751_create_my_forum_posts.rb:8)
|
|
29
|
-
[1m[36m (0.2ms)[0m [1mCREATE TABLE "my_forum_posts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "user_id" integer, "topic_id" integer, "forum_id" integer, "text" text, "created_at" datetime, "updated_at" datetime) [0m
|
|
30
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20141117122751"]]
|
|
31
|
-
[1m[36m (0.7ms)[0m [1mcommit transaction[0m
|
|
32
|
-
Migrating to CreateMyForumCategories (20141118081021)
|
|
33
|
-
[1m[35m (0.0ms)[0m begin transaction
|
|
34
|
-
DEPRECATION WARNING: `#timestamp` was called without specifying an option for `null`. In Rails 5, this behavior will change to `null: false`. You should manually specify `null: true` to prevent the behavior of your existing migrations from changing. (called from block in change at /Users/vint/rails/my_forum/db/migrate/20141118081021_create_my_forum_categories.rb:5)
|
|
35
|
-
[1m[36m (0.2ms)[0m [1mCREATE TABLE "my_forum_categories" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "created_at" datetime, "updated_at" datetime) [0m
|
|
36
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20141118081021"]]
|
|
37
|
-
[1m[36m (0.7ms)[0m [1mcommit transaction[0m
|
|
38
|
-
Migrating to CreateMyForumUsers (20141118131215)
|
|
39
|
-
[1m[35m (0.0ms)[0m begin transaction
|
|
40
|
-
DEPRECATION WARNING: `#timestamp` was called without specifying an option for `null`. In Rails 5, this behavior will change to `null: false`. You should manually specify `null: true` to prevent the behavior of your existing migrations from changing. (called from block in up at /Users/vint/rails/my_forum/db/migrate/20141118131215_create_my_forum_users.rb:13)
|
|
41
|
-
[1m[36m (0.2ms)[0m [1mCREATE TABLE "my_forum_users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "login" varchar, "password" varchar, "salt" varchar, "email" varchar, "posts_count" integer, "is_admin" boolean DEFAULT 'f', "is_moderator" boolean DEFAULT 'f', "is_deleted" boolean DEFAULT 'f', "permanently_banned" boolean DEFAULT 'f', "created_at" datetime, "updated_at" datetime, "last_logged_in" datetime) [0m
|
|
42
|
-
[1m[35mMyForum::User Exists (0.1ms)[0m SELECT 1 AS one FROM "my_forum_users" WHERE "my_forum_users"."login" = 'admin' LIMIT 1
|
|
43
|
-
[1m[36mMyForum::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "my_forum_users" WHERE "my_forum_users"."email" = 'admin@example.com' LIMIT 1[0m
|
|
44
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "my_forum_users" ("login", "password", "email", "salt", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["login", "admin"], ["password", "2c3df41df92c27b03b3c0d28f3e03a989e530ebaf01148065784c61b89b868e4"], ["email", "admin@example.com"], ["salt", "dc508b1e69691e2e34b9025b78969a75b7145d044f18b3fb5ffa03a58bab19b6"], ["created_at", "2015-02-25 08:48:52.942017"], ["updated_at", "2015-02-25 08:48:52.942017"]]
|
|
45
|
-
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20141118131215"]]
|
|
46
|
-
[1m[35m (0.7ms)[0m commit transaction
|
|
47
|
-
Migrating to CreateMyForumRoles (20141222094522)
|
|
48
|
-
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
|
49
|
-
DEPRECATION WARNING: `#timestamp` was called without specifying an option for `null`. In Rails 5, this behavior will change to `null: false`. You should manually specify `null: true` to prevent the behavior of your existing migrations from changing. (called from block in change at /Users/vint/rails/my_forum/db/migrate/20141222094522_create_my_forum_roles.rb:7)
|
|
50
|
-
[1m[35m (0.3ms)[0m CREATE TABLE "my_forum_roles" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "color" varchar, "rights" text, "created_at" datetime, "updated_at" datetime)
|
|
51
|
-
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20141222094522"]]
|
|
52
|
-
[1m[35m (0.5ms)[0m commit transaction
|
|
53
|
-
Migrating to CreateMyForumUserRoles (20141222094538)
|
|
54
|
-
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
|
55
|
-
DEPRECATION WARNING: `#timestamp` was called without specifying an option for `null`. In Rails 5, this behavior will change to `null: false`. You should manually specify `null: true` to prevent the behavior of your existing migrations from changing. (called from block in change at /Users/vint/rails/my_forum/db/migrate/20141222094538_create_my_forum_user_roles.rb:6)
|
|
56
|
-
[1m[35m (0.2ms)[0m CREATE TABLE "my_forum_user_roles" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "user_id" integer, "role_id" integer, "created_at" datetime, "updated_at" datetime)
|
|
57
|
-
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20141222094538"]]
|
|
58
|
-
[1m[35m (0.5ms)[0m commit transaction
|
|
59
|
-
Migrating to CreateMyForumLogReadMarks (20150202115250)
|
|
60
|
-
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
|
61
|
-
DEPRECATION WARNING: `#timestamp` was called without specifying an option for `null`. In Rails 5, this behavior will change to `null: false`. You should manually specify `null: true` to prevent the behavior of your existing migrations from changing. (called from block in change at /Users/vint/rails/my_forum/db/migrate/20150202115250_create_my_forum_log_read_marks.rb:7)
|
|
62
|
-
[1m[35m (0.2ms)[0m CREATE TABLE "my_forum_log_read_marks" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "user_id" integer, "topic_id" integer, "post_id" integer, "created_at" datetime, "updated_at" datetime)
|
|
63
|
-
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20150202115250"]]
|
|
64
|
-
[1m[35m (0.6ms)[0m commit transaction
|
|
65
|
-
Migrating to CreateMyForumUserGroups (20150215200453)
|
|
66
|
-
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
|
67
|
-
DEPRECATION WARNING: `#timestamp` was called without specifying an option for `null`. In Rails 5, this behavior will change to `null: false`. You should manually specify `null: true` to prevent the behavior of your existing migrations from changing. (called from block in change at /Users/vint/rails/my_forum/db/migrate/20150215200453_create_my_forum_user_groups.rb:7)
|
|
68
|
-
[1m[35m (0.3ms)[0m CREATE TABLE "my_forum_user_groups" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "html_color" varchar, "default" boolean DEFAULT 'f', "created_at" datetime, "updated_at" datetime)
|
|
69
|
-
[1m[36mMyForum::UserGroup Load (0.1ms)[0m [1mSELECT "my_forum_user_groups".* FROM "my_forum_user_groups" WHERE "my_forum_user_groups"."id" = ? LIMIT 1[0m [["id", 1]]
|
|
70
|
-
[1m[35m (0.4ms)[0m rollback transaction
|
|
71
|
-
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
|
72
|
-
Migrating to CreateMyForumUserGroups (20150215200453)
|
|
73
|
-
[1m[35m (0.1ms)[0m begin transaction
|
|
74
|
-
DEPRECATION WARNING: `#timestamp` was called without specifying an option for `null`. In Rails 5, this behavior will change to `null: false`. You should manually specify `null: true` to prevent the behavior of your existing migrations from changing. (called from block in change at /Users/vint/rails/my_forum/db/migrate/20150215200453_create_my_forum_user_groups.rb:7)
|
|
75
|
-
[1m[36m (0.4ms)[0m [1mCREATE TABLE "my_forum_user_groups" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "html_color" varchar, "default" boolean DEFAULT 'f', "created_at" datetime, "updated_at" datetime) [0m
|
|
76
|
-
[1m[35mMyForum::UserGroup Load (0.1ms)[0m SELECT "my_forum_user_groups".* FROM "my_forum_user_groups" WHERE "my_forum_user_groups"."name" = ? LIMIT 1 [["name", "Guest"]]
|
|
77
|
-
[1m[36mMyForum::UserGroup Load (0.0ms)[0m [1mSELECT "my_forum_user_groups".* FROM "my_forum_user_groups" WHERE "my_forum_user_groups"."name" = ? LIMIT 1[0m [["name", "Member"]]
|
|
78
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "my_forum_user_groups" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Guests"], ["created_at", "2015-02-25 08:52:12.970546"], ["updated_at", "2015-02-25 08:52:12.970546"]]
|
|
79
|
-
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "my_forum_user_groups" ("name", "default", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["name", "Member"], ["default", "t"], ["created_at", "2015-02-25 08:52:12.971951"], ["updated_at", "2015-02-25 08:52:12.971951"]]
|
|
80
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "my_forum_user_groups" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Moderator"], ["created_at", "2015-02-25 08:52:12.972924"], ["updated_at", "2015-02-25 08:52:12.972924"]]
|
|
81
|
-
[1m[36mSQL (0.0ms)[0m [1mINSERT INTO "my_forum_user_groups" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "Admin"], ["created_at", "2015-02-25 08:52:12.973798"], ["updated_at", "2015-02-25 08:52:12.973798"]]
|
|
82
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150215200453"]]
|
|
83
|
-
[1m[36m (1.3ms)[0m [1mcommit transaction[0m
|
|
84
|
-
Migrating to CreateMyForumUserGroupLinks (20150215204852)
|
|
85
|
-
[1m[35m (0.0ms)[0m begin transaction
|
|
86
|
-
DEPRECATION WARNING: `#timestamp` was called without specifying an option for `null`. In Rails 5, this behavior will change to `null: false`. You should manually specify `null: true` to prevent the behavior of your existing migrations from changing. (called from block in change at /Users/vint/rails/my_forum/db/migrate/20150215204852_create_my_forum_user_group_links.rb:6)
|
|
87
|
-
[1m[36m (0.3ms)[0m [1mCREATE TABLE "my_forum_user_group_links" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "user_id" integer, "user_group_id" integer, "created_at" datetime, "updated_at" datetime) [0m
|
|
88
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150215204852"]]
|
|
89
|
-
[1m[36m (0.5ms)[0m [1mcommit transaction[0m
|
|
90
|
-
Migrating to CreateMyForumCategoryPermissions (20150215212443)
|
|
91
|
-
[1m[35m (0.0ms)[0m begin transaction
|
|
92
|
-
[1m[36m (0.2ms)[0m [1mCREATE TABLE "my_forum_category_permissions" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "user_group_id" integer, "category_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
|
93
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150215212443"]]
|
|
94
|
-
[1m[36m (0.4ms)[0m [1mcommit transaction[0m
|
|
95
|
-
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
|
|
96
|
-
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
|
97
|
-
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
|