r18n-rails 0.4.7 → 0.4.7.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/spec/app/log/test.log +70 -0
  2. metadata +4 -3
@@ -6984,3 +6984,73 @@ Completed in 12ms (View: 0, DB: 0) | 200 OK [http://test.host/en/human_time]
6984
6984
  
6985
6985
  SQL (0.1ms) SELECT version FROM "schema_migrations"
6986
6986
  SQL (0.1ms) INSERT INTO "schema_migrations" (version) VALUES ('20091218130034')
6987
+
6988
+
6989
+ Processing TestController#locales (for 0.0.0.0 at 2010-08-08 16:30:51) [GET]
6990
+ Completed in 26ms (View: 0, DB: 0) | 200 OK [http://test.host/locales]
6991
+
6992
+
6993
+ Processing TestController#locales (for 0.0.0.0 at 2010-08-08 16:30:51) [GET]
6994
+ Parameters: {"locale"=>"ru"}
6995
+ Completed in 13ms (View: 0, DB: 0) | 200 OK [http://test.host/ru/locales]
6996
+
6997
+
6998
+ Processing TestController#locales (for 0.0.0.0 at 2010-08-08 16:30:51) [GET]
6999
+ Completed in 12ms (View: 0, DB: 0) | 200 OK [http://test.host/locales]
7000
+
7001
+
7002
+ Processing TestController#locales (for 0.0.0.0 at 2010-08-08 16:30:51) [GET]
7003
+ Completed in 15ms (View: 0, DB: 0) | 200 OK [http://test.host/locales]
7004
+
7005
+
7006
+ Processing TestController#translations (for 0.0.0.0 at 2010-08-08 16:30:51) [GET]
7007
+ Parameters: {"locale"=>"en"}
7008
+ Completed in 13ms (View: 0, DB: 0) | 200 OK [http://test.host/en/translations]
7009
+
7010
+
7011
+ Processing TestController#available (for 0.0.0.0 at 2010-08-08 16:30:51) [GET]
7012
+ Completed in 9ms (View: 0, DB: 0) | 200 OK [http://test.host/available]
7013
+
7014
+
7015
+ Processing TestController#helpers (for 0.0.0.0 at 2010-08-08 16:30:51) [GET]
7016
+ Parameters: {"locale"=>"en"}
7017
+ Rendering test/helpers
7018
+ Completed in 27ms (View: 13, DB: 0) | 200 OK [http://test.host/en/helpers]
7019
+
7020
+
7021
+ Processing TestController#untranslated (for 0.0.0.0 at 2010-08-08 16:30:51) [GET]
7022
+ Completed in 12ms (View: 0, DB: 0) | 200 OK [http://test.host/untranslated]
7023
+
7024
+
7025
+ Processing TestController#controller (for 0.0.0.0 at 2010-08-08 16:30:51) [GET]
7026
+ Parameters: {"locale"=>"en"}
7027
+ Completed in 12ms (View: 0, DB: 0) | 200 OK [http://test.host/en/controller]
7028
+
7029
+
7030
+ Processing TestController#time (for 0.0.0.0 at 2010-08-08 16:30:51) [GET]
7031
+ Parameters: {"locale"=>"en"}
7032
+ Completed in 14ms (View: 0, DB: 0) | 200 OK [http://test.host/en/time]
7033
+
7034
+
7035
+ Processing TestController#human_time (for 0.0.0.0 at 2010-08-08 16:30:51) [GET]
7036
+ Parameters: {"locale"=>"en"}
7037
+ Completed in 12ms (View: 0, DB: 0) | 200 OK [http://test.host/en/human_time]
7038
+ SQL (0.2ms) select sqlite_version(*)
7039
+ SQL (0.3ms)  SELECT name
7040
+ FROM sqlite_master
7041
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
7042
+ 
7043
+ SQL (0.7ms) CREATE TABLE "posts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title_en" varchar(255), "title_ru" varchar(255)) 
7044
+ SQL (0.2ms)  SELECT name
7045
+ FROM sqlite_master
7046
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
7047
+ 
7048
+ SQL (0.2ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) 
7049
+ SQL (0.1ms) PRAGMA index_list("schema_migrations")
7050
+ SQL (0.3ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
7051
+ SQL (0.2ms)  SELECT name
7052
+ FROM sqlite_master
7053
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
7054
+ 
7055
+ SQL (0.1ms) SELECT version FROM "schema_migrations"
7056
+ SQL (0.1ms) INSERT INTO "schema_migrations" (version) VALUES ('20091218130034')
metadata CHANGED
@@ -1,13 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: r18n-rails
3
3
  version: !ruby/object:Gem::Version
4
- hash: 1
4
+ hash: 113
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 4
9
9
  - 7
10
- version: 0.4.7
10
+ - 1
11
+ version: 0.4.7.1
11
12
  platform: ruby
12
13
  authors:
13
14
  - Andrey "A.I." Sitnik
@@ -15,7 +16,7 @@ autorequire:
15
16
  bindir: bin
16
17
  cert_chain: []
17
18
 
18
- date: 2010-08-07 00:00:00 +04:00
19
+ date: 2010-08-08 00:00:00 +04:00
19
20
  default_executable:
20
21
  dependencies:
21
22
  - !ruby/object:Gem::Dependency