rails_hydration 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 +15 -0
- data/MIT-LICENSE +20 -0
- data/README.md +80 -0
- data/Rakefile +40 -0
- data/app/assets/javascripts/rails_hydration.js +46 -0
- data/app/helpers/rails_hydration/hydration_helper.rb +12 -0
- data/lib/rails_hydration.rb +4 -0
- data/lib/rails_hydration/engine.rb +5 -0
- data/lib/rails_hydration/version.rb +3 -0
- data/test/dummy/README.rdoc +261 -0
- data/test/dummy/Rakefile +7 -0
- data/test/dummy/app/assets/javascripts/application.js +14 -0
- data/test/dummy/app/assets/javascripts/post.js +14 -0
- data/test/dummy/app/assets/stylesheets/application.css +13 -0
- data/test/dummy/app/assets/stylesheets/post.css +4 -0
- data/test/dummy/app/controllers/application_controller.rb +3 -0
- data/test/dummy/app/controllers/post_controller.rb +12 -0
- data/test/dummy/app/helpers/application_helper.rb +2 -0
- data/test/dummy/app/helpers/post_helper.rb +2 -0
- data/test/dummy/app/views/layouts/application.html.erb +14 -0
- data/test/dummy/app/views/post/show.html.erb +4 -0
- data/test/dummy/config.ru +4 -0
- data/test/dummy/config/application.rb +59 -0
- data/test/dummy/config/boot.rb +10 -0
- data/test/dummy/config/database.yml +25 -0
- data/test/dummy/config/environment.rb +5 -0
- data/test/dummy/config/environments/development.rb +37 -0
- data/test/dummy/config/environments/production.rb +67 -0
- data/test/dummy/config/environments/test.rb +37 -0
- data/test/dummy/config/initializers/backtrace_silencers.rb +7 -0
- data/test/dummy/config/initializers/inflections.rb +15 -0
- data/test/dummy/config/initializers/mime_types.rb +5 -0
- data/test/dummy/config/initializers/secret_token.rb +7 -0
- data/test/dummy/config/initializers/session_store.rb +8 -0
- data/test/dummy/config/initializers/wrap_parameters.rb +14 -0
- data/test/dummy/config/locales/en.yml +5 -0
- data/test/dummy/config/routes.rb +5 -0
- data/test/dummy/db/development.sqlite3 +0 -0
- data/test/dummy/log/development.log +665 -0
- data/test/dummy/public/404.html +26 -0
- data/test/dummy/public/422.html +26 -0
- data/test/dummy/public/500.html +25 -0
- data/test/dummy/public/favicon.ico +0 -0
- data/test/dummy/script/rails +6 -0
- data/test/dummy/test/functional/post_controller_test.rb +7 -0
- data/test/dummy/test/unit/helpers/post_helper_test.rb +4 -0
- data/test/dummy/tmp/cache/assets/C7A/990/sprockets%2F97814b552e2803f1c02392da86a7f042 +0 -0
- data/test/dummy/tmp/cache/assets/CD8/370/sprockets%2F357970feca3ac29060c1e3861e2c0953 +0 -0
- data/test/dummy/tmp/cache/assets/CD9/540/sprockets%2F171a3527ea3ae8a5b8360b9b0364981f +0 -0
- data/test/dummy/tmp/cache/assets/CF7/510/sprockets%2Fe4c9f657a03eb67c19f76776e23049b9 +0 -0
- data/test/dummy/tmp/cache/assets/D03/6D0/sprockets%2F603ee1f4cb16b0b11627367ce772e18b +0 -0
- data/test/dummy/tmp/cache/assets/D05/020/sprockets%2F75d583d8af21000e19c327c2bfd3921e +0 -0
- data/test/dummy/tmp/cache/assets/D32/A10/sprockets%2F13fe41fee1fe35b49d145bcc06610705 +0 -0
- data/test/dummy/tmp/cache/assets/D4E/1B0/sprockets%2Ff7cbd26ba1d28d48de824f0e94586655 +0 -0
- data/test/dummy/tmp/cache/assets/D5A/EA0/sprockets%2Fd771ace226fc8215a3572e0aa35bb0d6 +0 -0
- data/test/dummy/tmp/cache/assets/D73/860/sprockets%2F57efcd641a4f06f24e0b64ef86b2179b +0 -0
- data/test/dummy/tmp/cache/assets/D7E/730/sprockets%2F13ac1d5209c8e26fef6e779d893bad65 +0 -0
- data/test/dummy/tmp/cache/assets/D7F/960/sprockets%2Fba003a30a920e6e3704bd61fbb6d5b3d +0 -0
- data/test/dummy/tmp/cache/assets/DDC/400/sprockets%2Fcffd775d018f68ce5dba1ee0d951a994 +0 -0
- data/test/dummy/tmp/cache/assets/E04/890/sprockets%2F2f5173deea6c795b8fdde723bb4b63af +0 -0
- data/test/integration/navigation_test.rb +10 -0
- data/test/rails_hydration_test.rb +7 -0
- data/test/test_helper.rb +15 -0
- metadata +189 -0
File without changes
|
@@ -0,0 +1,665 @@
|
|
1
|
+
|
2
|
+
|
3
|
+
Started GET "/post" for 127.0.0.1 at 2015-04-16 14:29:50 -0400
|
4
|
+
Connecting to database specified by database.yml
|
5
|
+
Processing by PostController#show as HTML
|
6
|
+
Rendered post/show.html.erb within layouts/application (36.3ms)
|
7
|
+
Completed 500 Internal Server Error in 55.8ms
|
8
|
+
|
9
|
+
ActionView::Template::Error (undefined method `hydration' for #<#<Class:0x007fa575a95b10>:0x007fa5733977c0>):
|
10
|
+
3: <h3 id="post_title"></h3>
|
11
|
+
4: <p id="post_meta"></p>
|
12
|
+
5:
|
13
|
+
6: <%= hydration('post_data', name: @post_name, meta: @post_meta) %>
|
14
|
+
app/views/post/show.html.erb:6:in `_app_views_post_show_html_erb__3118797991754861355_70174309399700'
|
15
|
+
|
16
|
+
|
17
|
+
Rendered /Users/nathanhackley/.rvm/gems/ruby-1.9.3-p551@clockwork/gems/actionpack-3.2.21/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.6ms)
|
18
|
+
Rendered /Users/nathanhackley/.rvm/gems/ruby-1.9.3-p551@clockwork/gems/actionpack-3.2.21/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.8ms)
|
19
|
+
Rendered /Users/nathanhackley/.rvm/gems/ruby-1.9.3-p551@clockwork/gems/actionpack-3.2.21/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (9.9ms)
|
20
|
+
|
21
|
+
|
22
|
+
Started GET "/post" for 127.0.0.1 at 2015-04-16 14:30:43 -0400
|
23
|
+
Connecting to database specified by database.yml
|
24
|
+
Processing by PostController#show as HTML
|
25
|
+
Rendered post/show.html.erb within layouts/application (6.1ms)
|
26
|
+
Completed 500 Internal Server Error in 40.9ms
|
27
|
+
|
28
|
+
ActionView::Template::Error (wrong number of arguments (2 for 0)):
|
29
|
+
3: <h3 id="post_title"></h3>
|
30
|
+
4: <p id="post_meta"></p>
|
31
|
+
5:
|
32
|
+
6: <%= hydration('post_data', name: @post_name, meta: @post_meta) %>
|
33
|
+
app/views/post/show.html.erb:6:in `_app_views_post_show_html_erb__3616162388789447166_70132296651980'
|
34
|
+
|
35
|
+
|
36
|
+
Rendered /Users/nathanhackley/.rvm/gems/ruby-1.9.3-p551@clockwork/gems/actionpack-3.2.21/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.2ms)
|
37
|
+
Rendered /Users/nathanhackley/.rvm/gems/ruby-1.9.3-p551@clockwork/gems/actionpack-3.2.21/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.9ms)
|
38
|
+
Rendered /Users/nathanhackley/.rvm/gems/ruby-1.9.3-p551@clockwork/gems/actionpack-3.2.21/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (8.0ms)
|
39
|
+
|
40
|
+
|
41
|
+
Started GET "/post" for 127.0.0.1 at 2015-04-16 14:31:28 -0400
|
42
|
+
Connecting to database specified by database.yml
|
43
|
+
Processing by PostController#show as HTML
|
44
|
+
Rendered post/show.html.erb within layouts/application (1.6ms)
|
45
|
+
Compiled post.css (0ms) (pid 7488)
|
46
|
+
Compiled application.css (12ms) (pid 7488)
|
47
|
+
Compiled post.js (0ms) (pid 7488)
|
48
|
+
Compiled application.js (10ms) (pid 7488)
|
49
|
+
Completed 200 OK in 111.9ms (Views: 111.3ms | ActiveRecord: 0.0ms)
|
50
|
+
|
51
|
+
|
52
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2015-04-16 14:31:29 -0400
|
53
|
+
Served asset /application.css - 200 OK (5ms)
|
54
|
+
|
55
|
+
|
56
|
+
Started GET "/assets/post.css?body=1" for 127.0.0.1 at 2015-04-16 14:31:29 -0400
|
57
|
+
Served asset /post.css - 200 OK (2ms)
|
58
|
+
|
59
|
+
|
60
|
+
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2015-04-16 14:31:29 -0400
|
61
|
+
Served asset /application.js - 200 OK (3ms)
|
62
|
+
|
63
|
+
|
64
|
+
Started GET "/assets/post.js?body=1" for 127.0.0.1 at 2015-04-16 14:31:29 -0400
|
65
|
+
Served asset /post.js - 200 OK (1ms)
|
66
|
+
|
67
|
+
|
68
|
+
Started GET "/post" for 127.0.0.1 at 2015-04-16 14:32:44 -0400
|
69
|
+
Processing by PostController#show as HTML
|
70
|
+
Rendered post/show.html.erb within layouts/application (0.4ms)
|
71
|
+
Completed 200 OK in 5.7ms (Views: 5.1ms | ActiveRecord: 0.0ms)
|
72
|
+
|
73
|
+
|
74
|
+
Started GET "/assets/post.css?body=1" for 127.0.0.1 at 2015-04-16 14:32:44 -0400
|
75
|
+
Served asset /post.css - 304 Not Modified (0ms)
|
76
|
+
|
77
|
+
|
78
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2015-04-16 14:32:44 -0400
|
79
|
+
Served asset /application.css - 304 Not Modified (0ms)
|
80
|
+
|
81
|
+
|
82
|
+
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2015-04-16 14:32:44 -0400
|
83
|
+
Served asset /application.js - 304 Not Modified (0ms)
|
84
|
+
|
85
|
+
|
86
|
+
Started GET "/assets/post.js?body=1" for 127.0.0.1 at 2015-04-16 14:32:44 -0400
|
87
|
+
Served asset /post.js - 304 Not Modified (0ms)
|
88
|
+
|
89
|
+
|
90
|
+
Started GET "/post" for 127.0.0.1 at 2015-04-16 14:32:56 -0400
|
91
|
+
Processing by PostController#show as HTML
|
92
|
+
Rendered post/show.html.erb within layouts/application (0.2ms)
|
93
|
+
Completed 500 Internal Server Error in 37.6ms
|
94
|
+
|
95
|
+
ActionView::Template::Error (couldn't find file 'hydration'
|
96
|
+
(in /Users/nathanhackley/Code/rails_hydration/test/dummy/app/assets/javascripts/application.js:14)):
|
97
|
+
3: <head>
|
98
|
+
4: <title>Dummy</title>
|
99
|
+
5: <%= stylesheet_link_tag "application", :media => "all" %>
|
100
|
+
6: <%= javascript_include_tag "application" %>
|
101
|
+
7: <%= csrf_meta_tags %>
|
102
|
+
8: </head>
|
103
|
+
9: <body>
|
104
|
+
app/views/layouts/application.html.erb:6:in `_app_views_layouts_application_html_erb___2992850177396253232_70307884152260'
|
105
|
+
|
106
|
+
|
107
|
+
Rendered /Users/nathanhackley/.rvm/gems/ruby-1.9.3-p551@clockwork/gems/actionpack-3.2.21/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.8ms)
|
108
|
+
Rendered /Users/nathanhackley/.rvm/gems/ruby-1.9.3-p551@clockwork/gems/actionpack-3.2.21/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.4ms)
|
109
|
+
Rendered /Users/nathanhackley/.rvm/gems/ruby-1.9.3-p551@clockwork/gems/actionpack-3.2.21/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (12.5ms)
|
110
|
+
|
111
|
+
|
112
|
+
Started GET "/post" for 127.0.0.1 at 2015-04-16 14:33:03 -0400
|
113
|
+
Processing by PostController#show as HTML
|
114
|
+
Rendered post/show.html.erb within layouts/application (0.3ms)
|
115
|
+
Compiled rails_hydration/hydration.js (0ms) (pid 7488)
|
116
|
+
Compiled application.js (11ms) (pid 7488)
|
117
|
+
Completed 200 OK in 23.8ms (Views: 23.5ms | ActiveRecord: 0.0ms)
|
118
|
+
|
119
|
+
|
120
|
+
Started GET "/assets/rails_hydration/hydration.js?body=1" for 127.0.0.1 at 2015-04-16 14:33:03 -0400
|
121
|
+
Served asset /rails_hydration/hydration.js - 200 OK (2ms)
|
122
|
+
|
123
|
+
|
124
|
+
Started GET "/assets/post.css?body=1" for 127.0.0.1 at 2015-04-16 14:33:03 -0400
|
125
|
+
Served asset /post.css - 304 Not Modified (0ms)
|
126
|
+
|
127
|
+
|
128
|
+
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2015-04-16 14:33:03 -0400
|
129
|
+
Served asset /application.js - 200 OK (3ms)
|
130
|
+
|
131
|
+
|
132
|
+
Started GET "/assets/post.js?body=1" for 127.0.0.1 at 2015-04-16 14:33:03 -0400
|
133
|
+
Served asset /post.js - 304 Not Modified (0ms)
|
134
|
+
|
135
|
+
|
136
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2015-04-16 14:33:03 -0400
|
137
|
+
Served asset /application.css - 304 Not Modified (0ms)
|
138
|
+
|
139
|
+
|
140
|
+
Started GET "/post" for 127.0.0.1 at 2015-04-16 14:33:43 -0400
|
141
|
+
Processing by PostController#show as HTML
|
142
|
+
Rendered post/show.html.erb within layouts/application (0.2ms)
|
143
|
+
Compiled rails_hydration.js (0ms) (pid 7488)
|
144
|
+
Compiled application.js (8ms) (pid 7488)
|
145
|
+
Completed 200 OK in 19.0ms (Views: 18.8ms | ActiveRecord: 0.0ms)
|
146
|
+
|
147
|
+
|
148
|
+
Started GET "/assets/rails_hydration.js?body=1" for 127.0.0.1 at 2015-04-16 14:33:43 -0400
|
149
|
+
Served asset /rails_hydration.js - 200 OK (1ms)
|
150
|
+
|
151
|
+
|
152
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2015-04-16 14:33:43 -0400
|
153
|
+
Served asset /application.css - 304 Not Modified (0ms)
|
154
|
+
|
155
|
+
|
156
|
+
Started GET "/assets/post.css?body=1" for 127.0.0.1 at 2015-04-16 14:33:43 -0400
|
157
|
+
Served asset /post.css - 304 Not Modified (0ms)
|
158
|
+
|
159
|
+
|
160
|
+
Started GET "/assets/post.js?body=1" for 127.0.0.1 at 2015-04-16 14:33:43 -0400
|
161
|
+
Served asset /post.js - 304 Not Modified (0ms)
|
162
|
+
|
163
|
+
|
164
|
+
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2015-04-16 14:33:43 -0400
|
165
|
+
Served asset /application.js - 304 Not Modified (2ms)
|
166
|
+
|
167
|
+
|
168
|
+
Started GET "/post" for 127.0.0.1 at 2015-04-16 14:34:14 -0400
|
169
|
+
Connecting to database specified by database.yml
|
170
|
+
Processing by PostController#show as HTML
|
171
|
+
Rendered post/show.html.erb within layouts/application (3.6ms)
|
172
|
+
Completed 200 OK in 35.4ms (Views: 34.6ms | ActiveRecord: 0.0ms)
|
173
|
+
|
174
|
+
|
175
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2015-04-16 14:34:14 -0400
|
176
|
+
Served asset /application.css - 304 Not Modified (2ms)
|
177
|
+
|
178
|
+
|
179
|
+
Started GET "/assets/rails_hydration.js?body=1" for 127.0.0.1 at 2015-04-16 14:34:14 -0400
|
180
|
+
Served asset /rails_hydration.js - 304 Not Modified (1ms)
|
181
|
+
|
182
|
+
|
183
|
+
Started GET "/assets/post.css?body=1" for 127.0.0.1 at 2015-04-16 14:34:14 -0400
|
184
|
+
Served asset /post.css - 304 Not Modified (2ms)
|
185
|
+
|
186
|
+
|
187
|
+
Started GET "/assets/post.js?body=1" for 127.0.0.1 at 2015-04-16 14:34:14 -0400
|
188
|
+
Served asset /post.js - 304 Not Modified (1ms)
|
189
|
+
|
190
|
+
|
191
|
+
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2015-04-16 14:34:14 -0400
|
192
|
+
Served asset /application.js - 304 Not Modified (2ms)
|
193
|
+
|
194
|
+
|
195
|
+
Started GET "/post" for 127.0.0.1 at 2015-04-16 14:37:21 -0400
|
196
|
+
Processing by PostController#show as HTML
|
197
|
+
Rendered post/show.html.erb within layouts/application (0.7ms)
|
198
|
+
Compiled rails_hydration.js (1ms) (pid 7598)
|
199
|
+
Compiled application.js (2ms) (pid 7598)
|
200
|
+
Completed 200 OK in 37.1ms (Views: 34.6ms | ActiveRecord: 0.0ms)
|
201
|
+
|
202
|
+
|
203
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2015-04-16 14:37:21 -0400
|
204
|
+
Served asset /application.css - 304 Not Modified (0ms)
|
205
|
+
|
206
|
+
|
207
|
+
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2015-04-16 14:37:21 -0400
|
208
|
+
Served asset /application.js - 304 Not Modified (2ms)
|
209
|
+
|
210
|
+
|
211
|
+
Started GET "/assets/post.css?body=1" for 127.0.0.1 at 2015-04-16 14:37:21 -0400
|
212
|
+
Served asset /post.css - 304 Not Modified (0ms)
|
213
|
+
|
214
|
+
|
215
|
+
Started GET "/assets/rails_hydration.js?body=1" for 127.0.0.1 at 2015-04-16 14:37:21 -0400
|
216
|
+
Served asset /rails_hydration.js - 200 OK (1ms)
|
217
|
+
|
218
|
+
|
219
|
+
Started GET "/assets/post.js?body=1" for 127.0.0.1 at 2015-04-16 14:37:21 -0400
|
220
|
+
Served asset /post.js - 304 Not Modified (0ms)
|
221
|
+
|
222
|
+
|
223
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2015-04-16 14:37:25 -0400
|
224
|
+
Served asset /application.css - 304 Not Modified (0ms)
|
225
|
+
|
226
|
+
|
227
|
+
Started GET "/assets/post.css?body=1" for 127.0.0.1 at 2015-04-16 14:37:25 -0400
|
228
|
+
Served asset /post.css - 304 Not Modified (0ms)
|
229
|
+
|
230
|
+
|
231
|
+
Started GET "/post" for 127.0.0.1 at 2015-04-16 14:39:56 -0400
|
232
|
+
Processing by PostController#show as HTML
|
233
|
+
Rendered post/show.html.erb within layouts/application (0.4ms)
|
234
|
+
Compiled post.js (1ms) (pid 7598)
|
235
|
+
Compiled rails_hydration.js (0ms) (pid 7598)
|
236
|
+
Compiled application.js (2ms) (pid 7598)
|
237
|
+
Completed 200 OK in 28.3ms (Views: 27.9ms | ActiveRecord: 0.0ms)
|
238
|
+
|
239
|
+
|
240
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2015-04-16 14:39:56 -0400
|
241
|
+
Served asset /application.css - 304 Not Modified (0ms)
|
242
|
+
|
243
|
+
|
244
|
+
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2015-04-16 14:39:56 -0400
|
245
|
+
Served asset /application.js - 304 Not Modified (2ms)
|
246
|
+
|
247
|
+
|
248
|
+
Started GET "/assets/post.js?body=1" for 127.0.0.1 at 2015-04-16 14:39:56 -0400
|
249
|
+
Served asset /post.js - 200 OK (1ms)
|
250
|
+
|
251
|
+
|
252
|
+
Started GET "/assets/rails_hydration.js?body=1" for 127.0.0.1 at 2015-04-16 14:39:56 -0400
|
253
|
+
Served asset /rails_hydration.js - 200 OK (2ms)
|
254
|
+
|
255
|
+
|
256
|
+
Started GET "/assets/post.css?body=1" for 127.0.0.1 at 2015-04-16 14:39:56 -0400
|
257
|
+
Served asset /post.css - 304 Not Modified (0ms)
|
258
|
+
|
259
|
+
|
260
|
+
Started GET "/post" for 127.0.0.1 at 2015-04-16 14:40:12 -0400
|
261
|
+
Processing by PostController#show as HTML
|
262
|
+
Rendered post/show.html.erb within layouts/application (0.3ms)
|
263
|
+
Compiled application.js (1ms) (pid 7598)
|
264
|
+
Completed 200 OK in 21.1ms (Views: 20.8ms | ActiveRecord: 0.0ms)
|
265
|
+
|
266
|
+
|
267
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2015-04-16 14:40:12 -0400
|
268
|
+
Served asset /application.css - 304 Not Modified (0ms)
|
269
|
+
|
270
|
+
|
271
|
+
Started GET "/assets/post.css?body=1" for 127.0.0.1 at 2015-04-16 14:40:12 -0400
|
272
|
+
Served asset /post.css - 304 Not Modified (0ms)
|
273
|
+
|
274
|
+
|
275
|
+
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2015-04-16 14:40:12 -0400
|
276
|
+
Served asset /application.js - 304 Not Modified (4ms)
|
277
|
+
|
278
|
+
|
279
|
+
Started GET "/assets/post.js?body=1" for 127.0.0.1 at 2015-04-16 14:40:12 -0400
|
280
|
+
Served asset /post.js - 304 Not Modified (0ms)
|
281
|
+
|
282
|
+
|
283
|
+
Started GET "/assets/rails_hydration.js?body=1" for 127.0.0.1 at 2015-04-16 14:40:12 -0400
|
284
|
+
Served asset /rails_hydration.js - 304 Not Modified (0ms)
|
285
|
+
|
286
|
+
|
287
|
+
Started GET "/post" for 127.0.0.1 at 2015-04-16 14:40:22 -0400
|
288
|
+
Processing by PostController#show as HTML
|
289
|
+
Rendered post/show.html.erb within layouts/application (0.3ms)
|
290
|
+
Compiled post.js (0ms) (pid 7598)
|
291
|
+
Compiled application.js (1ms) (pid 7598)
|
292
|
+
Completed 200 OK in 16.6ms (Views: 16.4ms | ActiveRecord: 0.0ms)
|
293
|
+
|
294
|
+
|
295
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2015-04-16 14:40:22 -0400
|
296
|
+
Served asset /application.css - 304 Not Modified (0ms)
|
297
|
+
|
298
|
+
|
299
|
+
Started GET "/assets/rails_hydration.js?body=1" for 127.0.0.1 at 2015-04-16 14:40:22 -0400
|
300
|
+
Served asset /rails_hydration.js - 304 Not Modified (0ms)
|
301
|
+
|
302
|
+
|
303
|
+
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2015-04-16 14:40:22 -0400
|
304
|
+
Served asset /application.js - 304 Not Modified (4ms)
|
305
|
+
|
306
|
+
|
307
|
+
Started GET "/assets/post.js?body=1" for 127.0.0.1 at 2015-04-16 14:40:22 -0400
|
308
|
+
Served asset /post.js - 200 OK (3ms)
|
309
|
+
|
310
|
+
|
311
|
+
Started GET "/assets/post.css?body=1" for 127.0.0.1 at 2015-04-16 14:40:22 -0400
|
312
|
+
Served asset /post.css - 304 Not Modified (0ms)
|
313
|
+
|
314
|
+
|
315
|
+
Started GET "/post" for 127.0.0.1 at 2015-04-16 14:40:53 -0400
|
316
|
+
Processing by PostController#show as HTML
|
317
|
+
Rendered post/show.html.erb within layouts/application (0.2ms)
|
318
|
+
Compiled rails_hydration.js (0ms) (pid 7598)
|
319
|
+
Compiled application.js (1ms) (pid 7598)
|
320
|
+
Completed 200 OK in 15.7ms (Views: 15.2ms | ActiveRecord: 0.0ms)
|
321
|
+
|
322
|
+
|
323
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2015-04-16 14:40:53 -0400
|
324
|
+
Served asset /application.css - 304 Not Modified (0ms)
|
325
|
+
|
326
|
+
|
327
|
+
Started GET "/assets/rails_hydration.js?body=1" for 127.0.0.1 at 2015-04-16 14:40:53 -0400
|
328
|
+
Served asset /rails_hydration.js - 200 OK (1ms)
|
329
|
+
|
330
|
+
|
331
|
+
Started GET "/assets/post.js?body=1" for 127.0.0.1 at 2015-04-16 14:40:53 -0400
|
332
|
+
Served asset /post.js - 304 Not Modified (0ms)
|
333
|
+
|
334
|
+
|
335
|
+
Started GET "/assets/post.css?body=1" for 127.0.0.1 at 2015-04-16 14:40:53 -0400
|
336
|
+
Served asset /post.css - 304 Not Modified (0ms)
|
337
|
+
|
338
|
+
|
339
|
+
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2015-04-16 14:40:53 -0400
|
340
|
+
Served asset /application.js - 304 Not Modified (5ms)
|
341
|
+
|
342
|
+
|
343
|
+
Started GET "/post" for 127.0.0.1 at 2015-04-16 14:41:24 -0400
|
344
|
+
Processing by PostController#show as HTML
|
345
|
+
Rendered post/show.html.erb within layouts/application (0.2ms)
|
346
|
+
Compiled rails_hydration.js (0ms) (pid 7598)
|
347
|
+
Compiled application.js (1ms) (pid 7598)
|
348
|
+
Completed 200 OK in 28.1ms (Views: 28.0ms | ActiveRecord: 0.0ms)
|
349
|
+
|
350
|
+
|
351
|
+
Started GET "/assets/post.css?body=1" for 127.0.0.1 at 2015-04-16 14:41:24 -0400
|
352
|
+
Served asset /post.css - 304 Not Modified (0ms)
|
353
|
+
|
354
|
+
|
355
|
+
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2015-04-16 14:41:24 -0400
|
356
|
+
Served asset /application.js - 304 Not Modified (2ms)
|
357
|
+
|
358
|
+
|
359
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2015-04-16 14:41:24 -0400
|
360
|
+
Served asset /application.css - 304 Not Modified (0ms)
|
361
|
+
|
362
|
+
|
363
|
+
Started GET "/assets/post.js?body=1" for 127.0.0.1 at 2015-04-16 14:41:24 -0400
|
364
|
+
Served asset /post.js - 304 Not Modified (0ms)
|
365
|
+
|
366
|
+
|
367
|
+
Started GET "/assets/rails_hydration.js?body=1" for 127.0.0.1 at 2015-04-16 14:41:24 -0400
|
368
|
+
Served asset /rails_hydration.js - 200 OK (2ms)
|
369
|
+
|
370
|
+
|
371
|
+
Started GET "/post" for 127.0.0.1 at 2015-04-16 14:41:52 -0400
|
372
|
+
Processing by PostController#show as HTML
|
373
|
+
Rendered post/show.html.erb within layouts/application (0.3ms)
|
374
|
+
Compiled post.js (0ms) (pid 7598)
|
375
|
+
Compiled application.js (2ms) (pid 7598)
|
376
|
+
Completed 200 OK in 22.4ms (Views: 22.2ms | ActiveRecord: 0.0ms)
|
377
|
+
|
378
|
+
|
379
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2015-04-16 14:41:52 -0400
|
380
|
+
Served asset /application.css - 304 Not Modified (0ms)
|
381
|
+
|
382
|
+
|
383
|
+
Started GET "/assets/post.css?body=1" for 127.0.0.1 at 2015-04-16 14:41:52 -0400
|
384
|
+
Served asset /post.css - 304 Not Modified (0ms)
|
385
|
+
|
386
|
+
|
387
|
+
Started GET "/assets/post.js?body=1" for 127.0.0.1 at 2015-04-16 14:41:52 -0400
|
388
|
+
Served asset /post.js - 200 OK (1ms)
|
389
|
+
|
390
|
+
|
391
|
+
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2015-04-16 14:41:52 -0400
|
392
|
+
Served asset /application.js - 304 Not Modified (3ms)
|
393
|
+
|
394
|
+
|
395
|
+
Started GET "/assets/rails_hydration.js?body=1" for 127.0.0.1 at 2015-04-16 14:41:52 -0400
|
396
|
+
Served asset /rails_hydration.js - 304 Not Modified (0ms)
|
397
|
+
|
398
|
+
|
399
|
+
Started GET "/post" for 127.0.0.1 at 2015-04-16 14:42:29 -0400
|
400
|
+
Processing by PostController#show as HTML
|
401
|
+
Rendered post/show.html.erb within layouts/application (0.7ms)
|
402
|
+
Completed 200 OK in 5.4ms (Views: 5.1ms | ActiveRecord: 0.0ms)
|
403
|
+
|
404
|
+
|
405
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2015-04-16 14:42:29 -0400
|
406
|
+
Served asset /application.css - 304 Not Modified (0ms)
|
407
|
+
|
408
|
+
|
409
|
+
Started GET "/assets/rails_hydration.js?body=1" for 127.0.0.1 at 2015-04-16 14:42:29 -0400
|
410
|
+
Served asset /rails_hydration.js - 304 Not Modified (0ms)
|
411
|
+
|
412
|
+
|
413
|
+
Started GET "/assets/post.js?body=1" for 127.0.0.1 at 2015-04-16 14:42:29 -0400
|
414
|
+
Served asset /post.js - 304 Not Modified (0ms)
|
415
|
+
|
416
|
+
|
417
|
+
Started GET "/assets/post.css?body=1" for 127.0.0.1 at 2015-04-16 14:42:29 -0400
|
418
|
+
Served asset /post.css - 304 Not Modified (0ms)
|
419
|
+
|
420
|
+
|
421
|
+
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2015-04-16 14:42:29 -0400
|
422
|
+
Served asset /application.js - 304 Not Modified (0ms)
|
423
|
+
|
424
|
+
|
425
|
+
Started GET "/post" for 127.0.0.1 at 2015-04-16 14:42:30 -0400
|
426
|
+
Processing by PostController#show as HTML
|
427
|
+
Rendered post/show.html.erb within layouts/application (0.2ms)
|
428
|
+
Completed 200 OK in 2.8ms (Views: 2.6ms | ActiveRecord: 0.0ms)
|
429
|
+
|
430
|
+
|
431
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2015-04-16 14:42:31 -0400
|
432
|
+
Served asset /application.css - 304 Not Modified (0ms)
|
433
|
+
|
434
|
+
|
435
|
+
Started GET "/assets/rails_hydration.js?body=1" for 127.0.0.1 at 2015-04-16 14:42:31 -0400
|
436
|
+
Served asset /rails_hydration.js - 304 Not Modified (0ms)
|
437
|
+
|
438
|
+
|
439
|
+
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2015-04-16 14:42:31 -0400
|
440
|
+
Served asset /application.js - 304 Not Modified (0ms)
|
441
|
+
|
442
|
+
|
443
|
+
Started GET "/assets/post.css?body=1" for 127.0.0.1 at 2015-04-16 14:42:31 -0400
|
444
|
+
Served asset /post.css - 304 Not Modified (0ms)
|
445
|
+
|
446
|
+
|
447
|
+
Started GET "/assets/post.js?body=1" for 127.0.0.1 at 2015-04-16 14:42:31 -0400
|
448
|
+
Served asset /post.js - 304 Not Modified (0ms)
|
449
|
+
|
450
|
+
|
451
|
+
Started GET "/post" for 127.0.0.1 at 2015-04-16 14:42:54 -0400
|
452
|
+
Processing by PostController#show as HTML
|
453
|
+
Rendered post/show.html.erb within layouts/application (1.9ms)
|
454
|
+
Completed 200 OK in 15.0ms (Views: 14.8ms | ActiveRecord: 0.0ms)
|
455
|
+
|
456
|
+
|
457
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2015-04-16 14:42:54 -0400
|
458
|
+
Served asset /application.css - 304 Not Modified (0ms)
|
459
|
+
|
460
|
+
|
461
|
+
Started GET "/assets/rails_hydration.js?body=1" for 127.0.0.1 at 2015-04-16 14:42:54 -0400
|
462
|
+
Served asset /rails_hydration.js - 304 Not Modified (0ms)
|
463
|
+
|
464
|
+
|
465
|
+
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2015-04-16 14:42:54 -0400
|
466
|
+
Served asset /application.js - 304 Not Modified (2ms)
|
467
|
+
|
468
|
+
|
469
|
+
Started GET "/assets/post.js?body=1" for 127.0.0.1 at 2015-04-16 14:42:54 -0400
|
470
|
+
Served asset /post.js - 304 Not Modified (0ms)
|
471
|
+
|
472
|
+
|
473
|
+
Started GET "/assets/post.css?body=1" for 127.0.0.1 at 2015-04-16 14:42:54 -0400
|
474
|
+
Served asset /post.css - 304 Not Modified (0ms)
|
475
|
+
|
476
|
+
|
477
|
+
Started GET "/post" for 127.0.0.1 at 2015-04-16 14:44:15 -0400
|
478
|
+
Processing by PostController#show as HTML
|
479
|
+
Rendered post/show.html.erb within layouts/application (0.6ms)
|
480
|
+
Compiled post.js (1ms) (pid 7598)
|
481
|
+
Compiled application.js (2ms) (pid 7598)
|
482
|
+
Completed 200 OK in 31.1ms (Views: 30.3ms | ActiveRecord: 0.0ms)
|
483
|
+
|
484
|
+
|
485
|
+
Started GET "/assets/post.css?body=1" for 127.0.0.1 at 2015-04-16 14:44:15 -0400
|
486
|
+
Served asset /post.css - 304 Not Modified (0ms)
|
487
|
+
|
488
|
+
|
489
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2015-04-16 14:44:15 -0400
|
490
|
+
Served asset /application.css - 304 Not Modified (0ms)
|
491
|
+
|
492
|
+
|
493
|
+
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2015-04-16 14:44:15 -0400
|
494
|
+
Served asset /application.js - 304 Not Modified (4ms)
|
495
|
+
|
496
|
+
|
497
|
+
Started GET "/assets/post.js?body=1" for 127.0.0.1 at 2015-04-16 14:44:15 -0400
|
498
|
+
Served asset /post.js - 200 OK (1ms)
|
499
|
+
|
500
|
+
|
501
|
+
Started GET "/assets/rails_hydration.js?body=1" for 127.0.0.1 at 2015-04-16 14:44:15 -0400
|
502
|
+
Served asset /rails_hydration.js - 304 Not Modified (0ms)
|
503
|
+
|
504
|
+
|
505
|
+
Started GET "/post" for 127.0.0.1 at 2015-04-16 14:44:23 -0400
|
506
|
+
Processing by PostController#show as HTML
|
507
|
+
Rendered post/show.html.erb within layouts/application (0.3ms)
|
508
|
+
Compiled post.js (0ms) (pid 7598)
|
509
|
+
Compiled application.js (1ms) (pid 7598)
|
510
|
+
Completed 200 OK in 18.2ms (Views: 18.0ms | ActiveRecord: 0.0ms)
|
511
|
+
|
512
|
+
|
513
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2015-04-16 14:44:23 -0400
|
514
|
+
Served asset /application.css - 304 Not Modified (0ms)
|
515
|
+
|
516
|
+
|
517
|
+
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2015-04-16 14:44:23 -0400
|
518
|
+
Served asset /application.js - 304 Not Modified (2ms)
|
519
|
+
|
520
|
+
|
521
|
+
Started GET "/assets/rails_hydration.js?body=1" for 127.0.0.1 at 2015-04-16 14:44:23 -0400
|
522
|
+
Served asset /rails_hydration.js - 304 Not Modified (0ms)
|
523
|
+
|
524
|
+
|
525
|
+
Started GET "/assets/post.js?body=1" for 127.0.0.1 at 2015-04-16 14:44:23 -0400
|
526
|
+
Served asset /post.js - 200 OK (1ms)
|
527
|
+
|
528
|
+
|
529
|
+
Started GET "/assets/post.css?body=1" for 127.0.0.1 at 2015-04-16 14:44:23 -0400
|
530
|
+
Served asset /post.css - 304 Not Modified (0ms)
|
531
|
+
|
532
|
+
|
533
|
+
Started GET "/post" for 127.0.0.1 at 2015-04-16 14:44:31 -0400
|
534
|
+
Processing by PostController#show as HTML
|
535
|
+
Rendered post/show.html.erb within layouts/application (0.2ms)
|
536
|
+
Compiled post.js (0ms) (pid 7598)
|
537
|
+
Compiled application.js (1ms) (pid 7598)
|
538
|
+
Completed 200 OK in 18.4ms (Views: 18.2ms | ActiveRecord: 0.0ms)
|
539
|
+
|
540
|
+
|
541
|
+
Started GET "/assets/rails_hydration.js?body=1" for 127.0.0.1 at 2015-04-16 14:44:31 -0400
|
542
|
+
Served asset /rails_hydration.js - 304 Not Modified (0ms)
|
543
|
+
|
544
|
+
|
545
|
+
Started GET "/assets/post.js?body=1" for 127.0.0.1 at 2015-04-16 14:44:31 -0400
|
546
|
+
Served asset /post.js - 200 OK (71ms)
|
547
|
+
|
548
|
+
|
549
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2015-04-16 14:44:31 -0400
|
550
|
+
Served asset /application.css - 304 Not Modified (0ms)
|
551
|
+
|
552
|
+
|
553
|
+
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2015-04-16 14:44:31 -0400
|
554
|
+
Served asset /application.js - 304 Not Modified (2ms)
|
555
|
+
|
556
|
+
|
557
|
+
Started GET "/assets/post.css?body=1" for 127.0.0.1 at 2015-04-16 14:44:31 -0400
|
558
|
+
Served asset /post.css - 304 Not Modified (0ms)
|
559
|
+
|
560
|
+
|
561
|
+
Started GET "/post" for 127.0.0.1 at 2015-04-16 14:44:42 -0400
|
562
|
+
Processing by PostController#show as HTML
|
563
|
+
Rendered post/show.html.erb within layouts/application (0.6ms)
|
564
|
+
Completed 200 OK in 3.6ms (Views: 3.4ms | ActiveRecord: 0.0ms)
|
565
|
+
|
566
|
+
|
567
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2015-04-16 14:44:42 -0400
|
568
|
+
Served asset /application.css - 304 Not Modified (0ms)
|
569
|
+
|
570
|
+
|
571
|
+
Started GET "/assets/rails_hydration.js?body=1" for 127.0.0.1 at 2015-04-16 14:44:42 -0400
|
572
|
+
Served asset /rails_hydration.js - 304 Not Modified (0ms)
|
573
|
+
|
574
|
+
|
575
|
+
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2015-04-16 14:44:42 -0400
|
576
|
+
Served asset /application.js - 304 Not Modified (0ms)
|
577
|
+
|
578
|
+
|
579
|
+
Started GET "/assets/post.css?body=1" for 127.0.0.1 at 2015-04-16 14:44:42 -0400
|
580
|
+
Served asset /post.css - 304 Not Modified (0ms)
|
581
|
+
|
582
|
+
|
583
|
+
Started GET "/assets/post.js?body=1" for 127.0.0.1 at 2015-04-16 14:44:42 -0400
|
584
|
+
Served asset /post.js - 304 Not Modified (0ms)
|
585
|
+
|
586
|
+
|
587
|
+
Started GET "/post" for 127.0.0.1 at 2015-04-16 14:45:32 -0400
|
588
|
+
Processing by PostController#show as HTML
|
589
|
+
Rendered post/show.html.erb within layouts/application (0.3ms)
|
590
|
+
Compiled post.js (0ms) (pid 7598)
|
591
|
+
Compiled application.js (2ms) (pid 7598)
|
592
|
+
Completed 200 OK in 32.5ms (Views: 32.2ms | ActiveRecord: 0.0ms)
|
593
|
+
|
594
|
+
|
595
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2015-04-16 14:45:32 -0400
|
596
|
+
Served asset /application.css - 304 Not Modified (0ms)
|
597
|
+
|
598
|
+
|
599
|
+
Started GET "/assets/post.css?body=1" for 127.0.0.1 at 2015-04-16 14:45:32 -0400
|
600
|
+
Served asset /post.css - 304 Not Modified (0ms)
|
601
|
+
|
602
|
+
|
603
|
+
Started GET "/assets/rails_hydration.js?body=1" for 127.0.0.1 at 2015-04-16 14:45:32 -0400
|
604
|
+
Served asset /rails_hydration.js - 304 Not Modified (0ms)
|
605
|
+
|
606
|
+
|
607
|
+
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2015-04-16 14:45:32 -0400
|
608
|
+
Served asset /application.js - 304 Not Modified (5ms)
|
609
|
+
|
610
|
+
|
611
|
+
Started GET "/assets/post.js?body=1" for 127.0.0.1 at 2015-04-16 14:45:32 -0400
|
612
|
+
Served asset /post.js - 200 OK (1ms)
|
613
|
+
|
614
|
+
|
615
|
+
Started GET "/post" for 127.0.0.1 at 2015-04-16 14:48:33 -0400
|
616
|
+
Connecting to database specified by database.yml
|
617
|
+
Processing by PostController#show as HTML
|
618
|
+
Rendered post/show.html.erb within layouts/application (3.5ms)
|
619
|
+
Completed 200 OK in 28.9ms (Views: 26.9ms | ActiveRecord: 0.0ms)
|
620
|
+
|
621
|
+
|
622
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2015-04-16 14:48:33 -0400
|
623
|
+
Served asset /application.css - 304 Not Modified (2ms)
|
624
|
+
|
625
|
+
|
626
|
+
Started GET "/assets/post.css?body=1" for 127.0.0.1 at 2015-04-16 14:48:33 -0400
|
627
|
+
Served asset /post.css - 304 Not Modified (2ms)
|
628
|
+
|
629
|
+
|
630
|
+
Started GET "/assets/post.js?body=1" for 127.0.0.1 at 2015-04-16 14:48:33 -0400
|
631
|
+
Served asset /post.js - 304 Not Modified (1ms)
|
632
|
+
|
633
|
+
|
634
|
+
Started GET "/assets/rails_hydration.js?body=1" for 127.0.0.1 at 2015-04-16 14:48:33 -0400
|
635
|
+
Served asset /rails_hydration.js - 304 Not Modified (1ms)
|
636
|
+
|
637
|
+
|
638
|
+
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2015-04-16 14:48:33 -0400
|
639
|
+
Served asset /application.js - 304 Not Modified (3ms)
|
640
|
+
|
641
|
+
|
642
|
+
Started GET "/post" for 127.0.0.1 at 2015-04-16 14:48:35 -0400
|
643
|
+
Processing by PostController#show as HTML
|
644
|
+
Rendered post/show.html.erb within layouts/application (0.2ms)
|
645
|
+
Completed 200 OK in 4.4ms (Views: 4.1ms | ActiveRecord: 0.0ms)
|
646
|
+
|
647
|
+
|
648
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2015-04-16 14:48:35 -0400
|
649
|
+
Served asset /application.css - 304 Not Modified (0ms)
|
650
|
+
|
651
|
+
|
652
|
+
Started GET "/assets/rails_hydration.js?body=1" for 127.0.0.1 at 2015-04-16 14:48:35 -0400
|
653
|
+
Served asset /rails_hydration.js - 304 Not Modified (0ms)
|
654
|
+
|
655
|
+
|
656
|
+
Started GET "/assets/post.css?body=1" for 127.0.0.1 at 2015-04-16 14:48:35 -0400
|
657
|
+
Served asset /post.css - 304 Not Modified (0ms)
|
658
|
+
|
659
|
+
|
660
|
+
Started GET "/assets/post.js?body=1" for 127.0.0.1 at 2015-04-16 14:48:35 -0400
|
661
|
+
Served asset /post.js - 304 Not Modified (0ms)
|
662
|
+
|
663
|
+
|
664
|
+
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2015-04-16 14:48:35 -0400
|
665
|
+
Served asset /application.js - 304 Not Modified (0ms)
|