my_forum 0.0.1.beta3 → 0.0.1.beta4

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 7b4ce3a0448fb5f7fb2ce89f4df7c5aa62b0aa15
4
- data.tar.gz: 3a2ade18b22f23cf8ea4499f0a6f989f7baf505a
3
+ metadata.gz: 06969f014a639bbf5548d3246a68aa2876e2eaed
4
+ data.tar.gz: 80ce6f3887ce8b44362bf1d576581a7de92f3b60
5
5
  SHA512:
6
- metadata.gz: 7f44cb1c67172f7552222a5dababde253b6ac7e757d27f8651ceeb29c678ae0d7e9202135c52135f707579d18607653608b7b4fc089230f7b5a2bde51734a6be
7
- data.tar.gz: 6d3ad2ed6d8e8ccea838f6b21c1d518be2409a1abaee5a1d857d9f8b59fa21846815fd78d3c269f36bdbcfa28d6fc5396dff56738d207bdbce821d5f803dc47e
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
@@ -1,3 +1,3 @@
1
1
  module MyForum
2
- VERSION = "0.0.1.beta3"
2
+ VERSION = "0.0.1.beta4"
3
3
  end
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.beta3
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,7 +0,0 @@
1
- require 'rails_helper'
2
-
3
- module MyForum
4
- RSpec.describe AttachmentsController, type: :controller do
5
-
6
- end
7
- end
@@ -1,7 +0,0 @@
1
- require 'rails_helper'
2
-
3
- module MyForum
4
- RSpec.describe ImagesControllerController, type: :controller do
5
-
6
- end
7
- end
@@ -1,97 +0,0 @@
1
- MyForum::User Load (0.1ms) SELECT "my_forum_users".* FROM "my_forum_users" ORDER BY "my_forum_users"."id" DESC LIMIT 1
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
- MyForum::User Load (0.1ms) SELECT "my_forum_users".* FROM "my_forum_users" ORDER BY "my_forum_users"."id" DESC LIMIT 1
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
- MyForum::User Load (0.1ms) SELECT "my_forum_users".* FROM "my_forum_users" ORDER BY "my_forum_users"."id" DESC LIMIT 1
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
-  (1.7ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
8
-  (0.1ms) select sqlite_version(*)
9
-  (1.0ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
10
- ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"
11
- MyForum::User Load (0.1ms) SELECT "my_forum_users".* FROM "my_forum_users" ORDER BY "my_forum_users"."id" DESC LIMIT 1
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
- ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
14
- Migrating to CreateMyForumForums (20141117122725)
15
-  (0.0ms) 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
-  (0.4ms) CREATE 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) 
18
- SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20141117122725"]]
19
-  (0.8ms) commit transaction
20
- Migrating to CreateMyForumTopics (20141117122742)
21
-  (0.1ms) 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
-  (0.3ms) CREATE 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) 
24
- SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20141117122742"]]
25
-  (0.6ms) commit transaction
26
- Migrating to CreateMyForumPosts (20141117122751)
27
-  (0.0ms) 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
-  (0.2ms) CREATE 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) 
30
- SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20141117122751"]]
31
-  (0.7ms) commit transaction
32
- Migrating to CreateMyForumCategories (20141118081021)
33
-  (0.0ms) 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
-  (0.2ms) CREATE TABLE "my_forum_categories" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "created_at" datetime, "updated_at" datetime) 
36
- SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20141118081021"]]
37
-  (0.7ms) commit transaction
38
- Migrating to CreateMyForumUsers (20141118131215)
39
-  (0.0ms) 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
-  (0.2ms) CREATE 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) 
42
- MyForum::User Exists (0.1ms) SELECT 1 AS one FROM "my_forum_users" WHERE "my_forum_users"."login" = 'admin' LIMIT 1
43
- MyForum::User Exists (0.1ms) SELECT 1 AS one FROM "my_forum_users" WHERE "my_forum_users"."email" = 'admin@example.com' LIMIT 1
44
- SQL (0.1ms) 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
- SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20141118131215"]]
46
-  (0.7ms) commit transaction
47
- Migrating to CreateMyForumRoles (20141222094522)
48
-  (0.0ms) begin transaction
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
-  (0.3ms) 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
- SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20141222094522"]]
52
-  (0.5ms) commit transaction
53
- Migrating to CreateMyForumUserRoles (20141222094538)
54
-  (0.0ms) begin transaction
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
-  (0.2ms) 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
- SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20141222094538"]]
58
-  (0.5ms) commit transaction
59
- Migrating to CreateMyForumLogReadMarks (20150202115250)
60
-  (0.0ms) begin transaction
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
-  (0.2ms) 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
- SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150202115250"]]
64
-  (0.6ms) commit transaction
65
- Migrating to CreateMyForumUserGroups (20150215200453)
66
-  (0.0ms) begin transaction
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
-  (0.3ms) 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
- MyForum::UserGroup Load (0.1ms) SELECT "my_forum_user_groups".* FROM "my_forum_user_groups" WHERE "my_forum_user_groups"."id" = ? LIMIT 1 [["id", 1]]
70
-  (0.4ms) rollback transaction
71
- ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
72
- Migrating to CreateMyForumUserGroups (20150215200453)
73
-  (0.1ms) 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
-  (0.4ms) 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) 
76
- MyForum::UserGroup Load (0.1ms) SELECT "my_forum_user_groups".* FROM "my_forum_user_groups" WHERE "my_forum_user_groups"."name" = ? LIMIT 1 [["name", "Guest"]]
77
- MyForum::UserGroup Load (0.0ms) SELECT "my_forum_user_groups".* FROM "my_forum_user_groups" WHERE "my_forum_user_groups"."name" = ? LIMIT 1 [["name", "Member"]]
78
- SQL (0.1ms) 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
- SQL (0.1ms) INSERT INTO "my_forum_user_groups" ("name", "default", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Member"], ["default", "t"], ["created_at", "2015-02-25 08:52:12.971951"], ["updated_at", "2015-02-25 08:52:12.971951"]]
80
- SQL (0.1ms) 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
- SQL (0.0ms) INSERT INTO "my_forum_user_groups" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Admin"], ["created_at", "2015-02-25 08:52:12.973798"], ["updated_at", "2015-02-25 08:52:12.973798"]]
82
- SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150215200453"]]
83
-  (1.3ms) commit transaction
84
- Migrating to CreateMyForumUserGroupLinks (20150215204852)
85
-  (0.0ms) 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
-  (0.3ms) CREATE 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) 
88
- SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150215204852"]]
89
-  (0.5ms) commit transaction
90
- Migrating to CreateMyForumCategoryPermissions (20150215212443)
91
-  (0.0ms) begin transaction
92
-  (0.2ms) CREATE 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) 
93
- SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150215212443"]]
94
-  (0.4ms) commit transaction
95
- ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
96
- ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
97
- ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"