mongoid-forums 0.0.2 → 0.0.3
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/controllers/mongoid_forums/application_controller.rb +1 -0
- data/app/controllers/mongoid_forums/forums_controller.rb +3 -1
- data/app/controllers/mongoid_forums/posts_controller.rb +59 -17
- data/app/controllers/mongoid_forums/topics_controller.rb +0 -1
- data/app/helpers/mongoid_forums/application_helper.rb +2 -2
- data/app/models/mongoid_forums/permission.rb +1 -0
- data/app/views/mongoid_forums/forums/index.haml +1 -1
- data/app/views/mongoid_forums/forums/show.haml +3 -1
- data/app/views/mongoid_forums/posts/_post.haml +3 -0
- data/lib/mongoid_forums/version.rb +1 -1
- data/test/dummy/log/development.log +13582 -0
- data/test/dummy/tmp/pids/server.pid +1 -0
- metadata +4 -2
|
@@ -0,0 +1 @@
|
|
|
1
|
+
87649
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: mongoid-forums
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- skipperguy12
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2015-01-
|
|
11
|
+
date: 2015-01-19 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rails
|
|
@@ -319,6 +319,7 @@ files:
|
|
|
319
319
|
- test/dummy/tmp/cache/assets/development/sprockets/eaa7a7fe023d19cd34c33a47e6b303f3
|
|
320
320
|
- test/dummy/tmp/cache/assets/development/sprockets/f7cbd26ba1d28d48de824f0e94586655
|
|
321
321
|
- test/dummy/tmp/cache/assets/development/sprockets/f91f775cd15edae9264ec0c23937c58b
|
|
322
|
+
- test/dummy/tmp/pids/server.pid
|
|
322
323
|
- test/fixtures/mongoid_forums/categories.yml
|
|
323
324
|
- test/fixtures/mongoid_forums/forums.yml
|
|
324
325
|
- test/fixtures/mongoid_forums/posts.yml
|
|
@@ -475,6 +476,7 @@ test_files:
|
|
|
475
476
|
- test/dummy/tmp/cache/assets/development/sprockets/eaa7a7fe023d19cd34c33a47e6b303f3
|
|
476
477
|
- test/dummy/tmp/cache/assets/development/sprockets/f7cbd26ba1d28d48de824f0e94586655
|
|
477
478
|
- test/dummy/tmp/cache/assets/development/sprockets/f91f775cd15edae9264ec0c23937c58b
|
|
479
|
+
- test/dummy/tmp/pids/server.pid
|
|
478
480
|
- test/fixtures/mongoid_forums/categories.yml
|
|
479
481
|
- test/fixtures/mongoid_forums/forums.yml
|
|
480
482
|
- test/fixtures/mongoid_forums/posts.yml
|