Created
March 23, 2015 12:55
-
-
Save codesnik/e1d8e9d7d6e503ef0dbf to your computer and use it in GitHub Desktop.
strange locale problem
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Started GET "/%d0%ba%d0%be%d0%bd%d1%82%d0%b0%d0%ba%d1%82%d1%8b" for 84.253.112.91 at 2015-03-23 12:47:49 +0000 | |
Processing by HomeController#contacts as HTML | |
Parameters: {"locale"=>"en"} | |
Domain Load (0.2ms) SELECT "domains".* FROM "domains" WHERE "domains"."name" = $1 LIMIT 1 [["name", "busfor.ru"]] | |
{"current_locale":"en","params_locale":"en","default":"ru"} | |
Rendered home/contacts.html+dotru.slim within layouts/application (11.3ms) | |
CACHE (0.0ms) SELECT "domains".* FROM "domains" WHERE "domains"."name" = $1 LIMIT 1 [["name", "busfor.ru"]] | |
Rendered layouts/_support.html.slim (6.3ms) | |
Rendered layouts/_navbar.html.slim (15.8ms) | |
Rendered layouts/_flash.html.slim (5.1ms) | |
Rendered layouts/_footer.html.slim (11.7ms) | |
Completed 200 OK in 78ms (Views: 74.0ms | ActiveRecord: 0.3ms) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment