r18n-rails 0.4.1 → 0.4.2

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 (3) hide show
  1. data/spec/app/log/test.log +104 -0
  2. data/spec/rails_spec.rb +2 -0
  3. metadata +2 -2
@@ -787,3 +787,107 @@ Completed in 8ms (View: 0, DB: 0) | 200 OK [http://test.host/untranslated]
787
787
  
788
788
  SQL (0.1ms) SELECT version FROM "schema_migrations"
789
789
  SQL (0.1ms) INSERT INTO "schema_migrations" (version) VALUES ('20091218130034')
790
+
791
+
792
+ Processing TestController#locales (for 0.0.0.0 at 2010-02-19 00:09:31) [GET]
793
+ Completed in 25ms (View: 0, DB: 0) | 200 OK [http://test.host/locales]
794
+
795
+
796
+ Processing TestController#locales (for 0.0.0.0 at 2010-02-19 00:09:32) [GET]
797
+ Parameters: {"locale"=>"ru"}
798
+ Completed in 10ms (View: 0, DB: 0) | 200 OK [http://test.host/ru/locales]
799
+
800
+
801
+ Processing TestController#locales (for 0.0.0.0 at 2010-02-19 00:09:32) [GET]
802
+ Completed in 11ms (View: 0, DB: 0) | 200 OK [http://test.host/locales]
803
+
804
+
805
+ Processing TestController#locales (for 0.0.0.0 at 2010-02-19 00:09:32) [GET]
806
+ Completed in 10ms (View: 0, DB: 0) | 200 OK [http://test.host/locales]
807
+
808
+
809
+ Processing TestController#translations (for 0.0.0.0 at 2010-02-19 00:09:32) [GET]
810
+ Completed in 9ms (View: 0, DB: 0) | 200 OK [http://test.host/translations]
811
+
812
+
813
+ Processing TestController#available (for 0.0.0.0 at 2010-02-19 00:09:32) [GET]
814
+ Completed in 10ms (View: 0, DB: 0) | 200 OK [http://test.host/available]
815
+
816
+
817
+ Processing TestController#helpers (for 0.0.0.0 at 2010-02-19 00:09:32) [GET]
818
+ Rendering test/helpers
819
+ Completed in 55ms (View: 46, DB: 0) | 200 OK [http://test.host/helpers]
820
+
821
+
822
+ Processing TestController#untranslated (for 0.0.0.0 at 2010-02-19 00:09:32) [GET]
823
+ Completed in 10ms (View: 0, DB: 0) | 200 OK [http://test.host/untranslated]
824
+ SQL (0.3ms) select sqlite_version(*)
825
+ SQL (0.4ms)  SELECT name
826
+ FROM sqlite_master
827
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
828
+ 
829
+ SQL (0.8ms) CREATE TABLE "posts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title_en" varchar(255), "title_ru" varchar(255)) 
830
+ SQL (0.3ms)  SELECT name
831
+ FROM sqlite_master
832
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
833
+ 
834
+ SQL (0.2ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) 
835
+ SQL (0.4ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
836
+ SQL (0.3ms)  SELECT name
837
+ FROM sqlite_master
838
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
839
+ 
840
+ SQL (0.1ms) SELECT version FROM "schema_migrations"
841
+ SQL (0.1ms) INSERT INTO "schema_migrations" (version) VALUES ('20091218130034')
842
+
843
+
844
+ Processing TestController#locales (for 0.0.0.0 at 2010-02-19 00:13:43) [GET]
845
+ Completed in 20ms (View: 0, DB: 0) | 200 OK [http://test.host/locales]
846
+
847
+
848
+ Processing TestController#locales (for 0.0.0.0 at 2010-02-19 00:13:43) [GET]
849
+ Parameters: {"locale"=>"ru"}
850
+ Completed in 10ms (View: 0, DB: 0) | 200 OK [http://test.host/ru/locales]
851
+
852
+
853
+ Processing TestController#locales (for 0.0.0.0 at 2010-02-19 00:13:43) [GET]
854
+ Completed in 9ms (View: 0, DB: 0) | 200 OK [http://test.host/locales]
855
+
856
+
857
+ Processing TestController#locales (for 0.0.0.0 at 2010-02-19 00:13:43) [GET]
858
+ Completed in 9ms (View: 0, DB: 0) | 200 OK [http://test.host/locales]
859
+
860
+
861
+ Processing TestController#translations (for 0.0.0.0 at 2010-02-19 00:13:43) [GET]
862
+ Completed in 9ms (View: 0, DB: 0) | 200 OK [http://test.host/translations]
863
+
864
+
865
+ Processing TestController#available (for 0.0.0.0 at 2010-02-19 00:13:43) [GET]
866
+ Completed in 8ms (View: 0, DB: 0) | 200 OK [http://test.host/available]
867
+
868
+
869
+ Processing TestController#helpers (for 0.0.0.0 at 2010-02-19 00:13:43) [GET]
870
+ Rendering test/helpers
871
+ Completed in 17ms (View: 9, DB: 0) | 200 OK [http://test.host/helpers]
872
+
873
+
874
+ Processing TestController#untranslated (for 0.0.0.0 at 2010-02-19 00:13:43) [GET]
875
+ Completed in 8ms (View: 0, DB: 0) | 200 OK [http://test.host/untranslated]
876
+ SQL (0.3ms) select sqlite_version(*)
877
+ SQL (0.4ms)  SELECT name
878
+ FROM sqlite_master
879
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
880
+ 
881
+ SQL (0.7ms) CREATE TABLE "posts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title_en" varchar(255), "title_ru" varchar(255)) 
882
+ SQL (0.3ms)  SELECT name
883
+ FROM sqlite_master
884
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
885
+ 
886
+ SQL (0.2ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) 
887
+ SQL (0.3ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
888
+ SQL (0.2ms)  SELECT name
889
+ FROM sqlite_master
890
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
891
+ 
892
+ SQL (0.1ms) SELECT version FROM "schema_migrations"
893
+ SQL (0.1ms) INSERT INTO "schema_migrations" (version) VALUES ('20091218130034')
data/spec/rails_spec.rb CHANGED
@@ -1,3 +1,5 @@
1
+ # encoding: utf-8
2
+
1
3
  require File.join(File.dirname(__FILE__), 'spec_helper')
2
4
 
3
5
  describe 'R18n for Rails', :type => :controller do
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: r18n-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.1
4
+ version: 0.4.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Andrey "A.I." Sitnik
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2010-01-11 00:00:00 +03:00
12
+ date: 2010-02-19 00:00:00 +03:00
13
13
  default_executable:
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency