r18n-rails 0.4.4 → 0.4.5
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.
- data/spec/app/log/test.log +414 -0
- metadata +18 -9
data/spec/app/log/test.log
CHANGED
|
@@ -5877,3 +5877,417 @@ Completed in 12ms (View: 0, DB: 0) | 200 OK [http://test.host/en/human_time]
|
|
|
5877
5877
|
[0m
|
|
5878
5878
|
[4;35;1mSQL (0.1ms)[0m [0mSELECT version FROM "schema_migrations"[0m
|
|
5879
5879
|
[4;36;1mSQL (0.1ms)[0m [0;1mINSERT INTO "schema_migrations" (version) VALUES ('20091218130034')[0m
|
|
5880
|
+
|
|
5881
|
+
|
|
5882
|
+
Processing TestController#locales (for 0.0.0.0 at 2010-03-29 12:08:46) [GET]
|
|
5883
|
+
Completed in 26ms (View: 0, DB: 0) | 200 OK [http://test.host/locales]
|
|
5884
|
+
|
|
5885
|
+
|
|
5886
|
+
Processing TestController#locales (for 0.0.0.0 at 2010-03-29 12:08:46) [GET]
|
|
5887
|
+
Parameters: {"locale"=>"ru"}
|
|
5888
|
+
Completed in 15ms (View: 0, DB: 0) | 200 OK [http://test.host/ru/locales]
|
|
5889
|
+
|
|
5890
|
+
|
|
5891
|
+
Processing TestController#locales (for 0.0.0.0 at 2010-03-29 12:08:46) [GET]
|
|
5892
|
+
Completed in 13ms (View: 0, DB: 0) | 200 OK [http://test.host/locales]
|
|
5893
|
+
|
|
5894
|
+
|
|
5895
|
+
Processing TestController#locales (for 0.0.0.0 at 2010-03-29 12:08:46) [GET]
|
|
5896
|
+
Completed in 13ms (View: 0, DB: 0) | 200 OK [http://test.host/locales]
|
|
5897
|
+
|
|
5898
|
+
|
|
5899
|
+
Processing TestController#translations (for 0.0.0.0 at 2010-03-29 12:08:46) [GET]
|
|
5900
|
+
Parameters: {"locale"=>"en"}
|
|
5901
|
+
Completed in 14ms (View: 0, DB: 0) | 200 OK [http://test.host/en/translations]
|
|
5902
|
+
|
|
5903
|
+
|
|
5904
|
+
Processing TestController#available (for 0.0.0.0 at 2010-03-29 12:08:46) [GET]
|
|
5905
|
+
Completed in 10ms (View: 0, DB: 0) | 200 OK [http://test.host/available]
|
|
5906
|
+
|
|
5907
|
+
|
|
5908
|
+
Processing TestController#helpers (for 0.0.0.0 at 2010-03-29 12:08:46) [GET]
|
|
5909
|
+
Parameters: {"locale"=>"en"}
|
|
5910
|
+
Rendering test/helpers
|
|
5911
|
+
Completed in 24ms (View: 13, DB: 0) | 200 OK [http://test.host/en/helpers]
|
|
5912
|
+
|
|
5913
|
+
|
|
5914
|
+
Processing TestController#untranslated (for 0.0.0.0 at 2010-03-29 12:08:47) [GET]
|
|
5915
|
+
Completed in 9ms (View: 0, DB: 0) | 200 OK [http://test.host/untranslated]
|
|
5916
|
+
|
|
5917
|
+
|
|
5918
|
+
Processing TestController#controller (for 0.0.0.0 at 2010-03-29 12:08:47) [GET]
|
|
5919
|
+
Parameters: {"locale"=>"en"}
|
|
5920
|
+
Completed in 15ms (View: 1, DB: 0) | 200 OK [http://test.host/en/controller]
|
|
5921
|
+
|
|
5922
|
+
|
|
5923
|
+
Processing TestController#time (for 0.0.0.0 at 2010-03-29 12:08:47) [GET]
|
|
5924
|
+
Parameters: {"locale"=>"en"}
|
|
5925
|
+
Completed in 14ms (View: 0, DB: 0) | 200 OK [http://test.host/en/time]
|
|
5926
|
+
|
|
5927
|
+
|
|
5928
|
+
Processing TestController#human_time (for 0.0.0.0 at 2010-03-29 12:08:47) [GET]
|
|
5929
|
+
Parameters: {"locale"=>"en"}
|
|
5930
|
+
Completed in 13ms (View: 0, DB: 0) | 200 OK [http://test.host/en/human_time]
|
|
5931
|
+
[4;36;1mSQL (0.3ms)[0m [0;1mselect sqlite_version(*)[0m
|
|
5932
|
+
[4;35;1mSQL (0.5ms)[0m [0m SELECT name
|
|
5933
|
+
FROM sqlite_master
|
|
5934
|
+
WHERE type = 'table' AND NOT name = 'sqlite_sequence'
|
|
5935
|
+
[0m
|
|
5936
|
+
[4;36;1mSQL (0.8ms)[0m [0;1mCREATE TABLE "posts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title_en" varchar(255), "title_ru" varchar(255)) [0m
|
|
5937
|
+
[4;35;1mSQL (0.2ms)[0m [0m SELECT name
|
|
5938
|
+
FROM sqlite_master
|
|
5939
|
+
WHERE type = 'table' AND NOT name = 'sqlite_sequence'
|
|
5940
|
+
[0m
|
|
5941
|
+
[4;36;1mSQL (0.3ms)[0m [0;1mCREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) [0m
|
|
5942
|
+
[4;35;1mSQL (0.4ms)[0m [0mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
|
|
5943
|
+
[4;36;1mSQL (0.3ms)[0m [0;1m SELECT name
|
|
5944
|
+
FROM sqlite_master
|
|
5945
|
+
WHERE type = 'table' AND NOT name = 'sqlite_sequence'
|
|
5946
|
+
[0m
|
|
5947
|
+
[4;35;1mSQL (0.1ms)[0m [0mSELECT version FROM "schema_migrations"[0m
|
|
5948
|
+
[4;36;1mSQL (0.1ms)[0m [0;1mINSERT INTO "schema_migrations" (version) VALUES ('20091218130034')[0m
|
|
5949
|
+
|
|
5950
|
+
|
|
5951
|
+
Processing TestController#locales (for 0.0.0.0 at 2010-04-19 14:39:41) [GET]
|
|
5952
|
+
Completed in 25ms (View: 0, DB: 0) | 200 OK [http://test.host/locales]
|
|
5953
|
+
|
|
5954
|
+
|
|
5955
|
+
Processing TestController#locales (for 0.0.0.0 at 2010-04-19 14:39:41) [GET]
|
|
5956
|
+
Parameters: {"locale"=>"ru"}
|
|
5957
|
+
Completed in 13ms (View: 0, DB: 0) | 200 OK [http://test.host/ru/locales]
|
|
5958
|
+
|
|
5959
|
+
|
|
5960
|
+
Processing TestController#locales (for 0.0.0.0 at 2010-04-19 14:39:41) [GET]
|
|
5961
|
+
Completed in 11ms (View: 0, DB: 0) | 200 OK [http://test.host/locales]
|
|
5962
|
+
|
|
5963
|
+
|
|
5964
|
+
Processing TestController#locales (for 0.0.0.0 at 2010-04-19 14:39:41) [GET]
|
|
5965
|
+
Completed in 11ms (View: 0, DB: 0) | 200 OK [http://test.host/locales]
|
|
5966
|
+
|
|
5967
|
+
|
|
5968
|
+
Processing TestController#translations (for 0.0.0.0 at 2010-04-19 14:39:41) [GET]
|
|
5969
|
+
Parameters: {"locale"=>"en"}
|
|
5970
|
+
Completed in 11ms (View: 0, DB: 0) | 200 OK [http://test.host/en/translations]
|
|
5971
|
+
|
|
5972
|
+
|
|
5973
|
+
Processing TestController#available (for 0.0.0.0 at 2010-04-19 14:39:41) [GET]
|
|
5974
|
+
Completed in 9ms (View: 0, DB: 0) | 200 OK [http://test.host/available]
|
|
5975
|
+
|
|
5976
|
+
|
|
5977
|
+
Processing TestController#helpers (for 0.0.0.0 at 2010-04-19 14:39:41) [GET]
|
|
5978
|
+
Parameters: {"locale"=>"en"}
|
|
5979
|
+
Rendering test/helpers
|
|
5980
|
+
Completed in 52ms (View: 42, DB: 0) | 200 OK [http://test.host/en/helpers]
|
|
5981
|
+
|
|
5982
|
+
|
|
5983
|
+
Processing TestController#untranslated (for 0.0.0.0 at 2010-04-19 14:39:41) [GET]
|
|
5984
|
+
Completed in 10ms (View: 0, DB: 0) | 200 OK [http://test.host/untranslated]
|
|
5985
|
+
|
|
5986
|
+
|
|
5987
|
+
Processing TestController#controller (for 0.0.0.0 at 2010-04-19 14:39:41) [GET]
|
|
5988
|
+
Parameters: {"locale"=>"en"}
|
|
5989
|
+
Completed in 12ms (View: 0, DB: 0) | 200 OK [http://test.host/en/controller]
|
|
5990
|
+
|
|
5991
|
+
|
|
5992
|
+
Processing TestController#time (for 0.0.0.0 at 2010-04-19 14:39:41) [GET]
|
|
5993
|
+
Parameters: {"locale"=>"en"}
|
|
5994
|
+
Completed in 12ms (View: 0, DB: 0) | 200 OK [http://test.host/en/time]
|
|
5995
|
+
|
|
5996
|
+
|
|
5997
|
+
Processing TestController#human_time (for 0.0.0.0 at 2010-04-19 14:39:41) [GET]
|
|
5998
|
+
Parameters: {"locale"=>"en"}
|
|
5999
|
+
Completed in 66ms (View: 0, DB: 0) | 200 OK [http://test.host/en/human_time]
|
|
6000
|
+
[4;36;1mSQL (0.3ms)[0m [0;1mselect sqlite_version(*)[0m
|
|
6001
|
+
[4;35;1mSQL (1.2ms)[0m [0m SELECT name
|
|
6002
|
+
FROM sqlite_master
|
|
6003
|
+
WHERE type = 'table' AND NOT name = 'sqlite_sequence'
|
|
6004
|
+
[0m
|
|
6005
|
+
[4;36;1mSQL (0.8ms)[0m [0;1mCREATE TABLE "posts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title_en" varchar(255), "title_ru" varchar(255)) [0m
|
|
6006
|
+
[4;35;1mSQL (0.2ms)[0m [0m SELECT name
|
|
6007
|
+
FROM sqlite_master
|
|
6008
|
+
WHERE type = 'table' AND NOT name = 'sqlite_sequence'
|
|
6009
|
+
[0m
|
|
6010
|
+
[4;36;1mSQL (0.3ms)[0m [0;1mCREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) [0m
|
|
6011
|
+
[4;35;1mSQL (0.4ms)[0m [0mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
|
|
6012
|
+
[4;36;1mSQL (0.3ms)[0m [0;1m SELECT name
|
|
6013
|
+
FROM sqlite_master
|
|
6014
|
+
WHERE type = 'table' AND NOT name = 'sqlite_sequence'
|
|
6015
|
+
[0m
|
|
6016
|
+
[4;35;1mSQL (0.1ms)[0m [0mSELECT version FROM "schema_migrations"[0m
|
|
6017
|
+
[4;36;1mSQL (0.1ms)[0m [0;1mINSERT INTO "schema_migrations" (version) VALUES ('20091218130034')[0m
|
|
6018
|
+
|
|
6019
|
+
|
|
6020
|
+
Processing TestController#locales (for 0.0.0.0 at 2010-04-19 14:40:45) [GET]
|
|
6021
|
+
Completed in 22ms (View: 0, DB: 0) | 200 OK [http://test.host/locales]
|
|
6022
|
+
|
|
6023
|
+
|
|
6024
|
+
Processing TestController#locales (for 0.0.0.0 at 2010-04-19 14:40:45) [GET]
|
|
6025
|
+
Parameters: {"locale"=>"ru"}
|
|
6026
|
+
Completed in 11ms (View: 0, DB: 0) | 200 OK [http://test.host/ru/locales]
|
|
6027
|
+
|
|
6028
|
+
|
|
6029
|
+
Processing TestController#locales (for 0.0.0.0 at 2010-04-19 14:40:45) [GET]
|
|
6030
|
+
Completed in 13ms (View: 0, DB: 0) | 200 OK [http://test.host/locales]
|
|
6031
|
+
|
|
6032
|
+
|
|
6033
|
+
Processing TestController#locales (for 0.0.0.0 at 2010-04-19 14:40:45) [GET]
|
|
6034
|
+
Completed in 12ms (View: 0, DB: 0) | 200 OK [http://test.host/locales]
|
|
6035
|
+
|
|
6036
|
+
|
|
6037
|
+
Processing TestController#translations (for 0.0.0.0 at 2010-04-19 14:40:46) [GET]
|
|
6038
|
+
Parameters: {"locale"=>"en"}
|
|
6039
|
+
Completed in 12ms (View: 0, DB: 0) | 200 OK [http://test.host/en/translations]
|
|
6040
|
+
|
|
6041
|
+
|
|
6042
|
+
Processing TestController#available (for 0.0.0.0 at 2010-04-19 14:40:46) [GET]
|
|
6043
|
+
Completed in 9ms (View: 0, DB: 0) | 200 OK [http://test.host/available]
|
|
6044
|
+
|
|
6045
|
+
|
|
6046
|
+
Processing TestController#helpers (for 0.0.0.0 at 2010-04-19 14:40:46) [GET]
|
|
6047
|
+
Parameters: {"locale"=>"en"}
|
|
6048
|
+
Rendering test/helpers
|
|
6049
|
+
Completed in 21ms (View: 10, DB: 0) | 200 OK [http://test.host/en/helpers]
|
|
6050
|
+
|
|
6051
|
+
|
|
6052
|
+
Processing TestController#untranslated (for 0.0.0.0 at 2010-04-19 14:40:46) [GET]
|
|
6053
|
+
Completed in 9ms (View: 0, DB: 0) | 200 OK [http://test.host/untranslated]
|
|
6054
|
+
|
|
6055
|
+
|
|
6056
|
+
Processing TestController#controller (for 0.0.0.0 at 2010-04-19 14:40:46) [GET]
|
|
6057
|
+
Parameters: {"locale"=>"en"}
|
|
6058
|
+
Completed in 12ms (View: 0, DB: 0) | 200 OK [http://test.host/en/controller]
|
|
6059
|
+
|
|
6060
|
+
|
|
6061
|
+
Processing TestController#time (for 0.0.0.0 at 2010-04-19 14:40:46) [GET]
|
|
6062
|
+
Parameters: {"locale"=>"en"}
|
|
6063
|
+
Completed in 13ms (View: 0, DB: 0) | 200 OK [http://test.host/en/time]
|
|
6064
|
+
|
|
6065
|
+
|
|
6066
|
+
Processing TestController#human_time (for 0.0.0.0 at 2010-04-19 14:40:46) [GET]
|
|
6067
|
+
Parameters: {"locale"=>"en"}
|
|
6068
|
+
Completed in 67ms (View: 0, DB: 0) | 200 OK [http://test.host/en/human_time]
|
|
6069
|
+
[4;36;1mSQL (0.3ms)[0m [0;1mselect sqlite_version(*)[0m
|
|
6070
|
+
[4;35;1mSQL (0.4ms)[0m [0m SELECT name
|
|
6071
|
+
FROM sqlite_master
|
|
6072
|
+
WHERE type = 'table' AND NOT name = 'sqlite_sequence'
|
|
6073
|
+
[0m
|
|
6074
|
+
[4;36;1mSQL (0.7ms)[0m [0;1mCREATE TABLE "posts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title_en" varchar(255), "title_ru" varchar(255)) [0m
|
|
6075
|
+
[4;35;1mSQL (0.2ms)[0m [0m SELECT name
|
|
6076
|
+
FROM sqlite_master
|
|
6077
|
+
WHERE type = 'table' AND NOT name = 'sqlite_sequence'
|
|
6078
|
+
[0m
|
|
6079
|
+
[4;36;1mSQL (0.2ms)[0m [0;1mCREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) [0m
|
|
6080
|
+
[4;35;1mSQL (0.3ms)[0m [0mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
|
|
6081
|
+
[4;36;1mSQL (0.2ms)[0m [0;1m SELECT name
|
|
6082
|
+
FROM sqlite_master
|
|
6083
|
+
WHERE type = 'table' AND NOT name = 'sqlite_sequence'
|
|
6084
|
+
[0m
|
|
6085
|
+
[4;35;1mSQL (0.1ms)[0m [0mSELECT version FROM "schema_migrations"[0m
|
|
6086
|
+
[4;36;1mSQL (0.1ms)[0m [0;1mINSERT INTO "schema_migrations" (version) VALUES ('20091218130034')[0m
|
|
6087
|
+
|
|
6088
|
+
|
|
6089
|
+
Processing TestController#locales (for 0.0.0.0 at 2010-04-19 14:41:12) [GET]
|
|
6090
|
+
Completed in 23ms (View: 0, DB: 0) | 200 OK [http://test.host/locales]
|
|
6091
|
+
|
|
6092
|
+
|
|
6093
|
+
Processing TestController#locales (for 0.0.0.0 at 2010-04-19 14:41:12) [GET]
|
|
6094
|
+
Parameters: {"locale"=>"ru"}
|
|
6095
|
+
Completed in 13ms (View: 0, DB: 0) | 200 OK [http://test.host/ru/locales]
|
|
6096
|
+
|
|
6097
|
+
|
|
6098
|
+
Processing TestController#locales (for 0.0.0.0 at 2010-04-19 14:41:12) [GET]
|
|
6099
|
+
Completed in 11ms (View: 0, DB: 0) | 200 OK [http://test.host/locales]
|
|
6100
|
+
|
|
6101
|
+
|
|
6102
|
+
Processing TestController#locales (for 0.0.0.0 at 2010-04-19 14:41:12) [GET]
|
|
6103
|
+
Completed in 12ms (View: 0, DB: 0) | 200 OK [http://test.host/locales]
|
|
6104
|
+
|
|
6105
|
+
|
|
6106
|
+
Processing TestController#translations (for 0.0.0.0 at 2010-04-19 14:41:12) [GET]
|
|
6107
|
+
Parameters: {"locale"=>"en"}
|
|
6108
|
+
Completed in 11ms (View: 0, DB: 0) | 200 OK [http://test.host/en/translations]
|
|
6109
|
+
|
|
6110
|
+
|
|
6111
|
+
Processing TestController#available (for 0.0.0.0 at 2010-04-19 14:41:12) [GET]
|
|
6112
|
+
Completed in 9ms (View: 0, DB: 0) | 200 OK [http://test.host/available]
|
|
6113
|
+
|
|
6114
|
+
|
|
6115
|
+
Processing TestController#helpers (for 0.0.0.0 at 2010-04-19 14:41:12) [GET]
|
|
6116
|
+
Parameters: {"locale"=>"en"}
|
|
6117
|
+
Rendering test/helpers
|
|
6118
|
+
Completed in 20ms (View: 9, DB: 0) | 200 OK [http://test.host/en/helpers]
|
|
6119
|
+
|
|
6120
|
+
|
|
6121
|
+
Processing TestController#untranslated (for 0.0.0.0 at 2010-04-19 14:41:12) [GET]
|
|
6122
|
+
Completed in 9ms (View: 0, DB: 0) | 200 OK [http://test.host/untranslated]
|
|
6123
|
+
|
|
6124
|
+
|
|
6125
|
+
Processing TestController#controller (for 0.0.0.0 at 2010-04-19 14:41:12) [GET]
|
|
6126
|
+
Parameters: {"locale"=>"en"}
|
|
6127
|
+
Completed in 11ms (View: 0, DB: 0) | 200 OK [http://test.host/en/controller]
|
|
6128
|
+
|
|
6129
|
+
|
|
6130
|
+
Processing TestController#time (for 0.0.0.0 at 2010-04-19 14:41:12) [GET]
|
|
6131
|
+
Parameters: {"locale"=>"en"}
|
|
6132
|
+
Completed in 12ms (View: 0, DB: 0) | 200 OK [http://test.host/en/time]
|
|
6133
|
+
|
|
6134
|
+
|
|
6135
|
+
Processing TestController#human_time (for 0.0.0.0 at 2010-04-19 14:41:12) [GET]
|
|
6136
|
+
Parameters: {"locale"=>"en"}
|
|
6137
|
+
Completed in 69ms (View: 0, DB: 0) | 200 OK [http://test.host/en/human_time]
|
|
6138
|
+
[4;36;1mSQL (0.3ms)[0m [0;1mselect sqlite_version(*)[0m
|
|
6139
|
+
[4;35;1mSQL (0.4ms)[0m [0m SELECT name
|
|
6140
|
+
FROM sqlite_master
|
|
6141
|
+
WHERE type = 'table' AND NOT name = 'sqlite_sequence'
|
|
6142
|
+
[0m
|
|
6143
|
+
[4;36;1mSQL (0.7ms)[0m [0;1mCREATE TABLE "posts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title_en" varchar(255), "title_ru" varchar(255)) [0m
|
|
6144
|
+
[4;35;1mSQL (0.2ms)[0m [0m SELECT name
|
|
6145
|
+
FROM sqlite_master
|
|
6146
|
+
WHERE type = 'table' AND NOT name = 'sqlite_sequence'
|
|
6147
|
+
[0m
|
|
6148
|
+
[4;36;1mSQL (0.2ms)[0m [0;1mCREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) [0m
|
|
6149
|
+
[4;35;1mSQL (0.3ms)[0m [0mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
|
|
6150
|
+
[4;36;1mSQL (0.2ms)[0m [0;1m SELECT name
|
|
6151
|
+
FROM sqlite_master
|
|
6152
|
+
WHERE type = 'table' AND NOT name = 'sqlite_sequence'
|
|
6153
|
+
[0m
|
|
6154
|
+
[4;35;1mSQL (0.1ms)[0m [0mSELECT version FROM "schema_migrations"[0m
|
|
6155
|
+
[4;36;1mSQL (0.1ms)[0m [0;1mINSERT INTO "schema_migrations" (version) VALUES ('20091218130034')[0m
|
|
6156
|
+
|
|
6157
|
+
|
|
6158
|
+
Processing TestController#locales (for 0.0.0.0 at 2010-04-19 14:41:25) [GET]
|
|
6159
|
+
Completed in 21ms (View: 0, DB: 0) | 200 OK [http://test.host/locales]
|
|
6160
|
+
|
|
6161
|
+
|
|
6162
|
+
Processing TestController#locales (for 0.0.0.0 at 2010-04-19 14:41:25) [GET]
|
|
6163
|
+
Parameters: {"locale"=>"ru"}
|
|
6164
|
+
Completed in 11ms (View: 0, DB: 0) | 200 OK [http://test.host/ru/locales]
|
|
6165
|
+
|
|
6166
|
+
|
|
6167
|
+
Processing TestController#locales (for 0.0.0.0 at 2010-04-19 14:41:25) [GET]
|
|
6168
|
+
Completed in 11ms (View: 0, DB: 0) | 200 OK [http://test.host/locales]
|
|
6169
|
+
|
|
6170
|
+
|
|
6171
|
+
Processing TestController#locales (for 0.0.0.0 at 2010-04-19 14:41:25) [GET]
|
|
6172
|
+
Completed in 12ms (View: 0, DB: 0) | 200 OK [http://test.host/locales]
|
|
6173
|
+
|
|
6174
|
+
|
|
6175
|
+
Processing TestController#translations (for 0.0.0.0 at 2010-04-19 14:41:25) [GET]
|
|
6176
|
+
Parameters: {"locale"=>"en"}
|
|
6177
|
+
Completed in 11ms (View: 0, DB: 0) | 200 OK [http://test.host/en/translations]
|
|
6178
|
+
|
|
6179
|
+
|
|
6180
|
+
Processing TestController#available (for 0.0.0.0 at 2010-04-19 14:41:25) [GET]
|
|
6181
|
+
Completed in 9ms (View: 0, DB: 0) | 200 OK [http://test.host/available]
|
|
6182
|
+
|
|
6183
|
+
|
|
6184
|
+
Processing TestController#helpers (for 0.0.0.0 at 2010-04-19 14:41:25) [GET]
|
|
6185
|
+
Parameters: {"locale"=>"en"}
|
|
6186
|
+
Rendering test/helpers
|
|
6187
|
+
Completed in 20ms (View: 10, DB: 0) | 200 OK [http://test.host/en/helpers]
|
|
6188
|
+
|
|
6189
|
+
|
|
6190
|
+
Processing TestController#untranslated (for 0.0.0.0 at 2010-04-19 14:41:25) [GET]
|
|
6191
|
+
Completed in 8ms (View: 0, DB: 0) | 200 OK [http://test.host/untranslated]
|
|
6192
|
+
|
|
6193
|
+
|
|
6194
|
+
Processing TestController#controller (for 0.0.0.0 at 2010-04-19 14:41:25) [GET]
|
|
6195
|
+
Parameters: {"locale"=>"en"}
|
|
6196
|
+
Completed in 14ms (View: 0, DB: 0) | 200 OK [http://test.host/en/controller]
|
|
6197
|
+
|
|
6198
|
+
|
|
6199
|
+
Processing TestController#time (for 0.0.0.0 at 2010-04-19 14:41:25) [GET]
|
|
6200
|
+
Parameters: {"locale"=>"en"}
|
|
6201
|
+
Completed in 12ms (View: 0, DB: 0) | 200 OK [http://test.host/en/time]
|
|
6202
|
+
|
|
6203
|
+
|
|
6204
|
+
Processing TestController#human_time (for 0.0.0.0 at 2010-04-19 14:41:25) [GET]
|
|
6205
|
+
Parameters: {"locale"=>"en"}
|
|
6206
|
+
Completed in 66ms (View: 0, DB: 0) | 200 OK [http://test.host/en/human_time]
|
|
6207
|
+
[4;36;1mSQL (0.3ms)[0m [0;1mselect sqlite_version(*)[0m
|
|
6208
|
+
[4;35;1mSQL (0.4ms)[0m [0m SELECT name
|
|
6209
|
+
FROM sqlite_master
|
|
6210
|
+
WHERE type = 'table' AND NOT name = 'sqlite_sequence'
|
|
6211
|
+
[0m
|
|
6212
|
+
[4;36;1mSQL (0.7ms)[0m [0;1mCREATE TABLE "posts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title_en" varchar(255), "title_ru" varchar(255)) [0m
|
|
6213
|
+
[4;35;1mSQL (0.2ms)[0m [0m SELECT name
|
|
6214
|
+
FROM sqlite_master
|
|
6215
|
+
WHERE type = 'table' AND NOT name = 'sqlite_sequence'
|
|
6216
|
+
[0m
|
|
6217
|
+
[4;36;1mSQL (0.2ms)[0m [0;1mCREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) [0m
|
|
6218
|
+
[4;35;1mSQL (0.3ms)[0m [0mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
|
|
6219
|
+
[4;36;1mSQL (0.2ms)[0m [0;1m SELECT name
|
|
6220
|
+
FROM sqlite_master
|
|
6221
|
+
WHERE type = 'table' AND NOT name = 'sqlite_sequence'
|
|
6222
|
+
[0m
|
|
6223
|
+
[4;35;1mSQL (0.1ms)[0m [0mSELECT version FROM "schema_migrations"[0m
|
|
6224
|
+
[4;36;1mSQL (0.1ms)[0m [0;1mINSERT INTO "schema_migrations" (version) VALUES ('20091218130034')[0m
|
|
6225
|
+
|
|
6226
|
+
|
|
6227
|
+
Processing TestController#locales (for 0.0.0.0 at 2010-04-19 14:43:32) [GET]
|
|
6228
|
+
Completed in 20ms (View: 0, DB: 0) | 200 OK [http://test.host/locales]
|
|
6229
|
+
|
|
6230
|
+
|
|
6231
|
+
Processing TestController#locales (for 0.0.0.0 at 2010-04-19 14:43:32) [GET]
|
|
6232
|
+
Parameters: {"locale"=>"ru"}
|
|
6233
|
+
Completed in 11ms (View: 0, DB: 0) | 200 OK [http://test.host/ru/locales]
|
|
6234
|
+
|
|
6235
|
+
|
|
6236
|
+
Processing TestController#locales (for 0.0.0.0 at 2010-04-19 14:43:32) [GET]
|
|
6237
|
+
Completed in 11ms (View: 0, DB: 0) | 200 OK [http://test.host/locales]
|
|
6238
|
+
|
|
6239
|
+
|
|
6240
|
+
Processing TestController#locales (for 0.0.0.0 at 2010-04-19 14:43:32) [GET]
|
|
6241
|
+
Completed in 11ms (View: 0, DB: 0) | 200 OK [http://test.host/locales]
|
|
6242
|
+
|
|
6243
|
+
|
|
6244
|
+
Processing TestController#translations (for 0.0.0.0 at 2010-04-19 14:43:32) [GET]
|
|
6245
|
+
Parameters: {"locale"=>"en"}
|
|
6246
|
+
Completed in 11ms (View: 0, DB: 0) | 200 OK [http://test.host/en/translations]
|
|
6247
|
+
|
|
6248
|
+
|
|
6249
|
+
Processing TestController#available (for 0.0.0.0 at 2010-04-19 14:43:32) [GET]
|
|
6250
|
+
Completed in 9ms (View: 0, DB: 0) | 200 OK [http://test.host/available]
|
|
6251
|
+
|
|
6252
|
+
|
|
6253
|
+
Processing TestController#helpers (for 0.0.0.0 at 2010-04-19 14:43:32) [GET]
|
|
6254
|
+
Parameters: {"locale"=>"en"}
|
|
6255
|
+
Rendering test/helpers
|
|
6256
|
+
Completed in 19ms (View: 9, DB: 0) | 200 OK [http://test.host/en/helpers]
|
|
6257
|
+
|
|
6258
|
+
|
|
6259
|
+
Processing TestController#untranslated (for 0.0.0.0 at 2010-04-19 14:43:32) [GET]
|
|
6260
|
+
Completed in 9ms (View: 0, DB: 0) | 200 OK [http://test.host/untranslated]
|
|
6261
|
+
|
|
6262
|
+
|
|
6263
|
+
Processing TestController#controller (for 0.0.0.0 at 2010-04-19 14:43:32) [GET]
|
|
6264
|
+
Parameters: {"locale"=>"en"}
|
|
6265
|
+
Completed in 11ms (View: 0, DB: 0) | 200 OK [http://test.host/en/controller]
|
|
6266
|
+
|
|
6267
|
+
|
|
6268
|
+
Processing TestController#time (for 0.0.0.0 at 2010-04-19 14:43:32) [GET]
|
|
6269
|
+
Parameters: {"locale"=>"en"}
|
|
6270
|
+
Completed in 12ms (View: 0, DB: 0) | 200 OK [http://test.host/en/time]
|
|
6271
|
+
|
|
6272
|
+
|
|
6273
|
+
Processing TestController#human_time (for 0.0.0.0 at 2010-04-19 14:43:32) [GET]
|
|
6274
|
+
Parameters: {"locale"=>"en"}
|
|
6275
|
+
Completed in 66ms (View: 0, DB: 0) | 200 OK [http://test.host/en/human_time]
|
|
6276
|
+
[4;36;1mSQL (0.3ms)[0m [0;1mselect sqlite_version(*)[0m
|
|
6277
|
+
[4;35;1mSQL (0.4ms)[0m [0m SELECT name
|
|
6278
|
+
FROM sqlite_master
|
|
6279
|
+
WHERE type = 'table' AND NOT name = 'sqlite_sequence'
|
|
6280
|
+
[0m
|
|
6281
|
+
[4;36;1mSQL (0.7ms)[0m [0;1mCREATE TABLE "posts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title_en" varchar(255), "title_ru" varchar(255)) [0m
|
|
6282
|
+
[4;35;1mSQL (0.2ms)[0m [0m SELECT name
|
|
6283
|
+
FROM sqlite_master
|
|
6284
|
+
WHERE type = 'table' AND NOT name = 'sqlite_sequence'
|
|
6285
|
+
[0m
|
|
6286
|
+
[4;36;1mSQL (0.2ms)[0m [0;1mCREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) [0m
|
|
6287
|
+
[4;35;1mSQL (0.3ms)[0m [0mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
|
|
6288
|
+
[4;36;1mSQL (0.2ms)[0m [0;1m SELECT name
|
|
6289
|
+
FROM sqlite_master
|
|
6290
|
+
WHERE type = 'table' AND NOT name = 'sqlite_sequence'
|
|
6291
|
+
[0m
|
|
6292
|
+
[4;35;1mSQL (0.1ms)[0m [0mSELECT version FROM "schema_migrations"[0m
|
|
6293
|
+
[4;36;1mSQL (0.1ms)[0m [0;1mINSERT INTO "schema_migrations" (version) VALUES ('20091218130034')[0m
|
metadata
CHANGED
|
@@ -1,7 +1,12 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: r18n-rails
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
|
|
4
|
+
prerelease: false
|
|
5
|
+
segments:
|
|
6
|
+
- 0
|
|
7
|
+
- 4
|
|
8
|
+
- 5
|
|
9
|
+
version: 0.4.5
|
|
5
10
|
platform: ruby
|
|
6
11
|
authors:
|
|
7
12
|
- Andrey "A.I." Sitnik
|
|
@@ -9,19 +14,21 @@ autorequire:
|
|
|
9
14
|
bindir: bin
|
|
10
15
|
cert_chain: []
|
|
11
16
|
|
|
12
|
-
date: 2010-
|
|
17
|
+
date: 2010-04-19 00:00:00 +04:00
|
|
13
18
|
default_executable:
|
|
14
19
|
dependencies:
|
|
15
20
|
- !ruby/object:Gem::Dependency
|
|
16
21
|
name: r18n-rails-api
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
version_requirements: !ruby/object:Gem::Requirement
|
|
22
|
+
prerelease: false
|
|
23
|
+
requirement: &id001 !ruby/object:Gem::Requirement
|
|
20
24
|
requirements:
|
|
21
25
|
- - ">="
|
|
22
26
|
- !ruby/object:Gem::Version
|
|
27
|
+
segments:
|
|
28
|
+
- 0
|
|
23
29
|
version: "0"
|
|
24
|
-
|
|
30
|
+
type: :runtime
|
|
31
|
+
version_requirements: *id001
|
|
25
32
|
description: " Out-of-box R18n support for Ruby on Rails.\n It is just a wrapper for R18n Rails API and R18n core libraries.\n R18n has nice Ruby-style syntax, filters, flexible locales, custom loaders,\n translation support for any classes, time and number localization, several\n user language support, agnostic core package with out-of-box support for\n Rails, Sinatra, Merb and desktop applications.\n"
|
|
26
33
|
email: andrey@sitnik.ru
|
|
27
34
|
executables: []
|
|
@@ -50,18 +57,20 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
50
57
|
requirements:
|
|
51
58
|
- - ">="
|
|
52
59
|
- !ruby/object:Gem::Version
|
|
60
|
+
segments:
|
|
61
|
+
- 0
|
|
53
62
|
version: "0"
|
|
54
|
-
version:
|
|
55
63
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
56
64
|
requirements:
|
|
57
65
|
- - ">="
|
|
58
66
|
- !ruby/object:Gem::Version
|
|
67
|
+
segments:
|
|
68
|
+
- 0
|
|
59
69
|
version: "0"
|
|
60
|
-
version:
|
|
61
70
|
requirements: []
|
|
62
71
|
|
|
63
72
|
rubyforge_project: r18n-rails
|
|
64
|
-
rubygems_version: 1.3.
|
|
73
|
+
rubygems_version: 1.3.6
|
|
65
74
|
signing_key:
|
|
66
75
|
specification_version: 3
|
|
67
76
|
summary: R18n for Rails
|