locales_admin 0.1.1

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 (96) hide show
  1. checksums.yaml +7 -0
  2. data/MIT-LICENSE +20 -0
  3. data/Rakefile +37 -0
  4. data/app/assets/javascripts/locales_admin/application.js +15 -0
  5. data/app/assets/stylesheets/locales_admin/application.css +15 -0
  6. data/app/controllers/locales_admin/application_controller.rb +4 -0
  7. data/app/controllers/locales_admin/main_controller.rb +26 -0
  8. data/app/helpers/locales_admin/application_helper.rb +4 -0
  9. data/app/views/layouts/locales_admin/application.html.erb +14 -0
  10. data/app/views/locales_admin/main/index.html.erb +16 -0
  11. data/app/views/locales_admin/main/show.js.erb +3 -0
  12. data/app/views/locales_admin/main/update.js.erb +1 -0
  13. data/config/routes.rb +5 -0
  14. data/lib/locales_admin/engine.rb +5 -0
  15. data/lib/locales_admin/version.rb +3 -0
  16. data/lib/locales_admin.rb +13 -0
  17. data/lib/tasks/locales_admin_tasks.rake +4 -0
  18. data/test/dummy/README.rdoc +28 -0
  19. data/test/dummy/Rakefile +6 -0
  20. data/test/dummy/app/assets/javascripts/application.js +13 -0
  21. data/test/dummy/app/assets/stylesheets/application.css +15 -0
  22. data/test/dummy/app/controllers/application_controller.rb +5 -0
  23. data/test/dummy/app/helpers/application_helper.rb +2 -0
  24. data/test/dummy/app/views/layouts/application.html.erb +14 -0
  25. data/test/dummy/bin/bundle +3 -0
  26. data/test/dummy/bin/rails +4 -0
  27. data/test/dummy/bin/rake +4 -0
  28. data/test/dummy/bin/setup +29 -0
  29. data/test/dummy/config/application.rb +26 -0
  30. data/test/dummy/config/boot.rb +5 -0
  31. data/test/dummy/config/database.yml +25 -0
  32. data/test/dummy/config/environment.rb +5 -0
  33. data/test/dummy/config/environments/development.rb +41 -0
  34. data/test/dummy/config/environments/production.rb +79 -0
  35. data/test/dummy/config/environments/test.rb +42 -0
  36. data/test/dummy/config/initializers/assets.rb +11 -0
  37. data/test/dummy/config/initializers/backtrace_silencers.rb +7 -0
  38. data/test/dummy/config/initializers/cookies_serializer.rb +3 -0
  39. data/test/dummy/config/initializers/filter_parameter_logging.rb +4 -0
  40. data/test/dummy/config/initializers/inflections.rb +16 -0
  41. data/test/dummy/config/initializers/mime_types.rb +4 -0
  42. data/test/dummy/config/initializers/session_store.rb +3 -0
  43. data/test/dummy/config/initializers/wrap_parameters.rb +14 -0
  44. data/test/dummy/config/locales/en.yml +2 -0
  45. data/test/dummy/config/routes.rb +4 -0
  46. data/test/dummy/config/secrets.yml +22 -0
  47. data/test/dummy/config.ru +4 -0
  48. data/test/dummy/db/development.sqlite3 +0 -0
  49. data/test/dummy/log/development.log +1937 -0
  50. data/test/dummy/public/404.html +67 -0
  51. data/test/dummy/public/422.html +67 -0
  52. data/test/dummy/public/500.html +66 -0
  53. data/test/dummy/public/favicon.ico +0 -0
  54. data/test/dummy/tmp/cache/assets/development/sprockets/v3.0/0f84jlzRaFOK9AQq5q87vWIW1yswKxK7KUjuTvfQeAo.cache +1 -0
  55. data/test/dummy/tmp/cache/assets/development/sprockets/v3.0/3ynr_ktt6EIPoXtVAi8u_oRxbRwVySK7MvEBaUDpKqk.cache +1 -0
  56. data/test/dummy/tmp/cache/assets/development/sprockets/v3.0/4epPxmBk-UJhEX9hl9Dqgnd5JgPBDmb15TfByS5tvOs.cache +1 -0
  57. data/test/dummy/tmp/cache/assets/development/sprockets/v3.0/5IGyucupZeeiOffWHYWbbpqAT4N-jEgfvbO3cIRr-yA.cache +0 -0
  58. data/test/dummy/tmp/cache/assets/development/sprockets/v3.0/5xYBvCmVXUYbVp3vtxAaX5QgGcMMSjNjaSIvhgZa_iM.cache +1 -0
  59. data/test/dummy/tmp/cache/assets/development/sprockets/v3.0/6CSYiQlgPFGGYAJKSAAVVTXq4CTqFhCZG6PYxbmxqKI.cache +0 -0
  60. data/test/dummy/tmp/cache/assets/development/sprockets/v3.0/7RaGUA4eSJWqTynVqC2bPdq8jUY0h9MrDJfv4n-i5N0.cache +2 -0
  61. data/test/dummy/tmp/cache/assets/development/sprockets/v3.0/9xEVnIk4scs-b0Kj96JlGf68SAGs61Ffdz6vl0VTB0s.cache +0 -0
  62. data/test/dummy/tmp/cache/assets/development/sprockets/v3.0/AXzsj0UMuH-YoITsKn-g8nule6VWy_JRzcyUcpXCTVg.cache +1 -0
  63. data/test/dummy/tmp/cache/assets/development/sprockets/v3.0/B0vrhtdeEocTZst5ui5LpHy0BBjQ1lKIMBylcydGe8o.cache +1 -0
  64. data/test/dummy/tmp/cache/assets/development/sprockets/v3.0/BEYniDU_LifhSF9fe_Ldw8CmNKUTuL55armFF8F8NMI.cache +0 -0
  65. data/test/dummy/tmp/cache/assets/development/sprockets/v3.0/BgC_DATwFBihAafRPTKiXjjR3H8D1bkbo0T9nZg5EQ8.cache +1 -0
  66. data/test/dummy/tmp/cache/assets/development/sprockets/v3.0/CU7X1vbZ9XQM2w960RciGM0ua1sJ9f2enDANg_E-Ku0.cache +0 -0
  67. data/test/dummy/tmp/cache/assets/development/sprockets/v3.0/EfZm_DazRzTZmlEkuTXzDcLGcl-lN0y86ibMHzDgX9o.cache +0 -0
  68. data/test/dummy/tmp/cache/assets/development/sprockets/v3.0/JEW9sKMXE3rEj8-Uu5dpcBjJ9t_AehSdeReUdaxcqUw.cache +0 -0
  69. data/test/dummy/tmp/cache/assets/development/sprockets/v3.0/JQm6Cgm4i0uZO5NDd5wNHCqn0QKHvfB-Qs27XgATLCE.cache +0 -0
  70. data/test/dummy/tmp/cache/assets/development/sprockets/v3.0/LCHIUEQkYHy2Rfu5Lhioz8yhtYE7E1mubPCZ4skeuZY.cache +3 -0
  71. data/test/dummy/tmp/cache/assets/development/sprockets/v3.0/La8YSy8agz4v3VwgP7wo2aQlzN2dPH1EtjeYlz5xGDE.cache +1 -0
  72. data/test/dummy/tmp/cache/assets/development/sprockets/v3.0/M5L0AfJcgEjSjJS8t9QEjIaYBh61UieP998cu5Fl8AA.cache +0 -0
  73. data/test/dummy/tmp/cache/assets/development/sprockets/v3.0/O7axxzDoe0MPLPSGbdLPDSIE8-twwNyAi0TqMpsp89M.cache +2 -0
  74. data/test/dummy/tmp/cache/assets/development/sprockets/v3.0/SHwjb4B0tMhgvUYxUUw614GZ2TKAwvsITMvwrAbzcC4.cache +1 -0
  75. data/test/dummy/tmp/cache/assets/development/sprockets/v3.0/SPl9MTMMDSHqCHgG2dOKUTeeloW_QLZmb6WTHtnIkPw.cache +1 -0
  76. data/test/dummy/tmp/cache/assets/development/sprockets/v3.0/U5vTCzxmtLdAiUrJkgKuNzCkhR7T82N1153feH7hmhQ.cache +1 -0
  77. data/test/dummy/tmp/cache/assets/development/sprockets/v3.0/WCXy8EXPKSDfDGGbl1zhYfXBy5GuyhdJ91GAF7o1S5s.cache +1 -0
  78. data/test/dummy/tmp/cache/assets/development/sprockets/v3.0/X25Ep9EfBtDrG7yJpWgX0x--ghoVQXUoPA2TSrefgl0.cache +1 -0
  79. data/test/dummy/tmp/cache/assets/development/sprockets/v3.0/_Af3iNFfQddckiRDqKHbzCBONkpF1iP8i7lopyPeLfs.cache +0 -0
  80. data/test/dummy/tmp/cache/assets/development/sprockets/v3.0/_Is-4cx0Qf22i56rmuThnRlKCBD2YiQ7bbgOAoEF5Ag.cache +2 -0
  81. data/test/dummy/tmp/cache/assets/development/sprockets/v3.0/eDLWdltwwkk-fq95QWWx72JB10xENSXhhLUvCE8MT3Y.cache +2 -0
  82. data/test/dummy/tmp/cache/assets/development/sprockets/v3.0/eGSQaATZVGZ4d8dXApFtkx0OWQUvzhn0_1xoUY1FeDg.cache +0 -0
  83. data/test/dummy/tmp/cache/assets/development/sprockets/v3.0/j_q-HgJBtd91GnTAw-5kL5zr3QFJrwJbIboQU2No1CA.cache +1 -0
  84. data/test/dummy/tmp/cache/assets/development/sprockets/v3.0/o8vui5e-lfivK5AKsy9tqv3B9YB6k-YhUz_wGX93Czc.cache +1 -0
  85. data/test/dummy/tmp/cache/assets/development/sprockets/v3.0/ocrEvVw0WpZgUfDA_dVBx6Q5hzNWbDGO0OEYTVORPzE.cache +1 -0
  86. data/test/dummy/tmp/cache/assets/development/sprockets/v3.0/p_ygPgLhrpsB4R6s6NAaCnqZLUyRodpu98vSexaVm-Y.cache +2 -0
  87. data/test/dummy/tmp/cache/assets/development/sprockets/v3.0/rnYqV-dj88oZSJ_Ga3FHzccbIbi0FTwK4WTaoQzaniI.cache +0 -0
  88. data/test/dummy/tmp/cache/assets/development/sprockets/v3.0/sjMbbAU_EWk7dt7YpBcAS5M-JIabBSFFldOwkqel_8I.cache +0 -0
  89. data/test/dummy/tmp/cache/assets/development/sprockets/v3.0/tfbMz3wczhKAYZiioB0eyC_pRmMmehphVU2uoAHKYYs.cache +1 -0
  90. data/test/dummy/tmp/cache/assets/development/sprockets/v3.0/ueJ594zNLJNiUW9J75HAlfvydwZHyHlCe1wtTdRDpfg.cache +0 -0
  91. data/test/dummy/tmp/cache/assets/development/sprockets/v3.0/zcLaTLrggoLdD0Yy0xuix3t-IKcfQDpStLm8-YuQPHE.cache +1 -0
  92. data/test/dummy/tmp/cache/assets/development/sprockets/v3.0/zgs3z9WqHTquaCBt1WyuARDM5ObyVH9UYjujH35iUpo.cache +0 -0
  93. data/test/integration/navigation_test.rb +10 -0
  94. data/test/locales_admin_test.rb +7 -0
  95. data/test/test_helper.rb +20 -0
  96. metadata +259 -0
@@ -0,0 +1,1937 @@
1
+
2
+
3
+ Started GET "/" for 127.0.0.1 at 2015-06-16 13:25:29 +0700
4
+ Processing by Rails::WelcomeController#index as HTML
5
+ Rendered /home/cybergarage/.rvm/gems/ruby-2.1.5/gems/railties-4.2.1/lib/rails/templates/rails/welcome/index.html.erb (1.1ms)
6
+ Completed 200 OK in 5ms (Views: 4.7ms | ActiveRecord: 0.0ms)
7
+
8
+
9
+ Started GET "/" for 127.0.0.1 at 2015-06-16 13:25:35 +0700
10
+ Processing by Rails::WelcomeController#index as HTML
11
+ Rendered /home/cybergarage/.rvm/gems/ruby-2.1.5/gems/railties-4.2.1/lib/rails/templates/rails/welcome/index.html.erb (0.0ms)
12
+ Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
13
+
14
+
15
+ Started GET "/" for 127.0.0.1 at 2015-06-16 13:25:36 +0700
16
+ Processing by Rails::WelcomeController#index as HTML
17
+ Rendered /home/cybergarage/.rvm/gems/ruby-2.1.5/gems/railties-4.2.1/lib/rails/templates/rails/welcome/index.html.erb (0.1ms)
18
+ Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
19
+
20
+
21
+ Started GET "/" for 127.0.0.1 at 2015-06-16 13:25:37 +0700
22
+ Processing by Rails::WelcomeController#index as HTML
23
+ Rendered /home/cybergarage/.rvm/gems/ruby-2.1.5/gems/railties-4.2.1/lib/rails/templates/rails/welcome/index.html.erb (0.1ms)
24
+ Completed 200 OK in 1ms (Views: 1.1ms | ActiveRecord: 0.0ms)
25
+
26
+
27
+ Started GET "/" for 127.0.0.1 at 2015-06-16 13:25:37 +0700
28
+ Processing by Rails::WelcomeController#index as HTML
29
+ Rendered /home/cybergarage/.rvm/gems/ruby-2.1.5/gems/railties-4.2.1/lib/rails/templates/rails/welcome/index.html.erb (0.1ms)
30
+ Completed 200 OK in 1ms (Views: 1.0ms | ActiveRecord: 0.0ms)
31
+
32
+
33
+ Started GET "/" for 127.0.0.1 at 2015-06-16 13:25:38 +0700
34
+ Processing by Rails::WelcomeController#index as HTML
35
+ Rendered /home/cybergarage/.rvm/gems/ruby-2.1.5/gems/railties-4.2.1/lib/rails/templates/rails/welcome/index.html.erb (0.1ms)
36
+ Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
37
+
38
+
39
+ Started GET "/locales_admin" for 127.0.0.1 at 2015-06-16 13:25:41 +0700
40
+ Processing by LocalesAdmin::MainController#index as HTML
41
+ Completed 500 Internal Server Error in 3ms (ActiveRecord: 0.0ms)
42
+
43
+ ActionView::MissingTemplate (Missing template locales_admin/main/index, locales_admin/application/index with {:locale=>[:en], :formats=>[:html], :variants=>[], :handlers=>[:erb, :builder, :raw, :ruby]}. Searched in:
44
+ * "/home/cybergarage/workspaces/locales_admin/test/dummy/app/views"
45
+ * "/home/cybergarage/workspaces/locales_admin/app/views"
46
+ ):
47
+ actionview (4.2.1) lib/action_view/path_set.rb:46:in `find'
48
+ actionview (4.2.1) lib/action_view/lookup_context.rb:121:in `find'
49
+ actionview (4.2.1) lib/action_view/renderer/abstract_renderer.rb:18:in `find_template'
50
+ actionview (4.2.1) lib/action_view/renderer/template_renderer.rb:40:in `determine_template'
51
+ actionview (4.2.1) lib/action_view/renderer/template_renderer.rb:8:in `render'
52
+ actionview (4.2.1) lib/action_view/renderer/renderer.rb:42:in `render_template'
53
+ actionview (4.2.1) lib/action_view/renderer/renderer.rb:23:in `render'
54
+ actionview (4.2.1) lib/action_view/rendering.rb:100:in `_render_template'
55
+ actionpack (4.2.1) lib/action_controller/metal/streaming.rb:217:in `_render_template'
56
+ actionview (4.2.1) lib/action_view/rendering.rb:83:in `render_to_body'
57
+ actionpack (4.2.1) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
58
+ actionpack (4.2.1) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
59
+ actionpack (4.2.1) lib/abstract_controller/rendering.rb:25:in `render'
60
+ actionpack (4.2.1) lib/action_controller/metal/rendering.rb:16:in `render'
61
+ actionpack (4.2.1) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
62
+ activesupport (4.2.1) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
63
+ /home/cybergarage/.rvm/rubies/ruby-2.1.5/lib/ruby/2.1.0/benchmark.rb:294:in `realtime'
64
+ activesupport (4.2.1) lib/active_support/core_ext/benchmark.rb:12:in `ms'
65
+ actionpack (4.2.1) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
66
+ actionpack (4.2.1) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
67
+ activerecord (4.2.1) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
68
+ actionpack (4.2.1) lib/action_controller/metal/instrumentation.rb:43:in `render'
69
+ actionpack (4.2.1) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
70
+ actionpack (4.2.1) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
71
+ actionpack (4.2.1) lib/abstract_controller/base.rb:198:in `process_action'
72
+ actionpack (4.2.1) lib/action_controller/metal/rendering.rb:10:in `process_action'
73
+ actionpack (4.2.1) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
74
+ activesupport (4.2.1) lib/active_support/callbacks.rb:117:in `call'
75
+ activesupport (4.2.1) lib/active_support/callbacks.rb:117:in `call'
76
+ activesupport (4.2.1) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
77
+ activesupport (4.2.1) lib/active_support/callbacks.rb:505:in `call'
78
+ activesupport (4.2.1) lib/active_support/callbacks.rb:505:in `call'
79
+ activesupport (4.2.1) lib/active_support/callbacks.rb:92:in `_run_callbacks'
80
+ activesupport (4.2.1) lib/active_support/callbacks.rb:776:in `_run_process_action_callbacks'
81
+ activesupport (4.2.1) lib/active_support/callbacks.rb:81:in `run_callbacks'
82
+ actionpack (4.2.1) lib/abstract_controller/callbacks.rb:19:in `process_action'
83
+ actionpack (4.2.1) lib/action_controller/metal/rescue.rb:29:in `process_action'
84
+ actionpack (4.2.1) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
85
+ activesupport (4.2.1) lib/active_support/notifications.rb:164:in `block in instrument'
86
+ activesupport (4.2.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
87
+ activesupport (4.2.1) lib/active_support/notifications.rb:164:in `instrument'
88
+ actionpack (4.2.1) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
89
+ actionpack (4.2.1) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
90
+ activerecord (4.2.1) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
91
+ actionpack (4.2.1) lib/abstract_controller/base.rb:137:in `process'
92
+ actionview (4.2.1) lib/action_view/rendering.rb:30:in `process'
93
+ actionpack (4.2.1) lib/action_controller/metal.rb:196:in `dispatch'
94
+ actionpack (4.2.1) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
95
+ actionpack (4.2.1) lib/action_controller/metal.rb:237:in `block in action'
96
+ actionpack (4.2.1) lib/action_dispatch/routing/route_set.rb:74:in `call'
97
+ actionpack (4.2.1) lib/action_dispatch/routing/route_set.rb:74:in `dispatch'
98
+ actionpack (4.2.1) lib/action_dispatch/routing/route_set.rb:43:in `serve'
99
+ actionpack (4.2.1) lib/action_dispatch/journey/router.rb:43:in `block in serve'
100
+ actionpack (4.2.1) lib/action_dispatch/journey/router.rb:30:in `each'
101
+ actionpack (4.2.1) lib/action_dispatch/journey/router.rb:30:in `serve'
102
+ actionpack (4.2.1) lib/action_dispatch/routing/route_set.rb:819:in `call'
103
+ railties (4.2.1) lib/rails/engine.rb:518:in `call'
104
+ railties (4.2.1) lib/rails/railtie.rb:194:in `public_send'
105
+ railties (4.2.1) lib/rails/railtie.rb:194:in `method_missing'
106
+ actionpack (4.2.1) lib/action_dispatch/routing/mapper.rb:51:in `serve'
107
+ actionpack (4.2.1) lib/action_dispatch/journey/router.rb:43:in `block in serve'
108
+ actionpack (4.2.1) lib/action_dispatch/journey/router.rb:30:in `each'
109
+ actionpack (4.2.1) lib/action_dispatch/journey/router.rb:30:in `serve'
110
+ actionpack (4.2.1) lib/action_dispatch/routing/route_set.rb:819:in `call'
111
+ rack (1.6.1) lib/rack/etag.rb:24:in `call'
112
+ rack (1.6.1) lib/rack/conditionalget.rb:25:in `call'
113
+ rack (1.6.1) lib/rack/head.rb:13:in `call'
114
+ actionpack (4.2.1) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
115
+ actionpack (4.2.1) lib/action_dispatch/middleware/flash.rb:260:in `call'
116
+ rack (1.6.1) lib/rack/session/abstract/id.rb:225:in `context'
117
+ rack (1.6.1) lib/rack/session/abstract/id.rb:220:in `call'
118
+ actionpack (4.2.1) lib/action_dispatch/middleware/cookies.rb:560:in `call'
119
+ activerecord (4.2.1) lib/active_record/query_cache.rb:36:in `call'
120
+ activerecord (4.2.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:649:in `call'
121
+ activerecord (4.2.1) lib/active_record/migration.rb:378:in `call'
122
+ actionpack (4.2.1) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
123
+ activesupport (4.2.1) lib/active_support/callbacks.rb:88:in `call'
124
+ activesupport (4.2.1) lib/active_support/callbacks.rb:88:in `_run_callbacks'
125
+ activesupport (4.2.1) lib/active_support/callbacks.rb:776:in `_run_call_callbacks'
126
+ activesupport (4.2.1) lib/active_support/callbacks.rb:81:in `run_callbacks'
127
+ actionpack (4.2.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
128
+ actionpack (4.2.1) lib/action_dispatch/middleware/reloader.rb:73:in `call'
129
+ actionpack (4.2.1) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
130
+ actionpack (4.2.1) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
131
+ actionpack (4.2.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
132
+ railties (4.2.1) lib/rails/rack/logger.rb:38:in `call_app'
133
+ railties (4.2.1) lib/rails/rack/logger.rb:20:in `block in call'
134
+ activesupport (4.2.1) lib/active_support/tagged_logging.rb:68:in `block in tagged'
135
+ activesupport (4.2.1) lib/active_support/tagged_logging.rb:26:in `tagged'
136
+ activesupport (4.2.1) lib/active_support/tagged_logging.rb:68:in `tagged'
137
+ railties (4.2.1) lib/rails/rack/logger.rb:20:in `call'
138
+ actionpack (4.2.1) lib/action_dispatch/middleware/request_id.rb:21:in `call'
139
+ rack (1.6.1) lib/rack/methodoverride.rb:22:in `call'
140
+ rack (1.6.1) lib/rack/runtime.rb:18:in `call'
141
+ activesupport (4.2.1) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
142
+ rack (1.6.1) lib/rack/lock.rb:17:in `call'
143
+ actionpack (4.2.1) lib/action_dispatch/middleware/static.rb:113:in `call'
144
+ rack (1.6.1) lib/rack/sendfile.rb:113:in `call'
145
+ railties (4.2.1) lib/rails/engine.rb:518:in `call'
146
+ railties (4.2.1) lib/rails/application.rb:164:in `call'
147
+ rack (1.6.1) lib/rack/lock.rb:17:in `call'
148
+ rack (1.6.1) lib/rack/content_length.rb:15:in `call'
149
+ rack (1.6.1) lib/rack/handler/webrick.rb:89:in `service'
150
+ /home/cybergarage/.rvm/rubies/ruby-2.1.5/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service'
151
+ /home/cybergarage/.rvm/rubies/ruby-2.1.5/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run'
152
+ /home/cybergarage/.rvm/rubies/ruby-2.1.5/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread'
153
+
154
+
155
+ Rendered /home/cybergarage/.rvm/gems/ruby-2.1.5/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/_source.erb (10.3ms)
156
+ Rendered /home/cybergarage/.rvm/gems/ruby-2.1.5/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.0ms)
157
+ Rendered /home/cybergarage/.rvm/gems/ruby-2.1.5/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (9.9ms)
158
+ Rendered /home/cybergarage/.rvm/gems/ruby-2.1.5/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/missing_template.html.erb within rescues/layout (36.4ms)
159
+
160
+
161
+ Started GET "/locales_admin" for 127.0.0.1 at 2015-06-16 13:26:32 +0700
162
+ Processing by LocalesAdmin::MainController#index as HTML
163
+ Rendered /home/cybergarage/workspaces/locales_admin/app/views/locales_admin/main/index.html.erb within layouts/locales_admin/application (38.4ms)
164
+ Completed 500 Internal Server Error in 41ms (ActiveRecord: 0.0ms)
165
+
166
+ ActionView::Template::Error (undefined method `locales_admin_path' for #<#<Class:0x0000000480de60>:0x00000002fd19f0>):
167
+ 3: <ul>
168
+ 4: <% @files.each do |file| %>
169
+ 5: <li>
170
+ 6: <%= link_to file.match(/locales\/.*/), locales_admin_path(file: file), remote: true, method: :post %>
171
+ 7: </li>
172
+ 8: <% end %>
173
+ 9: </ul>
174
+ /home/cybergarage/workspaces/locales_admin/app/views/locales_admin/main/index.html.erb:6:in `block in __home_cybergarage_workspaces_locales_admin_app_views_locales_admin_main_index_html_erb__3556893786739798211_25007600'
175
+ /home/cybergarage/workspaces/locales_admin/app/views/locales_admin/main/index.html.erb:4:in `each'
176
+ /home/cybergarage/workspaces/locales_admin/app/views/locales_admin/main/index.html.erb:4:in `__home_cybergarage_workspaces_locales_admin_app_views_locales_admin_main_index_html_erb__3556893786739798211_25007600'
177
+ actionview (4.2.1) lib/action_view/template.rb:145:in `block in render'
178
+ activesupport (4.2.1) lib/active_support/notifications.rb:166:in `instrument'
179
+ actionview (4.2.1) lib/action_view/template.rb:333:in `instrument'
180
+ actionview (4.2.1) lib/action_view/template.rb:143:in `render'
181
+ actionview (4.2.1) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template'
182
+ actionview (4.2.1) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
183
+ activesupport (4.2.1) lib/active_support/notifications.rb:164:in `block in instrument'
184
+ activesupport (4.2.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
185
+ activesupport (4.2.1) lib/active_support/notifications.rb:164:in `instrument'
186
+ actionview (4.2.1) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
187
+ actionview (4.2.1) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'
188
+ actionview (4.2.1) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'
189
+ actionview (4.2.1) lib/action_view/renderer/template_renderer.rb:52:in `render_template'
190
+ actionview (4.2.1) lib/action_view/renderer/template_renderer.rb:14:in `render'
191
+ actionview (4.2.1) lib/action_view/renderer/renderer.rb:42:in `render_template'
192
+ actionview (4.2.1) lib/action_view/renderer/renderer.rb:23:in `render'
193
+ actionview (4.2.1) lib/action_view/rendering.rb:100:in `_render_template'
194
+ actionpack (4.2.1) lib/action_controller/metal/streaming.rb:217:in `_render_template'
195
+ actionview (4.2.1) lib/action_view/rendering.rb:83:in `render_to_body'
196
+ actionpack (4.2.1) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
197
+ actionpack (4.2.1) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
198
+ actionpack (4.2.1) lib/abstract_controller/rendering.rb:25:in `render'
199
+ actionpack (4.2.1) lib/action_controller/metal/rendering.rb:16:in `render'
200
+ actionpack (4.2.1) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
201
+ activesupport (4.2.1) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
202
+ /home/cybergarage/.rvm/rubies/ruby-2.1.5/lib/ruby/2.1.0/benchmark.rb:294:in `realtime'
203
+ activesupport (4.2.1) lib/active_support/core_ext/benchmark.rb:12:in `ms'
204
+ actionpack (4.2.1) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
205
+ actionpack (4.2.1) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
206
+ activerecord (4.2.1) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
207
+ actionpack (4.2.1) lib/action_controller/metal/instrumentation.rb:43:in `render'
208
+ actionpack (4.2.1) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
209
+ actionpack (4.2.1) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
210
+ actionpack (4.2.1) lib/abstract_controller/base.rb:198:in `process_action'
211
+ actionpack (4.2.1) lib/action_controller/metal/rendering.rb:10:in `process_action'
212
+ actionpack (4.2.1) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
213
+ activesupport (4.2.1) lib/active_support/callbacks.rb:117:in `call'
214
+ activesupport (4.2.1) lib/active_support/callbacks.rb:117:in `call'
215
+ activesupport (4.2.1) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
216
+ activesupport (4.2.1) lib/active_support/callbacks.rb:505:in `call'
217
+ activesupport (4.2.1) lib/active_support/callbacks.rb:505:in `call'
218
+ activesupport (4.2.1) lib/active_support/callbacks.rb:92:in `_run_callbacks'
219
+ activesupport (4.2.1) lib/active_support/callbacks.rb:776:in `_run_process_action_callbacks'
220
+ activesupport (4.2.1) lib/active_support/callbacks.rb:81:in `run_callbacks'
221
+ actionpack (4.2.1) lib/abstract_controller/callbacks.rb:19:in `process_action'
222
+ actionpack (4.2.1) lib/action_controller/metal/rescue.rb:29:in `process_action'
223
+ actionpack (4.2.1) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
224
+ activesupport (4.2.1) lib/active_support/notifications.rb:164:in `block in instrument'
225
+ activesupport (4.2.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
226
+ activesupport (4.2.1) lib/active_support/notifications.rb:164:in `instrument'
227
+ actionpack (4.2.1) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
228
+ actionpack (4.2.1) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
229
+ activerecord (4.2.1) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
230
+ actionpack (4.2.1) lib/abstract_controller/base.rb:137:in `process'
231
+ actionview (4.2.1) lib/action_view/rendering.rb:30:in `process'
232
+ actionpack (4.2.1) lib/action_controller/metal.rb:196:in `dispatch'
233
+ actionpack (4.2.1) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
234
+ actionpack (4.2.1) lib/action_controller/metal.rb:237:in `block in action'
235
+ actionpack (4.2.1) lib/action_dispatch/routing/route_set.rb:74:in `call'
236
+ actionpack (4.2.1) lib/action_dispatch/routing/route_set.rb:74:in `dispatch'
237
+ actionpack (4.2.1) lib/action_dispatch/routing/route_set.rb:43:in `serve'
238
+ actionpack (4.2.1) lib/action_dispatch/journey/router.rb:43:in `block in serve'
239
+ actionpack (4.2.1) lib/action_dispatch/journey/router.rb:30:in `each'
240
+ actionpack (4.2.1) lib/action_dispatch/journey/router.rb:30:in `serve'
241
+ actionpack (4.2.1) lib/action_dispatch/routing/route_set.rb:819:in `call'
242
+ railties (4.2.1) lib/rails/engine.rb:518:in `call'
243
+ railties (4.2.1) lib/rails/railtie.rb:194:in `public_send'
244
+ railties (4.2.1) lib/rails/railtie.rb:194:in `method_missing'
245
+ actionpack (4.2.1) lib/action_dispatch/routing/mapper.rb:51:in `serve'
246
+ actionpack (4.2.1) lib/action_dispatch/journey/router.rb:43:in `block in serve'
247
+ actionpack (4.2.1) lib/action_dispatch/journey/router.rb:30:in `each'
248
+ actionpack (4.2.1) lib/action_dispatch/journey/router.rb:30:in `serve'
249
+ actionpack (4.2.1) lib/action_dispatch/routing/route_set.rb:819:in `call'
250
+ rack (1.6.1) lib/rack/etag.rb:24:in `call'
251
+ rack (1.6.1) lib/rack/conditionalget.rb:25:in `call'
252
+ rack (1.6.1) lib/rack/head.rb:13:in `call'
253
+ actionpack (4.2.1) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
254
+ actionpack (4.2.1) lib/action_dispatch/middleware/flash.rb:260:in `call'
255
+ rack (1.6.1) lib/rack/session/abstract/id.rb:225:in `context'
256
+ rack (1.6.1) lib/rack/session/abstract/id.rb:220:in `call'
257
+ actionpack (4.2.1) lib/action_dispatch/middleware/cookies.rb:560:in `call'
258
+ activerecord (4.2.1) lib/active_record/query_cache.rb:36:in `call'
259
+ activerecord (4.2.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:649:in `call'
260
+ activerecord (4.2.1) lib/active_record/migration.rb:378:in `call'
261
+ actionpack (4.2.1) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
262
+ activesupport (4.2.1) lib/active_support/callbacks.rb:88:in `call'
263
+ activesupport (4.2.1) lib/active_support/callbacks.rb:88:in `_run_callbacks'
264
+ activesupport (4.2.1) lib/active_support/callbacks.rb:776:in `_run_call_callbacks'
265
+ activesupport (4.2.1) lib/active_support/callbacks.rb:81:in `run_callbacks'
266
+ actionpack (4.2.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
267
+ actionpack (4.2.1) lib/action_dispatch/middleware/reloader.rb:73:in `call'
268
+ actionpack (4.2.1) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
269
+ actionpack (4.2.1) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
270
+ actionpack (4.2.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
271
+ railties (4.2.1) lib/rails/rack/logger.rb:38:in `call_app'
272
+ railties (4.2.1) lib/rails/rack/logger.rb:20:in `block in call'
273
+ activesupport (4.2.1) lib/active_support/tagged_logging.rb:68:in `block in tagged'
274
+ activesupport (4.2.1) lib/active_support/tagged_logging.rb:26:in `tagged'
275
+ activesupport (4.2.1) lib/active_support/tagged_logging.rb:68:in `tagged'
276
+ railties (4.2.1) lib/rails/rack/logger.rb:20:in `call'
277
+ actionpack (4.2.1) lib/action_dispatch/middleware/request_id.rb:21:in `call'
278
+ rack (1.6.1) lib/rack/methodoverride.rb:22:in `call'
279
+ rack (1.6.1) lib/rack/runtime.rb:18:in `call'
280
+ activesupport (4.2.1) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
281
+ rack (1.6.1) lib/rack/lock.rb:17:in `call'
282
+ actionpack (4.2.1) lib/action_dispatch/middleware/static.rb:113:in `call'
283
+ rack (1.6.1) lib/rack/sendfile.rb:113:in `call'
284
+ railties (4.2.1) lib/rails/engine.rb:518:in `call'
285
+ railties (4.2.1) lib/rails/application.rb:164:in `call'
286
+ rack (1.6.1) lib/rack/lock.rb:17:in `call'
287
+ rack (1.6.1) lib/rack/content_length.rb:15:in `call'
288
+ rack (1.6.1) lib/rack/handler/webrick.rb:89:in `service'
289
+ /home/cybergarage/.rvm/rubies/ruby-2.1.5/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service'
290
+ /home/cybergarage/.rvm/rubies/ruby-2.1.5/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run'
291
+ /home/cybergarage/.rvm/rubies/ruby-2.1.5/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread'
292
+
293
+
294
+ Rendered /home/cybergarage/.rvm/gems/ruby-2.1.5/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/_source.erb (18.2ms)
295
+ Rendered /home/cybergarage/.rvm/gems/ruby-2.1.5/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.4ms)
296
+ Rendered /home/cybergarage/.rvm/gems/ruby-2.1.5/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.1ms)
297
+ Rendered /home/cybergarage/.rvm/gems/ruby-2.1.5/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (35.0ms)
298
+
299
+
300
+ Started GET "/locales_admin" for 127.0.0.1 at 2015-06-16 13:27:05 +0700
301
+ Processing by LocalesAdmin::MainController#index as HTML
302
+ Rendered /home/cybergarage/workspaces/locales_admin/app/views/locales_admin/main/index.html.erb within layouts/locales_admin/application (1.9ms)
303
+ Completed 200 OK in 200ms (Views: 199.6ms | ActiveRecord: 0.0ms)
304
+
305
+
306
+ Started GET "/assets/locales_admin/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for 127.0.0.1 at 2015-06-16 13:27:05 +0700
307
+
308
+
309
+ Started GET "/assets/locales_admin/application.self-8f06a73c35179188914ab50e057157639fce1401c1cdca640ac9cec33746fc5b.js?body=1" for 127.0.0.1 at 2015-06-16 13:27:05 +0700
310
+
311
+
312
+ Started GET "/locales_admin/locales_admin?file=%2Fhome%2Fcybergarage%2Fworkspaces%2Flocales_admin%2Ftest%2Fdummy%2Fconfig%2Flocales%2Fen.yml" for 127.0.0.1 at 2015-06-16 13:27:07 +0700
313
+
314
+ ActionController::RoutingError (uninitialized constant LocalesAdmin::LocalesAdminController):
315
+ activesupport (4.2.1) lib/active_support/inflector/methods.rb:263:in `const_get'
316
+ activesupport (4.2.1) lib/active_support/inflector/methods.rb:263:in `block in constantize'
317
+ activesupport (4.2.1) lib/active_support/inflector/methods.rb:259:in `each'
318
+ activesupport (4.2.1) lib/active_support/inflector/methods.rb:259:in `inject'
319
+ activesupport (4.2.1) lib/active_support/inflector/methods.rb:259:in `constantize'
320
+ actionpack (4.2.1) lib/action_dispatch/routing/route_set.rb:70:in `controller_reference'
321
+ actionpack (4.2.1) lib/action_dispatch/routing/route_set.rb:60:in `controller'
322
+ actionpack (4.2.1) lib/action_dispatch/routing/route_set.rb:39:in `serve'
323
+ actionpack (4.2.1) lib/action_dispatch/journey/router.rb:43:in `block in serve'
324
+ actionpack (4.2.1) lib/action_dispatch/journey/router.rb:30:in `each'
325
+ actionpack (4.2.1) lib/action_dispatch/journey/router.rb:30:in `serve'
326
+ actionpack (4.2.1) lib/action_dispatch/routing/route_set.rb:819:in `call'
327
+ railties (4.2.1) lib/rails/engine.rb:518:in `call'
328
+ railties (4.2.1) lib/rails/railtie.rb:194:in `public_send'
329
+ railties (4.2.1) lib/rails/railtie.rb:194:in `method_missing'
330
+ actionpack (4.2.1) lib/action_dispatch/routing/mapper.rb:51:in `serve'
331
+ actionpack (4.2.1) lib/action_dispatch/journey/router.rb:43:in `block in serve'
332
+ actionpack (4.2.1) lib/action_dispatch/journey/router.rb:30:in `each'
333
+ actionpack (4.2.1) lib/action_dispatch/journey/router.rb:30:in `serve'
334
+ actionpack (4.2.1) lib/action_dispatch/routing/route_set.rb:819:in `call'
335
+ rack (1.6.1) lib/rack/etag.rb:24:in `call'
336
+ rack (1.6.1) lib/rack/conditionalget.rb:25:in `call'
337
+ rack (1.6.1) lib/rack/head.rb:13:in `call'
338
+ actionpack (4.2.1) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
339
+ actionpack (4.2.1) lib/action_dispatch/middleware/flash.rb:260:in `call'
340
+ rack (1.6.1) lib/rack/session/abstract/id.rb:225:in `context'
341
+ rack (1.6.1) lib/rack/session/abstract/id.rb:220:in `call'
342
+ actionpack (4.2.1) lib/action_dispatch/middleware/cookies.rb:560:in `call'
343
+ activerecord (4.2.1) lib/active_record/query_cache.rb:36:in `call'
344
+ activerecord (4.2.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:649:in `call'
345
+ activerecord (4.2.1) lib/active_record/migration.rb:378:in `call'
346
+ actionpack (4.2.1) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
347
+ activesupport (4.2.1) lib/active_support/callbacks.rb:88:in `call'
348
+ activesupport (4.2.1) lib/active_support/callbacks.rb:88:in `_run_callbacks'
349
+ activesupport (4.2.1) lib/active_support/callbacks.rb:776:in `_run_call_callbacks'
350
+ activesupport (4.2.1) lib/active_support/callbacks.rb:81:in `run_callbacks'
351
+ actionpack (4.2.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
352
+ actionpack (4.2.1) lib/action_dispatch/middleware/reloader.rb:73:in `call'
353
+ actionpack (4.2.1) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
354
+ actionpack (4.2.1) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
355
+ actionpack (4.2.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
356
+ railties (4.2.1) lib/rails/rack/logger.rb:38:in `call_app'
357
+ railties (4.2.1) lib/rails/rack/logger.rb:20:in `block in call'
358
+ activesupport (4.2.1) lib/active_support/tagged_logging.rb:68:in `block in tagged'
359
+ activesupport (4.2.1) lib/active_support/tagged_logging.rb:26:in `tagged'
360
+ activesupport (4.2.1) lib/active_support/tagged_logging.rb:68:in `tagged'
361
+ railties (4.2.1) lib/rails/rack/logger.rb:20:in `call'
362
+ actionpack (4.2.1) lib/action_dispatch/middleware/request_id.rb:21:in `call'
363
+ rack (1.6.1) lib/rack/methodoverride.rb:22:in `call'
364
+ rack (1.6.1) lib/rack/runtime.rb:18:in `call'
365
+ activesupport (4.2.1) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
366
+ rack (1.6.1) lib/rack/lock.rb:17:in `call'
367
+ actionpack (4.2.1) lib/action_dispatch/middleware/static.rb:113:in `call'
368
+ rack (1.6.1) lib/rack/sendfile.rb:113:in `call'
369
+ railties (4.2.1) lib/rails/engine.rb:518:in `call'
370
+ railties (4.2.1) lib/rails/application.rb:164:in `call'
371
+ rack (1.6.1) lib/rack/lock.rb:17:in `call'
372
+ rack (1.6.1) lib/rack/content_length.rb:15:in `call'
373
+ rack (1.6.1) lib/rack/handler/webrick.rb:89:in `service'
374
+ /home/cybergarage/.rvm/rubies/ruby-2.1.5/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service'
375
+ /home/cybergarage/.rvm/rubies/ruby-2.1.5/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run'
376
+ /home/cybergarage/.rvm/rubies/ruby-2.1.5/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread'
377
+
378
+
379
+ Rendered /home/cybergarage/.rvm/gems/ruby-2.1.5/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (5.0ms)
380
+ Rendered /home/cybergarage/.rvm/gems/ruby-2.1.5/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.9ms)
381
+ Rendered /home/cybergarage/.rvm/gems/ruby-2.1.5/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.3ms)
382
+ Rendered /home/cybergarage/.rvm/gems/ruby-2.1.5/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/routes/_table.html.erb (17.9ms)
383
+ Rendered /home/cybergarage/.rvm/gems/ruby-2.1.5/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (2.9ms)
384
+ Rendered /home/cybergarage/.rvm/gems/ruby-2.1.5/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (58.1ms)
385
+
386
+
387
+ Started GET "/locales_admin/locales_admin?file=%2Fhome%2Fcybergarage%2Fworkspaces%2Flocales_admin%2Ftest%2Fdummy%2Fconfig%2Flocales%2Fen.yml" for 127.0.0.1 at 2015-06-16 13:27:27 +0700
388
+ Processing by LocalesAdmin::MainController#index as HTML
389
+ Parameters: {"file"=>"/home/cybergarage/workspaces/locales_admin/test/dummy/config/locales/en.yml"}
390
+ Rendered /home/cybergarage/workspaces/locales_admin/app/views/locales_admin/main/index.html.erb within layouts/locales_admin/application (0.8ms)
391
+ Completed 200 OK in 11ms (Views: 10.4ms | ActiveRecord: 0.0ms)
392
+
393
+
394
+ Started GET "/assets/locales_admin/application.self-8f06a73c35179188914ab50e057157639fce1401c1cdca640ac9cec33746fc5b.js?body=1" for 127.0.0.1 at 2015-06-16 13:27:27 +0700
395
+
396
+
397
+ Started GET "/assets/locales_admin/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for 127.0.0.1 at 2015-06-16 13:27:27 +0700
398
+
399
+
400
+ Started GET "/locales_admin/locales_admin?file=%2Fhome%2Fcybergarage%2Fworkspaces%2Flocales_admin%2Ftest%2Fdummy%2Fconfig%2Flocales%2Fen.yml" for 127.0.0.1 at 2015-06-16 13:27:29 +0700
401
+ Processing by LocalesAdmin::MainController#index as HTML
402
+ Parameters: {"file"=>"/home/cybergarage/workspaces/locales_admin/test/dummy/config/locales/en.yml"}
403
+ Rendered /home/cybergarage/workspaces/locales_admin/app/views/locales_admin/main/index.html.erb within layouts/locales_admin/application (0.6ms)
404
+ Completed 200 OK in 12ms (Views: 11.1ms | ActiveRecord: 0.0ms)
405
+
406
+
407
+ Started GET "/locales_admin/locales_admin?file=%2Fhome%2Fcybergarage%2Fworkspaces%2Flocales_admin%2Ftest%2Fdummy%2Fconfig%2Flocales%2Fen.yml" for 127.0.0.1 at 2015-06-16 13:27:30 +0700
408
+ Processing by LocalesAdmin::MainController#index as HTML
409
+ Parameters: {"file"=>"/home/cybergarage/workspaces/locales_admin/test/dummy/config/locales/en.yml"}
410
+ Rendered /home/cybergarage/workspaces/locales_admin/app/views/locales_admin/main/index.html.erb within layouts/locales_admin/application (0.7ms)
411
+ Completed 200 OK in 11ms (Views: 10.4ms | ActiveRecord: 0.0ms)
412
+
413
+
414
+ Started GET "/locales_admin/locales_admin?file=%2Fhome%2Fcybergarage%2Fworkspaces%2Flocales_admin%2Ftest%2Fdummy%2Fconfig%2Flocales%2Fen.yml" for 127.0.0.1 at 2015-06-16 13:27:30 +0700
415
+ Processing by LocalesAdmin::MainController#index as HTML
416
+ Parameters: {"file"=>"/home/cybergarage/workspaces/locales_admin/test/dummy/config/locales/en.yml"}
417
+ Rendered /home/cybergarage/workspaces/locales_admin/app/views/locales_admin/main/index.html.erb within layouts/locales_admin/application (0.8ms)
418
+ Completed 200 OK in 12ms (Views: 11.4ms | ActiveRecord: 0.0ms)
419
+
420
+
421
+ Started GET "/locales_admin" for 127.0.0.1 at 2015-06-16 13:27:37 +0700
422
+ Processing by LocalesAdmin::MainController#index as HTML
423
+ Rendered /home/cybergarage/workspaces/locales_admin/app/views/locales_admin/main/index.html.erb within layouts/locales_admin/application (0.8ms)
424
+ Completed 200 OK in 11ms (Views: 10.8ms | ActiveRecord: 0.0ms)
425
+
426
+
427
+ Started GET "/locales_admin/locales_admin?file=%2Fhome%2Fcybergarage%2Fworkspaces%2Flocales_admin%2Ftest%2Fdummy%2Fconfig%2Flocales%2Fen.yml" for 127.0.0.1 at 2015-06-16 13:28:02 +0700
428
+ Processing by LocalesAdmin::MainController#index as HTML
429
+ Parameters: {"file"=>"/home/cybergarage/workspaces/locales_admin/test/dummy/config/locales/en.yml"}
430
+ Rendered /home/cybergarage/workspaces/locales_admin/app/views/locales_admin/main/index.html.erb within layouts/locales_admin/application (0.9ms)
431
+ Completed 200 OK in 14ms (Views: 13.3ms | ActiveRecord: 0.0ms)
432
+
433
+
434
+ Started GET "/locales_admin/locales_admin?file=%2Fhome%2Fcybergarage%2Fworkspaces%2Flocales_admin%2Ftest%2Fdummy%2Fconfig%2Flocales%2Fen.yml" for 127.0.0.1 at 2015-06-16 13:28:08 +0700
435
+ Processing by LocalesAdmin::MainController#index as HTML
436
+ Parameters: {"file"=>"/home/cybergarage/workspaces/locales_admin/test/dummy/config/locales/en.yml"}
437
+ Rendered /home/cybergarage/workspaces/locales_admin/app/views/locales_admin/main/index.html.erb within layouts/locales_admin/application (0.8ms)
438
+ Completed 200 OK in 12ms (Views: 12.1ms | ActiveRecord: 0.0ms)
439
+
440
+
441
+ Started GET "/locales_admin/locales_admin?file=%2Fhome%2Fcybergarage%2Fworkspaces%2Flocales_admin%2Ftest%2Fdummy%2Fconfig%2Flocales%2Fen.yml" for 127.0.0.1 at 2015-06-16 13:29:22 +0700
442
+
443
+ ActionController::RoutingError (No route matches [GET] "/locales_admin/locales_admin"):
444
+ actionpack (4.2.1) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
445
+ actionpack (4.2.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
446
+ railties (4.2.1) lib/rails/rack/logger.rb:38:in `call_app'
447
+ railties (4.2.1) lib/rails/rack/logger.rb:20:in `block in call'
448
+ activesupport (4.2.1) lib/active_support/tagged_logging.rb:68:in `block in tagged'
449
+ activesupport (4.2.1) lib/active_support/tagged_logging.rb:26:in `tagged'
450
+ activesupport (4.2.1) lib/active_support/tagged_logging.rb:68:in `tagged'
451
+ railties (4.2.1) lib/rails/rack/logger.rb:20:in `call'
452
+ actionpack (4.2.1) lib/action_dispatch/middleware/request_id.rb:21:in `call'
453
+ rack (1.6.1) lib/rack/methodoverride.rb:22:in `call'
454
+ rack (1.6.1) lib/rack/runtime.rb:18:in `call'
455
+ activesupport (4.2.1) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
456
+ rack (1.6.1) lib/rack/lock.rb:17:in `call'
457
+ actionpack (4.2.1) lib/action_dispatch/middleware/static.rb:113:in `call'
458
+ rack (1.6.1) lib/rack/sendfile.rb:113:in `call'
459
+ railties (4.2.1) lib/rails/engine.rb:518:in `call'
460
+ railties (4.2.1) lib/rails/application.rb:164:in `call'
461
+ rack (1.6.1) lib/rack/lock.rb:17:in `call'
462
+ rack (1.6.1) lib/rack/content_length.rb:15:in `call'
463
+ rack (1.6.1) lib/rack/handler/webrick.rb:89:in `service'
464
+ /home/cybergarage/.rvm/rubies/ruby-2.1.5/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service'
465
+ /home/cybergarage/.rvm/rubies/ruby-2.1.5/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run'
466
+ /home/cybergarage/.rvm/rubies/ruby-2.1.5/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread'
467
+
468
+
469
+ Rendered /home/cybergarage/.rvm/gems/ruby-2.1.5/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.6ms)
470
+ Rendered /home/cybergarage/.rvm/gems/ruby-2.1.5/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.7ms)
471
+ Rendered /home/cybergarage/.rvm/gems/ruby-2.1.5/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.2ms)
472
+ Rendered /home/cybergarage/.rvm/gems/ruby-2.1.5/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/routes/_table.html.erb (6.4ms)
473
+ Rendered /home/cybergarage/.rvm/gems/ruby-2.1.5/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (10.7ms)
474
+ Rendered /home/cybergarage/.rvm/gems/ruby-2.1.5/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (38.7ms)
475
+
476
+
477
+ Started GET "/locales_admin" for 127.0.0.1 at 2015-06-16 13:29:34 +0700
478
+ Processing by LocalesAdmin::MainController#index as HTML
479
+ Rendered /home/cybergarage/workspaces/locales_admin/app/views/locales_admin/main/index.html.erb within layouts/locales_admin/application (1.4ms)
480
+ Completed 500 Internal Server Error in 177ms (ActiveRecord: 0.0ms)
481
+
482
+ ActionView::Template::Error (couldn't find file 'jquery' with type 'application/javascript'):
483
+ 3: <head>
484
+ 4: <title>LocalesAdmin</title>
485
+ 5: <%= stylesheet_link_tag "locales_admin/application", media: "all" %>
486
+ 6: <%= javascript_include_tag "locales_admin/application" %>
487
+ 7: <%= csrf_meta_tags %>
488
+ 8: </head>
489
+ 9: <body>
490
+ /home/cybergarage/workspaces/locales_admin/app/assets/javascripts/locales_admin/application.js:13
491
+ sprockets (3.2.0) lib/sprockets/resolve.rb:64:in `resolve!'
492
+ sprockets (3.2.0) lib/sprockets/directive_processor.rb:399:in `resolve'
493
+ sprockets (3.2.0) lib/sprockets/directive_processor.rb:207:in `process_require_directive'
494
+ sprockets (3.2.0) lib/sprockets/directive_processor.rb:180:in `block in process_directives'
495
+ sprockets (3.2.0) lib/sprockets/directive_processor.rb:178:in `each'
496
+ sprockets (3.2.0) lib/sprockets/directive_processor.rb:178:in `process_directives'
497
+ sprockets (3.2.0) lib/sprockets/directive_processor.rb:83:in `_call'
498
+ sprockets (3.2.0) lib/sprockets/directive_processor.rb:68:in `call'
499
+ sprockets (3.2.0) lib/sprockets/processor_utils.rb:75:in `call_processor'
500
+ sprockets (3.2.0) lib/sprockets/processor_utils.rb:57:in `block in call_processors'
501
+ sprockets (3.2.0) lib/sprockets/processor_utils.rb:56:in `reverse_each'
502
+ sprockets (3.2.0) lib/sprockets/processor_utils.rb:56:in `call_processors'
503
+ sprockets (3.2.0) lib/sprockets/loader.rb:86:in `load_asset_by_uri'
504
+ sprockets (3.2.0) lib/sprockets/loader.rb:45:in `block in load'
505
+ sprockets (3.2.0) lib/sprockets/loader.rb:155:in `fetch_asset_from_dependency_cache'
506
+ sprockets (3.2.0) lib/sprockets/loader.rb:38:in `load'
507
+ sprockets (3.2.0) lib/sprockets/cached_environment.rb:20:in `block in initialize'
508
+ sprockets (3.2.0) lib/sprockets/cached_environment.rb:47:in `yield'
509
+ sprockets (3.2.0) lib/sprockets/cached_environment.rb:47:in `load'
510
+ sprockets (3.2.0) lib/sprockets/bundle.rb:23:in `block in call'
511
+ sprockets (3.2.0) lib/sprockets/utils.rb:183:in `dfs'
512
+ sprockets (3.2.0) lib/sprockets/bundle.rb:24:in `call'
513
+ sprockets (3.2.0) lib/sprockets/processor_utils.rb:75:in `call_processor'
514
+ sprockets (3.2.0) lib/sprockets/processor_utils.rb:57:in `block in call_processors'
515
+ sprockets (3.2.0) lib/sprockets/processor_utils.rb:56:in `reverse_each'
516
+ sprockets (3.2.0) lib/sprockets/processor_utils.rb:56:in `call_processors'
517
+ sprockets (3.2.0) lib/sprockets/loader.rb:86:in `load_asset_by_uri'
518
+ sprockets (3.2.0) lib/sprockets/loader.rb:45:in `block in load'
519
+ sprockets (3.2.0) lib/sprockets/loader.rb:155:in `fetch_asset_from_dependency_cache'
520
+ sprockets (3.2.0) lib/sprockets/loader.rb:38:in `load'
521
+ sprockets (3.2.0) lib/sprockets/cached_environment.rb:20:in `block in initialize'
522
+ sprockets (3.2.0) lib/sprockets/cached_environment.rb:47:in `yield'
523
+ sprockets (3.2.0) lib/sprockets/cached_environment.rb:47:in `load'
524
+ sprockets (3.2.0) lib/sprockets/base.rb:63:in `find_asset'
525
+ sprockets (3.2.0) lib/sprockets/environment.rb:30:in `find_asset'
526
+ sprockets (3.2.0) lib/sprockets/base.rb:89:in `[]'
527
+ sprockets-rails (2.3.1) lib/sprockets/rails/helper.rb:243:in `lookup_asset_for_path'
528
+ sprockets-rails (2.3.1) lib/sprockets/rails/helper.rb:203:in `check_errors_for'
529
+ sprockets-rails (2.3.1) lib/sprockets/rails/helper.rb:150:in `block in javascript_include_tag'
530
+ sprockets-rails (2.3.1) lib/sprockets/rails/helper.rb:149:in `map'
531
+ sprockets-rails (2.3.1) lib/sprockets/rails/helper.rb:149:in `javascript_include_tag'
532
+ /home/cybergarage/workspaces/locales_admin/app/views/layouts/locales_admin/application.html.erb:6:in `__home_cybergarage_workspaces_locales_admin_app_views_layouts_locales_admin_application_html_erb__1564117568713429389_25778720'
533
+ actionview (4.2.1) lib/action_view/template.rb:145:in `block in render'
534
+ activesupport (4.2.1) lib/active_support/notifications.rb:166:in `instrument'
535
+ actionview (4.2.1) lib/action_view/template.rb:333:in `instrument'
536
+ actionview (4.2.1) lib/action_view/template.rb:143:in `render'
537
+ actionview (4.2.1) lib/action_view/renderer/template_renderer.rb:66:in `render_with_layout'
538
+ actionview (4.2.1) lib/action_view/renderer/template_renderer.rb:52:in `render_template'
539
+ actionview (4.2.1) lib/action_view/renderer/template_renderer.rb:14:in `render'
540
+ actionview (4.2.1) lib/action_view/renderer/renderer.rb:42:in `render_template'
541
+ actionview (4.2.1) lib/action_view/renderer/renderer.rb:23:in `render'
542
+ actionview (4.2.1) lib/action_view/rendering.rb:100:in `_render_template'
543
+ actionpack (4.2.1) lib/action_controller/metal/streaming.rb:217:in `_render_template'
544
+ actionview (4.2.1) lib/action_view/rendering.rb:83:in `render_to_body'
545
+ actionpack (4.2.1) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
546
+ actionpack (4.2.1) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
547
+ actionpack (4.2.1) lib/abstract_controller/rendering.rb:25:in `render'
548
+ actionpack (4.2.1) lib/action_controller/metal/rendering.rb:16:in `render'
549
+ actionpack (4.2.1) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
550
+ activesupport (4.2.1) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
551
+ /home/cybergarage/.rvm/rubies/ruby-2.1.5/lib/ruby/2.1.0/benchmark.rb:294:in `realtime'
552
+ activesupport (4.2.1) lib/active_support/core_ext/benchmark.rb:12:in `ms'
553
+ actionpack (4.2.1) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
554
+ actionpack (4.2.1) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
555
+ activerecord (4.2.1) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
556
+ actionpack (4.2.1) lib/action_controller/metal/instrumentation.rb:43:in `render'
557
+ actionpack (4.2.1) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
558
+ actionpack (4.2.1) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
559
+ actionpack (4.2.1) lib/abstract_controller/base.rb:198:in `process_action'
560
+ actionpack (4.2.1) lib/action_controller/metal/rendering.rb:10:in `process_action'
561
+ actionpack (4.2.1) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
562
+ activesupport (4.2.1) lib/active_support/callbacks.rb:117:in `call'
563
+ activesupport (4.2.1) lib/active_support/callbacks.rb:117:in `call'
564
+ activesupport (4.2.1) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
565
+ activesupport (4.2.1) lib/active_support/callbacks.rb:505:in `call'
566
+ activesupport (4.2.1) lib/active_support/callbacks.rb:505:in `call'
567
+ activesupport (4.2.1) lib/active_support/callbacks.rb:92:in `_run_callbacks'
568
+ activesupport (4.2.1) lib/active_support/callbacks.rb:776:in `_run_process_action_callbacks'
569
+ activesupport (4.2.1) lib/active_support/callbacks.rb:81:in `run_callbacks'
570
+ actionpack (4.2.1) lib/abstract_controller/callbacks.rb:19:in `process_action'
571
+ actionpack (4.2.1) lib/action_controller/metal/rescue.rb:29:in `process_action'
572
+ actionpack (4.2.1) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
573
+ activesupport (4.2.1) lib/active_support/notifications.rb:164:in `block in instrument'
574
+ activesupport (4.2.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
575
+ activesupport (4.2.1) lib/active_support/notifications.rb:164:in `instrument'
576
+ actionpack (4.2.1) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
577
+ actionpack (4.2.1) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
578
+ activerecord (4.2.1) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
579
+ actionpack (4.2.1) lib/abstract_controller/base.rb:137:in `process'
580
+ actionview (4.2.1) lib/action_view/rendering.rb:30:in `process'
581
+ actionpack (4.2.1) lib/action_controller/metal.rb:196:in `dispatch'
582
+ actionpack (4.2.1) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
583
+ actionpack (4.2.1) lib/action_controller/metal.rb:237:in `block in action'
584
+ actionpack (4.2.1) lib/action_dispatch/routing/route_set.rb:74:in `call'
585
+ actionpack (4.2.1) lib/action_dispatch/routing/route_set.rb:74:in `dispatch'
586
+ actionpack (4.2.1) lib/action_dispatch/routing/route_set.rb:43:in `serve'
587
+ actionpack (4.2.1) lib/action_dispatch/journey/router.rb:43:in `block in serve'
588
+ actionpack (4.2.1) lib/action_dispatch/journey/router.rb:30:in `each'
589
+ actionpack (4.2.1) lib/action_dispatch/journey/router.rb:30:in `serve'
590
+ actionpack (4.2.1) lib/action_dispatch/routing/route_set.rb:819:in `call'
591
+ railties (4.2.1) lib/rails/engine.rb:518:in `call'
592
+ railties (4.2.1) lib/rails/railtie.rb:194:in `public_send'
593
+ railties (4.2.1) lib/rails/railtie.rb:194:in `method_missing'
594
+ actionpack (4.2.1) lib/action_dispatch/routing/mapper.rb:51:in `serve'
595
+ actionpack (4.2.1) lib/action_dispatch/journey/router.rb:43:in `block in serve'
596
+ actionpack (4.2.1) lib/action_dispatch/journey/router.rb:30:in `each'
597
+ actionpack (4.2.1) lib/action_dispatch/journey/router.rb:30:in `serve'
598
+ actionpack (4.2.1) lib/action_dispatch/routing/route_set.rb:819:in `call'
599
+ rack (1.6.1) lib/rack/etag.rb:24:in `call'
600
+ rack (1.6.1) lib/rack/conditionalget.rb:25:in `call'
601
+ rack (1.6.1) lib/rack/head.rb:13:in `call'
602
+ actionpack (4.2.1) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
603
+ actionpack (4.2.1) lib/action_dispatch/middleware/flash.rb:260:in `call'
604
+ rack (1.6.1) lib/rack/session/abstract/id.rb:225:in `context'
605
+ rack (1.6.1) lib/rack/session/abstract/id.rb:220:in `call'
606
+ actionpack (4.2.1) lib/action_dispatch/middleware/cookies.rb:560:in `call'
607
+ activerecord (4.2.1) lib/active_record/query_cache.rb:36:in `call'
608
+ activerecord (4.2.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:649:in `call'
609
+ activerecord (4.2.1) lib/active_record/migration.rb:378:in `call'
610
+ actionpack (4.2.1) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
611
+ activesupport (4.2.1) lib/active_support/callbacks.rb:88:in `call'
612
+ activesupport (4.2.1) lib/active_support/callbacks.rb:88:in `_run_callbacks'
613
+ activesupport (4.2.1) lib/active_support/callbacks.rb:776:in `_run_call_callbacks'
614
+ activesupport (4.2.1) lib/active_support/callbacks.rb:81:in `run_callbacks'
615
+ actionpack (4.2.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
616
+ actionpack (4.2.1) lib/action_dispatch/middleware/reloader.rb:73:in `call'
617
+ actionpack (4.2.1) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
618
+ actionpack (4.2.1) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
619
+ actionpack (4.2.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
620
+ railties (4.2.1) lib/rails/rack/logger.rb:38:in `call_app'
621
+ railties (4.2.1) lib/rails/rack/logger.rb:20:in `block in call'
622
+ activesupport (4.2.1) lib/active_support/tagged_logging.rb:68:in `block in tagged'
623
+ activesupport (4.2.1) lib/active_support/tagged_logging.rb:26:in `tagged'
624
+ activesupport (4.2.1) lib/active_support/tagged_logging.rb:68:in `tagged'
625
+ railties (4.2.1) lib/rails/rack/logger.rb:20:in `call'
626
+ actionpack (4.2.1) lib/action_dispatch/middleware/request_id.rb:21:in `call'
627
+ rack (1.6.1) lib/rack/methodoverride.rb:22:in `call'
628
+ rack (1.6.1) lib/rack/runtime.rb:18:in `call'
629
+ activesupport (4.2.1) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
630
+ rack (1.6.1) lib/rack/lock.rb:17:in `call'
631
+ actionpack (4.2.1) lib/action_dispatch/middleware/static.rb:113:in `call'
632
+ rack (1.6.1) lib/rack/sendfile.rb:113:in `call'
633
+ railties (4.2.1) lib/rails/engine.rb:518:in `call'
634
+ railties (4.2.1) lib/rails/application.rb:164:in `call'
635
+ rack (1.6.1) lib/rack/lock.rb:17:in `call'
636
+ rack (1.6.1) lib/rack/content_length.rb:15:in `call'
637
+ rack (1.6.1) lib/rack/handler/webrick.rb:89:in `service'
638
+ /home/cybergarage/.rvm/rubies/ruby-2.1.5/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service'
639
+ /home/cybergarage/.rvm/rubies/ruby-2.1.5/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run'
640
+ /home/cybergarage/.rvm/rubies/ruby-2.1.5/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread'
641
+
642
+
643
+ Rendered /home/cybergarage/.rvm/gems/ruby-2.1.5/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/_source.erb (11.9ms)
644
+ Rendered /home/cybergarage/.rvm/gems/ruby-2.1.5/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (4.1ms)
645
+ Rendered /home/cybergarage/.rvm/gems/ruby-2.1.5/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.2ms)
646
+ Rendered /home/cybergarage/.rvm/gems/ruby-2.1.5/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (25.6ms)
647
+
648
+
649
+ Started GET "/locales_admin" for 127.0.0.1 at 2015-06-16 13:30:44 +0700
650
+ Processing by LocalesAdmin::MainController#index as HTML
651
+ Rendered /home/cybergarage/workspaces/locales_admin/app/views/locales_admin/main/index.html.erb within layouts/locales_admin/application (1.9ms)
652
+ Completed 500 Internal Server Error in 201ms (ActiveRecord: 0.0ms)
653
+
654
+ ActionView::Template::Error (couldn't find file 'jquery' with type 'application/javascript'):
655
+ 3: <head>
656
+ 4: <title>LocalesAdmin</title>
657
+ 5: <%= stylesheet_link_tag "locales_admin/application", media: "all" %>
658
+ 6: <%= javascript_include_tag "locales_admin/application" %>
659
+ 7: <%= csrf_meta_tags %>
660
+ 8: </head>
661
+ 9: <body>
662
+ /home/cybergarage/workspaces/locales_admin/app/assets/javascripts/locales_admin/application.js:13
663
+ sprockets (3.2.0) lib/sprockets/resolve.rb:64:in `resolve!'
664
+ sprockets (3.2.0) lib/sprockets/directive_processor.rb:399:in `resolve'
665
+ sprockets (3.2.0) lib/sprockets/directive_processor.rb:207:in `process_require_directive'
666
+ sprockets (3.2.0) lib/sprockets/directive_processor.rb:180:in `block in process_directives'
667
+ sprockets (3.2.0) lib/sprockets/directive_processor.rb:178:in `each'
668
+ sprockets (3.2.0) lib/sprockets/directive_processor.rb:178:in `process_directives'
669
+ sprockets (3.2.0) lib/sprockets/directive_processor.rb:83:in `_call'
670
+ sprockets (3.2.0) lib/sprockets/directive_processor.rb:68:in `call'
671
+ sprockets (3.2.0) lib/sprockets/processor_utils.rb:75:in `call_processor'
672
+ sprockets (3.2.0) lib/sprockets/processor_utils.rb:57:in `block in call_processors'
673
+ sprockets (3.2.0) lib/sprockets/processor_utils.rb:56:in `reverse_each'
674
+ sprockets (3.2.0) lib/sprockets/processor_utils.rb:56:in `call_processors'
675
+ sprockets (3.2.0) lib/sprockets/loader.rb:86:in `load_asset_by_uri'
676
+ sprockets (3.2.0) lib/sprockets/loader.rb:45:in `block in load'
677
+ sprockets (3.2.0) lib/sprockets/loader.rb:155:in `fetch_asset_from_dependency_cache'
678
+ sprockets (3.2.0) lib/sprockets/loader.rb:38:in `load'
679
+ sprockets (3.2.0) lib/sprockets/cached_environment.rb:20:in `block in initialize'
680
+ sprockets (3.2.0) lib/sprockets/cached_environment.rb:47:in `yield'
681
+ sprockets (3.2.0) lib/sprockets/cached_environment.rb:47:in `load'
682
+ sprockets (3.2.0) lib/sprockets/bundle.rb:23:in `block in call'
683
+ sprockets (3.2.0) lib/sprockets/utils.rb:183:in `dfs'
684
+ sprockets (3.2.0) lib/sprockets/bundle.rb:24:in `call'
685
+ sprockets (3.2.0) lib/sprockets/processor_utils.rb:75:in `call_processor'
686
+ sprockets (3.2.0) lib/sprockets/processor_utils.rb:57:in `block in call_processors'
687
+ sprockets (3.2.0) lib/sprockets/processor_utils.rb:56:in `reverse_each'
688
+ sprockets (3.2.0) lib/sprockets/processor_utils.rb:56:in `call_processors'
689
+ sprockets (3.2.0) lib/sprockets/loader.rb:86:in `load_asset_by_uri'
690
+ sprockets (3.2.0) lib/sprockets/loader.rb:45:in `block in load'
691
+ sprockets (3.2.0) lib/sprockets/loader.rb:155:in `fetch_asset_from_dependency_cache'
692
+ sprockets (3.2.0) lib/sprockets/loader.rb:38:in `load'
693
+ sprockets (3.2.0) lib/sprockets/cached_environment.rb:20:in `block in initialize'
694
+ sprockets (3.2.0) lib/sprockets/cached_environment.rb:47:in `yield'
695
+ sprockets (3.2.0) lib/sprockets/cached_environment.rb:47:in `load'
696
+ sprockets (3.2.0) lib/sprockets/base.rb:63:in `find_asset'
697
+ sprockets (3.2.0) lib/sprockets/environment.rb:30:in `find_asset'
698
+ sprockets (3.2.0) lib/sprockets/base.rb:89:in `[]'
699
+ sprockets-rails (2.3.1) lib/sprockets/rails/helper.rb:243:in `lookup_asset_for_path'
700
+ sprockets-rails (2.3.1) lib/sprockets/rails/helper.rb:203:in `check_errors_for'
701
+ sprockets-rails (2.3.1) lib/sprockets/rails/helper.rb:150:in `block in javascript_include_tag'
702
+ sprockets-rails (2.3.1) lib/sprockets/rails/helper.rb:149:in `map'
703
+ sprockets-rails (2.3.1) lib/sprockets/rails/helper.rb:149:in `javascript_include_tag'
704
+ /home/cybergarage/workspaces/locales_admin/app/views/layouts/locales_admin/application.html.erb:6:in `__home_cybergarage_workspaces_locales_admin_app_views_layouts_locales_admin_application_html_erb___2264633699735441138_43364740'
705
+ actionview (4.2.1) lib/action_view/template.rb:145:in `block in render'
706
+ activesupport (4.2.1) lib/active_support/notifications.rb:166:in `instrument'
707
+ actionview (4.2.1) lib/action_view/template.rb:333:in `instrument'
708
+ actionview (4.2.1) lib/action_view/template.rb:143:in `render'
709
+ actionview (4.2.1) lib/action_view/renderer/template_renderer.rb:66:in `render_with_layout'
710
+ actionview (4.2.1) lib/action_view/renderer/template_renderer.rb:52:in `render_template'
711
+ actionview (4.2.1) lib/action_view/renderer/template_renderer.rb:14:in `render'
712
+ actionview (4.2.1) lib/action_view/renderer/renderer.rb:42:in `render_template'
713
+ actionview (4.2.1) lib/action_view/renderer/renderer.rb:23:in `render'
714
+ actionview (4.2.1) lib/action_view/rendering.rb:100:in `_render_template'
715
+ actionpack (4.2.1) lib/action_controller/metal/streaming.rb:217:in `_render_template'
716
+ actionview (4.2.1) lib/action_view/rendering.rb:83:in `render_to_body'
717
+ actionpack (4.2.1) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
718
+ actionpack (4.2.1) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
719
+ actionpack (4.2.1) lib/abstract_controller/rendering.rb:25:in `render'
720
+ actionpack (4.2.1) lib/action_controller/metal/rendering.rb:16:in `render'
721
+ actionpack (4.2.1) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
722
+ activesupport (4.2.1) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
723
+ /home/cybergarage/.rvm/rubies/ruby-2.1.5/lib/ruby/2.1.0/benchmark.rb:294:in `realtime'
724
+ activesupport (4.2.1) lib/active_support/core_ext/benchmark.rb:12:in `ms'
725
+ actionpack (4.2.1) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
726
+ actionpack (4.2.1) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
727
+ activerecord (4.2.1) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
728
+ actionpack (4.2.1) lib/action_controller/metal/instrumentation.rb:43:in `render'
729
+ actionpack (4.2.1) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
730
+ actionpack (4.2.1) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
731
+ actionpack (4.2.1) lib/abstract_controller/base.rb:198:in `process_action'
732
+ actionpack (4.2.1) lib/action_controller/metal/rendering.rb:10:in `process_action'
733
+ actionpack (4.2.1) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
734
+ activesupport (4.2.1) lib/active_support/callbacks.rb:117:in `call'
735
+ activesupport (4.2.1) lib/active_support/callbacks.rb:117:in `call'
736
+ activesupport (4.2.1) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
737
+ activesupport (4.2.1) lib/active_support/callbacks.rb:505:in `call'
738
+ activesupport (4.2.1) lib/active_support/callbacks.rb:505:in `call'
739
+ activesupport (4.2.1) lib/active_support/callbacks.rb:92:in `_run_callbacks'
740
+ activesupport (4.2.1) lib/active_support/callbacks.rb:776:in `_run_process_action_callbacks'
741
+ activesupport (4.2.1) lib/active_support/callbacks.rb:81:in `run_callbacks'
742
+ actionpack (4.2.1) lib/abstract_controller/callbacks.rb:19:in `process_action'
743
+ actionpack (4.2.1) lib/action_controller/metal/rescue.rb:29:in `process_action'
744
+ actionpack (4.2.1) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
745
+ activesupport (4.2.1) lib/active_support/notifications.rb:164:in `block in instrument'
746
+ activesupport (4.2.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
747
+ activesupport (4.2.1) lib/active_support/notifications.rb:164:in `instrument'
748
+ actionpack (4.2.1) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
749
+ actionpack (4.2.1) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
750
+ activerecord (4.2.1) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
751
+ actionpack (4.2.1) lib/abstract_controller/base.rb:137:in `process'
752
+ actionview (4.2.1) lib/action_view/rendering.rb:30:in `process'
753
+ actionpack (4.2.1) lib/action_controller/metal.rb:196:in `dispatch'
754
+ actionpack (4.2.1) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
755
+ actionpack (4.2.1) lib/action_controller/metal.rb:237:in `block in action'
756
+ actionpack (4.2.1) lib/action_dispatch/routing/route_set.rb:74:in `call'
757
+ actionpack (4.2.1) lib/action_dispatch/routing/route_set.rb:74:in `dispatch'
758
+ actionpack (4.2.1) lib/action_dispatch/routing/route_set.rb:43:in `serve'
759
+ actionpack (4.2.1) lib/action_dispatch/journey/router.rb:43:in `block in serve'
760
+ actionpack (4.2.1) lib/action_dispatch/journey/router.rb:30:in `each'
761
+ actionpack (4.2.1) lib/action_dispatch/journey/router.rb:30:in `serve'
762
+ actionpack (4.2.1) lib/action_dispatch/routing/route_set.rb:819:in `call'
763
+ railties (4.2.1) lib/rails/engine.rb:518:in `call'
764
+ railties (4.2.1) lib/rails/railtie.rb:194:in `public_send'
765
+ railties (4.2.1) lib/rails/railtie.rb:194:in `method_missing'
766
+ actionpack (4.2.1) lib/action_dispatch/routing/mapper.rb:51:in `serve'
767
+ actionpack (4.2.1) lib/action_dispatch/journey/router.rb:43:in `block in serve'
768
+ actionpack (4.2.1) lib/action_dispatch/journey/router.rb:30:in `each'
769
+ actionpack (4.2.1) lib/action_dispatch/journey/router.rb:30:in `serve'
770
+ actionpack (4.2.1) lib/action_dispatch/routing/route_set.rb:819:in `call'
771
+ rack (1.6.1) lib/rack/etag.rb:24:in `call'
772
+ rack (1.6.1) lib/rack/conditionalget.rb:25:in `call'
773
+ rack (1.6.1) lib/rack/head.rb:13:in `call'
774
+ actionpack (4.2.1) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
775
+ actionpack (4.2.1) lib/action_dispatch/middleware/flash.rb:260:in `call'
776
+ rack (1.6.1) lib/rack/session/abstract/id.rb:225:in `context'
777
+ rack (1.6.1) lib/rack/session/abstract/id.rb:220:in `call'
778
+ actionpack (4.2.1) lib/action_dispatch/middleware/cookies.rb:560:in `call'
779
+ activerecord (4.2.1) lib/active_record/query_cache.rb:36:in `call'
780
+ activerecord (4.2.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:649:in `call'
781
+ activerecord (4.2.1) lib/active_record/migration.rb:378:in `call'
782
+ actionpack (4.2.1) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
783
+ activesupport (4.2.1) lib/active_support/callbacks.rb:88:in `call'
784
+ activesupport (4.2.1) lib/active_support/callbacks.rb:88:in `_run_callbacks'
785
+ activesupport (4.2.1) lib/active_support/callbacks.rb:776:in `_run_call_callbacks'
786
+ activesupport (4.2.1) lib/active_support/callbacks.rb:81:in `run_callbacks'
787
+ actionpack (4.2.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
788
+ actionpack (4.2.1) lib/action_dispatch/middleware/reloader.rb:73:in `call'
789
+ actionpack (4.2.1) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
790
+ actionpack (4.2.1) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
791
+ actionpack (4.2.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
792
+ railties (4.2.1) lib/rails/rack/logger.rb:38:in `call_app'
793
+ railties (4.2.1) lib/rails/rack/logger.rb:20:in `block in call'
794
+ activesupport (4.2.1) lib/active_support/tagged_logging.rb:68:in `block in tagged'
795
+ activesupport (4.2.1) lib/active_support/tagged_logging.rb:26:in `tagged'
796
+ activesupport (4.2.1) lib/active_support/tagged_logging.rb:68:in `tagged'
797
+ railties (4.2.1) lib/rails/rack/logger.rb:20:in `call'
798
+ actionpack (4.2.1) lib/action_dispatch/middleware/request_id.rb:21:in `call'
799
+ rack (1.6.1) lib/rack/methodoverride.rb:22:in `call'
800
+ rack (1.6.1) lib/rack/runtime.rb:18:in `call'
801
+ activesupport (4.2.1) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
802
+ rack (1.6.1) lib/rack/lock.rb:17:in `call'
803
+ actionpack (4.2.1) lib/action_dispatch/middleware/static.rb:113:in `call'
804
+ rack (1.6.1) lib/rack/sendfile.rb:113:in `call'
805
+ railties (4.2.1) lib/rails/engine.rb:518:in `call'
806
+ railties (4.2.1) lib/rails/application.rb:164:in `call'
807
+ rack (1.6.1) lib/rack/lock.rb:17:in `call'
808
+ rack (1.6.1) lib/rack/content_length.rb:15:in `call'
809
+ rack (1.6.1) lib/rack/handler/webrick.rb:89:in `service'
810
+ /home/cybergarage/.rvm/rubies/ruby-2.1.5/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service'
811
+ /home/cybergarage/.rvm/rubies/ruby-2.1.5/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run'
812
+ /home/cybergarage/.rvm/rubies/ruby-2.1.5/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread'
813
+
814
+
815
+ Rendered /home/cybergarage/.rvm/gems/ruby-2.1.5/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/_source.erb (10.8ms)
816
+ Rendered /home/cybergarage/.rvm/gems/ruby-2.1.5/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.6ms)
817
+ Rendered /home/cybergarage/.rvm/gems/ruby-2.1.5/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (9.2ms)
818
+ Rendered /home/cybergarage/.rvm/gems/ruby-2.1.5/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (32.1ms)
819
+
820
+
821
+ Started GET "/locales_admin" for 127.0.0.1 at 2015-06-16 13:30:45 +0700
822
+ Processing by LocalesAdmin::MainController#index as HTML
823
+ Rendered /home/cybergarage/workspaces/locales_admin/app/views/locales_admin/main/index.html.erb within layouts/locales_admin/application (1.4ms)
824
+ Completed 500 Internal Server Error in 14ms (ActiveRecord: 0.0ms)
825
+
826
+ ActionView::Template::Error (couldn't find file 'jquery' with type 'application/javascript'):
827
+ 3: <head>
828
+ 4: <title>LocalesAdmin</title>
829
+ 5: <%= stylesheet_link_tag "locales_admin/application", media: "all" %>
830
+ 6: <%= javascript_include_tag "locales_admin/application" %>
831
+ 7: <%= csrf_meta_tags %>
832
+ 8: </head>
833
+ 9: <body>
834
+ /home/cybergarage/workspaces/locales_admin/app/assets/javascripts/locales_admin/application.js:13
835
+ sprockets (3.2.0) lib/sprockets/resolve.rb:64:in `resolve!'
836
+ sprockets (3.2.0) lib/sprockets/directive_processor.rb:399:in `resolve'
837
+ sprockets (3.2.0) lib/sprockets/directive_processor.rb:207:in `process_require_directive'
838
+ sprockets (3.2.0) lib/sprockets/directive_processor.rb:180:in `block in process_directives'
839
+ sprockets (3.2.0) lib/sprockets/directive_processor.rb:178:in `each'
840
+ sprockets (3.2.0) lib/sprockets/directive_processor.rb:178:in `process_directives'
841
+ sprockets (3.2.0) lib/sprockets/directive_processor.rb:83:in `_call'
842
+ sprockets (3.2.0) lib/sprockets/directive_processor.rb:68:in `call'
843
+ sprockets (3.2.0) lib/sprockets/processor_utils.rb:75:in `call_processor'
844
+ sprockets (3.2.0) lib/sprockets/processor_utils.rb:57:in `block in call_processors'
845
+ sprockets (3.2.0) lib/sprockets/processor_utils.rb:56:in `reverse_each'
846
+ sprockets (3.2.0) lib/sprockets/processor_utils.rb:56:in `call_processors'
847
+ sprockets (3.2.0) lib/sprockets/loader.rb:86:in `load_asset_by_uri'
848
+ sprockets (3.2.0) lib/sprockets/loader.rb:45:in `block in load'
849
+ sprockets (3.2.0) lib/sprockets/loader.rb:155:in `fetch_asset_from_dependency_cache'
850
+ sprockets (3.2.0) lib/sprockets/loader.rb:38:in `load'
851
+ sprockets (3.2.0) lib/sprockets/cached_environment.rb:20:in `block in initialize'
852
+ sprockets (3.2.0) lib/sprockets/cached_environment.rb:47:in `yield'
853
+ sprockets (3.2.0) lib/sprockets/cached_environment.rb:47:in `load'
854
+ sprockets (3.2.0) lib/sprockets/bundle.rb:23:in `block in call'
855
+ sprockets (3.2.0) lib/sprockets/utils.rb:183:in `dfs'
856
+ sprockets (3.2.0) lib/sprockets/bundle.rb:24:in `call'
857
+ sprockets (3.2.0) lib/sprockets/processor_utils.rb:75:in `call_processor'
858
+ sprockets (3.2.0) lib/sprockets/processor_utils.rb:57:in `block in call_processors'
859
+ sprockets (3.2.0) lib/sprockets/processor_utils.rb:56:in `reverse_each'
860
+ sprockets (3.2.0) lib/sprockets/processor_utils.rb:56:in `call_processors'
861
+ sprockets (3.2.0) lib/sprockets/loader.rb:86:in `load_asset_by_uri'
862
+ sprockets (3.2.0) lib/sprockets/loader.rb:45:in `block in load'
863
+ sprockets (3.2.0) lib/sprockets/loader.rb:155:in `fetch_asset_from_dependency_cache'
864
+ sprockets (3.2.0) lib/sprockets/loader.rb:38:in `load'
865
+ sprockets (3.2.0) lib/sprockets/cached_environment.rb:20:in `block in initialize'
866
+ sprockets (3.2.0) lib/sprockets/cached_environment.rb:47:in `yield'
867
+ sprockets (3.2.0) lib/sprockets/cached_environment.rb:47:in `load'
868
+ sprockets (3.2.0) lib/sprockets/base.rb:63:in `find_asset'
869
+ sprockets (3.2.0) lib/sprockets/environment.rb:30:in `find_asset'
870
+ sprockets (3.2.0) lib/sprockets/base.rb:89:in `[]'
871
+ sprockets-rails (2.3.1) lib/sprockets/rails/helper.rb:243:in `lookup_asset_for_path'
872
+ sprockets-rails (2.3.1) lib/sprockets/rails/helper.rb:203:in `check_errors_for'
873
+ sprockets-rails (2.3.1) lib/sprockets/rails/helper.rb:150:in `block in javascript_include_tag'
874
+ sprockets-rails (2.3.1) lib/sprockets/rails/helper.rb:149:in `map'
875
+ sprockets-rails (2.3.1) lib/sprockets/rails/helper.rb:149:in `javascript_include_tag'
876
+ /home/cybergarage/workspaces/locales_admin/app/views/layouts/locales_admin/application.html.erb:6:in `__home_cybergarage_workspaces_locales_admin_app_views_layouts_locales_admin_application_html_erb___2264633699735441138_43364740'
877
+ actionview (4.2.1) lib/action_view/template.rb:145:in `block in render'
878
+ activesupport (4.2.1) lib/active_support/notifications.rb:166:in `instrument'
879
+ actionview (4.2.1) lib/action_view/template.rb:333:in `instrument'
880
+ actionview (4.2.1) lib/action_view/template.rb:143:in `render'
881
+ actionview (4.2.1) lib/action_view/renderer/template_renderer.rb:66:in `render_with_layout'
882
+ actionview (4.2.1) lib/action_view/renderer/template_renderer.rb:52:in `render_template'
883
+ actionview (4.2.1) lib/action_view/renderer/template_renderer.rb:14:in `render'
884
+ actionview (4.2.1) lib/action_view/renderer/renderer.rb:42:in `render_template'
885
+ actionview (4.2.1) lib/action_view/renderer/renderer.rb:23:in `render'
886
+ actionview (4.2.1) lib/action_view/rendering.rb:100:in `_render_template'
887
+ actionpack (4.2.1) lib/action_controller/metal/streaming.rb:217:in `_render_template'
888
+ actionview (4.2.1) lib/action_view/rendering.rb:83:in `render_to_body'
889
+ actionpack (4.2.1) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
890
+ actionpack (4.2.1) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
891
+ actionpack (4.2.1) lib/abstract_controller/rendering.rb:25:in `render'
892
+ actionpack (4.2.1) lib/action_controller/metal/rendering.rb:16:in `render'
893
+ actionpack (4.2.1) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
894
+ activesupport (4.2.1) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
895
+ /home/cybergarage/.rvm/rubies/ruby-2.1.5/lib/ruby/2.1.0/benchmark.rb:294:in `realtime'
896
+ activesupport (4.2.1) lib/active_support/core_ext/benchmark.rb:12:in `ms'
897
+ actionpack (4.2.1) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
898
+ actionpack (4.2.1) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
899
+ activerecord (4.2.1) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
900
+ actionpack (4.2.1) lib/action_controller/metal/instrumentation.rb:43:in `render'
901
+ actionpack (4.2.1) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
902
+ actionpack (4.2.1) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
903
+ actionpack (4.2.1) lib/abstract_controller/base.rb:198:in `process_action'
904
+ actionpack (4.2.1) lib/action_controller/metal/rendering.rb:10:in `process_action'
905
+ actionpack (4.2.1) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
906
+ activesupport (4.2.1) lib/active_support/callbacks.rb:117:in `call'
907
+ activesupport (4.2.1) lib/active_support/callbacks.rb:117:in `call'
908
+ activesupport (4.2.1) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
909
+ activesupport (4.2.1) lib/active_support/callbacks.rb:505:in `call'
910
+ activesupport (4.2.1) lib/active_support/callbacks.rb:505:in `call'
911
+ activesupport (4.2.1) lib/active_support/callbacks.rb:92:in `_run_callbacks'
912
+ activesupport (4.2.1) lib/active_support/callbacks.rb:776:in `_run_process_action_callbacks'
913
+ activesupport (4.2.1) lib/active_support/callbacks.rb:81:in `run_callbacks'
914
+ actionpack (4.2.1) lib/abstract_controller/callbacks.rb:19:in `process_action'
915
+ actionpack (4.2.1) lib/action_controller/metal/rescue.rb:29:in `process_action'
916
+ actionpack (4.2.1) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
917
+ activesupport (4.2.1) lib/active_support/notifications.rb:164:in `block in instrument'
918
+ activesupport (4.2.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
919
+ activesupport (4.2.1) lib/active_support/notifications.rb:164:in `instrument'
920
+ actionpack (4.2.1) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
921
+ actionpack (4.2.1) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
922
+ activerecord (4.2.1) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
923
+ actionpack (4.2.1) lib/abstract_controller/base.rb:137:in `process'
924
+ actionview (4.2.1) lib/action_view/rendering.rb:30:in `process'
925
+ actionpack (4.2.1) lib/action_controller/metal.rb:196:in `dispatch'
926
+ actionpack (4.2.1) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
927
+ actionpack (4.2.1) lib/action_controller/metal.rb:237:in `block in action'
928
+ actionpack (4.2.1) lib/action_dispatch/routing/route_set.rb:74:in `call'
929
+ actionpack (4.2.1) lib/action_dispatch/routing/route_set.rb:74:in `dispatch'
930
+ actionpack (4.2.1) lib/action_dispatch/routing/route_set.rb:43:in `serve'
931
+ actionpack (4.2.1) lib/action_dispatch/journey/router.rb:43:in `block in serve'
932
+ actionpack (4.2.1) lib/action_dispatch/journey/router.rb:30:in `each'
933
+ actionpack (4.2.1) lib/action_dispatch/journey/router.rb:30:in `serve'
934
+ actionpack (4.2.1) lib/action_dispatch/routing/route_set.rb:819:in `call'
935
+ railties (4.2.1) lib/rails/engine.rb:518:in `call'
936
+ railties (4.2.1) lib/rails/railtie.rb:194:in `public_send'
937
+ railties (4.2.1) lib/rails/railtie.rb:194:in `method_missing'
938
+ actionpack (4.2.1) lib/action_dispatch/routing/mapper.rb:51:in `serve'
939
+ actionpack (4.2.1) lib/action_dispatch/journey/router.rb:43:in `block in serve'
940
+ actionpack (4.2.1) lib/action_dispatch/journey/router.rb:30:in `each'
941
+ actionpack (4.2.1) lib/action_dispatch/journey/router.rb:30:in `serve'
942
+ actionpack (4.2.1) lib/action_dispatch/routing/route_set.rb:819:in `call'
943
+ rack (1.6.1) lib/rack/etag.rb:24:in `call'
944
+ rack (1.6.1) lib/rack/conditionalget.rb:25:in `call'
945
+ rack (1.6.1) lib/rack/head.rb:13:in `call'
946
+ actionpack (4.2.1) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
947
+ actionpack (4.2.1) lib/action_dispatch/middleware/flash.rb:260:in `call'
948
+ rack (1.6.1) lib/rack/session/abstract/id.rb:225:in `context'
949
+ rack (1.6.1) lib/rack/session/abstract/id.rb:220:in `call'
950
+ actionpack (4.2.1) lib/action_dispatch/middleware/cookies.rb:560:in `call'
951
+ activerecord (4.2.1) lib/active_record/query_cache.rb:36:in `call'
952
+ activerecord (4.2.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:649:in `call'
953
+ activerecord (4.2.1) lib/active_record/migration.rb:378:in `call'
954
+ actionpack (4.2.1) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
955
+ activesupport (4.2.1) lib/active_support/callbacks.rb:88:in `call'
956
+ activesupport (4.2.1) lib/active_support/callbacks.rb:88:in `_run_callbacks'
957
+ activesupport (4.2.1) lib/active_support/callbacks.rb:776:in `_run_call_callbacks'
958
+ activesupport (4.2.1) lib/active_support/callbacks.rb:81:in `run_callbacks'
959
+ actionpack (4.2.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
960
+ actionpack (4.2.1) lib/action_dispatch/middleware/reloader.rb:73:in `call'
961
+ actionpack (4.2.1) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
962
+ actionpack (4.2.1) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
963
+ actionpack (4.2.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
964
+ railties (4.2.1) lib/rails/rack/logger.rb:38:in `call_app'
965
+ railties (4.2.1) lib/rails/rack/logger.rb:20:in `block in call'
966
+ activesupport (4.2.1) lib/active_support/tagged_logging.rb:68:in `block in tagged'
967
+ activesupport (4.2.1) lib/active_support/tagged_logging.rb:26:in `tagged'
968
+ activesupport (4.2.1) lib/active_support/tagged_logging.rb:68:in `tagged'
969
+ railties (4.2.1) lib/rails/rack/logger.rb:20:in `call'
970
+ actionpack (4.2.1) lib/action_dispatch/middleware/request_id.rb:21:in `call'
971
+ rack (1.6.1) lib/rack/methodoverride.rb:22:in `call'
972
+ rack (1.6.1) lib/rack/runtime.rb:18:in `call'
973
+ activesupport (4.2.1) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
974
+ rack (1.6.1) lib/rack/lock.rb:17:in `call'
975
+ actionpack (4.2.1) lib/action_dispatch/middleware/static.rb:113:in `call'
976
+ rack (1.6.1) lib/rack/sendfile.rb:113:in `call'
977
+ railties (4.2.1) lib/rails/engine.rb:518:in `call'
978
+ railties (4.2.1) lib/rails/application.rb:164:in `call'
979
+ rack (1.6.1) lib/rack/lock.rb:17:in `call'
980
+ rack (1.6.1) lib/rack/content_length.rb:15:in `call'
981
+ rack (1.6.1) lib/rack/handler/webrick.rb:89:in `service'
982
+ /home/cybergarage/.rvm/rubies/ruby-2.1.5/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service'
983
+ /home/cybergarage/.rvm/rubies/ruby-2.1.5/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run'
984
+ /home/cybergarage/.rvm/rubies/ruby-2.1.5/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread'
985
+
986
+
987
+ Rendered /home/cybergarage/.rvm/gems/ruby-2.1.5/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/_source.erb (11.5ms)
988
+ Rendered /home/cybergarage/.rvm/gems/ruby-2.1.5/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.8ms)
989
+ Rendered /home/cybergarage/.rvm/gems/ruby-2.1.5/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.1ms)
990
+ Rendered /home/cybergarage/.rvm/gems/ruby-2.1.5/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (24.8ms)
991
+
992
+
993
+ Started GET "/locales_admin" for 127.0.0.1 at 2015-06-16 13:30:47 +0700
994
+ Processing by LocalesAdmin::MainController#index as HTML
995
+ Rendered /home/cybergarage/workspaces/locales_admin/app/views/locales_admin/main/index.html.erb within layouts/locales_admin/application (0.7ms)
996
+ Completed 500 Internal Server Error in 10ms (ActiveRecord: 0.0ms)
997
+
998
+ ActionView::Template::Error (couldn't find file 'jquery' with type 'application/javascript'):
999
+ 3: <head>
1000
+ 4: <title>LocalesAdmin</title>
1001
+ 5: <%= stylesheet_link_tag "locales_admin/application", media: "all" %>
1002
+ 6: <%= javascript_include_tag "locales_admin/application" %>
1003
+ 7: <%= csrf_meta_tags %>
1004
+ 8: </head>
1005
+ 9: <body>
1006
+ /home/cybergarage/workspaces/locales_admin/app/assets/javascripts/locales_admin/application.js:13
1007
+ sprockets (3.2.0) lib/sprockets/resolve.rb:64:in `resolve!'
1008
+ sprockets (3.2.0) lib/sprockets/directive_processor.rb:399:in `resolve'
1009
+ sprockets (3.2.0) lib/sprockets/directive_processor.rb:207:in `process_require_directive'
1010
+ sprockets (3.2.0) lib/sprockets/directive_processor.rb:180:in `block in process_directives'
1011
+ sprockets (3.2.0) lib/sprockets/directive_processor.rb:178:in `each'
1012
+ sprockets (3.2.0) lib/sprockets/directive_processor.rb:178:in `process_directives'
1013
+ sprockets (3.2.0) lib/sprockets/directive_processor.rb:83:in `_call'
1014
+ sprockets (3.2.0) lib/sprockets/directive_processor.rb:68:in `call'
1015
+ sprockets (3.2.0) lib/sprockets/processor_utils.rb:75:in `call_processor'
1016
+ sprockets (3.2.0) lib/sprockets/processor_utils.rb:57:in `block in call_processors'
1017
+ sprockets (3.2.0) lib/sprockets/processor_utils.rb:56:in `reverse_each'
1018
+ sprockets (3.2.0) lib/sprockets/processor_utils.rb:56:in `call_processors'
1019
+ sprockets (3.2.0) lib/sprockets/loader.rb:86:in `load_asset_by_uri'
1020
+ sprockets (3.2.0) lib/sprockets/loader.rb:45:in `block in load'
1021
+ sprockets (3.2.0) lib/sprockets/loader.rb:155:in `fetch_asset_from_dependency_cache'
1022
+ sprockets (3.2.0) lib/sprockets/loader.rb:38:in `load'
1023
+ sprockets (3.2.0) lib/sprockets/cached_environment.rb:20:in `block in initialize'
1024
+ sprockets (3.2.0) lib/sprockets/cached_environment.rb:47:in `yield'
1025
+ sprockets (3.2.0) lib/sprockets/cached_environment.rb:47:in `load'
1026
+ sprockets (3.2.0) lib/sprockets/bundle.rb:23:in `block in call'
1027
+ sprockets (3.2.0) lib/sprockets/utils.rb:183:in `dfs'
1028
+ sprockets (3.2.0) lib/sprockets/bundle.rb:24:in `call'
1029
+ sprockets (3.2.0) lib/sprockets/processor_utils.rb:75:in `call_processor'
1030
+ sprockets (3.2.0) lib/sprockets/processor_utils.rb:57:in `block in call_processors'
1031
+ sprockets (3.2.0) lib/sprockets/processor_utils.rb:56:in `reverse_each'
1032
+ sprockets (3.2.0) lib/sprockets/processor_utils.rb:56:in `call_processors'
1033
+ sprockets (3.2.0) lib/sprockets/loader.rb:86:in `load_asset_by_uri'
1034
+ sprockets (3.2.0) lib/sprockets/loader.rb:45:in `block in load'
1035
+ sprockets (3.2.0) lib/sprockets/loader.rb:155:in `fetch_asset_from_dependency_cache'
1036
+ sprockets (3.2.0) lib/sprockets/loader.rb:38:in `load'
1037
+ sprockets (3.2.0) lib/sprockets/cached_environment.rb:20:in `block in initialize'
1038
+ sprockets (3.2.0) lib/sprockets/cached_environment.rb:47:in `yield'
1039
+ sprockets (3.2.0) lib/sprockets/cached_environment.rb:47:in `load'
1040
+ sprockets (3.2.0) lib/sprockets/base.rb:63:in `find_asset'
1041
+ sprockets (3.2.0) lib/sprockets/environment.rb:30:in `find_asset'
1042
+ sprockets (3.2.0) lib/sprockets/base.rb:89:in `[]'
1043
+ sprockets-rails (2.3.1) lib/sprockets/rails/helper.rb:243:in `lookup_asset_for_path'
1044
+ sprockets-rails (2.3.1) lib/sprockets/rails/helper.rb:203:in `check_errors_for'
1045
+ sprockets-rails (2.3.1) lib/sprockets/rails/helper.rb:150:in `block in javascript_include_tag'
1046
+ sprockets-rails (2.3.1) lib/sprockets/rails/helper.rb:149:in `map'
1047
+ sprockets-rails (2.3.1) lib/sprockets/rails/helper.rb:149:in `javascript_include_tag'
1048
+ /home/cybergarage/workspaces/locales_admin/app/views/layouts/locales_admin/application.html.erb:6:in `__home_cybergarage_workspaces_locales_admin_app_views_layouts_locales_admin_application_html_erb___2264633699735441138_43364740'
1049
+ actionview (4.2.1) lib/action_view/template.rb:145:in `block in render'
1050
+ activesupport (4.2.1) lib/active_support/notifications.rb:166:in `instrument'
1051
+ actionview (4.2.1) lib/action_view/template.rb:333:in `instrument'
1052
+ actionview (4.2.1) lib/action_view/template.rb:143:in `render'
1053
+ actionview (4.2.1) lib/action_view/renderer/template_renderer.rb:66:in `render_with_layout'
1054
+ actionview (4.2.1) lib/action_view/renderer/template_renderer.rb:52:in `render_template'
1055
+ actionview (4.2.1) lib/action_view/renderer/template_renderer.rb:14:in `render'
1056
+ actionview (4.2.1) lib/action_view/renderer/renderer.rb:42:in `render_template'
1057
+ actionview (4.2.1) lib/action_view/renderer/renderer.rb:23:in `render'
1058
+ actionview (4.2.1) lib/action_view/rendering.rb:100:in `_render_template'
1059
+ actionpack (4.2.1) lib/action_controller/metal/streaming.rb:217:in `_render_template'
1060
+ actionview (4.2.1) lib/action_view/rendering.rb:83:in `render_to_body'
1061
+ actionpack (4.2.1) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
1062
+ actionpack (4.2.1) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
1063
+ actionpack (4.2.1) lib/abstract_controller/rendering.rb:25:in `render'
1064
+ actionpack (4.2.1) lib/action_controller/metal/rendering.rb:16:in `render'
1065
+ actionpack (4.2.1) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
1066
+ activesupport (4.2.1) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
1067
+ /home/cybergarage/.rvm/rubies/ruby-2.1.5/lib/ruby/2.1.0/benchmark.rb:294:in `realtime'
1068
+ activesupport (4.2.1) lib/active_support/core_ext/benchmark.rb:12:in `ms'
1069
+ actionpack (4.2.1) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
1070
+ actionpack (4.2.1) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
1071
+ activerecord (4.2.1) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
1072
+ actionpack (4.2.1) lib/action_controller/metal/instrumentation.rb:43:in `render'
1073
+ actionpack (4.2.1) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
1074
+ actionpack (4.2.1) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
1075
+ actionpack (4.2.1) lib/abstract_controller/base.rb:198:in `process_action'
1076
+ actionpack (4.2.1) lib/action_controller/metal/rendering.rb:10:in `process_action'
1077
+ actionpack (4.2.1) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
1078
+ activesupport (4.2.1) lib/active_support/callbacks.rb:117:in `call'
1079
+ activesupport (4.2.1) lib/active_support/callbacks.rb:117:in `call'
1080
+ activesupport (4.2.1) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
1081
+ activesupport (4.2.1) lib/active_support/callbacks.rb:505:in `call'
1082
+ activesupport (4.2.1) lib/active_support/callbacks.rb:505:in `call'
1083
+ activesupport (4.2.1) lib/active_support/callbacks.rb:92:in `_run_callbacks'
1084
+ activesupport (4.2.1) lib/active_support/callbacks.rb:776:in `_run_process_action_callbacks'
1085
+ activesupport (4.2.1) lib/active_support/callbacks.rb:81:in `run_callbacks'
1086
+ actionpack (4.2.1) lib/abstract_controller/callbacks.rb:19:in `process_action'
1087
+ actionpack (4.2.1) lib/action_controller/metal/rescue.rb:29:in `process_action'
1088
+ actionpack (4.2.1) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
1089
+ activesupport (4.2.1) lib/active_support/notifications.rb:164:in `block in instrument'
1090
+ activesupport (4.2.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
1091
+ activesupport (4.2.1) lib/active_support/notifications.rb:164:in `instrument'
1092
+ actionpack (4.2.1) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
1093
+ actionpack (4.2.1) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
1094
+ activerecord (4.2.1) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
1095
+ actionpack (4.2.1) lib/abstract_controller/base.rb:137:in `process'
1096
+ actionview (4.2.1) lib/action_view/rendering.rb:30:in `process'
1097
+ actionpack (4.2.1) lib/action_controller/metal.rb:196:in `dispatch'
1098
+ actionpack (4.2.1) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
1099
+ actionpack (4.2.1) lib/action_controller/metal.rb:237:in `block in action'
1100
+ actionpack (4.2.1) lib/action_dispatch/routing/route_set.rb:74:in `call'
1101
+ actionpack (4.2.1) lib/action_dispatch/routing/route_set.rb:74:in `dispatch'
1102
+ actionpack (4.2.1) lib/action_dispatch/routing/route_set.rb:43:in `serve'
1103
+ actionpack (4.2.1) lib/action_dispatch/journey/router.rb:43:in `block in serve'
1104
+ actionpack (4.2.1) lib/action_dispatch/journey/router.rb:30:in `each'
1105
+ actionpack (4.2.1) lib/action_dispatch/journey/router.rb:30:in `serve'
1106
+ actionpack (4.2.1) lib/action_dispatch/routing/route_set.rb:819:in `call'
1107
+ railties (4.2.1) lib/rails/engine.rb:518:in `call'
1108
+ railties (4.2.1) lib/rails/railtie.rb:194:in `public_send'
1109
+ railties (4.2.1) lib/rails/railtie.rb:194:in `method_missing'
1110
+ actionpack (4.2.1) lib/action_dispatch/routing/mapper.rb:51:in `serve'
1111
+ actionpack (4.2.1) lib/action_dispatch/journey/router.rb:43:in `block in serve'
1112
+ actionpack (4.2.1) lib/action_dispatch/journey/router.rb:30:in `each'
1113
+ actionpack (4.2.1) lib/action_dispatch/journey/router.rb:30:in `serve'
1114
+ actionpack (4.2.1) lib/action_dispatch/routing/route_set.rb:819:in `call'
1115
+ rack (1.6.1) lib/rack/etag.rb:24:in `call'
1116
+ rack (1.6.1) lib/rack/conditionalget.rb:25:in `call'
1117
+ rack (1.6.1) lib/rack/head.rb:13:in `call'
1118
+ actionpack (4.2.1) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
1119
+ actionpack (4.2.1) lib/action_dispatch/middleware/flash.rb:260:in `call'
1120
+ rack (1.6.1) lib/rack/session/abstract/id.rb:225:in `context'
1121
+ rack (1.6.1) lib/rack/session/abstract/id.rb:220:in `call'
1122
+ actionpack (4.2.1) lib/action_dispatch/middleware/cookies.rb:560:in `call'
1123
+ activerecord (4.2.1) lib/active_record/query_cache.rb:36:in `call'
1124
+ activerecord (4.2.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:649:in `call'
1125
+ activerecord (4.2.1) lib/active_record/migration.rb:378:in `call'
1126
+ actionpack (4.2.1) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
1127
+ activesupport (4.2.1) lib/active_support/callbacks.rb:88:in `call'
1128
+ activesupport (4.2.1) lib/active_support/callbacks.rb:88:in `_run_callbacks'
1129
+ activesupport (4.2.1) lib/active_support/callbacks.rb:776:in `_run_call_callbacks'
1130
+ activesupport (4.2.1) lib/active_support/callbacks.rb:81:in `run_callbacks'
1131
+ actionpack (4.2.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
1132
+ actionpack (4.2.1) lib/action_dispatch/middleware/reloader.rb:73:in `call'
1133
+ actionpack (4.2.1) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
1134
+ actionpack (4.2.1) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
1135
+ actionpack (4.2.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
1136
+ railties (4.2.1) lib/rails/rack/logger.rb:38:in `call_app'
1137
+ railties (4.2.1) lib/rails/rack/logger.rb:20:in `block in call'
1138
+ activesupport (4.2.1) lib/active_support/tagged_logging.rb:68:in `block in tagged'
1139
+ activesupport (4.2.1) lib/active_support/tagged_logging.rb:26:in `tagged'
1140
+ activesupport (4.2.1) lib/active_support/tagged_logging.rb:68:in `tagged'
1141
+ railties (4.2.1) lib/rails/rack/logger.rb:20:in `call'
1142
+ actionpack (4.2.1) lib/action_dispatch/middleware/request_id.rb:21:in `call'
1143
+ rack (1.6.1) lib/rack/methodoverride.rb:22:in `call'
1144
+ rack (1.6.1) lib/rack/runtime.rb:18:in `call'
1145
+ activesupport (4.2.1) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
1146
+ rack (1.6.1) lib/rack/lock.rb:17:in `call'
1147
+ actionpack (4.2.1) lib/action_dispatch/middleware/static.rb:113:in `call'
1148
+ rack (1.6.1) lib/rack/sendfile.rb:113:in `call'
1149
+ railties (4.2.1) lib/rails/engine.rb:518:in `call'
1150
+ railties (4.2.1) lib/rails/application.rb:164:in `call'
1151
+ rack (1.6.1) lib/rack/lock.rb:17:in `call'
1152
+ rack (1.6.1) lib/rack/content_length.rb:15:in `call'
1153
+ rack (1.6.1) lib/rack/handler/webrick.rb:89:in `service'
1154
+ /home/cybergarage/.rvm/rubies/ruby-2.1.5/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service'
1155
+ /home/cybergarage/.rvm/rubies/ruby-2.1.5/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run'
1156
+ /home/cybergarage/.rvm/rubies/ruby-2.1.5/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread'
1157
+
1158
+
1159
+ Rendered /home/cybergarage/.rvm/gems/ruby-2.1.5/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/_source.erb (11.3ms)
1160
+ Rendered /home/cybergarage/.rvm/gems/ruby-2.1.5/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.6ms)
1161
+ Rendered /home/cybergarage/.rvm/gems/ruby-2.1.5/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.0ms)
1162
+ Rendered /home/cybergarage/.rvm/gems/ruby-2.1.5/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (24.2ms)
1163
+
1164
+
1165
+ Started GET "/locales_admin" for 127.0.0.1 at 2015-06-16 13:30:48 +0700
1166
+ Processing by LocalesAdmin::MainController#index as HTML
1167
+ Rendered /home/cybergarage/workspaces/locales_admin/app/views/locales_admin/main/index.html.erb within layouts/locales_admin/application (0.7ms)
1168
+ Completed 500 Internal Server Error in 9ms (ActiveRecord: 0.0ms)
1169
+
1170
+ ActionView::Template::Error (couldn't find file 'jquery' with type 'application/javascript'):
1171
+ 3: <head>
1172
+ 4: <title>LocalesAdmin</title>
1173
+ 5: <%= stylesheet_link_tag "locales_admin/application", media: "all" %>
1174
+ 6: <%= javascript_include_tag "locales_admin/application" %>
1175
+ 7: <%= csrf_meta_tags %>
1176
+ 8: </head>
1177
+ 9: <body>
1178
+ /home/cybergarage/workspaces/locales_admin/app/assets/javascripts/locales_admin/application.js:13
1179
+ sprockets (3.2.0) lib/sprockets/resolve.rb:64:in `resolve!'
1180
+ sprockets (3.2.0) lib/sprockets/directive_processor.rb:399:in `resolve'
1181
+ sprockets (3.2.0) lib/sprockets/directive_processor.rb:207:in `process_require_directive'
1182
+ sprockets (3.2.0) lib/sprockets/directive_processor.rb:180:in `block in process_directives'
1183
+ sprockets (3.2.0) lib/sprockets/directive_processor.rb:178:in `each'
1184
+ sprockets (3.2.0) lib/sprockets/directive_processor.rb:178:in `process_directives'
1185
+ sprockets (3.2.0) lib/sprockets/directive_processor.rb:83:in `_call'
1186
+ sprockets (3.2.0) lib/sprockets/directive_processor.rb:68:in `call'
1187
+ sprockets (3.2.0) lib/sprockets/processor_utils.rb:75:in `call_processor'
1188
+ sprockets (3.2.0) lib/sprockets/processor_utils.rb:57:in `block in call_processors'
1189
+ sprockets (3.2.0) lib/sprockets/processor_utils.rb:56:in `reverse_each'
1190
+ sprockets (3.2.0) lib/sprockets/processor_utils.rb:56:in `call_processors'
1191
+ sprockets (3.2.0) lib/sprockets/loader.rb:86:in `load_asset_by_uri'
1192
+ sprockets (3.2.0) lib/sprockets/loader.rb:45:in `block in load'
1193
+ sprockets (3.2.0) lib/sprockets/loader.rb:155:in `fetch_asset_from_dependency_cache'
1194
+ sprockets (3.2.0) lib/sprockets/loader.rb:38:in `load'
1195
+ sprockets (3.2.0) lib/sprockets/cached_environment.rb:20:in `block in initialize'
1196
+ sprockets (3.2.0) lib/sprockets/cached_environment.rb:47:in `yield'
1197
+ sprockets (3.2.0) lib/sprockets/cached_environment.rb:47:in `load'
1198
+ sprockets (3.2.0) lib/sprockets/bundle.rb:23:in `block in call'
1199
+ sprockets (3.2.0) lib/sprockets/utils.rb:183:in `dfs'
1200
+ sprockets (3.2.0) lib/sprockets/bundle.rb:24:in `call'
1201
+ sprockets (3.2.0) lib/sprockets/processor_utils.rb:75:in `call_processor'
1202
+ sprockets (3.2.0) lib/sprockets/processor_utils.rb:57:in `block in call_processors'
1203
+ sprockets (3.2.0) lib/sprockets/processor_utils.rb:56:in `reverse_each'
1204
+ sprockets (3.2.0) lib/sprockets/processor_utils.rb:56:in `call_processors'
1205
+ sprockets (3.2.0) lib/sprockets/loader.rb:86:in `load_asset_by_uri'
1206
+ sprockets (3.2.0) lib/sprockets/loader.rb:45:in `block in load'
1207
+ sprockets (3.2.0) lib/sprockets/loader.rb:155:in `fetch_asset_from_dependency_cache'
1208
+ sprockets (3.2.0) lib/sprockets/loader.rb:38:in `load'
1209
+ sprockets (3.2.0) lib/sprockets/cached_environment.rb:20:in `block in initialize'
1210
+ sprockets (3.2.0) lib/sprockets/cached_environment.rb:47:in `yield'
1211
+ sprockets (3.2.0) lib/sprockets/cached_environment.rb:47:in `load'
1212
+ sprockets (3.2.0) lib/sprockets/base.rb:63:in `find_asset'
1213
+ sprockets (3.2.0) lib/sprockets/environment.rb:30:in `find_asset'
1214
+ sprockets (3.2.0) lib/sprockets/base.rb:89:in `[]'
1215
+ sprockets-rails (2.3.1) lib/sprockets/rails/helper.rb:243:in `lookup_asset_for_path'
1216
+ sprockets-rails (2.3.1) lib/sprockets/rails/helper.rb:203:in `check_errors_for'
1217
+ sprockets-rails (2.3.1) lib/sprockets/rails/helper.rb:150:in `block in javascript_include_tag'
1218
+ sprockets-rails (2.3.1) lib/sprockets/rails/helper.rb:149:in `map'
1219
+ sprockets-rails (2.3.1) lib/sprockets/rails/helper.rb:149:in `javascript_include_tag'
1220
+ /home/cybergarage/workspaces/locales_admin/app/views/layouts/locales_admin/application.html.erb:6:in `__home_cybergarage_workspaces_locales_admin_app_views_layouts_locales_admin_application_html_erb___2264633699735441138_43364740'
1221
+ actionview (4.2.1) lib/action_view/template.rb:145:in `block in render'
1222
+ activesupport (4.2.1) lib/active_support/notifications.rb:166:in `instrument'
1223
+ actionview (4.2.1) lib/action_view/template.rb:333:in `instrument'
1224
+ actionview (4.2.1) lib/action_view/template.rb:143:in `render'
1225
+ actionview (4.2.1) lib/action_view/renderer/template_renderer.rb:66:in `render_with_layout'
1226
+ actionview (4.2.1) lib/action_view/renderer/template_renderer.rb:52:in `render_template'
1227
+ actionview (4.2.1) lib/action_view/renderer/template_renderer.rb:14:in `render'
1228
+ actionview (4.2.1) lib/action_view/renderer/renderer.rb:42:in `render_template'
1229
+ actionview (4.2.1) lib/action_view/renderer/renderer.rb:23:in `render'
1230
+ actionview (4.2.1) lib/action_view/rendering.rb:100:in `_render_template'
1231
+ actionpack (4.2.1) lib/action_controller/metal/streaming.rb:217:in `_render_template'
1232
+ actionview (4.2.1) lib/action_view/rendering.rb:83:in `render_to_body'
1233
+ actionpack (4.2.1) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
1234
+ actionpack (4.2.1) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
1235
+ actionpack (4.2.1) lib/abstract_controller/rendering.rb:25:in `render'
1236
+ actionpack (4.2.1) lib/action_controller/metal/rendering.rb:16:in `render'
1237
+ actionpack (4.2.1) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
1238
+ activesupport (4.2.1) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
1239
+ /home/cybergarage/.rvm/rubies/ruby-2.1.5/lib/ruby/2.1.0/benchmark.rb:294:in `realtime'
1240
+ activesupport (4.2.1) lib/active_support/core_ext/benchmark.rb:12:in `ms'
1241
+ actionpack (4.2.1) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
1242
+ actionpack (4.2.1) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
1243
+ activerecord (4.2.1) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
1244
+ actionpack (4.2.1) lib/action_controller/metal/instrumentation.rb:43:in `render'
1245
+ actionpack (4.2.1) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
1246
+ actionpack (4.2.1) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
1247
+ actionpack (4.2.1) lib/abstract_controller/base.rb:198:in `process_action'
1248
+ actionpack (4.2.1) lib/action_controller/metal/rendering.rb:10:in `process_action'
1249
+ actionpack (4.2.1) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
1250
+ activesupport (4.2.1) lib/active_support/callbacks.rb:117:in `call'
1251
+ activesupport (4.2.1) lib/active_support/callbacks.rb:117:in `call'
1252
+ activesupport (4.2.1) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
1253
+ activesupport (4.2.1) lib/active_support/callbacks.rb:505:in `call'
1254
+ activesupport (4.2.1) lib/active_support/callbacks.rb:505:in `call'
1255
+ activesupport (4.2.1) lib/active_support/callbacks.rb:92:in `_run_callbacks'
1256
+ activesupport (4.2.1) lib/active_support/callbacks.rb:776:in `_run_process_action_callbacks'
1257
+ activesupport (4.2.1) lib/active_support/callbacks.rb:81:in `run_callbacks'
1258
+ actionpack (4.2.1) lib/abstract_controller/callbacks.rb:19:in `process_action'
1259
+ actionpack (4.2.1) lib/action_controller/metal/rescue.rb:29:in `process_action'
1260
+ actionpack (4.2.1) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
1261
+ activesupport (4.2.1) lib/active_support/notifications.rb:164:in `block in instrument'
1262
+ activesupport (4.2.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
1263
+ activesupport (4.2.1) lib/active_support/notifications.rb:164:in `instrument'
1264
+ actionpack (4.2.1) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
1265
+ actionpack (4.2.1) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
1266
+ activerecord (4.2.1) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
1267
+ actionpack (4.2.1) lib/abstract_controller/base.rb:137:in `process'
1268
+ actionview (4.2.1) lib/action_view/rendering.rb:30:in `process'
1269
+ actionpack (4.2.1) lib/action_controller/metal.rb:196:in `dispatch'
1270
+ actionpack (4.2.1) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
1271
+ actionpack (4.2.1) lib/action_controller/metal.rb:237:in `block in action'
1272
+ actionpack (4.2.1) lib/action_dispatch/routing/route_set.rb:74:in `call'
1273
+ actionpack (4.2.1) lib/action_dispatch/routing/route_set.rb:74:in `dispatch'
1274
+ actionpack (4.2.1) lib/action_dispatch/routing/route_set.rb:43:in `serve'
1275
+ actionpack (4.2.1) lib/action_dispatch/journey/router.rb:43:in `block in serve'
1276
+ actionpack (4.2.1) lib/action_dispatch/journey/router.rb:30:in `each'
1277
+ actionpack (4.2.1) lib/action_dispatch/journey/router.rb:30:in `serve'
1278
+ actionpack (4.2.1) lib/action_dispatch/routing/route_set.rb:819:in `call'
1279
+ railties (4.2.1) lib/rails/engine.rb:518:in `call'
1280
+ railties (4.2.1) lib/rails/railtie.rb:194:in `public_send'
1281
+ railties (4.2.1) lib/rails/railtie.rb:194:in `method_missing'
1282
+ actionpack (4.2.1) lib/action_dispatch/routing/mapper.rb:51:in `serve'
1283
+ actionpack (4.2.1) lib/action_dispatch/journey/router.rb:43:in `block in serve'
1284
+ actionpack (4.2.1) lib/action_dispatch/journey/router.rb:30:in `each'
1285
+ actionpack (4.2.1) lib/action_dispatch/journey/router.rb:30:in `serve'
1286
+ actionpack (4.2.1) lib/action_dispatch/routing/route_set.rb:819:in `call'
1287
+ rack (1.6.1) lib/rack/etag.rb:24:in `call'
1288
+ rack (1.6.1) lib/rack/conditionalget.rb:25:in `call'
1289
+ rack (1.6.1) lib/rack/head.rb:13:in `call'
1290
+ actionpack (4.2.1) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
1291
+ actionpack (4.2.1) lib/action_dispatch/middleware/flash.rb:260:in `call'
1292
+ rack (1.6.1) lib/rack/session/abstract/id.rb:225:in `context'
1293
+ rack (1.6.1) lib/rack/session/abstract/id.rb:220:in `call'
1294
+ actionpack (4.2.1) lib/action_dispatch/middleware/cookies.rb:560:in `call'
1295
+ activerecord (4.2.1) lib/active_record/query_cache.rb:36:in `call'
1296
+ activerecord (4.2.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:649:in `call'
1297
+ activerecord (4.2.1) lib/active_record/migration.rb:378:in `call'
1298
+ actionpack (4.2.1) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
1299
+ activesupport (4.2.1) lib/active_support/callbacks.rb:88:in `call'
1300
+ activesupport (4.2.1) lib/active_support/callbacks.rb:88:in `_run_callbacks'
1301
+ activesupport (4.2.1) lib/active_support/callbacks.rb:776:in `_run_call_callbacks'
1302
+ activesupport (4.2.1) lib/active_support/callbacks.rb:81:in `run_callbacks'
1303
+ actionpack (4.2.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
1304
+ actionpack (4.2.1) lib/action_dispatch/middleware/reloader.rb:73:in `call'
1305
+ actionpack (4.2.1) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
1306
+ actionpack (4.2.1) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
1307
+ actionpack (4.2.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
1308
+ railties (4.2.1) lib/rails/rack/logger.rb:38:in `call_app'
1309
+ railties (4.2.1) lib/rails/rack/logger.rb:20:in `block in call'
1310
+ activesupport (4.2.1) lib/active_support/tagged_logging.rb:68:in `block in tagged'
1311
+ activesupport (4.2.1) lib/active_support/tagged_logging.rb:26:in `tagged'
1312
+ activesupport (4.2.1) lib/active_support/tagged_logging.rb:68:in `tagged'
1313
+ railties (4.2.1) lib/rails/rack/logger.rb:20:in `call'
1314
+ actionpack (4.2.1) lib/action_dispatch/middleware/request_id.rb:21:in `call'
1315
+ rack (1.6.1) lib/rack/methodoverride.rb:22:in `call'
1316
+ rack (1.6.1) lib/rack/runtime.rb:18:in `call'
1317
+ activesupport (4.2.1) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
1318
+ rack (1.6.1) lib/rack/lock.rb:17:in `call'
1319
+ actionpack (4.2.1) lib/action_dispatch/middleware/static.rb:113:in `call'
1320
+ rack (1.6.1) lib/rack/sendfile.rb:113:in `call'
1321
+ railties (4.2.1) lib/rails/engine.rb:518:in `call'
1322
+ railties (4.2.1) lib/rails/application.rb:164:in `call'
1323
+ rack (1.6.1) lib/rack/lock.rb:17:in `call'
1324
+ rack (1.6.1) lib/rack/content_length.rb:15:in `call'
1325
+ rack (1.6.1) lib/rack/handler/webrick.rb:89:in `service'
1326
+ /home/cybergarage/.rvm/rubies/ruby-2.1.5/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service'
1327
+ /home/cybergarage/.rvm/rubies/ruby-2.1.5/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run'
1328
+ /home/cybergarage/.rvm/rubies/ruby-2.1.5/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread'
1329
+
1330
+
1331
+ Rendered /home/cybergarage/.rvm/gems/ruby-2.1.5/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/_source.erb (12.4ms)
1332
+ Rendered /home/cybergarage/.rvm/gems/ruby-2.1.5/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (4.2ms)
1333
+ Rendered /home/cybergarage/.rvm/gems/ruby-2.1.5/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.4ms)
1334
+ Rendered /home/cybergarage/.rvm/gems/ruby-2.1.5/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (27.7ms)
1335
+
1336
+
1337
+ Started GET "/locales_admin" for 127.0.0.1 at 2015-06-16 13:31:08 +0700
1338
+ Processing by LocalesAdmin::MainController#index as HTML
1339
+ Rendered /home/cybergarage/workspaces/locales_admin/app/views/locales_admin/main/index.html.erb within layouts/locales_admin/application (1.8ms)
1340
+ Completed 500 Internal Server Error in 185ms (ActiveRecord: 0.0ms)
1341
+
1342
+ ActionView::Template::Error (couldn't find file 'jquery' with type 'application/javascript'):
1343
+ 3: <head>
1344
+ 4: <title>LocalesAdmin</title>
1345
+ 5: <%= stylesheet_link_tag "locales_admin/application", media: "all" %>
1346
+ 6: <%= javascript_include_tag "locales_admin/application" %>
1347
+ 7: <%= csrf_meta_tags %>
1348
+ 8: </head>
1349
+ 9: <body>
1350
+ /home/cybergarage/workspaces/locales_admin/app/assets/javascripts/locales_admin/application.js:13
1351
+ sprockets (3.2.0) lib/sprockets/resolve.rb:64:in `resolve!'
1352
+ sprockets (3.2.0) lib/sprockets/directive_processor.rb:399:in `resolve'
1353
+ sprockets (3.2.0) lib/sprockets/directive_processor.rb:207:in `process_require_directive'
1354
+ sprockets (3.2.0) lib/sprockets/directive_processor.rb:180:in `block in process_directives'
1355
+ sprockets (3.2.0) lib/sprockets/directive_processor.rb:178:in `each'
1356
+ sprockets (3.2.0) lib/sprockets/directive_processor.rb:178:in `process_directives'
1357
+ sprockets (3.2.0) lib/sprockets/directive_processor.rb:83:in `_call'
1358
+ sprockets (3.2.0) lib/sprockets/directive_processor.rb:68:in `call'
1359
+ sprockets (3.2.0) lib/sprockets/processor_utils.rb:75:in `call_processor'
1360
+ sprockets (3.2.0) lib/sprockets/processor_utils.rb:57:in `block in call_processors'
1361
+ sprockets (3.2.0) lib/sprockets/processor_utils.rb:56:in `reverse_each'
1362
+ sprockets (3.2.0) lib/sprockets/processor_utils.rb:56:in `call_processors'
1363
+ sprockets (3.2.0) lib/sprockets/loader.rb:86:in `load_asset_by_uri'
1364
+ sprockets (3.2.0) lib/sprockets/loader.rb:45:in `block in load'
1365
+ sprockets (3.2.0) lib/sprockets/loader.rb:155:in `fetch_asset_from_dependency_cache'
1366
+ sprockets (3.2.0) lib/sprockets/loader.rb:38:in `load'
1367
+ sprockets (3.2.0) lib/sprockets/cached_environment.rb:20:in `block in initialize'
1368
+ sprockets (3.2.0) lib/sprockets/cached_environment.rb:47:in `yield'
1369
+ sprockets (3.2.0) lib/sprockets/cached_environment.rb:47:in `load'
1370
+ sprockets (3.2.0) lib/sprockets/bundle.rb:23:in `block in call'
1371
+ sprockets (3.2.0) lib/sprockets/utils.rb:183:in `dfs'
1372
+ sprockets (3.2.0) lib/sprockets/bundle.rb:24:in `call'
1373
+ sprockets (3.2.0) lib/sprockets/processor_utils.rb:75:in `call_processor'
1374
+ sprockets (3.2.0) lib/sprockets/processor_utils.rb:57:in `block in call_processors'
1375
+ sprockets (3.2.0) lib/sprockets/processor_utils.rb:56:in `reverse_each'
1376
+ sprockets (3.2.0) lib/sprockets/processor_utils.rb:56:in `call_processors'
1377
+ sprockets (3.2.0) lib/sprockets/loader.rb:86:in `load_asset_by_uri'
1378
+ sprockets (3.2.0) lib/sprockets/loader.rb:45:in `block in load'
1379
+ sprockets (3.2.0) lib/sprockets/loader.rb:155:in `fetch_asset_from_dependency_cache'
1380
+ sprockets (3.2.0) lib/sprockets/loader.rb:38:in `load'
1381
+ sprockets (3.2.0) lib/sprockets/cached_environment.rb:20:in `block in initialize'
1382
+ sprockets (3.2.0) lib/sprockets/cached_environment.rb:47:in `yield'
1383
+ sprockets (3.2.0) lib/sprockets/cached_environment.rb:47:in `load'
1384
+ sprockets (3.2.0) lib/sprockets/base.rb:63:in `find_asset'
1385
+ sprockets (3.2.0) lib/sprockets/environment.rb:30:in `find_asset'
1386
+ sprockets (3.2.0) lib/sprockets/base.rb:89:in `[]'
1387
+ sprockets-rails (2.3.1) lib/sprockets/rails/helper.rb:243:in `lookup_asset_for_path'
1388
+ sprockets-rails (2.3.1) lib/sprockets/rails/helper.rb:203:in `check_errors_for'
1389
+ sprockets-rails (2.3.1) lib/sprockets/rails/helper.rb:150:in `block in javascript_include_tag'
1390
+ sprockets-rails (2.3.1) lib/sprockets/rails/helper.rb:149:in `map'
1391
+ sprockets-rails (2.3.1) lib/sprockets/rails/helper.rb:149:in `javascript_include_tag'
1392
+ /home/cybergarage/workspaces/locales_admin/app/views/layouts/locales_admin/application.html.erb:6:in `__home_cybergarage_workspaces_locales_admin_app_views_layouts_locales_admin_application_html_erb___1307676079270208201_39805460'
1393
+ actionview (4.2.1) lib/action_view/template.rb:145:in `block in render'
1394
+ activesupport (4.2.1) lib/active_support/notifications.rb:166:in `instrument'
1395
+ actionview (4.2.1) lib/action_view/template.rb:333:in `instrument'
1396
+ actionview (4.2.1) lib/action_view/template.rb:143:in `render'
1397
+ actionview (4.2.1) lib/action_view/renderer/template_renderer.rb:66:in `render_with_layout'
1398
+ actionview (4.2.1) lib/action_view/renderer/template_renderer.rb:52:in `render_template'
1399
+ actionview (4.2.1) lib/action_view/renderer/template_renderer.rb:14:in `render'
1400
+ actionview (4.2.1) lib/action_view/renderer/renderer.rb:42:in `render_template'
1401
+ actionview (4.2.1) lib/action_view/renderer/renderer.rb:23:in `render'
1402
+ actionview (4.2.1) lib/action_view/rendering.rb:100:in `_render_template'
1403
+ actionpack (4.2.1) lib/action_controller/metal/streaming.rb:217:in `_render_template'
1404
+ actionview (4.2.1) lib/action_view/rendering.rb:83:in `render_to_body'
1405
+ actionpack (4.2.1) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
1406
+ actionpack (4.2.1) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
1407
+ actionpack (4.2.1) lib/abstract_controller/rendering.rb:25:in `render'
1408
+ actionpack (4.2.1) lib/action_controller/metal/rendering.rb:16:in `render'
1409
+ actionpack (4.2.1) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
1410
+ activesupport (4.2.1) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
1411
+ /home/cybergarage/.rvm/rubies/ruby-2.1.5/lib/ruby/2.1.0/benchmark.rb:294:in `realtime'
1412
+ activesupport (4.2.1) lib/active_support/core_ext/benchmark.rb:12:in `ms'
1413
+ actionpack (4.2.1) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
1414
+ actionpack (4.2.1) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
1415
+ activerecord (4.2.1) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
1416
+ actionpack (4.2.1) lib/action_controller/metal/instrumentation.rb:43:in `render'
1417
+ actionpack (4.2.1) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
1418
+ actionpack (4.2.1) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
1419
+ actionpack (4.2.1) lib/abstract_controller/base.rb:198:in `process_action'
1420
+ actionpack (4.2.1) lib/action_controller/metal/rendering.rb:10:in `process_action'
1421
+ actionpack (4.2.1) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
1422
+ activesupport (4.2.1) lib/active_support/callbacks.rb:117:in `call'
1423
+ activesupport (4.2.1) lib/active_support/callbacks.rb:117:in `call'
1424
+ activesupport (4.2.1) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
1425
+ activesupport (4.2.1) lib/active_support/callbacks.rb:505:in `call'
1426
+ activesupport (4.2.1) lib/active_support/callbacks.rb:505:in `call'
1427
+ activesupport (4.2.1) lib/active_support/callbacks.rb:92:in `_run_callbacks'
1428
+ activesupport (4.2.1) lib/active_support/callbacks.rb:776:in `_run_process_action_callbacks'
1429
+ activesupport (4.2.1) lib/active_support/callbacks.rb:81:in `run_callbacks'
1430
+ actionpack (4.2.1) lib/abstract_controller/callbacks.rb:19:in `process_action'
1431
+ actionpack (4.2.1) lib/action_controller/metal/rescue.rb:29:in `process_action'
1432
+ actionpack (4.2.1) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
1433
+ activesupport (4.2.1) lib/active_support/notifications.rb:164:in `block in instrument'
1434
+ activesupport (4.2.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
1435
+ activesupport (4.2.1) lib/active_support/notifications.rb:164:in `instrument'
1436
+ actionpack (4.2.1) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
1437
+ actionpack (4.2.1) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
1438
+ activerecord (4.2.1) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
1439
+ actionpack (4.2.1) lib/abstract_controller/base.rb:137:in `process'
1440
+ actionview (4.2.1) lib/action_view/rendering.rb:30:in `process'
1441
+ actionpack (4.2.1) lib/action_controller/metal.rb:196:in `dispatch'
1442
+ actionpack (4.2.1) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
1443
+ actionpack (4.2.1) lib/action_controller/metal.rb:237:in `block in action'
1444
+ actionpack (4.2.1) lib/action_dispatch/routing/route_set.rb:74:in `call'
1445
+ actionpack (4.2.1) lib/action_dispatch/routing/route_set.rb:74:in `dispatch'
1446
+ actionpack (4.2.1) lib/action_dispatch/routing/route_set.rb:43:in `serve'
1447
+ actionpack (4.2.1) lib/action_dispatch/journey/router.rb:43:in `block in serve'
1448
+ actionpack (4.2.1) lib/action_dispatch/journey/router.rb:30:in `each'
1449
+ actionpack (4.2.1) lib/action_dispatch/journey/router.rb:30:in `serve'
1450
+ actionpack (4.2.1) lib/action_dispatch/routing/route_set.rb:819:in `call'
1451
+ railties (4.2.1) lib/rails/engine.rb:518:in `call'
1452
+ railties (4.2.1) lib/rails/railtie.rb:194:in `public_send'
1453
+ railties (4.2.1) lib/rails/railtie.rb:194:in `method_missing'
1454
+ actionpack (4.2.1) lib/action_dispatch/routing/mapper.rb:51:in `serve'
1455
+ actionpack (4.2.1) lib/action_dispatch/journey/router.rb:43:in `block in serve'
1456
+ actionpack (4.2.1) lib/action_dispatch/journey/router.rb:30:in `each'
1457
+ actionpack (4.2.1) lib/action_dispatch/journey/router.rb:30:in `serve'
1458
+ actionpack (4.2.1) lib/action_dispatch/routing/route_set.rb:819:in `call'
1459
+ rack (1.6.1) lib/rack/etag.rb:24:in `call'
1460
+ rack (1.6.1) lib/rack/conditionalget.rb:25:in `call'
1461
+ rack (1.6.1) lib/rack/head.rb:13:in `call'
1462
+ actionpack (4.2.1) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
1463
+ actionpack (4.2.1) lib/action_dispatch/middleware/flash.rb:260:in `call'
1464
+ rack (1.6.1) lib/rack/session/abstract/id.rb:225:in `context'
1465
+ rack (1.6.1) lib/rack/session/abstract/id.rb:220:in `call'
1466
+ actionpack (4.2.1) lib/action_dispatch/middleware/cookies.rb:560:in `call'
1467
+ activerecord (4.2.1) lib/active_record/query_cache.rb:36:in `call'
1468
+ activerecord (4.2.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:649:in `call'
1469
+ activerecord (4.2.1) lib/active_record/migration.rb:378:in `call'
1470
+ actionpack (4.2.1) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
1471
+ activesupport (4.2.1) lib/active_support/callbacks.rb:88:in `call'
1472
+ activesupport (4.2.1) lib/active_support/callbacks.rb:88:in `_run_callbacks'
1473
+ activesupport (4.2.1) lib/active_support/callbacks.rb:776:in `_run_call_callbacks'
1474
+ activesupport (4.2.1) lib/active_support/callbacks.rb:81:in `run_callbacks'
1475
+ actionpack (4.2.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
1476
+ actionpack (4.2.1) lib/action_dispatch/middleware/reloader.rb:73:in `call'
1477
+ actionpack (4.2.1) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
1478
+ actionpack (4.2.1) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
1479
+ actionpack (4.2.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
1480
+ railties (4.2.1) lib/rails/rack/logger.rb:38:in `call_app'
1481
+ railties (4.2.1) lib/rails/rack/logger.rb:20:in `block in call'
1482
+ activesupport (4.2.1) lib/active_support/tagged_logging.rb:68:in `block in tagged'
1483
+ activesupport (4.2.1) lib/active_support/tagged_logging.rb:26:in `tagged'
1484
+ activesupport (4.2.1) lib/active_support/tagged_logging.rb:68:in `tagged'
1485
+ railties (4.2.1) lib/rails/rack/logger.rb:20:in `call'
1486
+ actionpack (4.2.1) lib/action_dispatch/middleware/request_id.rb:21:in `call'
1487
+ rack (1.6.1) lib/rack/methodoverride.rb:22:in `call'
1488
+ rack (1.6.1) lib/rack/runtime.rb:18:in `call'
1489
+ activesupport (4.2.1) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
1490
+ rack (1.6.1) lib/rack/lock.rb:17:in `call'
1491
+ actionpack (4.2.1) lib/action_dispatch/middleware/static.rb:113:in `call'
1492
+ rack (1.6.1) lib/rack/sendfile.rb:113:in `call'
1493
+ railties (4.2.1) lib/rails/engine.rb:518:in `call'
1494
+ railties (4.2.1) lib/rails/application.rb:164:in `call'
1495
+ rack (1.6.1) lib/rack/lock.rb:17:in `call'
1496
+ rack (1.6.1) lib/rack/content_length.rb:15:in `call'
1497
+ rack (1.6.1) lib/rack/handler/webrick.rb:89:in `service'
1498
+ /home/cybergarage/.rvm/rubies/ruby-2.1.5/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service'
1499
+ /home/cybergarage/.rvm/rubies/ruby-2.1.5/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run'
1500
+ /home/cybergarage/.rvm/rubies/ruby-2.1.5/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread'
1501
+
1502
+
1503
+ Rendered /home/cybergarage/.rvm/gems/ruby-2.1.5/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/_source.erb (10.6ms)
1504
+ Rendered /home/cybergarage/.rvm/gems/ruby-2.1.5/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.7ms)
1505
+ Rendered /home/cybergarage/.rvm/gems/ruby-2.1.5/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (9.1ms)
1506
+ Rendered /home/cybergarage/.rvm/gems/ruby-2.1.5/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (31.5ms)
1507
+
1508
+
1509
+ Started GET "/locales_admin" for 127.0.0.1 at 2015-06-16 13:31:10 +0700
1510
+ Processing by LocalesAdmin::MainController#index as HTML
1511
+ Rendered /home/cybergarage/workspaces/locales_admin/app/views/locales_admin/main/index.html.erb within layouts/locales_admin/application (0.9ms)
1512
+ Completed 500 Internal Server Error in 12ms (ActiveRecord: 0.0ms)
1513
+
1514
+ ActionView::Template::Error (couldn't find file 'jquery' with type 'application/javascript'):
1515
+ 3: <head>
1516
+ 4: <title>LocalesAdmin</title>
1517
+ 5: <%= stylesheet_link_tag "locales_admin/application", media: "all" %>
1518
+ 6: <%= javascript_include_tag "locales_admin/application" %>
1519
+ 7: <%= csrf_meta_tags %>
1520
+ 8: </head>
1521
+ 9: <body>
1522
+ /home/cybergarage/workspaces/locales_admin/app/assets/javascripts/locales_admin/application.js:13
1523
+ sprockets (3.2.0) lib/sprockets/resolve.rb:64:in `resolve!'
1524
+ sprockets (3.2.0) lib/sprockets/directive_processor.rb:399:in `resolve'
1525
+ sprockets (3.2.0) lib/sprockets/directive_processor.rb:207:in `process_require_directive'
1526
+ sprockets (3.2.0) lib/sprockets/directive_processor.rb:180:in `block in process_directives'
1527
+ sprockets (3.2.0) lib/sprockets/directive_processor.rb:178:in `each'
1528
+ sprockets (3.2.0) lib/sprockets/directive_processor.rb:178:in `process_directives'
1529
+ sprockets (3.2.0) lib/sprockets/directive_processor.rb:83:in `_call'
1530
+ sprockets (3.2.0) lib/sprockets/directive_processor.rb:68:in `call'
1531
+ sprockets (3.2.0) lib/sprockets/processor_utils.rb:75:in `call_processor'
1532
+ sprockets (3.2.0) lib/sprockets/processor_utils.rb:57:in `block in call_processors'
1533
+ sprockets (3.2.0) lib/sprockets/processor_utils.rb:56:in `reverse_each'
1534
+ sprockets (3.2.0) lib/sprockets/processor_utils.rb:56:in `call_processors'
1535
+ sprockets (3.2.0) lib/sprockets/loader.rb:86:in `load_asset_by_uri'
1536
+ sprockets (3.2.0) lib/sprockets/loader.rb:45:in `block in load'
1537
+ sprockets (3.2.0) lib/sprockets/loader.rb:155:in `fetch_asset_from_dependency_cache'
1538
+ sprockets (3.2.0) lib/sprockets/loader.rb:38:in `load'
1539
+ sprockets (3.2.0) lib/sprockets/cached_environment.rb:20:in `block in initialize'
1540
+ sprockets (3.2.0) lib/sprockets/cached_environment.rb:47:in `yield'
1541
+ sprockets (3.2.0) lib/sprockets/cached_environment.rb:47:in `load'
1542
+ sprockets (3.2.0) lib/sprockets/bundle.rb:23:in `block in call'
1543
+ sprockets (3.2.0) lib/sprockets/utils.rb:183:in `dfs'
1544
+ sprockets (3.2.0) lib/sprockets/bundle.rb:24:in `call'
1545
+ sprockets (3.2.0) lib/sprockets/processor_utils.rb:75:in `call_processor'
1546
+ sprockets (3.2.0) lib/sprockets/processor_utils.rb:57:in `block in call_processors'
1547
+ sprockets (3.2.0) lib/sprockets/processor_utils.rb:56:in `reverse_each'
1548
+ sprockets (3.2.0) lib/sprockets/processor_utils.rb:56:in `call_processors'
1549
+ sprockets (3.2.0) lib/sprockets/loader.rb:86:in `load_asset_by_uri'
1550
+ sprockets (3.2.0) lib/sprockets/loader.rb:45:in `block in load'
1551
+ sprockets (3.2.0) lib/sprockets/loader.rb:155:in `fetch_asset_from_dependency_cache'
1552
+ sprockets (3.2.0) lib/sprockets/loader.rb:38:in `load'
1553
+ sprockets (3.2.0) lib/sprockets/cached_environment.rb:20:in `block in initialize'
1554
+ sprockets (3.2.0) lib/sprockets/cached_environment.rb:47:in `yield'
1555
+ sprockets (3.2.0) lib/sprockets/cached_environment.rb:47:in `load'
1556
+ sprockets (3.2.0) lib/sprockets/base.rb:63:in `find_asset'
1557
+ sprockets (3.2.0) lib/sprockets/environment.rb:30:in `find_asset'
1558
+ sprockets (3.2.0) lib/sprockets/base.rb:89:in `[]'
1559
+ sprockets-rails (2.3.1) lib/sprockets/rails/helper.rb:243:in `lookup_asset_for_path'
1560
+ sprockets-rails (2.3.1) lib/sprockets/rails/helper.rb:203:in `check_errors_for'
1561
+ sprockets-rails (2.3.1) lib/sprockets/rails/helper.rb:150:in `block in javascript_include_tag'
1562
+ sprockets-rails (2.3.1) lib/sprockets/rails/helper.rb:149:in `map'
1563
+ sprockets-rails (2.3.1) lib/sprockets/rails/helper.rb:149:in `javascript_include_tag'
1564
+ /home/cybergarage/workspaces/locales_admin/app/views/layouts/locales_admin/application.html.erb:6:in `__home_cybergarage_workspaces_locales_admin_app_views_layouts_locales_admin_application_html_erb___1307676079270208201_39805460'
1565
+ actionview (4.2.1) lib/action_view/template.rb:145:in `block in render'
1566
+ activesupport (4.2.1) lib/active_support/notifications.rb:166:in `instrument'
1567
+ actionview (4.2.1) lib/action_view/template.rb:333:in `instrument'
1568
+ actionview (4.2.1) lib/action_view/template.rb:143:in `render'
1569
+ actionview (4.2.1) lib/action_view/renderer/template_renderer.rb:66:in `render_with_layout'
1570
+ actionview (4.2.1) lib/action_view/renderer/template_renderer.rb:52:in `render_template'
1571
+ actionview (4.2.1) lib/action_view/renderer/template_renderer.rb:14:in `render'
1572
+ actionview (4.2.1) lib/action_view/renderer/renderer.rb:42:in `render_template'
1573
+ actionview (4.2.1) lib/action_view/renderer/renderer.rb:23:in `render'
1574
+ actionview (4.2.1) lib/action_view/rendering.rb:100:in `_render_template'
1575
+ actionpack (4.2.1) lib/action_controller/metal/streaming.rb:217:in `_render_template'
1576
+ actionview (4.2.1) lib/action_view/rendering.rb:83:in `render_to_body'
1577
+ actionpack (4.2.1) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
1578
+ actionpack (4.2.1) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
1579
+ actionpack (4.2.1) lib/abstract_controller/rendering.rb:25:in `render'
1580
+ actionpack (4.2.1) lib/action_controller/metal/rendering.rb:16:in `render'
1581
+ actionpack (4.2.1) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
1582
+ activesupport (4.2.1) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
1583
+ /home/cybergarage/.rvm/rubies/ruby-2.1.5/lib/ruby/2.1.0/benchmark.rb:294:in `realtime'
1584
+ activesupport (4.2.1) lib/active_support/core_ext/benchmark.rb:12:in `ms'
1585
+ actionpack (4.2.1) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
1586
+ actionpack (4.2.1) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
1587
+ activerecord (4.2.1) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
1588
+ actionpack (4.2.1) lib/action_controller/metal/instrumentation.rb:43:in `render'
1589
+ actionpack (4.2.1) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
1590
+ actionpack (4.2.1) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
1591
+ actionpack (4.2.1) lib/abstract_controller/base.rb:198:in `process_action'
1592
+ actionpack (4.2.1) lib/action_controller/metal/rendering.rb:10:in `process_action'
1593
+ actionpack (4.2.1) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
1594
+ activesupport (4.2.1) lib/active_support/callbacks.rb:117:in `call'
1595
+ activesupport (4.2.1) lib/active_support/callbacks.rb:117:in `call'
1596
+ activesupport (4.2.1) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
1597
+ activesupport (4.2.1) lib/active_support/callbacks.rb:505:in `call'
1598
+ activesupport (4.2.1) lib/active_support/callbacks.rb:505:in `call'
1599
+ activesupport (4.2.1) lib/active_support/callbacks.rb:92:in `_run_callbacks'
1600
+ activesupport (4.2.1) lib/active_support/callbacks.rb:776:in `_run_process_action_callbacks'
1601
+ activesupport (4.2.1) lib/active_support/callbacks.rb:81:in `run_callbacks'
1602
+ actionpack (4.2.1) lib/abstract_controller/callbacks.rb:19:in `process_action'
1603
+ actionpack (4.2.1) lib/action_controller/metal/rescue.rb:29:in `process_action'
1604
+ actionpack (4.2.1) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
1605
+ activesupport (4.2.1) lib/active_support/notifications.rb:164:in `block in instrument'
1606
+ activesupport (4.2.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
1607
+ activesupport (4.2.1) lib/active_support/notifications.rb:164:in `instrument'
1608
+ actionpack (4.2.1) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
1609
+ actionpack (4.2.1) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
1610
+ activerecord (4.2.1) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
1611
+ actionpack (4.2.1) lib/abstract_controller/base.rb:137:in `process'
1612
+ actionview (4.2.1) lib/action_view/rendering.rb:30:in `process'
1613
+ actionpack (4.2.1) lib/action_controller/metal.rb:196:in `dispatch'
1614
+ actionpack (4.2.1) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
1615
+ actionpack (4.2.1) lib/action_controller/metal.rb:237:in `block in action'
1616
+ actionpack (4.2.1) lib/action_dispatch/routing/route_set.rb:74:in `call'
1617
+ actionpack (4.2.1) lib/action_dispatch/routing/route_set.rb:74:in `dispatch'
1618
+ actionpack (4.2.1) lib/action_dispatch/routing/route_set.rb:43:in `serve'
1619
+ actionpack (4.2.1) lib/action_dispatch/journey/router.rb:43:in `block in serve'
1620
+ actionpack (4.2.1) lib/action_dispatch/journey/router.rb:30:in `each'
1621
+ actionpack (4.2.1) lib/action_dispatch/journey/router.rb:30:in `serve'
1622
+ actionpack (4.2.1) lib/action_dispatch/routing/route_set.rb:819:in `call'
1623
+ railties (4.2.1) lib/rails/engine.rb:518:in `call'
1624
+ railties (4.2.1) lib/rails/railtie.rb:194:in `public_send'
1625
+ railties (4.2.1) lib/rails/railtie.rb:194:in `method_missing'
1626
+ actionpack (4.2.1) lib/action_dispatch/routing/mapper.rb:51:in `serve'
1627
+ actionpack (4.2.1) lib/action_dispatch/journey/router.rb:43:in `block in serve'
1628
+ actionpack (4.2.1) lib/action_dispatch/journey/router.rb:30:in `each'
1629
+ actionpack (4.2.1) lib/action_dispatch/journey/router.rb:30:in `serve'
1630
+ actionpack (4.2.1) lib/action_dispatch/routing/route_set.rb:819:in `call'
1631
+ rack (1.6.1) lib/rack/etag.rb:24:in `call'
1632
+ rack (1.6.1) lib/rack/conditionalget.rb:25:in `call'
1633
+ rack (1.6.1) lib/rack/head.rb:13:in `call'
1634
+ actionpack (4.2.1) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
1635
+ actionpack (4.2.1) lib/action_dispatch/middleware/flash.rb:260:in `call'
1636
+ rack (1.6.1) lib/rack/session/abstract/id.rb:225:in `context'
1637
+ rack (1.6.1) lib/rack/session/abstract/id.rb:220:in `call'
1638
+ actionpack (4.2.1) lib/action_dispatch/middleware/cookies.rb:560:in `call'
1639
+ activerecord (4.2.1) lib/active_record/query_cache.rb:36:in `call'
1640
+ activerecord (4.2.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:649:in `call'
1641
+ activerecord (4.2.1) lib/active_record/migration.rb:378:in `call'
1642
+ actionpack (4.2.1) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
1643
+ activesupport (4.2.1) lib/active_support/callbacks.rb:88:in `call'
1644
+ activesupport (4.2.1) lib/active_support/callbacks.rb:88:in `_run_callbacks'
1645
+ activesupport (4.2.1) lib/active_support/callbacks.rb:776:in `_run_call_callbacks'
1646
+ activesupport (4.2.1) lib/active_support/callbacks.rb:81:in `run_callbacks'
1647
+ actionpack (4.2.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
1648
+ actionpack (4.2.1) lib/action_dispatch/middleware/reloader.rb:73:in `call'
1649
+ actionpack (4.2.1) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
1650
+ actionpack (4.2.1) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
1651
+ actionpack (4.2.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
1652
+ railties (4.2.1) lib/rails/rack/logger.rb:38:in `call_app'
1653
+ railties (4.2.1) lib/rails/rack/logger.rb:20:in `block in call'
1654
+ activesupport (4.2.1) lib/active_support/tagged_logging.rb:68:in `block in tagged'
1655
+ activesupport (4.2.1) lib/active_support/tagged_logging.rb:26:in `tagged'
1656
+ activesupport (4.2.1) lib/active_support/tagged_logging.rb:68:in `tagged'
1657
+ railties (4.2.1) lib/rails/rack/logger.rb:20:in `call'
1658
+ actionpack (4.2.1) lib/action_dispatch/middleware/request_id.rb:21:in `call'
1659
+ rack (1.6.1) lib/rack/methodoverride.rb:22:in `call'
1660
+ rack (1.6.1) lib/rack/runtime.rb:18:in `call'
1661
+ activesupport (4.2.1) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
1662
+ rack (1.6.1) lib/rack/lock.rb:17:in `call'
1663
+ actionpack (4.2.1) lib/action_dispatch/middleware/static.rb:113:in `call'
1664
+ rack (1.6.1) lib/rack/sendfile.rb:113:in `call'
1665
+ railties (4.2.1) lib/rails/engine.rb:518:in `call'
1666
+ railties (4.2.1) lib/rails/application.rb:164:in `call'
1667
+ rack (1.6.1) lib/rack/lock.rb:17:in `call'
1668
+ rack (1.6.1) lib/rack/content_length.rb:15:in `call'
1669
+ rack (1.6.1) lib/rack/handler/webrick.rb:89:in `service'
1670
+ /home/cybergarage/.rvm/rubies/ruby-2.1.5/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service'
1671
+ /home/cybergarage/.rvm/rubies/ruby-2.1.5/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run'
1672
+ /home/cybergarage/.rvm/rubies/ruby-2.1.5/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread'
1673
+
1674
+
1675
+ Rendered /home/cybergarage/.rvm/gems/ruby-2.1.5/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/_source.erb (11.3ms)
1676
+ Rendered /home/cybergarage/.rvm/gems/ruby-2.1.5/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.7ms)
1677
+ Rendered /home/cybergarage/.rvm/gems/ruby-2.1.5/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.2ms)
1678
+ Rendered /home/cybergarage/.rvm/gems/ruby-2.1.5/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (25.5ms)
1679
+
1680
+
1681
+ Started GET "/locales_admin" for 127.0.0.1 at 2015-06-16 13:31:11 +0700
1682
+ Processing by LocalesAdmin::MainController#index as HTML
1683
+ Rendered /home/cybergarage/workspaces/locales_admin/app/views/locales_admin/main/index.html.erb within layouts/locales_admin/application (0.9ms)
1684
+ Completed 500 Internal Server Error in 10ms (ActiveRecord: 0.0ms)
1685
+
1686
+ ActionView::Template::Error (couldn't find file 'jquery' with type 'application/javascript'):
1687
+ 3: <head>
1688
+ 4: <title>LocalesAdmin</title>
1689
+ 5: <%= stylesheet_link_tag "locales_admin/application", media: "all" %>
1690
+ 6: <%= javascript_include_tag "locales_admin/application" %>
1691
+ 7: <%= csrf_meta_tags %>
1692
+ 8: </head>
1693
+ 9: <body>
1694
+ /home/cybergarage/workspaces/locales_admin/app/assets/javascripts/locales_admin/application.js:13
1695
+ sprockets (3.2.0) lib/sprockets/resolve.rb:64:in `resolve!'
1696
+ sprockets (3.2.0) lib/sprockets/directive_processor.rb:399:in `resolve'
1697
+ sprockets (3.2.0) lib/sprockets/directive_processor.rb:207:in `process_require_directive'
1698
+ sprockets (3.2.0) lib/sprockets/directive_processor.rb:180:in `block in process_directives'
1699
+ sprockets (3.2.0) lib/sprockets/directive_processor.rb:178:in `each'
1700
+ sprockets (3.2.0) lib/sprockets/directive_processor.rb:178:in `process_directives'
1701
+ sprockets (3.2.0) lib/sprockets/directive_processor.rb:83:in `_call'
1702
+ sprockets (3.2.0) lib/sprockets/directive_processor.rb:68:in `call'
1703
+ sprockets (3.2.0) lib/sprockets/processor_utils.rb:75:in `call_processor'
1704
+ sprockets (3.2.0) lib/sprockets/processor_utils.rb:57:in `block in call_processors'
1705
+ sprockets (3.2.0) lib/sprockets/processor_utils.rb:56:in `reverse_each'
1706
+ sprockets (3.2.0) lib/sprockets/processor_utils.rb:56:in `call_processors'
1707
+ sprockets (3.2.0) lib/sprockets/loader.rb:86:in `load_asset_by_uri'
1708
+ sprockets (3.2.0) lib/sprockets/loader.rb:45:in `block in load'
1709
+ sprockets (3.2.0) lib/sprockets/loader.rb:155:in `fetch_asset_from_dependency_cache'
1710
+ sprockets (3.2.0) lib/sprockets/loader.rb:38:in `load'
1711
+ sprockets (3.2.0) lib/sprockets/cached_environment.rb:20:in `block in initialize'
1712
+ sprockets (3.2.0) lib/sprockets/cached_environment.rb:47:in `yield'
1713
+ sprockets (3.2.0) lib/sprockets/cached_environment.rb:47:in `load'
1714
+ sprockets (3.2.0) lib/sprockets/bundle.rb:23:in `block in call'
1715
+ sprockets (3.2.0) lib/sprockets/utils.rb:183:in `dfs'
1716
+ sprockets (3.2.0) lib/sprockets/bundle.rb:24:in `call'
1717
+ sprockets (3.2.0) lib/sprockets/processor_utils.rb:75:in `call_processor'
1718
+ sprockets (3.2.0) lib/sprockets/processor_utils.rb:57:in `block in call_processors'
1719
+ sprockets (3.2.0) lib/sprockets/processor_utils.rb:56:in `reverse_each'
1720
+ sprockets (3.2.0) lib/sprockets/processor_utils.rb:56:in `call_processors'
1721
+ sprockets (3.2.0) lib/sprockets/loader.rb:86:in `load_asset_by_uri'
1722
+ sprockets (3.2.0) lib/sprockets/loader.rb:45:in `block in load'
1723
+ sprockets (3.2.0) lib/sprockets/loader.rb:155:in `fetch_asset_from_dependency_cache'
1724
+ sprockets (3.2.0) lib/sprockets/loader.rb:38:in `load'
1725
+ sprockets (3.2.0) lib/sprockets/cached_environment.rb:20:in `block in initialize'
1726
+ sprockets (3.2.0) lib/sprockets/cached_environment.rb:47:in `yield'
1727
+ sprockets (3.2.0) lib/sprockets/cached_environment.rb:47:in `load'
1728
+ sprockets (3.2.0) lib/sprockets/base.rb:63:in `find_asset'
1729
+ sprockets (3.2.0) lib/sprockets/environment.rb:30:in `find_asset'
1730
+ sprockets (3.2.0) lib/sprockets/base.rb:89:in `[]'
1731
+ sprockets-rails (2.3.1) lib/sprockets/rails/helper.rb:243:in `lookup_asset_for_path'
1732
+ sprockets-rails (2.3.1) lib/sprockets/rails/helper.rb:203:in `check_errors_for'
1733
+ sprockets-rails (2.3.1) lib/sprockets/rails/helper.rb:150:in `block in javascript_include_tag'
1734
+ sprockets-rails (2.3.1) lib/sprockets/rails/helper.rb:149:in `map'
1735
+ sprockets-rails (2.3.1) lib/sprockets/rails/helper.rb:149:in `javascript_include_tag'
1736
+ /home/cybergarage/workspaces/locales_admin/app/views/layouts/locales_admin/application.html.erb:6:in `__home_cybergarage_workspaces_locales_admin_app_views_layouts_locales_admin_application_html_erb___1307676079270208201_39805460'
1737
+ actionview (4.2.1) lib/action_view/template.rb:145:in `block in render'
1738
+ activesupport (4.2.1) lib/active_support/notifications.rb:166:in `instrument'
1739
+ actionview (4.2.1) lib/action_view/template.rb:333:in `instrument'
1740
+ actionview (4.2.1) lib/action_view/template.rb:143:in `render'
1741
+ actionview (4.2.1) lib/action_view/renderer/template_renderer.rb:66:in `render_with_layout'
1742
+ actionview (4.2.1) lib/action_view/renderer/template_renderer.rb:52:in `render_template'
1743
+ actionview (4.2.1) lib/action_view/renderer/template_renderer.rb:14:in `render'
1744
+ actionview (4.2.1) lib/action_view/renderer/renderer.rb:42:in `render_template'
1745
+ actionview (4.2.1) lib/action_view/renderer/renderer.rb:23:in `render'
1746
+ actionview (4.2.1) lib/action_view/rendering.rb:100:in `_render_template'
1747
+ actionpack (4.2.1) lib/action_controller/metal/streaming.rb:217:in `_render_template'
1748
+ actionview (4.2.1) lib/action_view/rendering.rb:83:in `render_to_body'
1749
+ actionpack (4.2.1) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
1750
+ actionpack (4.2.1) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
1751
+ actionpack (4.2.1) lib/abstract_controller/rendering.rb:25:in `render'
1752
+ actionpack (4.2.1) lib/action_controller/metal/rendering.rb:16:in `render'
1753
+ actionpack (4.2.1) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
1754
+ activesupport (4.2.1) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
1755
+ /home/cybergarage/.rvm/rubies/ruby-2.1.5/lib/ruby/2.1.0/benchmark.rb:294:in `realtime'
1756
+ activesupport (4.2.1) lib/active_support/core_ext/benchmark.rb:12:in `ms'
1757
+ actionpack (4.2.1) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
1758
+ actionpack (4.2.1) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
1759
+ activerecord (4.2.1) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
1760
+ actionpack (4.2.1) lib/action_controller/metal/instrumentation.rb:43:in `render'
1761
+ actionpack (4.2.1) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
1762
+ actionpack (4.2.1) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
1763
+ actionpack (4.2.1) lib/abstract_controller/base.rb:198:in `process_action'
1764
+ actionpack (4.2.1) lib/action_controller/metal/rendering.rb:10:in `process_action'
1765
+ actionpack (4.2.1) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
1766
+ activesupport (4.2.1) lib/active_support/callbacks.rb:117:in `call'
1767
+ activesupport (4.2.1) lib/active_support/callbacks.rb:117:in `call'
1768
+ activesupport (4.2.1) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
1769
+ activesupport (4.2.1) lib/active_support/callbacks.rb:505:in `call'
1770
+ activesupport (4.2.1) lib/active_support/callbacks.rb:505:in `call'
1771
+ activesupport (4.2.1) lib/active_support/callbacks.rb:92:in `_run_callbacks'
1772
+ activesupport (4.2.1) lib/active_support/callbacks.rb:776:in `_run_process_action_callbacks'
1773
+ activesupport (4.2.1) lib/active_support/callbacks.rb:81:in `run_callbacks'
1774
+ actionpack (4.2.1) lib/abstract_controller/callbacks.rb:19:in `process_action'
1775
+ actionpack (4.2.1) lib/action_controller/metal/rescue.rb:29:in `process_action'
1776
+ actionpack (4.2.1) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
1777
+ activesupport (4.2.1) lib/active_support/notifications.rb:164:in `block in instrument'
1778
+ activesupport (4.2.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
1779
+ activesupport (4.2.1) lib/active_support/notifications.rb:164:in `instrument'
1780
+ actionpack (4.2.1) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
1781
+ actionpack (4.2.1) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
1782
+ activerecord (4.2.1) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
1783
+ actionpack (4.2.1) lib/abstract_controller/base.rb:137:in `process'
1784
+ actionview (4.2.1) lib/action_view/rendering.rb:30:in `process'
1785
+ actionpack (4.2.1) lib/action_controller/metal.rb:196:in `dispatch'
1786
+ actionpack (4.2.1) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
1787
+ actionpack (4.2.1) lib/action_controller/metal.rb:237:in `block in action'
1788
+ actionpack (4.2.1) lib/action_dispatch/routing/route_set.rb:74:in `call'
1789
+ actionpack (4.2.1) lib/action_dispatch/routing/route_set.rb:74:in `dispatch'
1790
+ actionpack (4.2.1) lib/action_dispatch/routing/route_set.rb:43:in `serve'
1791
+ actionpack (4.2.1) lib/action_dispatch/journey/router.rb:43:in `block in serve'
1792
+ actionpack (4.2.1) lib/action_dispatch/journey/router.rb:30:in `each'
1793
+ actionpack (4.2.1) lib/action_dispatch/journey/router.rb:30:in `serve'
1794
+ actionpack (4.2.1) lib/action_dispatch/routing/route_set.rb:819:in `call'
1795
+ railties (4.2.1) lib/rails/engine.rb:518:in `call'
1796
+ railties (4.2.1) lib/rails/railtie.rb:194:in `public_send'
1797
+ railties (4.2.1) lib/rails/railtie.rb:194:in `method_missing'
1798
+ actionpack (4.2.1) lib/action_dispatch/routing/mapper.rb:51:in `serve'
1799
+ actionpack (4.2.1) lib/action_dispatch/journey/router.rb:43:in `block in serve'
1800
+ actionpack (4.2.1) lib/action_dispatch/journey/router.rb:30:in `each'
1801
+ actionpack (4.2.1) lib/action_dispatch/journey/router.rb:30:in `serve'
1802
+ actionpack (4.2.1) lib/action_dispatch/routing/route_set.rb:819:in `call'
1803
+ rack (1.6.1) lib/rack/etag.rb:24:in `call'
1804
+ rack (1.6.1) lib/rack/conditionalget.rb:25:in `call'
1805
+ rack (1.6.1) lib/rack/head.rb:13:in `call'
1806
+ actionpack (4.2.1) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
1807
+ actionpack (4.2.1) lib/action_dispatch/middleware/flash.rb:260:in `call'
1808
+ rack (1.6.1) lib/rack/session/abstract/id.rb:225:in `context'
1809
+ rack (1.6.1) lib/rack/session/abstract/id.rb:220:in `call'
1810
+ actionpack (4.2.1) lib/action_dispatch/middleware/cookies.rb:560:in `call'
1811
+ activerecord (4.2.1) lib/active_record/query_cache.rb:36:in `call'
1812
+ activerecord (4.2.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:649:in `call'
1813
+ activerecord (4.2.1) lib/active_record/migration.rb:378:in `call'
1814
+ actionpack (4.2.1) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
1815
+ activesupport (4.2.1) lib/active_support/callbacks.rb:88:in `call'
1816
+ activesupport (4.2.1) lib/active_support/callbacks.rb:88:in `_run_callbacks'
1817
+ activesupport (4.2.1) lib/active_support/callbacks.rb:776:in `_run_call_callbacks'
1818
+ activesupport (4.2.1) lib/active_support/callbacks.rb:81:in `run_callbacks'
1819
+ actionpack (4.2.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
1820
+ actionpack (4.2.1) lib/action_dispatch/middleware/reloader.rb:73:in `call'
1821
+ actionpack (4.2.1) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
1822
+ actionpack (4.2.1) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
1823
+ actionpack (4.2.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
1824
+ railties (4.2.1) lib/rails/rack/logger.rb:38:in `call_app'
1825
+ railties (4.2.1) lib/rails/rack/logger.rb:20:in `block in call'
1826
+ activesupport (4.2.1) lib/active_support/tagged_logging.rb:68:in `block in tagged'
1827
+ activesupport (4.2.1) lib/active_support/tagged_logging.rb:26:in `tagged'
1828
+ activesupport (4.2.1) lib/active_support/tagged_logging.rb:68:in `tagged'
1829
+ railties (4.2.1) lib/rails/rack/logger.rb:20:in `call'
1830
+ actionpack (4.2.1) lib/action_dispatch/middleware/request_id.rb:21:in `call'
1831
+ rack (1.6.1) lib/rack/methodoverride.rb:22:in `call'
1832
+ rack (1.6.1) lib/rack/runtime.rb:18:in `call'
1833
+ activesupport (4.2.1) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
1834
+ rack (1.6.1) lib/rack/lock.rb:17:in `call'
1835
+ actionpack (4.2.1) lib/action_dispatch/middleware/static.rb:113:in `call'
1836
+ rack (1.6.1) lib/rack/sendfile.rb:113:in `call'
1837
+ railties (4.2.1) lib/rails/engine.rb:518:in `call'
1838
+ railties (4.2.1) lib/rails/application.rb:164:in `call'
1839
+ rack (1.6.1) lib/rack/lock.rb:17:in `call'
1840
+ rack (1.6.1) lib/rack/content_length.rb:15:in `call'
1841
+ rack (1.6.1) lib/rack/handler/webrick.rb:89:in `service'
1842
+ /home/cybergarage/.rvm/rubies/ruby-2.1.5/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service'
1843
+ /home/cybergarage/.rvm/rubies/ruby-2.1.5/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run'
1844
+ /home/cybergarage/.rvm/rubies/ruby-2.1.5/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread'
1845
+
1846
+
1847
+ Rendered /home/cybergarage/.rvm/gems/ruby-2.1.5/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/_source.erb (11.5ms)
1848
+ Rendered /home/cybergarage/.rvm/gems/ruby-2.1.5/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (4.2ms)
1849
+ Rendered /home/cybergarage/.rvm/gems/ruby-2.1.5/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.1ms)
1850
+ Rendered /home/cybergarage/.rvm/gems/ruby-2.1.5/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (25.4ms)
1851
+
1852
+
1853
+ Started GET "/locales_admin" for 127.0.0.1 at 2015-06-16 13:33:06 +0700
1854
+ Processing by LocalesAdmin::MainController#index as HTML
1855
+ Rendered /home/cybergarage/workspaces/locales_admin/app/views/locales_admin/main/index.html.erb within layouts/locales_admin/application (1.9ms)
1856
+ Completed 200 OK in 313ms (Views: 312.9ms | ActiveRecord: 0.0ms)
1857
+
1858
+
1859
+ Started GET "/assets/locales_admin/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for 127.0.0.1 at 2015-06-16 13:33:07 +0700
1860
+
1861
+
1862
+ Started GET "/assets/jquery.self-d03a5518f45df77341bdbe6201ba3bfa547ebba8ed64f0ea56bfa5f96ea7c074.js?body=1" for 127.0.0.1 at 2015-06-16 13:33:07 +0700
1863
+
1864
+
1865
+ Started GET "/assets/jquery_ujs.self-8e98a7a072a6cee1372d19fff9ff3e6aa1e39a37d89d6f06861637d061113ee7.js?body=1" for 127.0.0.1 at 2015-06-16 13:33:07 +0700
1866
+
1867
+
1868
+ Started GET "/assets/locales_admin/application.self-377610cd7c1509e934744c810e3b4cf672dfbcacac3274e7d039827e2ae0fcc7.js?body=1" for 127.0.0.1 at 2015-06-16 13:33:07 +0700
1869
+
1870
+
1871
+ Started POST "/locales_admin/locales_admin?file=%2Fhome%2Fcybergarage%2Fworkspaces%2Flocales_admin%2Ftest%2Fdummy%2Fconfig%2Flocales%2Fen.yml" for 127.0.0.1 at 2015-06-16 13:33:09 +0700
1872
+ Processing by LocalesAdmin::MainController#show as JS
1873
+ Parameters: {"file"=>"/home/cybergarage/workspaces/locales_admin/test/dummy/config/locales/en.yml"}
1874
+ Rendered /home/cybergarage/workspaces/locales_admin/app/views/locales_admin/main/show.js.erb (0.5ms)
1875
+ Completed 200 OK in 7ms (Views: 7.0ms | ActiveRecord: 0.0ms)
1876
+
1877
+
1878
+ Started GET "/" for 127.0.0.1 at 2015-06-16 13:33:14 +0700
1879
+ Processing by Rails::WelcomeController#index as HTML
1880
+ Rendered /home/cybergarage/.rvm/gems/ruby-2.1.5/gems/railties-4.2.1/lib/rails/templates/rails/welcome/index.html.erb (0.7ms)
1881
+ Completed 200 OK in 2ms (Views: 2.1ms | ActiveRecord: 0.0ms)
1882
+
1883
+
1884
+ Started GET "/locales_admin" for 127.0.0.1 at 2015-06-16 13:33:18 +0700
1885
+ Processing by LocalesAdmin::MainController#index as HTML
1886
+ Rendered /home/cybergarage/workspaces/locales_admin/app/views/locales_admin/main/index.html.erb within layouts/locales_admin/application (0.7ms)
1887
+ Completed 200 OK in 16ms (Views: 15.5ms | ActiveRecord: 0.0ms)
1888
+
1889
+
1890
+ Started POST "/locales_admin/locales_admin?file=%2Fhome%2Fcybergarage%2Fworkspaces%2Flocales_admin%2Ftest%2Fdummy%2Fconfig%2Flocales%2Fen.yml" for 127.0.0.1 at 2015-06-16 13:33:22 +0700
1891
+ Processing by LocalesAdmin::MainController#show as JS
1892
+ Parameters: {"file"=>"/home/cybergarage/workspaces/locales_admin/test/dummy/config/locales/en.yml"}
1893
+ Rendered /home/cybergarage/workspaces/locales_admin/app/views/locales_admin/main/show.js.erb (0.1ms)
1894
+ Completed 200 OK in 7ms (Views: 6.4ms | ActiveRecord: 0.0ms)
1895
+
1896
+
1897
+ Started PUT "/locales_admin/locales_admin" for 127.0.0.1 at 2015-06-16 13:33:27 +0700
1898
+ Processing by LocalesAdmin::MainController#update as JS
1899
+ Parameters: {"utf8"=>"✓", "file"=>"/home/cybergarage/workspaces/locales_admin/test/dummy/config/locales/en.yml", "editor"=>"en:\r\n hello: \"Hello world\"\r\n", "commit"=>"Edit"}
1900
+ Rendered /home/cybergarage/workspaces/locales_admin/app/views/locales_admin/main/update.js.erb (0.3ms)
1901
+ Completed 200 OK in 8ms (Views: 7.8ms | ActiveRecord: 0.0ms)
1902
+
1903
+
1904
+ Started GET "/locales_admin" for 127.0.0.1 at 2015-06-16 13:48:41 +0700
1905
+ Processing by LocalesAdmin::MainController#index as HTML
1906
+ Filter chain halted as :authentication_check rendered or redirected
1907
+ Completed 401 Unauthorized in 0ms (ActiveRecord: 0.0ms)
1908
+
1909
+
1910
+ Started GET "/locales_admin" for 127.0.0.1 at 2015-06-16 13:48:43 +0700
1911
+ Processing by LocalesAdmin::MainController#index as HTML
1912
+ Filter chain halted as :authentication_check rendered or redirected
1913
+ Completed 401 Unauthorized in 0ms (ActiveRecord: 0.0ms)
1914
+
1915
+
1916
+ Started GET "/locales_admin" for 127.0.0.1 at 2015-06-16 13:48:44 +0700
1917
+ Processing by LocalesAdmin::MainController#index as HTML
1918
+ Filter chain halted as :authentication_check rendered or redirected
1919
+ Completed 401 Unauthorized in 0ms (ActiveRecord: 0.0ms)
1920
+
1921
+
1922
+ Started GET "/locales_admin" for 127.0.0.1 at 2015-06-16 13:48:47 +0700
1923
+ Processing by LocalesAdmin::MainController#index as HTML
1924
+ Rendered /home/cybergarage/workspaces/locales_admin/app/views/locales_admin/main/index.html.erb within layouts/locales_admin/application (2.7ms)
1925
+ Completed 200 OK in 210ms (Views: 209.4ms | ActiveRecord: 0.0ms)
1926
+
1927
+
1928
+ Started GET "/assets/locales_admin/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for 127.0.0.1 at 2015-06-16 13:48:48 +0700
1929
+
1930
+
1931
+ Started GET "/assets/jquery.self-d03a5518f45df77341bdbe6201ba3bfa547ebba8ed64f0ea56bfa5f96ea7c074.js?body=1" for 127.0.0.1 at 2015-06-16 13:48:48 +0700
1932
+
1933
+
1934
+ Started GET "/assets/jquery_ujs.self-8e98a7a072a6cee1372d19fff9ff3e6aa1e39a37d89d6f06861637d061113ee7.js?body=1" for 127.0.0.1 at 2015-06-16 13:48:48 +0700
1935
+
1936
+
1937
+ Started GET "/assets/locales_admin/application.self-377610cd7c1509e934744c810e3b4cf672dfbcacac3274e7d039827e2ae0fcc7.js?body=1" for 127.0.0.1 at 2015-06-16 13:48:48 +0700