homesteading_publisher 0.2.0 → 0.2.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/app/controllers/homesteading_publisher/posts_controller.rb +94 -0
- data/app/views/homesteading_publisher/posts/_audio.html.erb +3 -0
- data/app/views/homesteading_publisher/posts/_flickr.html.erb +16 -0
- data/app/views/homesteading_publisher/posts/_form.html.erb +87 -0
- data/app/views/homesteading_publisher/posts/_image.html.erb +3 -0
- data/app/views/homesteading_publisher/posts/_instagram.html.erb +3 -0
- data/app/views/homesteading_publisher/posts/_post.html.erb +132 -0
- data/app/views/homesteading_publisher/posts/_thisismyjam.html.erb +13 -0
- data/app/views/homesteading_publisher/posts/_twitter.html.erb +1 -0
- data/app/views/homesteading_publisher/posts/_video.html.erb +3 -0
- data/app/views/homesteading_publisher/posts/_vimeo.html.erb +3 -0
- data/app/views/homesteading_publisher/posts/_vine.html.erb +3 -0
- data/app/views/homesteading_publisher/posts/_youtube.html.erb +8 -0
- data/app/views/homesteading_publisher/posts/edit.html.erb +3 -0
- data/app/views/homesteading_publisher/posts/index.atom.erb +53 -0
- data/app/views/homesteading_publisher/posts/index.html.erb +5 -0
- data/app/views/homesteading_publisher/posts/new.html.erb +3 -0
- data/app/views/homesteading_publisher/posts/show.html.erb +1 -0
- data/config/routes.rb +38 -0
- data/lib/homesteading_publisher/version.rb +1 -1
- data/spec/controllers/homesteading_publisher/posts_controllers_spec.rb +141 -0
- data/spec/dummy/db/development.sqlite3 +0 -0
- data/spec/dummy/log/development.log +118 -0
- data/spec/dummy/log/test.log +8496 -0
- metadata +39 -1
@@ -0,0 +1,118 @@
|
|
1
|
+
|
2
|
+
|
3
|
+
Started GET "/posts" for ::1 at 2015-03-16 21:51:18 -0700
|
4
|
+
Processing by HomesteadingPublisher::PostsController#index as HTML
|
5
|
+
Completed 500 Internal Server Error in 10ms
|
6
|
+
|
7
|
+
ActionView::MissingTemplate (Missing template homesteading_publisher/posts/index, homesteading_publisher/application/index with {:locale=>[:en], :formats=>[:html], :variants=>[], :handlers=>[:erb, :builder, :raw, :ruby]}. Searched in:
|
8
|
+
* "/Users/Bookis/work/homesteading/homesteading_publisher/spec/dummy/app/views"
|
9
|
+
* "/Users/Bookis/work/homesteading/homesteading_publisher/app/views"
|
10
|
+
):
|
11
|
+
actionview (4.2.0) lib/action_view/path_set.rb:46:in `find'
|
12
|
+
actionview (4.2.0) lib/action_view/lookup_context.rb:121:in `find'
|
13
|
+
actionview (4.2.0) lib/action_view/renderer/abstract_renderer.rb:18:in `find_template'
|
14
|
+
actionview (4.2.0) lib/action_view/renderer/template_renderer.rb:40:in `determine_template'
|
15
|
+
actionview (4.2.0) lib/action_view/renderer/template_renderer.rb:8:in `render'
|
16
|
+
actionview (4.2.0) lib/action_view/renderer/renderer.rb:42:in `render_template'
|
17
|
+
actionview (4.2.0) lib/action_view/renderer/renderer.rb:23:in `render'
|
18
|
+
actionview (4.2.0) lib/action_view/rendering.rb:100:in `_render_template'
|
19
|
+
actionpack (4.2.0) lib/action_controller/metal/streaming.rb:217:in `_render_template'
|
20
|
+
actionview (4.2.0) lib/action_view/rendering.rb:83:in `render_to_body'
|
21
|
+
actionpack (4.2.0) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
|
22
|
+
actionpack (4.2.0) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
|
23
|
+
actionpack (4.2.0) lib/abstract_controller/rendering.rb:25:in `render'
|
24
|
+
actionpack (4.2.0) lib/action_controller/metal/rendering.rb:16:in `render'
|
25
|
+
actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render'
|
26
|
+
activesupport (4.2.0) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
|
27
|
+
/Users/Bookis/.rvm/rubies/ruby-2.1.2/lib/ruby/2.1.0/benchmark.rb:294:in `realtime'
|
28
|
+
activesupport (4.2.0) lib/active_support/core_ext/benchmark.rb:12:in `ms'
|
29
|
+
actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:41:in `block in render'
|
30
|
+
actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime'
|
31
|
+
activerecord (4.2.0) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
|
32
|
+
actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:40:in `render'
|
33
|
+
actionpack (4.2.0) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
|
34
|
+
actionpack (4.2.0) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
|
35
|
+
actionpack (4.2.0) lib/abstract_controller/base.rb:198:in `process_action'
|
36
|
+
actionpack (4.2.0) lib/action_controller/metal/rendering.rb:10:in `process_action'
|
37
|
+
actionpack (4.2.0) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
|
38
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:88:in `call'
|
39
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:88:in `_run_callbacks'
|
40
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:734:in `_run_process_action_callbacks'
|
41
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:81:in `run_callbacks'
|
42
|
+
actionpack (4.2.0) lib/abstract_controller/callbacks.rb:19:in `process_action'
|
43
|
+
actionpack (4.2.0) lib/action_controller/metal/rescue.rb:29:in `process_action'
|
44
|
+
actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action'
|
45
|
+
activesupport (4.2.0) lib/active_support/notifications.rb:164:in `block in instrument'
|
46
|
+
activesupport (4.2.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
|
47
|
+
activesupport (4.2.0) lib/active_support/notifications.rb:164:in `instrument'
|
48
|
+
actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
|
49
|
+
actionpack (4.2.0) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
|
50
|
+
activerecord (4.2.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
|
51
|
+
actionpack (4.2.0) lib/abstract_controller/base.rb:137:in `process'
|
52
|
+
actionview (4.2.0) lib/action_view/rendering.rb:30:in `process'
|
53
|
+
actionpack (4.2.0) lib/action_controller/metal.rb:195:in `dispatch'
|
54
|
+
actionpack (4.2.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
|
55
|
+
actionpack (4.2.0) lib/action_controller/metal.rb:236:in `block in action'
|
56
|
+
actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:73:in `call'
|
57
|
+
actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
|
58
|
+
actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:42:in `serve'
|
59
|
+
actionpack (4.2.0) lib/action_dispatch/journey/router.rb:43:in `block in serve'
|
60
|
+
actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `each'
|
61
|
+
actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `serve'
|
62
|
+
actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:802:in `call'
|
63
|
+
railties (4.2.0) lib/rails/engine.rb:518:in `call'
|
64
|
+
railties (4.2.0) lib/rails/railtie.rb:194:in `public_send'
|
65
|
+
railties (4.2.0) lib/rails/railtie.rb:194:in `method_missing'
|
66
|
+
actionpack (4.2.0) lib/action_dispatch/routing/mapper.rb:51:in `serve'
|
67
|
+
actionpack (4.2.0) lib/action_dispatch/journey/router.rb:43:in `block in serve'
|
68
|
+
actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `each'
|
69
|
+
actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `serve'
|
70
|
+
actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:802:in `call'
|
71
|
+
rack (1.6.0) lib/rack/etag.rb:24:in `call'
|
72
|
+
rack (1.6.0) lib/rack/conditionalget.rb:25:in `call'
|
73
|
+
rack (1.6.0) lib/rack/head.rb:13:in `call'
|
74
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
|
75
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/flash.rb:260:in `call'
|
76
|
+
rack (1.6.0) lib/rack/session/abstract/id.rb:225:in `context'
|
77
|
+
rack (1.6.0) lib/rack/session/abstract/id.rb:220:in `call'
|
78
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/cookies.rb:560:in `call'
|
79
|
+
activerecord (4.2.0) lib/active_record/query_cache.rb:36:in `call'
|
80
|
+
activerecord (4.2.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:647:in `call'
|
81
|
+
activerecord (4.2.0) lib/active_record/migration.rb:378:in `call'
|
82
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
|
83
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:88:in `call'
|
84
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:88:in `_run_callbacks'
|
85
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:734:in `_run_call_callbacks'
|
86
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:81:in `run_callbacks'
|
87
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
|
88
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/reloader.rb:73:in `call'
|
89
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
|
90
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
|
91
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
|
92
|
+
railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app'
|
93
|
+
railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call'
|
94
|
+
activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged'
|
95
|
+
activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged'
|
96
|
+
activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged'
|
97
|
+
railties (4.2.0) lib/rails/rack/logger.rb:20:in `call'
|
98
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/request_id.rb:21:in `call'
|
99
|
+
rack (1.6.0) lib/rack/methodoverride.rb:22:in `call'
|
100
|
+
rack (1.6.0) lib/rack/runtime.rb:18:in `call'
|
101
|
+
activesupport (4.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
|
102
|
+
rack (1.6.0) lib/rack/lock.rb:17:in `call'
|
103
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/static.rb:113:in `call'
|
104
|
+
rack (1.6.0) lib/rack/sendfile.rb:113:in `call'
|
105
|
+
railties (4.2.0) lib/rails/engine.rb:518:in `call'
|
106
|
+
railties (4.2.0) lib/rails/application.rb:164:in `call'
|
107
|
+
rack (1.6.0) lib/rack/lock.rb:17:in `call'
|
108
|
+
rack (1.6.0) lib/rack/content_length.rb:15:in `call'
|
109
|
+
rack (1.6.0) lib/rack/handler/webrick.rb:89:in `service'
|
110
|
+
/Users/Bookis/.rvm/rubies/ruby-2.1.2/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service'
|
111
|
+
/Users/Bookis/.rvm/rubies/ruby-2.1.2/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run'
|
112
|
+
/Users/Bookis/.rvm/rubies/ruby-2.1.2/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread'
|
113
|
+
|
114
|
+
|
115
|
+
Rendered /Users/Bookis/.rvm/gems/ruby-2.1.2/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_source.erb (7.4ms)
|
116
|
+
Rendered /Users/Bookis/.rvm/gems/ruby-2.1.2/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.9ms)
|
117
|
+
Rendered /Users/Bookis/.rvm/gems/ruby-2.1.2/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (9.2ms)
|
118
|
+
Rendered /Users/Bookis/.rvm/gems/ruby-2.1.2/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/missing_template.html.erb within rescues/layout (33.2ms)
|