Started GET "/" for 127.0.0.1 at 2014-01-21 14:32:05 +0600 Processing by Rails::WelcomeController#index as HTML Rendered /home/bilash/.rvm/gems/ruby-2.0.0-p353/gems/railties-4.0.1/lib/rails/templates/rails/welcome/index.html.erb (1.8ms) Completed 200 OK in 8ms (Views: 7.4ms | ActiveRecord: 0.0ms) Started GET "/translation_handler/translations" for 127.0.0.1 at 2014-01-21 14:32:18 +0600 Processing by TranslationHandler::TranslationsController#index as HTML Rendered translation_handler/translations/index.html.erb within layouts/application (1.6ms) Completed 200 OK in 49ms (Views: 48.9ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-01-21 14:32:18 +0600 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-01-21 14:32:18 +0600 Started GET "/translation_handler/translations/en/edit" for 127.0.0.1 at 2014-01-21 14:32:23 +0600 Processing by TranslationHandler::TranslationsController#edit as HTML Parameters: {"id"=>"en"} Rendered translation_handler/translations/edit.html.erb within layouts/application (2.4ms) Completed 200 OK in 6ms (Views: 5.6ms | ActiveRecord: 0.0ms) Started PUT "/translation_handler/translations/en" for 127.0.0.1 at 2014-01-21 14:32:31 +0600 Processing by TranslationHandler::TranslationsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"hA3mF48dv/5KHhBYiymokaGRNrIA+1nJSsQUl2LlOR8=", "field_1"=>"hello test", "field_2"=>"def@yahoo.com", "field_3"=>"last first", "id"=>"en", "commit"=>"Update"} Completed 500 Internal Server Error in 2ms RuntimeError ("---\n:en:\n :hello: hello test\n :user:\n :attributes:\n :email: def@yahoo.com\n :name: last first\n"): /home/bilash/projects/translation_handler/app/controllers/translation_handler/translations_controller.rb:43:in `update' actionpack (4.0.1) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.0.1) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.1) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.1) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.1) lib/active_support/callbacks.rb:373:in `_run__998059026__process_action__callbacks' activesupport (4.0.1) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.1) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.1) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.1) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.1) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.1) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.1) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.1) lib/action_controller/metal/params_wrapper.rb:245:in `process_action' activerecord (4.0.1) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.1) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.1) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.1) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.1) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.1) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:80:in `call' actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:680:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:35:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/flash.rb:241:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.1) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.1) lib/active_record/migration.rb:369:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.1) lib/active_support/callbacks.rb:373:in `_run__97444419__call__callbacks' activesupport (4.0.1) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.1) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.1) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.1) lib/active_support/tagged_logging.rb:67:in `block in tagged' activesupport (4.0.1) lib/active_support/tagged_logging.rb:25:in `tagged' activesupport (4.0.1) lib/active_support/tagged_logging.rb:67:in `tagged' railties (4.0.1) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.1) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.1) lib/rails/engine.rb:511:in `call' railties (4.0.1) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/bilash/.rvm/rubies/ruby-2.0.0-p353/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/bilash/.rvm/rubies/ruby-2.0.0-p353/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/bilash/.rvm/rubies/ruby-2.0.0-p353/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/bilash/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.0.1/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.8ms) Rendered /home/bilash/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.0.1/lib/action_dispatch/middleware/templates/rescues/_trace.erb (25.4ms) Rendered /home/bilash/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.0.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.8ms) Rendered /home/bilash/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.0.1/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (42.3ms) Started PUT "/translation_handler/translations/en" for 127.0.0.1 at 2014-01-21 14:34:52 +0600 Processing by TranslationHandler::TranslationsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"hA3mF48dv/5KHhBYiymokaGRNrIA+1nJSsQUl2LlOR8=", "field_1"=>"hello test", "field_2"=>"def@yahoo.com", "field_3"=>"last first", "id"=>"en", "commit"=>"Update"} Redirected to http://localhost:3000/translation_handler/translations Completed 302 Found in 2ms (ActiveRecord: 0.0ms) Started GET "/translation_handler/translations" for 127.0.0.1 at 2014-01-21 14:34:52 +0600 Processing by TranslationHandler::TranslationsController#index as HTML Rendered translation_handler/translations/index.html.erb within layouts/application (0.7ms) Completed 200 OK in 4ms (Views: 4.0ms | ActiveRecord: 0.0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-01-21 14:34:52 +0600 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-01-21 14:34:52 +0600 Started GET "/translation_handler/translations/en/edit" for 127.0.0.1 at 2014-01-21 14:35:32 +0600 Processing by TranslationHandler::TranslationsController#edit as HTML Parameters: {"id"=>"en"} Rendered translation_handler/translations/edit.html.erb within layouts/application (1.5ms) Completed 200 OK in 5ms (Views: 4.3ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-01-21 14:35:32 +0600 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-01-21 14:35:32 +0600 Started PUT "/translation_handler/translations/en" for 127.0.0.1 at 2014-01-21 14:35:37 +0600 Processing by TranslationHandler::TranslationsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"hA3mF48dv/5KHhBYiymokaGRNrIA+1nJSsQUl2LlOR8=", "field_1"=>"hello test 11", "field_2"=>"def@yahoo.com", "field_3"=>"last first", "id"=>"en", "commit"=>"Update"} Redirected to http://localhost:3000/translation_handler/translations Completed 302 Found in 3ms (ActiveRecord: 0.0ms) Started GET "/translation_handler/translations" for 127.0.0.1 at 2014-01-21 14:35:37 +0600 Processing by TranslationHandler::TranslationsController#index as HTML Rendered translation_handler/translations/index.html.erb within layouts/application (0.7ms) Completed 200 OK in 4ms (Views: 3.9ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-01-21 14:35:37 +0600 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-01-21 14:35:37 +0600 Started GET "/translation_handler/translations" for 127.0.0.1 at 2014-01-21 14:36:19 +0600 Processing by TranslationHandler::TranslationsController#index as HTML Rendered translation_handler/translations/index.html.erb within layouts/application (2.3ms) Completed 200 OK in 45ms (Views: 44.1ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-01-21 14:36:19 +0600 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-01-21 14:36:19 +0600 Started GET "/translation_handler/translations/en/edit" for 127.0.0.1 at 2014-01-21 14:36:20 +0600 Processing by TranslationHandler::TranslationsController#edit as HTML Parameters: {"id"=>"en"} Rendered translation_handler/translations/edit.html.erb within layouts/application (2.5ms) Completed 200 OK in 7ms (Views: 5.4ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-01-21 14:36:20 +0600 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-01-21 14:36:20 +0600 Started PUT "/translation_handler/translations/en" for 127.0.0.1 at 2014-01-21 14:36:23 +0600 Processing by TranslationHandler::TranslationsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"hA3mF48dv/5KHhBYiymokaGRNrIA+1nJSsQUl2LlOR8=", "field_1"=>"hello test 11", "field_2"=>"def@yahoo.com", "field_3"=>"[\"last\", \"first\"]", "id"=>"en", "commit"=>"Update"} Redirected to http://localhost:3000/translation_handler/translations Completed 302 Found in 4ms (ActiveRecord: 0.0ms) Started GET "/translation_handler/translations" for 127.0.0.1 at 2014-01-21 14:36:23 +0600 Processing by TranslationHandler::TranslationsController#index as HTML Rendered translation_handler/translations/index.html.erb within layouts/application (0.8ms) Completed 200 OK in 4ms (Views: 3.9ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-01-21 14:36:23 +0600 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-01-21 14:36:23 +0600 Started GET "/translation_handler/translations" for 127.0.0.1 at 2014-01-21 14:36:42 +0600 Processing by TranslationHandler::TranslationsController#index as HTML Rendered translation_handler/translations/index.html.erb within layouts/application (0.8ms) Completed 200 OK in 5ms (Views: 4.4ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-01-21 14:36:42 +0600 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-01-21 14:36:42 +0600 Started GET "/translation_handler/translations/en/edit" for 127.0.0.1 at 2014-01-21 14:36:43 +0600 Processing by TranslationHandler::TranslationsController#edit as HTML Parameters: {"id"=>"en"} Rendered translation_handler/translations/edit.html.erb within layouts/application (1.5ms) Completed 200 OK in 5ms (Views: 4.3ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-01-21 14:36:43 +0600 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-01-21 14:36:43 +0600 Started PUT "/translation_handler/translations/en" for 127.0.0.1 at 2014-01-21 14:36:49 +0600 Processing by TranslationHandler::TranslationsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"hA3mF48dv/5KHhBYiymokaGRNrIA+1nJSsQUl2LlOR8=", "field_1"=>"hello test 11222", "field_2"=>"def@yahoo.com", "field_3"=>"[\"last\", \"first\"]", "id"=>"en", "commit"=>"Update"} Redirected to http://localhost:3000/translation_handler/translations Completed 302 Found in 2ms (ActiveRecord: 0.0ms) Started GET "/translation_handler/translations" for 127.0.0.1 at 2014-01-21 14:36:49 +0600 Processing by TranslationHandler::TranslationsController#index as HTML Rendered translation_handler/translations/index.html.erb within layouts/application (0.7ms) Completed 200 OK in 4ms (Views: 3.9ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-01-21 14:36:49 +0600 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-01-21 14:36:49 +0600 Started GET "/translation_handler/translations" for 127.0.0.1 at 2014-01-21 14:37:13 +0600 Processing by TranslationHandler::TranslationsController#index as HTML Rendered translation_handler/translations/index.html.erb within layouts/application (0.9ms) Completed 200 OK in 5ms (Views: 4.6ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-01-21 14:37:13 +0600 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-01-21 14:37:13 +0600 Started GET "/translation_handler/translations/en/edit" for 127.0.0.1 at 2014-01-21 14:37:14 +0600 Processing by TranslationHandler::TranslationsController#edit as HTML Parameters: {"id"=>"en"} Rendered translation_handler/translations/edit.html.erb within layouts/application (1.3ms) Completed 200 OK in 5ms (Views: 3.9ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-01-21 14:37:14 +0600 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-01-21 14:37:14 +0600 Started PUT "/translation_handler/translations/en" for 127.0.0.1 at 2014-01-21 14:37:17 +0600 Processing by TranslationHandler::TranslationsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"hA3mF48dv/5KHhBYiymokaGRNrIA+1nJSsQUl2LlOR8=", "field_1"=>"hello test 11222", "field_2"=>"def@yahoo.com", "field_3"=>"[\"last\", \"first\"]", "field_4"=>"125464435", "id"=>"en", "commit"=>"Update"} Redirected to http://localhost:3000/translation_handler/translations Completed 302 Found in 2ms (ActiveRecord: 0.0ms) Started GET "/translation_handler/translations" for 127.0.0.1 at 2014-01-21 14:37:17 +0600 Processing by TranslationHandler::TranslationsController#index as HTML Rendered translation_handler/translations/index.html.erb within layouts/application (0.7ms) Completed 200 OK in 5ms (Views: 3.9ms | ActiveRecord: 0.0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-01-21 14:37:17 +0600 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-01-21 14:37:17 +0600 Started GET "/translation_handler/translations/en/edit" for 127.0.0.1 at 2014-01-21 14:37:47 +0600 Processing by TranslationHandler::TranslationsController#edit as HTML Parameters: {"id"=>"en"} Rendered translation_handler/translations/edit.html.erb within layouts/application (1.4ms) Completed 200 OK in 5ms (Views: 4.3ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-01-21 14:37:47 +0600 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-01-21 14:37:47 +0600 Started PUT "/translation_handler/translations/en" for 127.0.0.1 at 2014-01-21 14:37:50 +0600 Processing by TranslationHandler::TranslationsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"hA3mF48dv/5KHhBYiymokaGRNrIA+1nJSsQUl2LlOR8=", "field_1"=>"hello test 11222", "field_2"=>"def@yahoo.com", "field_3"=>"[\"last\", \"first\"]", "field_4"=>"1", "id"=>"en", "commit"=>"Update"} Redirected to http://localhost:3000/translation_handler/translations Completed 302 Found in 4ms (ActiveRecord: 0.0ms) Started GET "/translation_handler/translations" for 127.0.0.1 at 2014-01-21 14:37:50 +0600 Processing by TranslationHandler::TranslationsController#index as HTML Rendered translation_handler/translations/index.html.erb within layouts/application (0.8ms) Completed 200 OK in 5ms (Views: 4.7ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-01-21 14:37:51 +0600 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-01-21 14:37:51 +0600 Started GET "/translation_handler/translations/en/edit" for 127.0.0.1 at 2014-01-21 14:38:15 +0600 Processing by TranslationHandler::TranslationsController#edit as HTML Parameters: {"id"=>"en"} Completed 500 Internal Server Error in 1ms Psych::SyntaxError ((/home/bilash/projects/translation_handler/test/dummy/config/locales/en.yml): found character that cannot start any token while scanning for the next token at line 8 column 14): /home/bilash/.rvm/rubies/ruby-2.0.0-p353/lib/ruby/2.0.0/psych.rb:205:in `parse' /home/bilash/.rvm/rubies/ruby-2.0.0-p353/lib/ruby/2.0.0/psych.rb:205:in `parse_stream' /home/bilash/.rvm/rubies/ruby-2.0.0-p353/lib/ruby/2.0.0/psych.rb:153:in `parse' /home/bilash/.rvm/rubies/ruby-2.0.0-p353/lib/ruby/2.0.0/psych.rb:129:in `load' /home/bilash/.rvm/rubies/ruby-2.0.0-p353/lib/ruby/2.0.0/psych.rb:299:in `block in load_file' /home/bilash/.rvm/rubies/ruby-2.0.0-p353/lib/ruby/2.0.0/psych.rb:299:in `open' /home/bilash/.rvm/rubies/ruby-2.0.0-p353/lib/ruby/2.0.0/psych.rb:299:in `load_file' /home/bilash/projects/translation_handler/app/controllers/translation_handler/translations_controller.rb:58:in `edit' actionpack (4.0.1) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.0.1) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.1) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.1) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.1) lib/active_support/callbacks.rb:373:in `_run__397468303__process_action__callbacks' activesupport (4.0.1) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.1) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.1) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.1) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.1) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.1) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.1) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.1) lib/action_controller/metal/params_wrapper.rb:245:in `process_action' activerecord (4.0.1) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.1) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.1) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.1) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.1) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.1) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:80:in `call' actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:680:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/flash.rb:241:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.1) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.1) lib/active_record/migration.rb:369:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.1) lib/active_support/callbacks.rb:373:in `_run__427971287__call__callbacks' activesupport (4.0.1) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.1) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.1) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.1) lib/active_support/tagged_logging.rb:67:in `block in tagged' activesupport (4.0.1) lib/active_support/tagged_logging.rb:25:in `tagged' activesupport (4.0.1) lib/active_support/tagged_logging.rb:67:in `tagged' railties (4.0.1) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.1) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.1) lib/rails/engine.rb:511:in `call' railties (4.0.1) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/bilash/.rvm/rubies/ruby-2.0.0-p353/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/bilash/.rvm/rubies/ruby-2.0.0-p353/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/bilash/.rvm/rubies/ruby-2.0.0-p353/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/bilash/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.0.1/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.7ms) Rendered /home/bilash/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.0.1/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.5ms) Rendered /home/bilash/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.0.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.9ms) Rendered /home/bilash/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.0.1/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (16.3ms) Started GET "/translation_handler/translations/en/edit" for 127.0.0.1 at 2014-01-21 14:38:26 +0600 Processing by TranslationHandler::TranslationsController#edit as HTML Parameters: {"id"=>"en"} Rendered translation_handler/translations/edit.html.erb within layouts/application (1.5ms) Completed 200 OK in 5ms (Views: 4.3ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-01-21 14:38:26 +0600 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-01-21 14:38:26 +0600 Started PUT "/translation_handler/translations/en" for 127.0.0.1 at 2014-01-21 14:38:33 +0600 Processing by TranslationHandler::TranslationsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"hA3mF48dv/5KHhBYiymokaGRNrIA+1nJSsQUl2LlOR8=", "field_1"=>"hello test 11222", "field_2"=>"def@yahoo.com", "field_3"=>"[\"last\", \"first\"]", "field_4"=>"@!@", "id"=>"en", "commit"=>"Update"} Redirected to http://localhost:3000/translation_handler/translations Completed 302 Found in 2ms (ActiveRecord: 0.0ms) Started GET "/translation_handler/translations" for 127.0.0.1 at 2014-01-21 14:38:34 +0600 Processing by TranslationHandler::TranslationsController#index as HTML Rendered translation_handler/translations/index.html.erb within layouts/application (0.7ms) Completed 200 OK in 4ms (Views: 3.9ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-01-21 14:38:34 +0600 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-01-21 14:38:34 +0600 Started GET "/translation_handler/translations/en/edit" for 127.0.0.1 at 2014-01-21 14:38:35 +0600 Processing by TranslationHandler::TranslationsController#edit as HTML Parameters: {"id"=>"en"} Rendered translation_handler/translations/edit.html.erb within layouts/application (1.3ms) Completed 200 OK in 5ms (Views: 3.8ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-01-21 14:38:35 +0600 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-01-21 14:38:35 +0600 Started GET "/translation_handler/translations/en/edit" for 127.0.0.1 at 2014-01-21 14:39:23 +0600 Processing by TranslationHandler::TranslationsController#edit as HTML Parameters: {"id"=>"en"} Rendered translation_handler/translations/edit.html.erb within layouts/application (1.5ms) Completed 200 OK in 6ms (Views: 4.7ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-01-21 14:39:24 +0600 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-01-21 14:39:24 +0600 Started PUT "/translation_handler/translations/en" for 127.0.0.1 at 2014-01-21 14:39:25 +0600 Processing by TranslationHandler::TranslationsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"hA3mF48dv/5KHhBYiymokaGRNrIA+1nJSsQUl2LlOR8=", "field_1"=>"hello test 11222", "field_2"=>"def@yahoo.com", "field_3"=>"[\"last\", \"first\"]", "field_4"=>"1235.022", "id"=>"en", "commit"=>"Update"} Redirected to http://localhost:3000/translation_handler/translations Completed 302 Found in 3ms (ActiveRecord: 0.0ms) Started GET "/translation_handler/translations" for 127.0.0.1 at 2014-01-21 14:39:25 +0600 Processing by TranslationHandler::TranslationsController#index as HTML Rendered translation_handler/translations/index.html.erb within layouts/application (0.7ms) Completed 200 OK in 4ms (Views: 3.8ms | ActiveRecord: 0.0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-01-21 14:39:25 +0600 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-01-21 14:39:25 +0600 Started GET "/translation_handler/translations" for 127.0.0.1 at 2014-01-21 14:47:53 +0600 Processing by TranslationHandler::TranslationsController#index as HTML Rendered translation_handler/translations/index.html.erb within layouts/application (0.6ms) Completed 200 OK in 5ms (Views: 4.4ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-01-21 14:47:53 +0600 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-01-21 14:47:53 +0600 Started GET "/translation_handler/translations/en/edit" for 127.0.0.1 at 2014-01-21 14:47:54 +0600 Processing by TranslationHandler::TranslationsController#edit as HTML Parameters: {"id"=>"en"} Rendered translation_handler/translations/edit.html.erb within layouts/application (2.3ms) Completed 200 OK in 8ms (Views: 6.9ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-01-21 14:47:54 +0600 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-01-21 14:47:54 +0600 Started PUT "/translation_handler/translations/en" for 127.0.0.1 at 2014-01-21 14:48:00 +0600 Processing by TranslationHandler::TranslationsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"hA3mF48dv/5KHhBYiymokaGRNrIA+1nJSsQUl2LlOR8=", "field_1"=>"\"hello test 11222\"", "field_2"=>"def@yahoo.com", "field_3"=>"[\"last\", \"first\"]", "field_4"=>"1235.022", "id"=>"en", "commit"=>"Update"} Redirected to http://localhost:3000/translation_handler/translations Completed 302 Found in 2ms (ActiveRecord: 0.0ms) Started GET "/translation_handler/translations" for 127.0.0.1 at 2014-01-21 14:48:00 +0600 Processing by TranslationHandler::TranslationsController#index as HTML Rendered translation_handler/translations/index.html.erb within layouts/application (0.8ms) Completed 200 OK in 5ms (Views: 4.0ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-01-21 14:48:01 +0600 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-01-21 14:48:01 +0600 Started GET "/translation_handler/translations/en/edit" for 127.0.0.1 at 2014-01-21 14:48:02 +0600 Processing by TranslationHandler::TranslationsController#edit as HTML Parameters: {"id"=>"en"} Rendered translation_handler/translations/edit.html.erb within layouts/application (3.1ms) Completed 200 OK in 10ms (Views: 8.5ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-01-21 14:48:02 +0600 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-01-21 14:48:02 +0600 Started PUT "/translation_handler/translations/en" for 127.0.0.1 at 2014-01-21 14:48:37 +0600 Processing by TranslationHandler::TranslationsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"hA3mF48dv/5KHhBYiymokaGRNrIA+1nJSsQUl2LlOR8=", "field_1"=>"hello test 11222", "field_2"=>"def@yahoo.com", "field_3"=>"[\"last\", \"first\"]", "field_4"=>"1235.022", "id"=>"en", "commit"=>"Update"} Redirected to http://localhost:3000/translation_handler/translations Completed 302 Found in 2ms (ActiveRecord: 0.0ms) Started GET "/translation_handler/translations" for 127.0.0.1 at 2014-01-21 14:48:37 +0600 Processing by TranslationHandler::TranslationsController#index as HTML Rendered translation_handler/translations/index.html.erb within layouts/application (0.7ms) Completed 200 OK in 4ms (Views: 3.8ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-01-21 14:48:38 +0600 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-01-21 14:48:38 +0600 Started GET "/translation_handler/translations/en/edit" for 127.0.0.1 at 2014-01-21 15:46:08 +0600 Processing by TranslationHandler::TranslationsController#edit as HTML Parameters: {"id"=>"en"} Rendered translation_handler/translations/edit.html.erb within layouts/application (3.3ms) Completed 200 OK in 10ms (Views: 8.0ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-01-21 15:46:08 +0600 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-01-21 15:46:08 +0600 Started PUT "/translation_handler/translations/en" for 127.0.0.1 at 2014-01-21 15:46:11 +0600 Processing by TranslationHandler::TranslationsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"hA3mF48dv/5KHhBYiymokaGRNrIA+1nJSsQUl2LlOR8=", "field_1"=>"hello test 11222", "field_2"=>"def@yahoo.com", "field_3"=>"[\"last\", \"first\"]", "field_4"=>"1235.022", "id"=>"en", "commit"=>"Update"} Redirected to http://localhost:3000/translation_handler/translations Completed 302 Found in 2ms (ActiveRecord: 0.0ms) Started GET "/translation_handler/translations" for 127.0.0.1 at 2014-01-21 15:46:11 +0600 Processing by TranslationHandler::TranslationsController#index as HTML Rendered translation_handler/translations/index.html.erb within layouts/application (0.8ms) Completed 200 OK in 5ms (Views: 3.9ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-01-21 15:46:11 +0600 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-01-21 15:46:11 +0600 Started GET "/translation_handler/translations" for 127.0.0.1 at 2014-01-21 16:01:58 +0600 Processing by TranslationHandler::TranslationsController#index as HTML Rendered translation_handler/translations/index.html.erb within layouts/application (2.2ms) Completed 200 OK in 43ms (Views: 42.5ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-01-21 16:01:58 +0600 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-01-21 16:01:58 +0600 Started GET "/translation_handler/translations/en/edit" for 127.0.0.1 at 2014-01-21 16:01:59 +0600 Processing by TranslationHandler::TranslationsController#edit as HTML Parameters: {"id"=>"en"} Rendered translation_handler/translations/edit.html.erb within layouts/application (2.0ms) Completed 200 OK in 39ms (Views: 4.7ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-01-21 16:01:59 +0600 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-01-21 16:01:59 +0600 Started PUT "/translation_handler/translations/en" for 127.0.0.1 at 2014-01-21 16:02:01 +0600 Processing by TranslationHandler::TranslationsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"hA3mF48dv/5KHhBYiymokaGRNrIA+1nJSsQUl2LlOR8=", "field_1"=>"hello test 11222", "field_2"=>"def@yahoo.com", "field_3"=>"[\"last\", \"first\"]", "field_4"=>"1235.022", "id"=>"en", "commit"=>"Update"} Completed 500 Internal Server Error in 7ms NameError (uninitialized constant Psych::DBM): /home/bilash/projects/translation_handler/app/controllers/translation_handler/translations_controller.rb:43:in `update' actionpack (4.0.1) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.0.1) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.1) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.1) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.1) lib/active_support/callbacks.rb:373:in `_run__318539579__process_action__callbacks' activesupport (4.0.1) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.1) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.1) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.1) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.1) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.1) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.1) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.1) lib/action_controller/metal/params_wrapper.rb:245:in `process_action' activerecord (4.0.1) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.1) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.1) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.1) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.1) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.1) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:80:in `call' actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:680:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:35:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/flash.rb:241:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.1) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.1) lib/active_record/migration.rb:369:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.1) lib/active_support/callbacks.rb:373:in `_run__143980372__call__callbacks' activesupport (4.0.1) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.1) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.1) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.1) lib/active_support/tagged_logging.rb:67:in `block in tagged' activesupport (4.0.1) lib/active_support/tagged_logging.rb:25:in `tagged' activesupport (4.0.1) lib/active_support/tagged_logging.rb:67:in `tagged' railties (4.0.1) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.1) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.1) lib/rails/engine.rb:511:in `call' railties (4.0.1) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/bilash/.rvm/rubies/ruby-2.0.0-p353/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/bilash/.rvm/rubies/ruby-2.0.0-p353/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/bilash/.rvm/rubies/ruby-2.0.0-p353/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/bilash/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.0.1/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.9ms) Rendered /home/bilash/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.0.1/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.5ms) Rendered /home/bilash/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.0.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.9ms) Rendered /home/bilash/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.0.1/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (16.6ms) Started PUT "/translation_handler/translations/en" for 127.0.0.1 at 2014-01-21 16:02:16 +0600 Processing by TranslationHandler::TranslationsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"hA3mF48dv/5KHhBYiymokaGRNrIA+1nJSsQUl2LlOR8=", "field_1"=>"hello test 11222", "field_2"=>"def@yahoo.com", "field_3"=>"[\"last\", \"first\"]", "field_4"=>"1235.022", "id"=>"en", "commit"=>"Update"} Redirected to http://localhost:3000/translation_handler/translations Completed 302 Found in 3ms (ActiveRecord: 0.0ms) Started GET "/translation_handler/translations" for 127.0.0.1 at 2014-01-21 16:02:16 +0600 Processing by TranslationHandler::TranslationsController#index as HTML Rendered translation_handler/translations/index.html.erb within layouts/application (0.7ms) Completed 200 OK in 4ms (Views: 3.9ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-01-21 16:02:16 +0600 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-01-21 16:02:16 +0600 Started GET "/translation_handler/translations/en/edit" for 127.0.0.1 at 2014-01-21 16:02:17 +0600 Processing by TranslationHandler::TranslationsController#edit as HTML Parameters: {"id"=>"en"} Rendered translation_handler/translations/edit.html.erb within layouts/application (1.8ms) Completed 200 OK in 5ms (Views: 4.3ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-01-21 16:02:17 +0600 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-01-21 16:02:17 +0600 Started GET "/" for 127.0.0.1 at 2014-01-21 21:11:55 +0600 Processing by Rails::WelcomeController#index as HTML Rendered /home/bilash/.rvm/gems/ruby-2.0.0-p353/gems/railties-4.0.1/lib/rails/templates/rails/welcome/index.html.erb (1.8ms) Completed 200 OK in 8ms (Views: 7.5ms | ActiveRecord: 0.0ms) Started GET "/translation_handler/translations" for 127.0.0.1 at 2014-01-21 21:11:57 +0600 Processing by TranslationHandler::TranslationsController#index as HTML Rendered translation_handler/translations/index.html.erb within layouts/application (1.9ms) Completed 200 OK in 40ms (Views: 39.8ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-01-21 21:11:57 +0600 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-01-21 21:11:57 +0600 Started GET "/translation_handler/translations/en/edit" for 127.0.0.1 at 2014-01-21 21:11:59 +0600 Processing by TranslationHandler::TranslationsController#edit as HTML Parameters: {"id"=>"en"} Rendered translation_handler/translations/edit.html.erb within layouts/application (4.2ms) Completed 200 OK in 9ms (Views: 7.6ms | ActiveRecord: 0.0ms) Started PUT "/translation_handler/translations/en" for 127.0.0.1 at 2014-01-21 21:12:17 +0600 Processing by TranslationHandler::TranslationsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"hA3mF48dv/5KHhBYiymokaGRNrIA+1nJSsQUl2LlOR8=", "field_1"=>"hello test 11222 asffffffasfaffsdfhello test 11222 asffffffasfaffsdfhello test 11222 asffffffasfaffsdfhello test 11222 asffffffasfaffsdfhello test 11222 asffffffasfaffsdfhello test 11222 asffffffasfaffsdfhello test 11222 asffffffasfaffsdfhello test 11222 asffffffasfaffsdfhello test 11222 asffffffasfaffsdfhello test 11222 asffffffasfaffsdfhello test 11222 asffffffasfaffsdfhello test 11222 asffffffasfaffsdfhello test 11222 asffffffasfaffsdfhello test 11222 asffffffasfaffsdfhello test 11222 asffffffasfaffsdfhello test 11222 asffffffasfaffsdfhello test 11222 asffffffasfaffsdfhello test 11222 asffffffasfaffsdfhello test 11222 asffffffasfaffsdfhello test 11222 asffffffasfaffsdfhello test 11222 asffffffasfaffsdfhello test 11222 asffffffasfaffsdfhello test 11222 asffffffasfaffsdfhello test 11222 asffffffasfaffsdf", "field_2"=>"def@yahoo.com", "field_3"=>"[\"last\", \"first\"]", "field_4"=>"1235.022", "id"=>"en", "commit"=>"Update"} Redirected to http://localhost:3000/translation_handler/translations Completed 302 Found in 3ms (ActiveRecord: 0.0ms) Started GET "/translation_handler/translations" for 127.0.0.1 at 2014-01-21 21:12:17 +0600 Processing by TranslationHandler::TranslationsController#index as HTML Rendered translation_handler/translations/index.html.erb within layouts/application (0.7ms) Completed 200 OK in 4ms (Views: 4.0ms | ActiveRecord: 0.0ms) Started GET "/translation_handler/translations/en/edit" for 127.0.0.1 at 2014-01-21 21:12:18 +0600 Processing by TranslationHandler::TranslationsController#edit as HTML Parameters: {"id"=>"en"} Rendered translation_handler/translations/edit.html.erb within layouts/application (1.6ms) Completed 200 OK in 6ms (Views: 4.9ms | ActiveRecord: 0.0ms)