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.
- data/spec/app/log/test.log +70 -0
- metadata +4 -3
data/spec/app/log/test.log
CHANGED
@@ -6984,3 +6984,73 @@ Completed in 12ms (View: 0, DB: 0) | 200 OK [http://test.host/en/human_time]
|
|
6984
6984
|
[0m
|
6985
6985
|
[4;36;1mSQL (0.1ms)[0m [0;1mSELECT version FROM "schema_migrations"[0m
|
6986
6986
|
[4;35;1mSQL (0.1ms)[0m [0mINSERT INTO "schema_migrations" (version) VALUES ('20091218130034')[0m
|
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
|
+
[4;36;1mSQL (0.2ms)[0m [0;1mselect sqlite_version(*)[0m
|
7039
|
+
[4;35;1mSQL (0.3ms)[0m [0m SELECT name
|
7040
|
+
FROM sqlite_master
|
7041
|
+
WHERE type = 'table' AND NOT name = 'sqlite_sequence'
|
7042
|
+
[0m
|
7043
|
+
[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
|
7044
|
+
[4;35;1mSQL (0.2ms)[0m [0m SELECT name
|
7045
|
+
FROM sqlite_master
|
7046
|
+
WHERE type = 'table' AND NOT name = 'sqlite_sequence'
|
7047
|
+
[0m
|
7048
|
+
[4;36;1mSQL (0.2ms)[0m [0;1mCREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) [0m
|
7049
|
+
[4;35;1mSQL (0.1ms)[0m [0mPRAGMA index_list("schema_migrations")[0m
|
7050
|
+
[4;36;1mSQL (0.3ms)[0m [0;1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
|
7051
|
+
[4;35;1mSQL (0.2ms)[0m [0m SELECT name
|
7052
|
+
FROM sqlite_master
|
7053
|
+
WHERE type = 'table' AND NOT name = 'sqlite_sequence'
|
7054
|
+
[0m
|
7055
|
+
[4;36;1mSQL (0.1ms)[0m [0;1mSELECT version FROM "schema_migrations"[0m
|
7056
|
+
[4;35;1mSQL (0.1ms)[0m [0mINSERT INTO "schema_migrations" (version) VALUES ('20091218130034')[0m
|
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:
|
4
|
+
hash: 113
|
5
5
|
prerelease: false
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 4
|
9
9
|
- 7
|
10
|
-
|
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-
|
19
|
+
date: 2010-08-08 00:00:00 +04:00
|
19
20
|
default_executable:
|
20
21
|
dependencies:
|
21
22
|
- !ruby/object:Gem::Dependency
|