locales_panel 0.1.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (65) hide show
  1. checksums.yaml +7 -0
  2. data/MIT-LICENSE +20 -0
  3. data/README.rdoc +3 -0
  4. data/Rakefile +35 -0
  5. data/app/controllers/locales_controller.rb +15 -0
  6. data/app/views/locales/edit.html.erb +8 -0
  7. data/config/routes.rb +3 -0
  8. data/lib/locales_panel/engine.rb +4 -0
  9. data/lib/locales_panel/version.rb +3 -0
  10. data/lib/locales_panel.rb +4 -0
  11. data/lib/tasks/locales_panel_tasks.rake +4 -0
  12. data/test/dummy/README.rdoc +28 -0
  13. data/test/dummy/Rakefile +6 -0
  14. data/test/dummy/app/assets/javascripts/application.js +13 -0
  15. data/test/dummy/app/assets/stylesheets/application.css +15 -0
  16. data/test/dummy/app/controllers/application_controller.rb +5 -0
  17. data/test/dummy/app/helpers/application_helper.rb +2 -0
  18. data/test/dummy/app/views/layouts/application.html.erb +14 -0
  19. data/test/dummy/bin/bundle +3 -0
  20. data/test/dummy/bin/rails +4 -0
  21. data/test/dummy/bin/rake +4 -0
  22. data/test/dummy/bin/setup +29 -0
  23. data/test/dummy/config/application.rb +29 -0
  24. data/test/dummy/config/boot.rb +5 -0
  25. data/test/dummy/config/environment.rb +5 -0
  26. data/test/dummy/config/environments/development.rb +38 -0
  27. data/test/dummy/config/environments/production.rb +76 -0
  28. data/test/dummy/config/environments/test.rb +42 -0
  29. data/test/dummy/config/initializers/assets.rb +11 -0
  30. data/test/dummy/config/initializers/backtrace_silencers.rb +7 -0
  31. data/test/dummy/config/initializers/cookies_serializer.rb +3 -0
  32. data/test/dummy/config/initializers/filter_parameter_logging.rb +4 -0
  33. data/test/dummy/config/initializers/inflections.rb +16 -0
  34. data/test/dummy/config/initializers/mime_types.rb +4 -0
  35. data/test/dummy/config/initializers/session_store.rb +3 -0
  36. data/test/dummy/config/initializers/wrap_parameters.rb +9 -0
  37. data/test/dummy/config/locales/en.yml +2 -0
  38. data/test/dummy/config/locales/pl.yml +2 -0
  39. data/test/dummy/config/routes.rb +56 -0
  40. data/test/dummy/config/secrets.yml +22 -0
  41. data/test/dummy/config.ru +4 -0
  42. data/test/dummy/log/development.log +787 -0
  43. data/test/dummy/log/test.log +323 -0
  44. data/test/dummy/public/404.html +67 -0
  45. data/test/dummy/public/422.html +67 -0
  46. data/test/dummy/public/500.html +66 -0
  47. data/test/dummy/public/favicon.ico +0 -0
  48. data/test/dummy/tmp/cache/assets/development/sprockets/13fe41fee1fe35b49d145bcc06610705 +0 -0
  49. data/test/dummy/tmp/cache/assets/development/sprockets/2f5173deea6c795b8fdde723bb4b63af +0 -0
  50. data/test/dummy/tmp/cache/assets/development/sprockets/357970feca3ac29060c1e3861e2c0953 +0 -0
  51. data/test/dummy/tmp/cache/assets/development/sprockets/cffd775d018f68ce5dba1ee0d951a994 +0 -0
  52. data/test/dummy/tmp/cache/assets/development/sprockets/d771ace226fc8215a3572e0aa35bb0d6 +0 -0
  53. data/test/dummy/tmp/cache/assets/development/sprockets/f7cbd26ba1d28d48de824f0e94586655 +0 -0
  54. data/test/dummy/tmp/cache/assets/test/sprockets/13fe41fee1fe35b49d145bcc06610705 +0 -0
  55. data/test/dummy/tmp/cache/assets/test/sprockets/2f5173deea6c795b8fdde723bb4b63af +0 -0
  56. data/test/dummy/tmp/cache/assets/test/sprockets/357970feca3ac29060c1e3861e2c0953 +0 -0
  57. data/test/dummy/tmp/cache/assets/test/sprockets/cffd775d018f68ce5dba1ee0d951a994 +0 -0
  58. data/test/dummy/tmp/cache/assets/test/sprockets/d771ace226fc8215a3572e0aa35bb0d6 +0 -0
  59. data/test/dummy/tmp/cache/assets/test/sprockets/f7cbd26ba1d28d48de824f0e94586655 +0 -0
  60. data/test/dummy/tmp/pids/server.pid +1 -0
  61. data/test/integration/locales/en.yml +2 -0
  62. data/test/integration/locales/pl.yml +2 -0
  63. data/test/integration/locales_test.rb +33 -0
  64. data/test/test_helper.rb +18 -0
  65. metadata +174 -0
@@ -0,0 +1,787 @@
1
+
2
+
3
+ Started GET "/" for ::1 at 2015-04-01 14:08:22 +0200
4
+ Processing by Rails::WelcomeController#index as HTML
5
+ Rendered /Users/lokson/.rvm/gems/ruby-2.2.0@locales_panel/gems/railties-4.2.1/lib/rails/templates/rails/welcome/index.html.erb (1.8ms)
6
+ Completed 200 OK in 10ms (Views: 9.7ms)
7
+
8
+
9
+ Started GET "/locales_panel" for ::1 at 2015-04-01 14:08:28 +0200
10
+ Processing by LocalesPanelsController#show as HTML
11
+ Rendered text template (0.0ms)
12
+ Completed 200 OK in 2ms (Views: 1.4ms)
13
+
14
+
15
+ Started GET "/locales/edit" for ::1 at 2015-04-01 18:12:07 +0200
16
+ Processing by LocalesController#edit as HTML
17
+ Rendered text template (0.0ms)
18
+ Completed 200 OK in 4ms (Views: 3.4ms)
19
+
20
+
21
+ Started GET "/locales/edit" for ::1 at 2015-04-01 18:18:31 +0200
22
+ Processing by LocalesController#edit as HTML
23
+ Rendered text template (0.7ms)
24
+ Completed 200 OK in 39498ms (Views: 6.2ms)
25
+
26
+
27
+ Started GET "/locales/edit" for ::1 at 2015-04-01 18:24:17 +0200
28
+ Processing by LocalesController#edit as HTML
29
+ Rendered /Users/lokson/locales_panel/app/views/locales/edit.html.erb within layouts/application (7.3ms)
30
+ Completed 500 Internal Server Error in 26ms
31
+
32
+ ActionView::Template::Error (undefined method `path' for #<Hash:0x007f8a26bc97d0>):
33
+ 1: <% form_tag(locales_path, method: :put) do %>
34
+ 2: <% @files.each do |file| %>
35
+ 3: <h2><%= file.path %></h2>
36
+ 4: <% end %>
37
+ 5: <% end %>
38
+ /Users/lokson/locales_panel/app/views/locales/edit.html.erb:3:in `block (2 levels) in ___sers_lokson_locales_panel_app_views_locales_edit_html_erb__1259471109725365152_70115665184240'
39
+ /Users/lokson/locales_panel/app/views/locales/edit.html.erb:2:in `each'
40
+ /Users/lokson/locales_panel/app/views/locales/edit.html.erb:2:in `block in ___sers_lokson_locales_panel_app_views_locales_edit_html_erb__1259471109725365152_70115665184240'
41
+ actionview (4.2.1) lib/action_view/helpers/capture_helper.rb:38:in `block in capture'
42
+ actionview (4.2.1) lib/action_view/helpers/capture_helper.rb:200:in `with_output_buffer'
43
+ actionview (4.2.1) lib/action_view/helpers/capture_helper.rb:38:in `capture'
44
+ actionview (4.2.1) lib/action_view/helpers/form_tag_helper.rb:70:in `form_tag'
45
+ /Users/lokson/locales_panel/app/views/locales/edit.html.erb:1:in `___sers_lokson_locales_panel_app_views_locales_edit_html_erb__1259471109725365152_70115665184240'
46
+ actionview (4.2.1) lib/action_view/template.rb:145:in `block in render'
47
+ activesupport (4.2.1) lib/active_support/notifications.rb:166:in `instrument'
48
+ actionview (4.2.1) lib/action_view/template.rb:333:in `instrument'
49
+ actionview (4.2.1) lib/action_view/template.rb:143:in `render'
50
+ actionview (4.2.1) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template'
51
+ actionview (4.2.1) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
52
+ activesupport (4.2.1) lib/active_support/notifications.rb:164:in `block in instrument'
53
+ activesupport (4.2.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
54
+ activesupport (4.2.1) lib/active_support/notifications.rb:164:in `instrument'
55
+ actionview (4.2.1) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
56
+ actionview (4.2.1) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'
57
+ actionview (4.2.1) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'
58
+ actionview (4.2.1) lib/action_view/renderer/template_renderer.rb:52:in `render_template'
59
+ actionview (4.2.1) lib/action_view/renderer/template_renderer.rb:14:in `render'
60
+ actionview (4.2.1) lib/action_view/renderer/renderer.rb:42:in `render_template'
61
+ actionview (4.2.1) lib/action_view/renderer/renderer.rb:23:in `render'
62
+ actionview (4.2.1) lib/action_view/rendering.rb:100:in `_render_template'
63
+ actionpack (4.2.1) lib/action_controller/metal/streaming.rb:217:in `_render_template'
64
+ actionview (4.2.1) lib/action_view/rendering.rb:83:in `render_to_body'
65
+ actionpack (4.2.1) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
66
+ actionpack (4.2.1) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
67
+ actionpack (4.2.1) lib/abstract_controller/rendering.rb:25:in `render'
68
+ actionpack (4.2.1) lib/action_controller/metal/rendering.rb:16:in `render'
69
+ actionpack (4.2.1) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
70
+ activesupport (4.2.1) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
71
+ /Users/lokson/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/benchmark.rb:303:in `realtime'
72
+ activesupport (4.2.1) lib/active_support/core_ext/benchmark.rb:12:in `ms'
73
+ actionpack (4.2.1) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
74
+ actionpack (4.2.1) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
75
+ actionpack (4.2.1) lib/action_controller/metal/instrumentation.rb:43:in `render'
76
+ actionpack (4.2.1) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
77
+ actionpack (4.2.1) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
78
+ actionpack (4.2.1) lib/abstract_controller/base.rb:198:in `process_action'
79
+ actionpack (4.2.1) lib/action_controller/metal/rendering.rb:10:in `process_action'
80
+ actionpack (4.2.1) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
81
+ activesupport (4.2.1) lib/active_support/callbacks.rb:117:in `call'
82
+ activesupport (4.2.1) lib/active_support/callbacks.rb:117:in `call'
83
+ activesupport (4.2.1) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
84
+ activesupport (4.2.1) lib/active_support/callbacks.rb:505:in `call'
85
+ activesupport (4.2.1) lib/active_support/callbacks.rb:505:in `call'
86
+ activesupport (4.2.1) lib/active_support/callbacks.rb:92:in `_run_callbacks'
87
+ activesupport (4.2.1) lib/active_support/callbacks.rb:776:in `_run_process_action_callbacks'
88
+ activesupport (4.2.1) lib/active_support/callbacks.rb:81:in `run_callbacks'
89
+ actionpack (4.2.1) lib/abstract_controller/callbacks.rb:19:in `process_action'
90
+ actionpack (4.2.1) lib/action_controller/metal/rescue.rb:29:in `process_action'
91
+ actionpack (4.2.1) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
92
+ activesupport (4.2.1) lib/active_support/notifications.rb:164:in `block in instrument'
93
+ activesupport (4.2.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
94
+ activesupport (4.2.1) lib/active_support/notifications.rb:164:in `instrument'
95
+ actionpack (4.2.1) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
96
+ actionpack (4.2.1) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
97
+ actionpack (4.2.1) lib/abstract_controller/base.rb:137:in `process'
98
+ actionview (4.2.1) lib/action_view/rendering.rb:30:in `process'
99
+ actionpack (4.2.1) lib/action_controller/metal.rb:196:in `dispatch'
100
+ actionpack (4.2.1) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
101
+ actionpack (4.2.1) lib/action_controller/metal.rb:237:in `block in action'
102
+ actionpack (4.2.1) lib/action_dispatch/routing/route_set.rb:74:in `call'
103
+ actionpack (4.2.1) lib/action_dispatch/routing/route_set.rb:74:in `dispatch'
104
+ actionpack (4.2.1) lib/action_dispatch/routing/route_set.rb:43:in `serve'
105
+ actionpack (4.2.1) lib/action_dispatch/journey/router.rb:43:in `block in serve'
106
+ actionpack (4.2.1) lib/action_dispatch/journey/router.rb:30:in `each'
107
+ actionpack (4.2.1) lib/action_dispatch/journey/router.rb:30:in `serve'
108
+ actionpack (4.2.1) lib/action_dispatch/routing/route_set.rb:819:in `call'
109
+ rack (1.6.0) lib/rack/etag.rb:24:in `call'
110
+ rack (1.6.0) lib/rack/conditionalget.rb:25:in `call'
111
+ rack (1.6.0) lib/rack/head.rb:13:in `call'
112
+ actionpack (4.2.1) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
113
+ actionpack (4.2.1) lib/action_dispatch/middleware/flash.rb:260:in `call'
114
+ rack (1.6.0) lib/rack/session/abstract/id.rb:225:in `context'
115
+ rack (1.6.0) lib/rack/session/abstract/id.rb:220:in `call'
116
+ actionpack (4.2.1) lib/action_dispatch/middleware/cookies.rb:560:in `call'
117
+ actionpack (4.2.1) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
118
+ activesupport (4.2.1) lib/active_support/callbacks.rb:88:in `call'
119
+ activesupport (4.2.1) lib/active_support/callbacks.rb:88:in `_run_callbacks'
120
+ activesupport (4.2.1) lib/active_support/callbacks.rb:776:in `_run_call_callbacks'
121
+ activesupport (4.2.1) lib/active_support/callbacks.rb:81:in `run_callbacks'
122
+ actionpack (4.2.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
123
+ actionpack (4.2.1) lib/action_dispatch/middleware/reloader.rb:73:in `call'
124
+ actionpack (4.2.1) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
125
+ actionpack (4.2.1) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
126
+ actionpack (4.2.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
127
+ railties (4.2.1) lib/rails/rack/logger.rb:38:in `call_app'
128
+ railties (4.2.1) lib/rails/rack/logger.rb:20:in `block in call'
129
+ activesupport (4.2.1) lib/active_support/tagged_logging.rb:68:in `block in tagged'
130
+ activesupport (4.2.1) lib/active_support/tagged_logging.rb:26:in `tagged'
131
+ activesupport (4.2.1) lib/active_support/tagged_logging.rb:68:in `tagged'
132
+ railties (4.2.1) lib/rails/rack/logger.rb:20:in `call'
133
+ actionpack (4.2.1) lib/action_dispatch/middleware/request_id.rb:21:in `call'
134
+ rack (1.6.0) lib/rack/methodoverride.rb:22:in `call'
135
+ rack (1.6.0) lib/rack/runtime.rb:18:in `call'
136
+ activesupport (4.2.1) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
137
+ rack (1.6.0) lib/rack/lock.rb:17:in `call'
138
+ actionpack (4.2.1) lib/action_dispatch/middleware/static.rb:113:in `call'
139
+ rack (1.6.0) lib/rack/sendfile.rb:113:in `call'
140
+ railties (4.2.1) lib/rails/engine.rb:518:in `call'
141
+ railties (4.2.1) lib/rails/application.rb:164:in `call'
142
+ rack (1.6.0) lib/rack/lock.rb:17:in `call'
143
+ rack (1.6.0) lib/rack/content_length.rb:15:in `call'
144
+ rack (1.6.0) lib/rack/handler/webrick.rb:89:in `service'
145
+ /Users/lokson/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
146
+ /Users/lokson/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
147
+ /Users/lokson/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
148
+
149
+
150
+ Rendered /Users/lokson/.rvm/gems/ruby-2.2.0@locales_panel/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/_source.erb (145.6ms)
151
+ Rendered /Users/lokson/.rvm/gems/ruby-2.2.0@locales_panel/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (46.1ms)
152
+ Rendered /Users/lokson/.rvm/gems/ruby-2.2.0@locales_panel/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (11.7ms)
153
+ Rendered /Users/lokson/.rvm/gems/ruby-2.2.0@locales_panel/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (253.7ms)
154
+
155
+
156
+ Started GET "/locales/edit" for ::1 at 2015-04-01 18:24:28 +0200
157
+ Processing by LocalesController#edit as HTML
158
+ Rendered /Users/lokson/locales_panel/app/views/locales/edit.html.erb within layouts/application (5.5ms)
159
+ Completed 200 OK in 116ms (Views: 114.9ms)
160
+
161
+
162
+ Started GET "/assets/application-5266d2988799ecc8fe6e81eaab412e7d.css?body=1" for ::1 at 2015-04-01 18:24:29 +0200
163
+
164
+
165
+ Started GET "/assets/application-5239015df4ee7c66e1719761a86bff3c.js?body=1" for ::1 at 2015-04-01 18:24:29 +0200
166
+
167
+
168
+ Started GET "/locales/edit" for ::1 at 2015-04-01 18:25:00 +0200
169
+ Processing by LocalesController#edit as HTML
170
+ Rendered /Users/lokson/locales_panel/app/views/locales/edit.html.erb within layouts/application (5.1ms)
171
+ Completed 200 OK in 55ms (Views: 54.4ms)
172
+
173
+
174
+ Started GET "/assets/application-5266d2988799ecc8fe6e81eaab412e7d.css?body=1" for ::1 at 2015-04-01 18:25:00 +0200
175
+
176
+
177
+ Started GET "/assets/application-5239015df4ee7c66e1719761a86bff3c.js?body=1" for ::1 at 2015-04-01 18:25:00 +0200
178
+
179
+
180
+ Started GET "/locales/edit" for ::1 at 2015-04-01 18:25:03 +0200
181
+ Processing by LocalesController#edit as HTML
182
+ Rendered /Users/lokson/locales_panel/app/views/locales/edit.html.erb within layouts/application (7.1ms)
183
+ Completed 200 OK in 63ms (Views: 62.2ms)
184
+
185
+
186
+ Started GET "/assets/application-5266d2988799ecc8fe6e81eaab412e7d.css?body=1" for ::1 at 2015-04-01 18:25:03 +0200
187
+
188
+
189
+ Started GET "/assets/application-5239015df4ee7c66e1719761a86bff3c.js?body=1" for ::1 at 2015-04-01 18:25:03 +0200
190
+
191
+
192
+ Started GET "/locales/edit" for ::1 at 2015-04-01 18:25:05 +0200
193
+ Processing by LocalesController#edit as HTML
194
+ Rendered /Users/lokson/locales_panel/app/views/locales/edit.html.erb within layouts/application (4.5ms)
195
+ Completed 200 OK in 70ms (Views: 68.7ms)
196
+
197
+
198
+ Started GET "/assets/application-5266d2988799ecc8fe6e81eaab412e7d.css?body=1" for ::1 at 2015-04-01 18:25:05 +0200
199
+
200
+
201
+ Started GET "/assets/application-5239015df4ee7c66e1719761a86bff3c.js?body=1" for ::1 at 2015-04-01 18:25:05 +0200
202
+
203
+
204
+ Started GET "/locales/edit" for ::1 at 2015-04-01 18:25:16 +0200
205
+ Processing by LocalesController#edit as HTML
206
+ Rendered /Users/lokson/locales_panel/app/views/locales/edit.html.erb within layouts/application (5.9ms)
207
+ Completed 200 OK in 75ms (Views: 74.2ms)
208
+
209
+
210
+ Started GET "/assets/application-5266d2988799ecc8fe6e81eaab412e7d.css?body=1" for ::1 at 2015-04-01 18:25:16 +0200
211
+
212
+
213
+ Started GET "/assets/application-5239015df4ee7c66e1719761a86bff3c.js?body=1" for ::1 at 2015-04-01 18:25:16 +0200
214
+
215
+
216
+ Started GET "/locales/edit" for ::1 at 2015-04-01 18:25:23 +0200
217
+ Processing by LocalesController#edit as HTML
218
+ Rendered /Users/lokson/locales_panel/app/views/locales/edit.html.erb within layouts/application (11.2ms)
219
+ Completed 200 OK in 74ms (Views: 72.9ms)
220
+
221
+
222
+ Started GET "/assets/application-5266d2988799ecc8fe6e81eaab412e7d.css?body=1" for ::1 at 2015-04-01 18:25:23 +0200
223
+
224
+
225
+ Started GET "/assets/application-5239015df4ee7c66e1719761a86bff3c.js?body=1" for ::1 at 2015-04-01 18:25:23 +0200
226
+
227
+
228
+ Started GET "/locales/edit" for ::1 at 2015-04-01 18:25:32 +0200
229
+ Processing by LocalesController#edit as HTML
230
+ Rendered /Users/lokson/locales_panel/app/views/locales/edit.html.erb within layouts/application (5.9ms)
231
+ Completed 200 OK in 72ms (Views: 71.4ms)
232
+
233
+
234
+ Started GET "/assets/application-5266d2988799ecc8fe6e81eaab412e7d.css?body=1" for ::1 at 2015-04-01 18:25:32 +0200
235
+
236
+
237
+ Started GET "/assets/application-5239015df4ee7c66e1719761a86bff3c.js?body=1" for ::1 at 2015-04-01 18:25:32 +0200
238
+
239
+
240
+ Started GET "/locales/edit" for ::1 at 2015-04-01 18:26:30 +0200
241
+ Processing by LocalesController#edit as HTML
242
+ Rendered /Users/lokson/locales_panel/app/views/locales/edit.html.erb within layouts/application (6.8ms)
243
+ Completed 200 OK in 69ms (Views: 68.0ms)
244
+
245
+
246
+ Started GET "/assets/application-5266d2988799ecc8fe6e81eaab412e7d.css?body=1" for ::1 at 2015-04-01 18:26:30 +0200
247
+
248
+
249
+ Started GET "/assets/application-5239015df4ee7c66e1719761a86bff3c.js?body=1" for ::1 at 2015-04-01 18:26:30 +0200
250
+
251
+
252
+ Started GET "/locales/edit" for ::1 at 2015-04-01 18:27:32 +0200
253
+ Processing by LocalesController#edit as HTML
254
+ Rendered /Users/lokson/locales_panel/app/views/locales/edit.html.erb within layouts/application (7.3ms)
255
+ Completed 200 OK in 63ms (Views: 61.8ms)
256
+
257
+
258
+ Started GET "/assets/application-5266d2988799ecc8fe6e81eaab412e7d.css?body=1" for ::1 at 2015-04-01 18:27:32 +0200
259
+
260
+
261
+ Started GET "/assets/application-5239015df4ee7c66e1719761a86bff3c.js?body=1" for ::1 at 2015-04-01 18:27:32 +0200
262
+
263
+
264
+ Started GET "/locales/edit" for ::1 at 2015-04-01 18:27:37 +0200
265
+ Processing by LocalesController#edit as HTML
266
+ Rendered /Users/lokson/locales_panel/app/views/locales/edit.html.erb within layouts/application (11.3ms)
267
+ Completed 200 OK in 82ms (Views: 81.1ms)
268
+
269
+
270
+ Started GET "/assets/application-5266d2988799ecc8fe6e81eaab412e7d.css?body=1" for ::1 at 2015-04-01 18:27:37 +0200
271
+
272
+
273
+ Started GET "/assets/application-5239015df4ee7c66e1719761a86bff3c.js?body=1" for ::1 at 2015-04-01 18:27:37 +0200
274
+
275
+
276
+ Started GET "/locales/edit" for ::1 at 2015-04-01 18:27:41 +0200
277
+ Processing by LocalesController#edit as HTML
278
+ Rendered /Users/lokson/locales_panel/app/views/locales/edit.html.erb within layouts/application (7.6ms)
279
+ Completed 200 OK in 72ms (Views: 70.6ms)
280
+
281
+
282
+ Started GET "/assets/application-5266d2988799ecc8fe6e81eaab412e7d.css?body=1" for ::1 at 2015-04-01 18:27:41 +0200
283
+
284
+
285
+ Started GET "/assets/application-5239015df4ee7c66e1719761a86bff3c.js?body=1" for ::1 at 2015-04-01 18:27:41 +0200
286
+
287
+
288
+ Started GET "/locales/edit" for ::1 at 2015-04-01 18:28:51 +0200
289
+ Processing by LocalesController#edit as HTML
290
+ Rendered /Users/lokson/locales_panel/app/views/locales/edit.html.erb within layouts/application (4.4ms)
291
+ Completed 200 OK in 58ms (Views: 57.3ms)
292
+
293
+
294
+ Started GET "/assets/application-5266d2988799ecc8fe6e81eaab412e7d.css?body=1" for ::1 at 2015-04-01 18:28:51 +0200
295
+
296
+
297
+ Started GET "/assets/application-5239015df4ee7c66e1719761a86bff3c.js?body=1" for ::1 at 2015-04-01 18:28:51 +0200
298
+
299
+
300
+ Started GET "/locales/edit" for ::1 at 2015-04-01 18:29:15 +0200
301
+ Processing by LocalesController#edit as HTML
302
+ Completed 500 Internal Server Error in 1ms
303
+
304
+ ArgumentError (wrong number of arguments (1 for 0)):
305
+ /Users/lokson/locales_panel/app/controllers/locales_controller.rb:5:in `name'
306
+ /Users/lokson/locales_panel/app/controllers/locales_controller.rb:5:in `block in edit'
307
+ /Users/lokson/locales_panel/app/controllers/locales_controller.rb:4:in `each'
308
+ /Users/lokson/locales_panel/app/controllers/locales_controller.rb:4:in `edit'
309
+ actionpack (4.2.1) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
310
+ actionpack (4.2.1) lib/abstract_controller/base.rb:198:in `process_action'
311
+ actionpack (4.2.1) lib/action_controller/metal/rendering.rb:10:in `process_action'
312
+ actionpack (4.2.1) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
313
+ activesupport (4.2.1) lib/active_support/callbacks.rb:117:in `call'
314
+ activesupport (4.2.1) lib/active_support/callbacks.rb:117:in `call'
315
+ activesupport (4.2.1) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
316
+ activesupport (4.2.1) lib/active_support/callbacks.rb:505:in `call'
317
+ activesupport (4.2.1) lib/active_support/callbacks.rb:505:in `call'
318
+ activesupport (4.2.1) lib/active_support/callbacks.rb:92:in `_run_callbacks'
319
+ activesupport (4.2.1) lib/active_support/callbacks.rb:776:in `_run_process_action_callbacks'
320
+ activesupport (4.2.1) lib/active_support/callbacks.rb:81:in `run_callbacks'
321
+ actionpack (4.2.1) lib/abstract_controller/callbacks.rb:19:in `process_action'
322
+ actionpack (4.2.1) lib/action_controller/metal/rescue.rb:29:in `process_action'
323
+ actionpack (4.2.1) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
324
+ activesupport (4.2.1) lib/active_support/notifications.rb:164:in `block in instrument'
325
+ activesupport (4.2.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
326
+ activesupport (4.2.1) lib/active_support/notifications.rb:164:in `instrument'
327
+ actionpack (4.2.1) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
328
+ actionpack (4.2.1) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
329
+ actionpack (4.2.1) lib/abstract_controller/base.rb:137:in `process'
330
+ actionview (4.2.1) lib/action_view/rendering.rb:30:in `process'
331
+ actionpack (4.2.1) lib/action_controller/metal.rb:196:in `dispatch'
332
+ actionpack (4.2.1) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
333
+ actionpack (4.2.1) lib/action_controller/metal.rb:237:in `block in action'
334
+ actionpack (4.2.1) lib/action_dispatch/routing/route_set.rb:74:in `call'
335
+ actionpack (4.2.1) lib/action_dispatch/routing/route_set.rb:74:in `dispatch'
336
+ actionpack (4.2.1) lib/action_dispatch/routing/route_set.rb:43:in `serve'
337
+ actionpack (4.2.1) lib/action_dispatch/journey/router.rb:43:in `block in serve'
338
+ actionpack (4.2.1) lib/action_dispatch/journey/router.rb:30:in `each'
339
+ actionpack (4.2.1) lib/action_dispatch/journey/router.rb:30:in `serve'
340
+ actionpack (4.2.1) lib/action_dispatch/routing/route_set.rb:819:in `call'
341
+ rack (1.6.0) lib/rack/etag.rb:24:in `call'
342
+ rack (1.6.0) lib/rack/conditionalget.rb:25:in `call'
343
+ rack (1.6.0) lib/rack/head.rb:13:in `call'
344
+ actionpack (4.2.1) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
345
+ actionpack (4.2.1) lib/action_dispatch/middleware/flash.rb:260:in `call'
346
+ rack (1.6.0) lib/rack/session/abstract/id.rb:225:in `context'
347
+ rack (1.6.0) lib/rack/session/abstract/id.rb:220:in `call'
348
+ actionpack (4.2.1) lib/action_dispatch/middleware/cookies.rb:560:in `call'
349
+ actionpack (4.2.1) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
350
+ activesupport (4.2.1) lib/active_support/callbacks.rb:88:in `call'
351
+ activesupport (4.2.1) lib/active_support/callbacks.rb:88:in `_run_callbacks'
352
+ activesupport (4.2.1) lib/active_support/callbacks.rb:776:in `_run_call_callbacks'
353
+ activesupport (4.2.1) lib/active_support/callbacks.rb:81:in `run_callbacks'
354
+ actionpack (4.2.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
355
+ actionpack (4.2.1) lib/action_dispatch/middleware/reloader.rb:73:in `call'
356
+ actionpack (4.2.1) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
357
+ actionpack (4.2.1) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
358
+ actionpack (4.2.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
359
+ railties (4.2.1) lib/rails/rack/logger.rb:38:in `call_app'
360
+ railties (4.2.1) lib/rails/rack/logger.rb:20:in `block in call'
361
+ activesupport (4.2.1) lib/active_support/tagged_logging.rb:68:in `block in tagged'
362
+ activesupport (4.2.1) lib/active_support/tagged_logging.rb:26:in `tagged'
363
+ activesupport (4.2.1) lib/active_support/tagged_logging.rb:68:in `tagged'
364
+ railties (4.2.1) lib/rails/rack/logger.rb:20:in `call'
365
+ actionpack (4.2.1) lib/action_dispatch/middleware/request_id.rb:21:in `call'
366
+ rack (1.6.0) lib/rack/methodoverride.rb:22:in `call'
367
+ rack (1.6.0) lib/rack/runtime.rb:18:in `call'
368
+ activesupport (4.2.1) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
369
+ rack (1.6.0) lib/rack/lock.rb:17:in `call'
370
+ actionpack (4.2.1) lib/action_dispatch/middleware/static.rb:113:in `call'
371
+ rack (1.6.0) lib/rack/sendfile.rb:113:in `call'
372
+ railties (4.2.1) lib/rails/engine.rb:518:in `call'
373
+ railties (4.2.1) lib/rails/application.rb:164:in `call'
374
+ rack (1.6.0) lib/rack/lock.rb:17:in `call'
375
+ rack (1.6.0) lib/rack/content_length.rb:15:in `call'
376
+ rack (1.6.0) lib/rack/handler/webrick.rb:89:in `service'
377
+ /Users/lokson/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
378
+ /Users/lokson/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
379
+ /Users/lokson/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
380
+
381
+
382
+ Rendered /Users/lokson/.rvm/gems/ruby-2.2.0@locales_panel/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/_source.erb (124.0ms)
383
+ Rendered /Users/lokson/.rvm/gems/ruby-2.2.0@locales_panel/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (34.2ms)
384
+ Rendered /Users/lokson/.rvm/gems/ruby-2.2.0@locales_panel/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (5.2ms)
385
+ Rendered /Users/lokson/.rvm/gems/ruby-2.2.0@locales_panel/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (199.3ms)
386
+
387
+
388
+ Started GET "/locales/edit" for ::1 at 2015-04-01 18:29:34 +0200
389
+ Processing by LocalesController#edit as HTML
390
+ Rendered /Users/lokson/locales_panel/app/views/locales/edit.html.erb within layouts/application (4.5ms)
391
+ Completed 200 OK in 60ms (Views: 59.3ms)
392
+
393
+
394
+ Started GET "/assets/application-5266d2988799ecc8fe6e81eaab412e7d.css?body=1" for ::1 at 2015-04-01 18:29:34 +0200
395
+
396
+
397
+ Started GET "/assets/application-5239015df4ee7c66e1719761a86bff3c.js?body=1" for ::1 at 2015-04-01 18:29:34 +0200
398
+
399
+
400
+ Started GET "/locales/edit" for ::1 at 2015-04-01 18:33:12 +0200
401
+ Processing by LocalesController#edit as HTML
402
+ Rendered /Users/lokson/locales_panel/app/views/locales/edit.html.erb within layouts/application (7.7ms)
403
+ Completed 200 OK in 68ms (Views: 67.3ms)
404
+
405
+
406
+ Started GET "/assets/application-5266d2988799ecc8fe6e81eaab412e7d.css?body=1" for ::1 at 2015-04-01 18:33:12 +0200
407
+
408
+
409
+ Started GET "/assets/application-5239015df4ee7c66e1719761a86bff3c.js?body=1" for ::1 at 2015-04-01 18:33:12 +0200
410
+
411
+
412
+ Started GET "/locales/edit" for ::1 at 2015-04-01 18:37:28 +0200
413
+ Processing by LocalesController#edit as HTML
414
+ Rendered /Users/lokson/locales_panel/app/views/locales/edit.html.erb within layouts/application (5.7ms)
415
+ Completed 200 OK in 56ms (Views: 54.6ms)
416
+
417
+
418
+ Started GET "/assets/application-5266d2988799ecc8fe6e81eaab412e7d.css?body=1" for ::1 at 2015-04-01 18:37:28 +0200
419
+
420
+
421
+ Started GET "/assets/application-5239015df4ee7c66e1719761a86bff3c.js?body=1" for ::1 at 2015-04-01 18:37:28 +0200
422
+
423
+
424
+ Started GET "/locales/edit" for ::1 at 2015-04-01 18:39:33 +0200
425
+ Processing by LocalesController#edit as HTML
426
+ Rendered /Users/lokson/locales_panel/app/views/locales/edit.html.erb within layouts/application (11.0ms)
427
+ Completed 200 OK in 71ms (Views: 69.2ms)
428
+
429
+
430
+ Started GET "/assets/application-5266d2988799ecc8fe6e81eaab412e7d.css?body=1" for ::1 at 2015-04-01 18:39:33 +0200
431
+
432
+
433
+ Started GET "/assets/application-5239015df4ee7c66e1719761a86bff3c.js?body=1" for ::1 at 2015-04-01 18:39:33 +0200
434
+
435
+
436
+ Started GET "/locales/edit" for ::1 at 2015-04-01 18:40:02 +0200
437
+ Processing by LocalesController#edit as HTML
438
+ Rendered /Users/lokson/locales_panel/app/views/locales/edit.html.erb within layouts/application (11.4ms)
439
+ Completed 200 OK in 76ms (Views: 74.6ms)
440
+
441
+
442
+ Started GET "/assets/application-5266d2988799ecc8fe6e81eaab412e7d.css?body=1" for ::1 at 2015-04-01 18:40:02 +0200
443
+
444
+
445
+ Started GET "/assets/application-5239015df4ee7c66e1719761a86bff3c.js?body=1" for ::1 at 2015-04-01 18:40:02 +0200
446
+
447
+
448
+ Started PUT "/locales" for ::1 at 2015-04-01 18:40:05 +0200
449
+ Processing by LocalesController#update as HTML
450
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"bfu86TrGuQTlcuVqoMb1/PIAfKfV5b7Ttp8ubWTaB7/E4hSMdTywN8sZtluNJMwZfEqPrmbDfgY8PWxGHNX9FQ==", "files"=>[{"'path'"=>"/Users/lokson/locales_panel/test/dummy/config/locales/en.yml", "'content'"=>"en:\r\n hello: \"Hello world\"\r\n"}, {"'path'"=>"/Users/lokson/locales_panel/test/dummy/config/locales/pl.yml", "'content'"=>"pl:\r\n hello: \"Witaj świecie\"\r\n"}]}
451
+ Completed 500 Internal Server Error in 13ms
452
+
453
+ ActionView::MissingTemplate (Missing template locales/update, application/update with {:locale=>[:en], :formats=>[:html], :variants=>[], :handlers=>[:erb, :builder, :raw, :ruby]}. Searched in:
454
+ * "/Users/lokson/locales_panel/test/dummy/app/views"
455
+ * "/Users/lokson/locales_panel/app/views"
456
+ ):
457
+ actionview (4.2.1) lib/action_view/path_set.rb:46:in `find'
458
+ actionview (4.2.1) lib/action_view/lookup_context.rb:121:in `find'
459
+ actionview (4.2.1) lib/action_view/renderer/abstract_renderer.rb:18:in `find_template'
460
+ actionview (4.2.1) lib/action_view/renderer/template_renderer.rb:40:in `determine_template'
461
+ actionview (4.2.1) lib/action_view/renderer/template_renderer.rb:8:in `render'
462
+ actionview (4.2.1) lib/action_view/renderer/renderer.rb:42:in `render_template'
463
+ actionview (4.2.1) lib/action_view/renderer/renderer.rb:23:in `render'
464
+ actionview (4.2.1) lib/action_view/rendering.rb:100:in `_render_template'
465
+ actionpack (4.2.1) lib/action_controller/metal/streaming.rb:217:in `_render_template'
466
+ actionview (4.2.1) lib/action_view/rendering.rb:83:in `render_to_body'
467
+ actionpack (4.2.1) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
468
+ actionpack (4.2.1) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
469
+ actionpack (4.2.1) lib/abstract_controller/rendering.rb:25:in `render'
470
+ actionpack (4.2.1) lib/action_controller/metal/rendering.rb:16:in `render'
471
+ actionpack (4.2.1) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
472
+ activesupport (4.2.1) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
473
+ /Users/lokson/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/benchmark.rb:303:in `realtime'
474
+ activesupport (4.2.1) lib/active_support/core_ext/benchmark.rb:12:in `ms'
475
+ actionpack (4.2.1) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
476
+ actionpack (4.2.1) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
477
+ actionpack (4.2.1) lib/action_controller/metal/instrumentation.rb:43:in `render'
478
+ actionpack (4.2.1) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
479
+ actionpack (4.2.1) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
480
+ actionpack (4.2.1) lib/abstract_controller/base.rb:198:in `process_action'
481
+ actionpack (4.2.1) lib/action_controller/metal/rendering.rb:10:in `process_action'
482
+ actionpack (4.2.1) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
483
+ activesupport (4.2.1) lib/active_support/callbacks.rb:117:in `call'
484
+ activesupport (4.2.1) lib/active_support/callbacks.rb:117:in `call'
485
+ activesupport (4.2.1) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
486
+ activesupport (4.2.1) lib/active_support/callbacks.rb:505:in `call'
487
+ activesupport (4.2.1) lib/active_support/callbacks.rb:505:in `call'
488
+ activesupport (4.2.1) lib/active_support/callbacks.rb:92:in `_run_callbacks'
489
+ activesupport (4.2.1) lib/active_support/callbacks.rb:776:in `_run_process_action_callbacks'
490
+ activesupport (4.2.1) lib/active_support/callbacks.rb:81:in `run_callbacks'
491
+ actionpack (4.2.1) lib/abstract_controller/callbacks.rb:19:in `process_action'
492
+ actionpack (4.2.1) lib/action_controller/metal/rescue.rb:29:in `process_action'
493
+ actionpack (4.2.1) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
494
+ activesupport (4.2.1) lib/active_support/notifications.rb:164:in `block in instrument'
495
+ activesupport (4.2.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
496
+ activesupport (4.2.1) lib/active_support/notifications.rb:164:in `instrument'
497
+ actionpack (4.2.1) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
498
+ actionpack (4.2.1) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
499
+ actionpack (4.2.1) lib/abstract_controller/base.rb:137:in `process'
500
+ actionview (4.2.1) lib/action_view/rendering.rb:30:in `process'
501
+ actionpack (4.2.1) lib/action_controller/metal.rb:196:in `dispatch'
502
+ actionpack (4.2.1) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
503
+ actionpack (4.2.1) lib/action_controller/metal.rb:237:in `block in action'
504
+ actionpack (4.2.1) lib/action_dispatch/routing/route_set.rb:74:in `call'
505
+ actionpack (4.2.1) lib/action_dispatch/routing/route_set.rb:74:in `dispatch'
506
+ actionpack (4.2.1) lib/action_dispatch/routing/route_set.rb:43:in `serve'
507
+ actionpack (4.2.1) lib/action_dispatch/journey/router.rb:43:in `block in serve'
508
+ actionpack (4.2.1) lib/action_dispatch/journey/router.rb:30:in `each'
509
+ actionpack (4.2.1) lib/action_dispatch/journey/router.rb:30:in `serve'
510
+ actionpack (4.2.1) lib/action_dispatch/routing/route_set.rb:819:in `call'
511
+ rack (1.6.0) lib/rack/etag.rb:24:in `call'
512
+ rack (1.6.0) lib/rack/conditionalget.rb:38:in `call'
513
+ rack (1.6.0) lib/rack/head.rb:13:in `call'
514
+ actionpack (4.2.1) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
515
+ actionpack (4.2.1) lib/action_dispatch/middleware/flash.rb:260:in `call'
516
+ rack (1.6.0) lib/rack/session/abstract/id.rb:225:in `context'
517
+ rack (1.6.0) lib/rack/session/abstract/id.rb:220:in `call'
518
+ actionpack (4.2.1) lib/action_dispatch/middleware/cookies.rb:560:in `call'
519
+ actionpack (4.2.1) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
520
+ activesupport (4.2.1) lib/active_support/callbacks.rb:88:in `call'
521
+ activesupport (4.2.1) lib/active_support/callbacks.rb:88:in `_run_callbacks'
522
+ activesupport (4.2.1) lib/active_support/callbacks.rb:776:in `_run_call_callbacks'
523
+ activesupport (4.2.1) lib/active_support/callbacks.rb:81:in `run_callbacks'
524
+ actionpack (4.2.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
525
+ actionpack (4.2.1) lib/action_dispatch/middleware/reloader.rb:73:in `call'
526
+ actionpack (4.2.1) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
527
+ actionpack (4.2.1) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
528
+ actionpack (4.2.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
529
+ railties (4.2.1) lib/rails/rack/logger.rb:38:in `call_app'
530
+ railties (4.2.1) lib/rails/rack/logger.rb:20:in `block in call'
531
+ activesupport (4.2.1) lib/active_support/tagged_logging.rb:68:in `block in tagged'
532
+ activesupport (4.2.1) lib/active_support/tagged_logging.rb:26:in `tagged'
533
+ activesupport (4.2.1) lib/active_support/tagged_logging.rb:68:in `tagged'
534
+ railties (4.2.1) lib/rails/rack/logger.rb:20:in `call'
535
+ actionpack (4.2.1) lib/action_dispatch/middleware/request_id.rb:21:in `call'
536
+ rack (1.6.0) lib/rack/methodoverride.rb:22:in `call'
537
+ rack (1.6.0) lib/rack/runtime.rb:18:in `call'
538
+ activesupport (4.2.1) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
539
+ rack (1.6.0) lib/rack/lock.rb:17:in `call'
540
+ actionpack (4.2.1) lib/action_dispatch/middleware/static.rb:113:in `call'
541
+ rack (1.6.0) lib/rack/sendfile.rb:113:in `call'
542
+ railties (4.2.1) lib/rails/engine.rb:518:in `call'
543
+ railties (4.2.1) lib/rails/application.rb:164:in `call'
544
+ rack (1.6.0) lib/rack/lock.rb:17:in `call'
545
+ rack (1.6.0) lib/rack/content_length.rb:15:in `call'
546
+ rack (1.6.0) lib/rack/handler/webrick.rb:89:in `service'
547
+ /Users/lokson/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
548
+ /Users/lokson/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
549
+ /Users/lokson/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
550
+
551
+
552
+ Rendered /Users/lokson/.rvm/gems/ruby-2.2.0@locales_panel/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/_source.erb (162.1ms)
553
+ Rendered /Users/lokson/.rvm/gems/ruby-2.2.0@locales_panel/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (46.9ms)
554
+ Rendered /Users/lokson/.rvm/gems/ruby-2.2.0@locales_panel/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (3.8ms)
555
+ Rendered /Users/lokson/.rvm/gems/ruby-2.2.0@locales_panel/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/missing_template.html.erb within rescues/layout (256.0ms)
556
+
557
+
558
+ Started PUT "/locales" for ::1 at 2015-04-01 18:40:55 +0200
559
+ Processing by LocalesController#update as HTML
560
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"bfu86TrGuQTlcuVqoMb1/PIAfKfV5b7Ttp8ubWTaB7/E4hSMdTywN8sZtluNJMwZfEqPrmbDfgY8PWxGHNX9FQ==", "files"=>[{"'path'"=>"/Users/lokson/locales_panel/test/dummy/config/locales/en.yml", "'content'"=>"en:\r\n hello: \"Hello world\"\r\n"}, {"'path'"=>"/Users/lokson/locales_panel/test/dummy/config/locales/pl.yml", "'content'"=>"pl:\r\n hello: \"Witaj świecie\"\r\n"}]}
561
+ Rendered text template (0.4ms)
562
+ Completed 200 OK in 12ms (Views: 8.1ms)
563
+
564
+
565
+ Started PUT "/locales" for ::1 at 2015-04-01 18:41:45 +0200
566
+ Processing by LocalesController#update as HTML
567
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"bfu86TrGuQTlcuVqoMb1/PIAfKfV5b7Ttp8ubWTaB7/E4hSMdTywN8sZtluNJMwZfEqPrmbDfgY8PWxGHNX9FQ==", "files"=>[{"'path'"=>"/Users/lokson/locales_panel/test/dummy/config/locales/en.yml", "'content'"=>"en:\r\n hello: \"Hello world\"\r\n"}, {"'path'"=>"/Users/lokson/locales_panel/test/dummy/config/locales/pl.yml", "'content'"=>"pl:\r\n hello: \"Witaj świecie\"\r\n"}]}
568
+ Completed 500 Internal Server Error in 55706ms
569
+
570
+ ActionView::MissingTemplate (Missing template locales/update, application/update with {:locale=>[:en], :formats=>[:html], :variants=>[], :handlers=>[:erb, :builder, :raw, :ruby]}. Searched in:
571
+ * "/Users/lokson/locales_panel/test/dummy/app/views"
572
+ * "/Users/lokson/locales_panel/app/views"
573
+ ):
574
+ actionview (4.2.1) lib/action_view/path_set.rb:46:in `find'
575
+ actionview (4.2.1) lib/action_view/lookup_context.rb:121:in `find'
576
+ actionview (4.2.1) lib/action_view/renderer/abstract_renderer.rb:18:in `find_template'
577
+ actionview (4.2.1) lib/action_view/renderer/template_renderer.rb:40:in `determine_template'
578
+ actionview (4.2.1) lib/action_view/renderer/template_renderer.rb:8:in `render'
579
+ actionview (4.2.1) lib/action_view/renderer/renderer.rb:42:in `render_template'
580
+ actionview (4.2.1) lib/action_view/renderer/renderer.rb:23:in `render'
581
+ actionview (4.2.1) lib/action_view/rendering.rb:100:in `_render_template'
582
+ actionpack (4.2.1) lib/action_controller/metal/streaming.rb:217:in `_render_template'
583
+ actionview (4.2.1) lib/action_view/rendering.rb:83:in `render_to_body'
584
+ actionpack (4.2.1) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
585
+ actionpack (4.2.1) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
586
+ actionpack (4.2.1) lib/abstract_controller/rendering.rb:25:in `render'
587
+ actionpack (4.2.1) lib/action_controller/metal/rendering.rb:16:in `render'
588
+ actionpack (4.2.1) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
589
+ activesupport (4.2.1) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
590
+ /Users/lokson/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/benchmark.rb:303:in `realtime'
591
+ activesupport (4.2.1) lib/active_support/core_ext/benchmark.rb:12:in `ms'
592
+ actionpack (4.2.1) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
593
+ actionpack (4.2.1) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
594
+ actionpack (4.2.1) lib/action_controller/metal/instrumentation.rb:43:in `render'
595
+ actionpack (4.2.1) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
596
+ actionpack (4.2.1) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
597
+ actionpack (4.2.1) lib/abstract_controller/base.rb:198:in `process_action'
598
+ actionpack (4.2.1) lib/action_controller/metal/rendering.rb:10:in `process_action'
599
+ actionpack (4.2.1) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
600
+ activesupport (4.2.1) lib/active_support/callbacks.rb:117:in `call'
601
+ activesupport (4.2.1) lib/active_support/callbacks.rb:117:in `call'
602
+ activesupport (4.2.1) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
603
+ activesupport (4.2.1) lib/active_support/callbacks.rb:505:in `call'
604
+ activesupport (4.2.1) lib/active_support/callbacks.rb:505:in `call'
605
+ activesupport (4.2.1) lib/active_support/callbacks.rb:92:in `_run_callbacks'
606
+ activesupport (4.2.1) lib/active_support/callbacks.rb:776:in `_run_process_action_callbacks'
607
+ activesupport (4.2.1) lib/active_support/callbacks.rb:81:in `run_callbacks'
608
+ actionpack (4.2.1) lib/abstract_controller/callbacks.rb:19:in `process_action'
609
+ actionpack (4.2.1) lib/action_controller/metal/rescue.rb:29:in `process_action'
610
+ actionpack (4.2.1) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
611
+ activesupport (4.2.1) lib/active_support/notifications.rb:164:in `block in instrument'
612
+ activesupport (4.2.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
613
+ activesupport (4.2.1) lib/active_support/notifications.rb:164:in `instrument'
614
+ actionpack (4.2.1) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
615
+ actionpack (4.2.1) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
616
+ actionpack (4.2.1) lib/abstract_controller/base.rb:137:in `process'
617
+ actionview (4.2.1) lib/action_view/rendering.rb:30:in `process'
618
+ actionpack (4.2.1) lib/action_controller/metal.rb:196:in `dispatch'
619
+ actionpack (4.2.1) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
620
+ actionpack (4.2.1) lib/action_controller/metal.rb:237:in `block in action'
621
+ actionpack (4.2.1) lib/action_dispatch/routing/route_set.rb:74:in `call'
622
+ actionpack (4.2.1) lib/action_dispatch/routing/route_set.rb:74:in `dispatch'
623
+ actionpack (4.2.1) lib/action_dispatch/routing/route_set.rb:43:in `serve'
624
+ actionpack (4.2.1) lib/action_dispatch/journey/router.rb:43:in `block in serve'
625
+ actionpack (4.2.1) lib/action_dispatch/journey/router.rb:30:in `each'
626
+ actionpack (4.2.1) lib/action_dispatch/journey/router.rb:30:in `serve'
627
+ actionpack (4.2.1) lib/action_dispatch/routing/route_set.rb:819:in `call'
628
+ rack (1.6.0) lib/rack/etag.rb:24:in `call'
629
+ rack (1.6.0) lib/rack/conditionalget.rb:38:in `call'
630
+ rack (1.6.0) lib/rack/head.rb:13:in `call'
631
+ actionpack (4.2.1) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
632
+ actionpack (4.2.1) lib/action_dispatch/middleware/flash.rb:260:in `call'
633
+ rack (1.6.0) lib/rack/session/abstract/id.rb:225:in `context'
634
+ rack (1.6.0) lib/rack/session/abstract/id.rb:220:in `call'
635
+ actionpack (4.2.1) lib/action_dispatch/middleware/cookies.rb:560:in `call'
636
+ actionpack (4.2.1) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
637
+ activesupport (4.2.1) lib/active_support/callbacks.rb:88:in `call'
638
+ activesupport (4.2.1) lib/active_support/callbacks.rb:88:in `_run_callbacks'
639
+ activesupport (4.2.1) lib/active_support/callbacks.rb:776:in `_run_call_callbacks'
640
+ activesupport (4.2.1) lib/active_support/callbacks.rb:81:in `run_callbacks'
641
+ actionpack (4.2.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
642
+ actionpack (4.2.1) lib/action_dispatch/middleware/reloader.rb:73:in `call'
643
+ actionpack (4.2.1) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
644
+ actionpack (4.2.1) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
645
+ actionpack (4.2.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
646
+ railties (4.2.1) lib/rails/rack/logger.rb:38:in `call_app'
647
+ railties (4.2.1) lib/rails/rack/logger.rb:20:in `block in call'
648
+ activesupport (4.2.1) lib/active_support/tagged_logging.rb:68:in `block in tagged'
649
+ activesupport (4.2.1) lib/active_support/tagged_logging.rb:26:in `tagged'
650
+ activesupport (4.2.1) lib/active_support/tagged_logging.rb:68:in `tagged'
651
+ railties (4.2.1) lib/rails/rack/logger.rb:20:in `call'
652
+ actionpack (4.2.1) lib/action_dispatch/middleware/request_id.rb:21:in `call'
653
+ rack (1.6.0) lib/rack/methodoverride.rb:22:in `call'
654
+ rack (1.6.0) lib/rack/runtime.rb:18:in `call'
655
+ activesupport (4.2.1) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
656
+ rack (1.6.0) lib/rack/lock.rb:17:in `call'
657
+ actionpack (4.2.1) lib/action_dispatch/middleware/static.rb:113:in `call'
658
+ rack (1.6.0) lib/rack/sendfile.rb:113:in `call'
659
+ railties (4.2.1) lib/rails/engine.rb:518:in `call'
660
+ railties (4.2.1) lib/rails/application.rb:164:in `call'
661
+ rack (1.6.0) lib/rack/lock.rb:17:in `call'
662
+ rack (1.6.0) lib/rack/content_length.rb:15:in `call'
663
+ rack (1.6.0) lib/rack/handler/webrick.rb:89:in `service'
664
+ /Users/lokson/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
665
+ /Users/lokson/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
666
+ /Users/lokson/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
667
+
668
+
669
+ Rendered /Users/lokson/.rvm/gems/ruby-2.2.0@locales_panel/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/_source.erb (123.0ms)
670
+ Rendered /Users/lokson/.rvm/gems/ruby-2.2.0@locales_panel/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (35.7ms)
671
+ Rendered /Users/lokson/.rvm/gems/ruby-2.2.0@locales_panel/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (4.7ms)
672
+ Rendered /Users/lokson/.rvm/gems/ruby-2.2.0@locales_panel/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/missing_template.html.erb within rescues/layout (198.6ms)
673
+
674
+
675
+ Started PUT "/locales" for ::1 at 2015-04-01 18:42:48 +0200
676
+ Processing by LocalesController#update as HTML
677
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"bfu86TrGuQTlcuVqoMb1/PIAfKfV5b7Ttp8ubWTaB7/E4hSMdTywN8sZtluNJMwZfEqPrmbDfgY8PWxGHNX9FQ==", "files"=>[{"'path'"=>"/Users/lokson/locales_panel/test/dummy/config/locales/en.yml", "'content'"=>"en:\r\n hello: \"Hello world\"\r\n"}, {"'path'"=>"/Users/lokson/locales_panel/test/dummy/config/locales/pl.yml", "'content'"=>"pl:\r\n hello: \"Witaj świecie\"\r\n"}]}
678
+ Completed 500 Internal Server Error in 10ms
679
+
680
+ ActionView::MissingTemplate (Missing template locales/update, application/update with {:locale=>[:en], :formats=>[:html], :variants=>[], :handlers=>[:erb, :builder, :raw, :ruby]}. Searched in:
681
+ * "/Users/lokson/locales_panel/test/dummy/app/views"
682
+ * "/Users/lokson/locales_panel/app/views"
683
+ ):
684
+ actionview (4.2.1) lib/action_view/path_set.rb:46:in `find'
685
+ actionview (4.2.1) lib/action_view/lookup_context.rb:121:in `find'
686
+ actionview (4.2.1) lib/action_view/renderer/abstract_renderer.rb:18:in `find_template'
687
+ actionview (4.2.1) lib/action_view/renderer/template_renderer.rb:40:in `determine_template'
688
+ actionview (4.2.1) lib/action_view/renderer/template_renderer.rb:8:in `render'
689
+ actionview (4.2.1) lib/action_view/renderer/renderer.rb:42:in `render_template'
690
+ actionview (4.2.1) lib/action_view/renderer/renderer.rb:23:in `render'
691
+ actionview (4.2.1) lib/action_view/rendering.rb:100:in `_render_template'
692
+ actionpack (4.2.1) lib/action_controller/metal/streaming.rb:217:in `_render_template'
693
+ actionview (4.2.1) lib/action_view/rendering.rb:83:in `render_to_body'
694
+ actionpack (4.2.1) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
695
+ actionpack (4.2.1) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
696
+ actionpack (4.2.1) lib/abstract_controller/rendering.rb:25:in `render'
697
+ actionpack (4.2.1) lib/action_controller/metal/rendering.rb:16:in `render'
698
+ actionpack (4.2.1) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
699
+ activesupport (4.2.1) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
700
+ /Users/lokson/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/benchmark.rb:303:in `realtime'
701
+ activesupport (4.2.1) lib/active_support/core_ext/benchmark.rb:12:in `ms'
702
+ actionpack (4.2.1) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
703
+ actionpack (4.2.1) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
704
+ actionpack (4.2.1) lib/action_controller/metal/instrumentation.rb:43:in `render'
705
+ actionpack (4.2.1) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
706
+ actionpack (4.2.1) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
707
+ actionpack (4.2.1) lib/abstract_controller/base.rb:198:in `process_action'
708
+ actionpack (4.2.1) lib/action_controller/metal/rendering.rb:10:in `process_action'
709
+ actionpack (4.2.1) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
710
+ activesupport (4.2.1) lib/active_support/callbacks.rb:117:in `call'
711
+ activesupport (4.2.1) lib/active_support/callbacks.rb:117:in `call'
712
+ activesupport (4.2.1) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
713
+ activesupport (4.2.1) lib/active_support/callbacks.rb:505:in `call'
714
+ activesupport (4.2.1) lib/active_support/callbacks.rb:505:in `call'
715
+ activesupport (4.2.1) lib/active_support/callbacks.rb:92:in `_run_callbacks'
716
+ activesupport (4.2.1) lib/active_support/callbacks.rb:776:in `_run_process_action_callbacks'
717
+ activesupport (4.2.1) lib/active_support/callbacks.rb:81:in `run_callbacks'
718
+ actionpack (4.2.1) lib/abstract_controller/callbacks.rb:19:in `process_action'
719
+ actionpack (4.2.1) lib/action_controller/metal/rescue.rb:29:in `process_action'
720
+ actionpack (4.2.1) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
721
+ activesupport (4.2.1) lib/active_support/notifications.rb:164:in `block in instrument'
722
+ activesupport (4.2.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
723
+ activesupport (4.2.1) lib/active_support/notifications.rb:164:in `instrument'
724
+ actionpack (4.2.1) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
725
+ actionpack (4.2.1) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
726
+ actionpack (4.2.1) lib/abstract_controller/base.rb:137:in `process'
727
+ actionview (4.2.1) lib/action_view/rendering.rb:30:in `process'
728
+ actionpack (4.2.1) lib/action_controller/metal.rb:196:in `dispatch'
729
+ actionpack (4.2.1) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
730
+ actionpack (4.2.1) lib/action_controller/metal.rb:237:in `block in action'
731
+ actionpack (4.2.1) lib/action_dispatch/routing/route_set.rb:74:in `call'
732
+ actionpack (4.2.1) lib/action_dispatch/routing/route_set.rb:74:in `dispatch'
733
+ actionpack (4.2.1) lib/action_dispatch/routing/route_set.rb:43:in `serve'
734
+ actionpack (4.2.1) lib/action_dispatch/journey/router.rb:43:in `block in serve'
735
+ actionpack (4.2.1) lib/action_dispatch/journey/router.rb:30:in `each'
736
+ actionpack (4.2.1) lib/action_dispatch/journey/router.rb:30:in `serve'
737
+ actionpack (4.2.1) lib/action_dispatch/routing/route_set.rb:819:in `call'
738
+ rack (1.6.0) lib/rack/etag.rb:24:in `call'
739
+ rack (1.6.0) lib/rack/conditionalget.rb:38:in `call'
740
+ rack (1.6.0) lib/rack/head.rb:13:in `call'
741
+ actionpack (4.2.1) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
742
+ actionpack (4.2.1) lib/action_dispatch/middleware/flash.rb:260:in `call'
743
+ rack (1.6.0) lib/rack/session/abstract/id.rb:225:in `context'
744
+ rack (1.6.0) lib/rack/session/abstract/id.rb:220:in `call'
745
+ actionpack (4.2.1) lib/action_dispatch/middleware/cookies.rb:560:in `call'
746
+ actionpack (4.2.1) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
747
+ activesupport (4.2.1) lib/active_support/callbacks.rb:88:in `call'
748
+ activesupport (4.2.1) lib/active_support/callbacks.rb:88:in `_run_callbacks'
749
+ activesupport (4.2.1) lib/active_support/callbacks.rb:776:in `_run_call_callbacks'
750
+ activesupport (4.2.1) lib/active_support/callbacks.rb:81:in `run_callbacks'
751
+ actionpack (4.2.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
752
+ actionpack (4.2.1) lib/action_dispatch/middleware/reloader.rb:73:in `call'
753
+ actionpack (4.2.1) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
754
+ actionpack (4.2.1) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
755
+ actionpack (4.2.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
756
+ railties (4.2.1) lib/rails/rack/logger.rb:38:in `call_app'
757
+ railties (4.2.1) lib/rails/rack/logger.rb:20:in `block in call'
758
+ activesupport (4.2.1) lib/active_support/tagged_logging.rb:68:in `block in tagged'
759
+ activesupport (4.2.1) lib/active_support/tagged_logging.rb:26:in `tagged'
760
+ activesupport (4.2.1) lib/active_support/tagged_logging.rb:68:in `tagged'
761
+ railties (4.2.1) lib/rails/rack/logger.rb:20:in `call'
762
+ actionpack (4.2.1) lib/action_dispatch/middleware/request_id.rb:21:in `call'
763
+ rack (1.6.0) lib/rack/methodoverride.rb:22:in `call'
764
+ rack (1.6.0) lib/rack/runtime.rb:18:in `call'
765
+ activesupport (4.2.1) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
766
+ rack (1.6.0) lib/rack/lock.rb:17:in `call'
767
+ actionpack (4.2.1) lib/action_dispatch/middleware/static.rb:113:in `call'
768
+ rack (1.6.0) lib/rack/sendfile.rb:113:in `call'
769
+ railties (4.2.1) lib/rails/engine.rb:518:in `call'
770
+ railties (4.2.1) lib/rails/application.rb:164:in `call'
771
+ rack (1.6.0) lib/rack/lock.rb:17:in `call'
772
+ rack (1.6.0) lib/rack/content_length.rb:15:in `call'
773
+ rack (1.6.0) lib/rack/handler/webrick.rb:89:in `service'
774
+ /Users/lokson/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
775
+ /Users/lokson/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
776
+ /Users/lokson/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
777
+
778
+
779
+ Rendered /Users/lokson/.rvm/gems/ruby-2.2.0@locales_panel/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/_source.erb (127.7ms)
780
+ Rendered /Users/lokson/.rvm/gems/ruby-2.2.0@locales_panel/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (31.4ms)
781
+ Rendered /Users/lokson/.rvm/gems/ruby-2.2.0@locales_panel/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (3.9ms)
782
+ Rendered /Users/lokson/.rvm/gems/ruby-2.2.0@locales_panel/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/missing_template.html.erb within rescues/layout (198.3ms)
783
+
784
+
785
+ Started PUT "/locales" for ::1 at 2015-04-01 20:13:25 +0200
786
+ Processing by LocalesController#update as HTML
787
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"bfu86TrGuQTlcuVqoMb1/PIAfKfV5b7Ttp8ubWTaB7/E4hSMdTywN8sZtluNJMwZfEqPrmbDfgY8PWxGHNX9FQ==", "files"=>[{"'path'"=>"/Users/lokson/locales_panel/test/dummy/config/locales/en.yml", "'content'"=>"en:\r\n hello: \"Hello world\"\r\n"}, {"'path'"=>"/Users/lokson/locales_panel/test/dummy/config/locales/pl.yml", "'content'"=>"pl:\r\n hello: \"Witaj świecie\"\r\n"}]}