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.
Files changed (2) hide show
  1. data/spec/app/log/test.log +414 -0
  2. metadata +18 -9
@@ -5877,3 +5877,417 @@ Completed in 12ms (View: 0, DB: 0) | 200 OK [http://test.host/en/human_time]
5877
5877
  
5878
5878
  SQL (0.1ms) SELECT version FROM "schema_migrations"
5879
5879
  SQL (0.1ms) INSERT INTO "schema_migrations" (version) VALUES ('20091218130034')
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
+ SQL (0.3ms) select sqlite_version(*)
5932
+ SQL (0.5ms)  SELECT name
5933
+ FROM sqlite_master
5934
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
5935
+ 
5936
+ SQL (0.8ms) CREATE TABLE "posts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title_en" varchar(255), "title_ru" varchar(255)) 
5937
+ SQL (0.2ms)  SELECT name
5938
+ FROM sqlite_master
5939
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
5940
+ 
5941
+ SQL (0.3ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) 
5942
+ SQL (0.4ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
5943
+ SQL (0.3ms)  SELECT name
5944
+ FROM sqlite_master
5945
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
5946
+ 
5947
+ SQL (0.1ms) SELECT version FROM "schema_migrations"
5948
+ SQL (0.1ms) INSERT INTO "schema_migrations" (version) VALUES ('20091218130034')
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
+ SQL (0.3ms) select sqlite_version(*)
6001
+ SQL (1.2ms)  SELECT name
6002
+ FROM sqlite_master
6003
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
6004
+ 
6005
+ SQL (0.8ms) CREATE TABLE "posts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title_en" varchar(255), "title_ru" varchar(255)) 
6006
+ SQL (0.2ms)  SELECT name
6007
+ FROM sqlite_master
6008
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
6009
+ 
6010
+ SQL (0.3ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) 
6011
+ SQL (0.4ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
6012
+ SQL (0.3ms)  SELECT name
6013
+ FROM sqlite_master
6014
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
6015
+ 
6016
+ SQL (0.1ms) SELECT version FROM "schema_migrations"
6017
+ SQL (0.1ms) INSERT INTO "schema_migrations" (version) VALUES ('20091218130034')
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
+ SQL (0.3ms) select sqlite_version(*)
6070
+ SQL (0.4ms)  SELECT name
6071
+ FROM sqlite_master
6072
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
6073
+ 
6074
+ SQL (0.7ms) CREATE TABLE "posts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title_en" varchar(255), "title_ru" varchar(255)) 
6075
+ SQL (0.2ms)  SELECT name
6076
+ FROM sqlite_master
6077
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
6078
+ 
6079
+ SQL (0.2ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) 
6080
+ SQL (0.3ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
6081
+ SQL (0.2ms)  SELECT name
6082
+ FROM sqlite_master
6083
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
6084
+ 
6085
+ SQL (0.1ms) SELECT version FROM "schema_migrations"
6086
+ SQL (0.1ms) INSERT INTO "schema_migrations" (version) VALUES ('20091218130034')
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
+ SQL (0.3ms) select sqlite_version(*)
6139
+ SQL (0.4ms)  SELECT name
6140
+ FROM sqlite_master
6141
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
6142
+ 
6143
+ SQL (0.7ms) CREATE TABLE "posts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title_en" varchar(255), "title_ru" varchar(255)) 
6144
+ SQL (0.2ms)  SELECT name
6145
+ FROM sqlite_master
6146
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
6147
+ 
6148
+ SQL (0.2ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) 
6149
+ SQL (0.3ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
6150
+ SQL (0.2ms)  SELECT name
6151
+ FROM sqlite_master
6152
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
6153
+ 
6154
+ SQL (0.1ms) SELECT version FROM "schema_migrations"
6155
+ SQL (0.1ms) INSERT INTO "schema_migrations" (version) VALUES ('20091218130034')
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
+ SQL (0.3ms) select sqlite_version(*)
6208
+ SQL (0.4ms)  SELECT name
6209
+ FROM sqlite_master
6210
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
6211
+ 
6212
+ SQL (0.7ms) CREATE TABLE "posts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title_en" varchar(255), "title_ru" varchar(255)) 
6213
+ SQL (0.2ms)  SELECT name
6214
+ FROM sqlite_master
6215
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
6216
+ 
6217
+ SQL (0.2ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) 
6218
+ SQL (0.3ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
6219
+ SQL (0.2ms)  SELECT name
6220
+ FROM sqlite_master
6221
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
6222
+ 
6223
+ SQL (0.1ms) SELECT version FROM "schema_migrations"
6224
+ SQL (0.1ms) INSERT INTO "schema_migrations" (version) VALUES ('20091218130034')
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
+ SQL (0.3ms) select sqlite_version(*)
6277
+ SQL (0.4ms)  SELECT name
6278
+ FROM sqlite_master
6279
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
6280
+ 
6281
+ SQL (0.7ms) CREATE TABLE "posts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title_en" varchar(255), "title_ru" varchar(255)) 
6282
+ SQL (0.2ms)  SELECT name
6283
+ FROM sqlite_master
6284
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
6285
+ 
6286
+ SQL (0.2ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) 
6287
+ SQL (0.3ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
6288
+ SQL (0.2ms)  SELECT name
6289
+ FROM sqlite_master
6290
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
6291
+ 
6292
+ SQL (0.1ms) SELECT version FROM "schema_migrations"
6293
+ SQL (0.1ms) INSERT INTO "schema_migrations" (version) VALUES ('20091218130034')
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
- version: 0.4.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-03-29 00:00:00 +04:00
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
- type: :runtime
18
- version_requirement:
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
- version:
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.5
73
+ rubygems_version: 1.3.6
65
74
  signing_key:
66
75
  specification_version: 3
67
76
  summary: R18n for Rails