docmago_client 0.3.2 → 0.4.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.
Files changed (76) hide show
  1. checksums.yaml +4 -4
  2. data/{README.rdoc → README.md} +0 -0
  3. data/lib/docmago_client/exception.rb +3 -3
  4. data/lib/docmago_client/html_resource_archiver.rb +50 -29
  5. data/lib/docmago_client/railtie.rb +15 -14
  6. data/lib/docmago_client/version.rb +1 -1
  7. data/lib/docmago_client.rb +34 -33
  8. metadata +29 -162
  9. data/MIT-LICENSE +0 -20
  10. data/Rakefile +0 -34
  11. data/lib/tasks/docmago_client_tasks.rake +0 -4
  12. data/test/docmago_client_test.rb +0 -7
  13. data/test/dummy/README.rdoc +0 -261
  14. data/test/dummy/Rakefile +0 -7
  15. data/test/dummy/app/assets/javascripts/application.js +0 -15
  16. data/test/dummy/app/assets/stylesheets/application.css +0 -13
  17. data/test/dummy/app/controllers/application_controller.rb +0 -3
  18. data/test/dummy/app/controllers/home_controller.rb +0 -15
  19. data/test/dummy/app/helpers/application_helper.rb +0 -2
  20. data/test/dummy/app/views/home/index.html.erb +0 -3
  21. data/test/dummy/app/views/home/index.pdf.erb +0 -1
  22. data/test/dummy/app/views/home/pdf/subdir_template.pdf.erb +0 -1
  23. data/test/dummy/app/views/layouts/application.html.erb +0 -14
  24. data/test/dummy/config/application.rb +0 -53
  25. data/test/dummy/config/boot.rb +0 -10
  26. data/test/dummy/config/database.yml +0 -25
  27. data/test/dummy/config/environment.rb +0 -5
  28. data/test/dummy/config/environments/development.rb +0 -31
  29. data/test/dummy/config/environments/production.rb +0 -75
  30. data/test/dummy/config/environments/test.rb +0 -36
  31. data/test/dummy/config/initializers/backtrace_silencers.rb +0 -7
  32. data/test/dummy/config/initializers/docmago.rb +0 -2
  33. data/test/dummy/config/initializers/inflections.rb +0 -15
  34. data/test/dummy/config/initializers/mime_types.rb +0 -5
  35. data/test/dummy/config/initializers/secret_token.rb +0 -7
  36. data/test/dummy/config/initializers/session_store.rb +0 -8
  37. data/test/dummy/config/initializers/wrap_parameters.rb +0 -14
  38. data/test/dummy/config/locales/en.yml +0 -5
  39. data/test/dummy/config/routes.rb +0 -4
  40. data/test/dummy/config.ru +0 -4
  41. data/test/dummy/db/development.sqlite3 +0 -0
  42. data/test/dummy/db/test.sqlite3 +0 -0
  43. data/test/dummy/log/development.log +0 -266
  44. data/test/dummy/log/test.log +0 -2416
  45. data/test/dummy/public/404.html +0 -26
  46. data/test/dummy/public/422.html +0 -26
  47. data/test/dummy/public/500.html +0 -25
  48. data/test/dummy/public/favicon.ico +0 -0
  49. data/test/dummy/script/rails +0 -6
  50. data/test/dummy/tmp/cache/assets/CD8/370/sprockets%2F357970feca3ac29060c1e3861e2c0953 +0 -0
  51. data/test/dummy/tmp/cache/assets/CF0/DC0/sprockets%2Fc7df72c44e5cf6295507448c4726d47b +0 -0
  52. data/test/dummy/tmp/cache/assets/D32/A10/sprockets%2F13fe41fee1fe35b49d145bcc06610705 +0 -0
  53. data/test/dummy/tmp/cache/assets/D3C/0C0/sprockets%2F984da4677de1065bf04bbd8a505d0e90 +0 -0
  54. data/test/dummy/tmp/cache/assets/D4E/1B0/sprockets%2Ff7cbd26ba1d28d48de824f0e94586655 +0 -0
  55. data/test/dummy/tmp/cache/assets/D5A/EA0/sprockets%2Fd771ace226fc8215a3572e0aa35bb0d6 +0 -0
  56. data/test/dummy/tmp/cache/assets/D71/8C0/sprockets%2F07e1f1387073a8829a9b7edfdaa771aa +0 -0
  57. data/test/dummy/tmp/cache/assets/DDC/400/sprockets%2Fcffd775d018f68ce5dba1ee0d951a994 +0 -0
  58. data/test/dummy/tmp/cache/assets/E04/890/sprockets%2F2f5173deea6c795b8fdde723bb4b63af +0 -0
  59. data/test/dummy/tmp/cache/assets/E5E/0C0/sprockets%2Fb7fae3fe0c7bca77de72b8e8800aad9a +0 -0
  60. data/test/dummy/tmp/cache/assets/test/sprockets/13fe41fee1fe35b49d145bcc06610705 +0 -0
  61. data/test/dummy/tmp/cache/assets/test/sprockets/27db960e9aa643c0bb6a5c816ff0131e +0 -0
  62. data/test/dummy/tmp/cache/assets/test/sprockets/2f5173deea6c795b8fdde723bb4b63af +0 -0
  63. data/test/dummy/tmp/cache/assets/test/sprockets/357970feca3ac29060c1e3861e2c0953 +0 -0
  64. data/test/dummy/tmp/cache/assets/test/sprockets/6f6310c1b5407da50f031143deb91c34 +0 -0
  65. data/test/dummy/tmp/cache/assets/test/sprockets/70bf67ab6d61f1c95b28741e6ab01ef2 +0 -0
  66. data/test/dummy/tmp/cache/assets/test/sprockets/79ad5cdd007a17eafa73d743b6755cb8 +0 -0
  67. data/test/dummy/tmp/cache/assets/test/sprockets/a939d785b831a27f85d9ac24def8836e +0 -0
  68. data/test/dummy/tmp/cache/assets/test/sprockets/b10fc2c45b5b421a2c9968a44b2b09af +0 -0
  69. data/test/dummy/tmp/cache/assets/test/sprockets/cc469c18b214c2fb0b7807c4e3c640f7 +0 -0
  70. data/test/dummy/tmp/cache/assets/test/sprockets/cffd775d018f68ce5dba1ee0d951a994 +0 -0
  71. data/test/dummy/tmp/cache/assets/test/sprockets/d5571dc03eff8cbafd90bc2c8e499122 +0 -0
  72. data/test/dummy/tmp/cache/assets/test/sprockets/d771ace226fc8215a3572e0aa35bb0d6 +0 -0
  73. data/test/dummy/tmp/cache/assets/test/sprockets/f7cbd26ba1d28d48de824f0e94586655 +0 -0
  74. data/test/integration/navigation_test.rb +0 -31
  75. data/test/support/integration_case.rb +0 -5
  76. data/test/test_helper.rb +0 -20
@@ -1,5 +0,0 @@
1
- # Be sure to restart your server when you modify this file.
2
-
3
- # Add new mime types for use in respond_to blocks:
4
- # Mime::Type.register "text/richtext", :rtf
5
- # Mime::Type.register_alias "text/html", :iphone
@@ -1,7 +0,0 @@
1
- # Be sure to restart your server when you modify this file.
2
-
3
- # Your secret key for verifying the integrity of signed cookies.
4
- # If you change this key, all old signed cookies will become invalid!
5
- # Make sure the secret is at least 30 characters and all random,
6
- # no regular words or you'll be exposed to dictionary attacks.
7
- Dummy::Application.config.secret_token = '8928046150cfdf8468b047d370ff11cfe11291293c63bc086a6fb7bd92f0382dff9ce1d98d90349a66a2c504df500b91eb36bce3180c6406053f87469f1352ba'
@@ -1,8 +0,0 @@
1
- # Be sure to restart your server when you modify this file.
2
-
3
- Dummy::Application.config.session_store :cookie_store, key: '_dummy_session'
4
-
5
- # Use the database for sessions instead of the cookie-based default,
6
- # which shouldn't be used to store highly confidential information
7
- # (create the session table with "rails generate session_migration")
8
- # Dummy::Application.config.session_store :active_record_store
@@ -1,14 +0,0 @@
1
- # Be sure to restart your server when you modify this file.
2
- #
3
- # This file contains settings for ActionController::ParamsWrapper which
4
- # is enabled by default.
5
-
6
- # Enable parameter wrapping for JSON. You can disable this by setting :format to an empty array.
7
- ActiveSupport.on_load(:action_controller) do
8
- wrap_parameters format: [:json]
9
- end
10
-
11
- # Disable root element in JSON by default.
12
- ActiveSupport.on_load(:active_record) do
13
- self.include_root_in_json = false
14
- end
@@ -1,5 +0,0 @@
1
- # Sample localization file for English. Add more files in this directory for other locales.
2
- # See https://github.com/svenfuchs/rails-i18n/tree/master/rails%2Flocale for starting points.
3
-
4
- en:
5
- hello: "Hello world"
@@ -1,4 +0,0 @@
1
- Dummy::Application.routes.draw do
2
- get "/home(.:format)", :to => "home#index", :as => :home
3
- get "/home/subdir_template(.:format)", :to => "home#subdir_template", :as => :subdir_template
4
- end
data/test/dummy/config.ru DELETED
@@ -1,4 +0,0 @@
1
- # This file is used by Rack-based servers to start the application.
2
-
3
- require ::File.expand_path('../config/environment', __FILE__)
4
- run Dummy::Application
File without changes
File without changes
@@ -1,266 +0,0 @@
1
- Connecting to database specified by database.yml
2
-
3
-
4
- Started POST "/api//documents" for 127.0.0.1 at 2013-03-26 12:13:35 +0100
5
-
6
- ActionController::RoutingError (No route matches [POST] "/api/documents"):
7
- actionpack (3.2.13) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
8
- actionpack (3.2.13) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
9
- railties (3.2.13) lib/rails/rack/logger.rb:32:in `call_app'
10
- railties (3.2.13) lib/rails/rack/logger.rb:16:in `block in call'
11
- activesupport (3.2.13) lib/active_support/tagged_logging.rb:22:in `tagged'
12
- railties (3.2.13) lib/rails/rack/logger.rb:16:in `call'
13
- actionpack (3.2.13) lib/action_dispatch/middleware/request_id.rb:22:in `call'
14
- rack (1.4.5) lib/rack/methodoverride.rb:21:in `call'
15
- rack (1.4.5) lib/rack/runtime.rb:17:in `call'
16
- activesupport (3.2.13) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
17
- rack (1.4.5) lib/rack/lock.rb:15:in `call'
18
- actionpack (3.2.13) lib/action_dispatch/middleware/static.rb:63:in `call'
19
- railties (3.2.13) lib/rails/engine.rb:479:in `call'
20
- railties (3.2.13) lib/rails/application.rb:223:in `call'
21
- rack (1.4.5) lib/rack/content_length.rb:14:in `call'
22
- railties (3.2.13) lib/rails/rack/log_tailer.rb:17:in `call'
23
- rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service'
24
- /Users/jan/.rbenv/versions/2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
25
- /Users/jan/.rbenv/versions/2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
26
- /Users/jan/.rbenv/versions/2.0.0-p0/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
27
-
28
-
29
- Rendered /Users/jan/.rbenv/versions/2.0.0-p0/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (1.0ms)
30
-
31
-
32
- Started POST "/api//documents" for 127.0.0.1 at 2013-03-26 12:15:22 +0100
33
-
34
- ActionController::RoutingError (No route matches [POST] "/api/documents"):
35
- actionpack (3.2.13) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
36
- actionpack (3.2.13) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
37
- railties (3.2.13) lib/rails/rack/logger.rb:32:in `call_app'
38
- railties (3.2.13) lib/rails/rack/logger.rb:16:in `block in call'
39
- activesupport (3.2.13) lib/active_support/tagged_logging.rb:22:in `tagged'
40
- railties (3.2.13) lib/rails/rack/logger.rb:16:in `call'
41
- actionpack (3.2.13) lib/action_dispatch/middleware/request_id.rb:22:in `call'
42
- rack (1.4.5) lib/rack/methodoverride.rb:21:in `call'
43
- rack (1.4.5) lib/rack/runtime.rb:17:in `call'
44
- activesupport (3.2.13) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
45
- rack (1.4.5) lib/rack/lock.rb:15:in `call'
46
- actionpack (3.2.13) lib/action_dispatch/middleware/static.rb:63:in `call'
47
- railties (3.2.13) lib/rails/engine.rb:479:in `call'
48
- railties (3.2.13) lib/rails/application.rb:223:in `call'
49
- rack (1.4.5) lib/rack/content_length.rb:14:in `call'
50
- railties (3.2.13) lib/rails/rack/log_tailer.rb:17:in `call'
51
- rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service'
52
- /Users/jan/.rbenv/versions/2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
53
- /Users/jan/.rbenv/versions/2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
54
- /Users/jan/.rbenv/versions/2.0.0-p0/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
55
-
56
-
57
- Rendered /Users/jan/.rbenv/versions/2.0.0-p0/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.5ms)
58
- Connecting to database specified by database.yml
59
-
60
-
61
- Started GET "/" for 127.0.0.1 at 2013-03-26 13:28:40 +0100
62
-
63
- ActionController::RoutingError (No route matches [GET] "/"):
64
- actionpack (3.2.13) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
65
- actionpack (3.2.13) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
66
- railties (3.2.13) lib/rails/rack/logger.rb:32:in `call_app'
67
- railties (3.2.13) lib/rails/rack/logger.rb:16:in `block in call'
68
- activesupport (3.2.13) lib/active_support/tagged_logging.rb:22:in `tagged'
69
- railties (3.2.13) lib/rails/rack/logger.rb:16:in `call'
70
- actionpack (3.2.13) lib/action_dispatch/middleware/request_id.rb:22:in `call'
71
- rack (1.4.5) lib/rack/methodoverride.rb:21:in `call'
72
- rack (1.4.5) lib/rack/runtime.rb:17:in `call'
73
- activesupport (3.2.13) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
74
- rack (1.4.5) lib/rack/lock.rb:15:in `call'
75
- actionpack (3.2.13) lib/action_dispatch/middleware/static.rb:63:in `call'
76
- railties (3.2.13) lib/rails/engine.rb:479:in `call'
77
- railties (3.2.13) lib/rails/application.rb:223:in `call'
78
- rack (1.4.5) lib/rack/content_length.rb:14:in `call'
79
- railties (3.2.13) lib/rails/rack/log_tailer.rb:17:in `call'
80
- rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service'
81
- /Users/jan/.rbenv/versions/2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
82
- /Users/jan/.rbenv/versions/2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
83
- /Users/jan/.rbenv/versions/2.0.0-p0/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
84
-
85
-
86
- Rendered /Users/jan/.rbenv/versions/2.0.0-p0/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (1.0ms)
87
-
88
-
89
- Started GET "/home" for 127.0.0.1 at 2013-03-26 13:28:43 +0100
90
- Processing by HomeController#index as HTML
91
- Rendered home/index.html.erb within layouts/application (1.0ms)
92
- Compiled application.css (0ms) (pid 13084)
93
- Compiled jquery.js (3ms) (pid 13084)
94
- Compiled jquery_ujs.js (0ms) (pid 13084)
95
- Compiled application.js (14ms) (pid 13084)
96
- Completed 200 OK in 54ms (Views: 53.8ms | ActiveRecord: 0.0ms)
97
-
98
-
99
- Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-26 13:28:43 +0100
100
- Served asset /jquery.js - 200 OK (3ms)
101
-
102
-
103
- Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-03-26 13:28:43 +0100
104
- Served asset /application.css - 200 OK (1ms)
105
-
106
-
107
- Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-26 13:28:43 +0100
108
- Served asset /jquery_ujs.js - 200 OK (1ms)
109
-
110
-
111
- Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-03-26 13:28:43 +0100
112
- Served asset /application.js - 200 OK (2ms)
113
-
114
-
115
- Started GET "/home" for 127.0.0.1 at 2013-03-26 13:29:08 +0100
116
- Processing by HomeController#index as HTML
117
- Rendered home/index.html.erb within layouts/application (0.9ms)
118
- Completed 200 OK in 4ms (Views: 3.4ms | ActiveRecord: 0.0ms)
119
-
120
-
121
- Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-26 13:29:08 +0100
122
- Served asset /jquery.js - 304 Not Modified (0ms)
123
-
124
-
125
- Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-03-26 13:29:08 +0100
126
- Served asset /application.css - 304 Not Modified (0ms)
127
-
128
-
129
- Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-26 13:29:08 +0100
130
- Served asset /jquery_ujs.js - 304 Not Modified (0ms)
131
-
132
-
133
- Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-03-26 13:29:08 +0100
134
- Served asset /application.js - 304 Not Modified (0ms)
135
-
136
-
137
- Started GET "/home" for 127.0.0.1 at 2013-03-26 13:29:37 +0100
138
- Processing by HomeController#index as HTML
139
- Rendered home/index.html.erb within layouts/application (0.9ms)
140
- Completed 200 OK in 4ms (Views: 3.5ms | ActiveRecord: 0.0ms)
141
-
142
-
143
- Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-03-26 13:29:37 +0100
144
- Served asset /application.js - 304 Not Modified (0ms)
145
-
146
-
147
- Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-03-26 13:29:37 +0100
148
- Served asset /application.css - 304 Not Modified (0ms)
149
-
150
-
151
- Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-26 13:29:37 +0100
152
- Served asset /jquery_ujs.js - 304 Not Modified (0ms)
153
-
154
-
155
- Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-26 13:29:37 +0100
156
- Served asset /jquery.js - 304 Not Modified (0ms)
157
-
158
-
159
- Started GET "/home" for 127.0.0.1 at 2013-03-26 13:29:44 +0100
160
- Processing by HomeController#index as HTML
161
- Rendered home/index.html.erb within layouts/application (1.0ms)
162
- Completed 200 OK in 4ms (Views: 3.6ms | ActiveRecord: 0.0ms)
163
-
164
-
165
- Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-26 13:29:44 +0100
166
- Served asset /jquery.js - 304 Not Modified (0ms)
167
-
168
-
169
- Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-03-26 13:29:44 +0100
170
- Served asset /application.css - 304 Not Modified (0ms)
171
-
172
-
173
- Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-26 13:29:44 +0100
174
- Served asset /jquery_ujs.js - 304 Not Modified (0ms)
175
-
176
-
177
- Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-03-26 13:29:44 +0100
178
- Served asset /application.js - 304 Not Modified (0ms)
179
-
180
-
181
- Started GET "/home" for 127.0.0.1 at 2013-03-26 13:29:46 +0100
182
- Processing by HomeController#index as HTML
183
- Rendered home/index.html.erb within layouts/application (0.4ms)
184
- Completed 200 OK in 4ms (Views: 3.4ms | ActiveRecord: 0.0ms)
185
-
186
-
187
- Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-26 13:29:46 +0100
188
- Served asset /jquery.js - 200 OK (0ms)
189
-
190
-
191
- Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-03-26 13:29:46 +0100
192
- Served asset /application.js - 200 OK (0ms)
193
-
194
-
195
- Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-03-26 13:29:46 +0100
196
- Served asset /application.css - 200 OK (0ms)
197
-
198
-
199
- Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-26 13:29:46 +0100
200
- Served asset /jquery_ujs.js - 200 OK (0ms)
201
-
202
-
203
- Started GET "/home" for 127.0.0.1 at 2013-03-26 13:30:15 +0100
204
- Processing by HomeController#index as HTML
205
- Rendered home/index.html.erb within layouts/application (1.0ms)
206
- Completed 200 OK in 4ms (Views: 3.5ms | ActiveRecord: 0.0ms)
207
-
208
-
209
- Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-26 13:30:15 +0100
210
- Served asset /jquery_ujs.js - 304 Not Modified (0ms)
211
-
212
-
213
- Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-03-26 13:30:15 +0100
214
- Served asset /application.js - 304 Not Modified (0ms)
215
-
216
-
217
- Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-03-26 13:30:15 +0100
218
- Served asset /application.css - 304 Not Modified (0ms)
219
-
220
-
221
- Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-26 13:30:15 +0100
222
- Served asset /jquery.js - 304 Not Modified (0ms)
223
-
224
-
225
- Started GET "/home" for 127.0.0.1 at 2013-03-26 13:30:16 +0100
226
- Processing by HomeController#index as HTML
227
- Rendered home/index.html.erb within layouts/application (0.4ms)
228
- Completed 200 OK in 3ms (Views: 2.7ms | ActiveRecord: 0.0ms)
229
-
230
-
231
- Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-03-26 13:30:16 +0100
232
- Served asset /application.css - 200 OK (0ms)
233
-
234
-
235
- Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-03-26 13:30:16 +0100
236
- Served asset /application.js - 200 OK (0ms)
237
-
238
-
239
- Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-26 13:30:16 +0100
240
- Served asset /jquery.js - 200 OK (0ms)
241
-
242
-
243
- Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-26 13:30:16 +0100
244
- Served asset /jquery_ujs.js - 200 OK (0ms)
245
-
246
-
247
- Started GET "/home" for 127.0.0.1 at 2013-03-26 13:32:04 +0100
248
- Processing by HomeController#index as HTML
249
- Rendered home/index.html.erb within layouts/application (0.8ms)
250
- Completed 200 OK in 4ms (Views: 3.5ms | ActiveRecord: 0.0ms)
251
-
252
-
253
- Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-26 13:32:04 +0100
254
- Served asset /jquery.js - 304 Not Modified (0ms)
255
-
256
-
257
- Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-03-26 13:32:04 +0100
258
- Served asset /application.js - 304 Not Modified (0ms)
259
-
260
-
261
- Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-26 13:32:04 +0100
262
- Served asset /jquery_ujs.js - 304 Not Modified (0ms)
263
-
264
-
265
- Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-03-26 13:32:04 +0100
266
- Served asset /application.css - 304 Not Modified (0ms)