awesome_translations 0.0.16 → 0.0.17
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/app/controllers/awesome_translations/groups_controller.rb +8 -3
- data/app/models/awesome_translations/translated_value.rb +32 -1
- data/app/models/awesome_translations/translation.rb +45 -6
- data/app/views/awesome_translations/groups/show.html.haml +6 -3
- data/lib/awesome_translations/handlers/rails_handler.rb +208 -0
- data/lib/awesome_translations/version.rb +1 -1
- data/spec/controllers/groups_controller_spec.rb +23 -0
- data/spec/dummy/config/locales/awesome_translations/date_time/da.yml +9 -0
- data/spec/dummy/config/locales/awesome_translations/date_time/de.yml +6 -0
- data/spec/dummy/config/locales/awesome_translations/date_time/en.yml +62 -0
- data/spec/dummy/config/locales/awesome_translations/number/da.yml +16 -0
- data/spec/dummy/config/locales/awesome_translations/number/de.yml +16 -0
- data/spec/dummy/config/locales/awesome_translations/number/en.yml +16 -0
- data/spec/dummy/log/development.log +1505 -0
- data/spec/dummy/log/test.log +881 -0
- data/spec/dummy/tmp/cache/assets/development/sprockets/v3.0/2p155H920Y76tD9Gj4HuvSeyKPX48gW2EeT0uJ-qDC4.cache +0 -0
- data/spec/dummy/tmp/cache/assets/development/sprockets/v3.0/5HoGxXKxoOX3AIQe7mpvJ8HkWoGDGVITn12A-AS39bI.cache +1 -0
- data/spec/dummy/tmp/cache/assets/development/sprockets/v3.0/6AKSuLQ7-rmru8z6X93bpAnu7f-pBhVaPqrLnlZEEr4.cache +0 -0
- data/spec/dummy/tmp/cache/assets/development/sprockets/v3.0/6ISWS0E-NUDxPhl5eE0vGMmOPleI0-CevJF8RF2OPYU.cache +0 -0
- data/spec/dummy/tmp/cache/assets/development/sprockets/v3.0/AdM4bSpxF-V3SVialcxcS5JaSV3t0miIFEegjuwBWlA.cache +0 -0
- data/spec/dummy/tmp/cache/assets/development/sprockets/v3.0/GDzC1chWWGmhgF3fUvOghjlCyrUvZCCVC_YH1oldtsM.cache +0 -0
- data/spec/dummy/tmp/cache/assets/development/sprockets/v3.0/LtuKwRcTWtNm0-9U116mcMNSEOapgDhyZaj926hhVPs.cache +0 -0
- data/spec/dummy/tmp/cache/assets/development/sprockets/v3.0/MzYsi2S393224patsQC_5aJpDwq4F97WspZCPEXC2Q0.cache +0 -0
- data/spec/dummy/tmp/cache/assets/development/sprockets/v3.0/WyLdqMqQlKkaN4Q-7OsT-01hYlq3cmhy19iZV5OI8rs.cache +1 -0
- data/spec/dummy/tmp/cache/assets/development/sprockets/v3.0/YeUs3vJiPOiW0ze9DAFqEBU8WdoE6CPE1vE4Q_rumCk.cache +0 -0
- data/spec/dummy/tmp/cache/assets/development/sprockets/v3.0/a8zRTXmGI4EOik4D8x6S1OJGcr3oKvUM9jNHim0xGio.cache +1 -0
- data/spec/dummy/tmp/cache/assets/development/sprockets/v3.0/diUCwnrnAqP09ITWwzJqFv3pdkHx0DNdSAfRVgCl-Ho.cache +1 -0
- data/spec/dummy/tmp/cache/assets/development/sprockets/v3.0/eNBcyVIS4PNh9lfbPupF-BdIC0evfo6BlGMHxcwCYtU.cache +0 -0
- data/spec/dummy/tmp/cache/assets/development/sprockets/v3.0/hw8AiVkuV0Jb1MqnlKOmPV7OzCf0ggO2-FpwNNDX7rA.cache +0 -0
- data/spec/dummy/tmp/cache/assets/development/sprockets/v3.0/js_-GbuvJQ4VGhFUV6QutWkBN2J467qAxjx2Yf91Eak.cache +0 -0
- data/spec/dummy/tmp/cache/assets/development/sprockets/v3.0/kYXemjpBFknH9kzOhifClhhOaHlRaYc04eAnYvnO3VA.cache +1 -0
- data/spec/dummy/tmp/cache/assets/development/sprockets/v3.0/s7x5_coI4aGfED9cLsTL7o8vGLSX2oA61zI9K50O2a4.cache +0 -0
- data/spec/dummy/tmp/cache/assets/development/sprockets/v3.0/x38Hslo9uhZ5JJmEG-emEJE12q4Kdd3OdHw6je6KEjw.cache +1 -0
- data/spec/dummy/tmp/pids/server.pid +1 -0
- data/spec/models/awesome_translations/translated_value_spec.rb +4 -4
- data/spec/models/awesome_translations/translation_spec.rb +49 -0
- metadata +43 -2
data/spec/dummy/log/test.log
CHANGED
@@ -14775,3 +14775,884 @@ Completed 302 Found in 5ms (ActiveRecord: 0.0ms)
|
|
14775
14775
|
[1m[35m (0.0ms)[0m rollback transaction
|
14776
14776
|
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
14777
14777
|
[1m[35m (0.0ms)[0m rollback transaction
|
14778
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
14779
|
+
[1m[35m (0.1ms)[0m begin transaction
|
14780
|
+
Processing by AwesomeTranslations::GroupsController#update as HTML
|
14781
|
+
Parameters: {"handler_id"=>"model_handler", "id"=>"Role", "t"=>{"activerecord.attributes.role.role"=>{"da"=>"Rolle", "de"=>"Die type", "en"=>"Role"}}}
|
14782
|
+
Redirected to http://test.host/handlers/model_handler/groups/Role
|
14783
|
+
Completed 302 Found in 18ms (ActiveRecord: 0.0ms)
|
14784
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
14785
|
+
[1m[35m (0.1ms)[0m begin transaction
|
14786
|
+
Processing by AwesomeTranslations::GroupsController#update as HTML
|
14787
|
+
Parameters: {"handler_id"=>"model_handler", "id"=>"User", "t"=>{"activerecord.attributes.user.password"=>"[FILTERED]"}}
|
14788
|
+
Redirected to http://test.host/handlers/model_handler/groups/User
|
14789
|
+
Completed 302 Found in 8ms (ActiveRecord: 0.0ms)
|
14790
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
14791
|
+
[1m[35m (0.0ms)[0m begin transaction
|
14792
|
+
Processing by AwesomeTranslations::GroupsController#update as HTML
|
14793
|
+
Parameters: {"handler_id"=>"rails_handler", "id"=>"date_time", "t"=>{"date.day_names"=>{"0"=>{"da"=>"Sunday"}, "1"=>{"da"=>"Monday"}, "4"=>{"da"=>"Thursday"}}}}
|
14794
|
+
Redirected to http://test.host/handlers/rails_handler/groups/date_time
|
14795
|
+
Completed 302 Found in 2ms (ActiveRecord: 0.0ms)
|
14796
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
14797
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
14798
|
+
[1m[35m (0.1ms)[0m begin transaction
|
14799
|
+
Processing by AwesomeTranslations::GroupsController#update as HTML
|
14800
|
+
Parameters: {"handler_id"=>"rails_handler", "id"=>"date_time", "t"=>{"date.day_names"=>{"0"=>{"da"=>"Søndag"}, "1"=>{"da"=>"Mandag"}, "4"=>{"da"=>"Thursday"}}}}
|
14801
|
+
Redirected to http://test.host/handlers/rails_handler/groups/date_time
|
14802
|
+
Completed 302 Found in 4ms (ActiveRecord: 0.0ms)
|
14803
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
14804
|
+
[1m[35m (0.0ms)[0m begin transaction
|
14805
|
+
Processing by AwesomeTranslations::GroupsController#update as HTML
|
14806
|
+
Parameters: {"handler_id"=>"model_handler", "id"=>"User", "t"=>{"activerecord.attributes.user.password"=>"[FILTERED]"}}
|
14807
|
+
Redirected to http://test.host/handlers/model_handler/groups/User
|
14808
|
+
Completed 302 Found in 15ms (ActiveRecord: 0.0ms)
|
14809
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
14810
|
+
[1m[35m (0.0ms)[0m begin transaction
|
14811
|
+
Processing by AwesomeTranslations::GroupsController#update as HTML
|
14812
|
+
Parameters: {"handler_id"=>"model_handler", "id"=>"Role", "t"=>{"activerecord.attributes.role.role"=>{"da"=>"Rolle", "de"=>"Die type", "en"=>"Role"}}}
|
14813
|
+
Redirected to http://test.host/handlers/model_handler/groups/Role
|
14814
|
+
Completed 302 Found in 8ms (ActiveRecord: 0.0ms)
|
14815
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
14816
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
14817
|
+
[1m[35m (0.1ms)[0m begin transaction
|
14818
|
+
Processing by AwesomeTranslations::GroupsController#update as HTML
|
14819
|
+
Parameters: {"handler_id"=>"model_handler", "id"=>"User", "t"=>{"activerecord.attributes.user.password"=>"[FILTERED]"}}
|
14820
|
+
Redirected to http://test.host/handlers/model_handler/groups/User
|
14821
|
+
Completed 302 Found in 24ms (ActiveRecord: 0.0ms)
|
14822
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
14823
|
+
[1m[35m (0.0ms)[0m begin transaction
|
14824
|
+
Processing by AwesomeTranslations::GroupsController#update as HTML
|
14825
|
+
Parameters: {"handler_id"=>"rails_handler", "id"=>"date_time", "t"=>{"date.day_names"=>{"0"=>{"da"=>"Søndag"}, "1"=>{"da"=>"Mandag"}, "4"=>{"da"=>"Thursday"}}}}
|
14826
|
+
Redirected to http://test.host/handlers/rails_handler/groups/date_time
|
14827
|
+
Completed 302 Found in 2ms (ActiveRecord: 0.0ms)
|
14828
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
14829
|
+
[1m[35m (0.0ms)[0m begin transaction
|
14830
|
+
Processing by AwesomeTranslations::GroupsController#update as HTML
|
14831
|
+
Parameters: {"handler_id"=>"model_handler", "id"=>"Role", "t"=>{"activerecord.attributes.role.role"=>{"da"=>"Rolle", "de"=>"Die type", "en"=>"Role"}}}
|
14832
|
+
Redirected to http://test.host/handlers/model_handler/groups/Role
|
14833
|
+
Completed 302 Found in 9ms (ActiveRecord: 0.0ms)
|
14834
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
14835
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
14836
|
+
[1m[35m (0.1ms)[0m begin transaction
|
14837
|
+
Processing by AwesomeTranslations::GroupsController#update as HTML
|
14838
|
+
Parameters: {"handler_id"=>"model_handler", "id"=>"Role", "t"=>{"activerecord.attributes.role.role"=>{"da"=>"Rolle", "de"=>"Die type", "en"=>"Role"}}}
|
14839
|
+
Redirected to http://test.host/handlers/model_handler/groups/Role
|
14840
|
+
Completed 302 Found in 16ms (ActiveRecord: 0.0ms)
|
14841
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
14842
|
+
[1m[35m (0.0ms)[0m begin transaction
|
14843
|
+
Processing by AwesomeTranslations::GroupsController#update as HTML
|
14844
|
+
Parameters: {"handler_id"=>"rails_handler", "id"=>"date_time", "t"=>{"date.day_names"=>{"0"=>{"da"=>"Søndag"}, "1"=>{"da"=>"Mandag"}, "4"=>{"da"=>"Thursday"}}}}
|
14845
|
+
Redirected to http://test.host/handlers/rails_handler/groups/date_time
|
14846
|
+
Completed 302 Found in 2ms (ActiveRecord: 0.0ms)
|
14847
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
14848
|
+
[1m[35m (0.0ms)[0m begin transaction
|
14849
|
+
Processing by AwesomeTranslations::GroupsController#update as HTML
|
14850
|
+
Parameters: {"handler_id"=>"model_handler", "id"=>"User", "t"=>{"activerecord.attributes.user.password"=>"[FILTERED]"}}
|
14851
|
+
Redirected to http://test.host/handlers/model_handler/groups/User
|
14852
|
+
Completed 302 Found in 9ms (ActiveRecord: 0.0ms)
|
14853
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
14854
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
14855
|
+
[1m[35m (0.1ms)[0m begin transaction
|
14856
|
+
Processing by AwesomeTranslations::GroupsController#update as HTML
|
14857
|
+
Parameters: {"handler_id"=>"rails_handler", "id"=>"date_time", "t"=>{"date.day_names"=>{"0"=>{"da"=>"Søndag"}, "1"=>{"da"=>"Mandag"}, "4"=>{"da"=>"Thursday"}}}}
|
14858
|
+
Redirected to http://test.host/handlers/rails_handler/groups/date_time
|
14859
|
+
Completed 302 Found in 5ms (ActiveRecord: 0.0ms)
|
14860
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
14861
|
+
[1m[35m (0.0ms)[0m begin transaction
|
14862
|
+
Processing by AwesomeTranslations::GroupsController#update as HTML
|
14863
|
+
Parameters: {"handler_id"=>"model_handler", "id"=>"User", "t"=>{"activerecord.attributes.user.password"=>"[FILTERED]"}}
|
14864
|
+
Redirected to http://test.host/handlers/model_handler/groups/User
|
14865
|
+
Completed 302 Found in 15ms (ActiveRecord: 0.0ms)
|
14866
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
14867
|
+
[1m[35m (0.0ms)[0m begin transaction
|
14868
|
+
Processing by AwesomeTranslations::GroupsController#update as HTML
|
14869
|
+
Parameters: {"handler_id"=>"model_handler", "id"=>"Role", "t"=>{"activerecord.attributes.role.role"=>{"da"=>"Rolle", "de"=>"Die type", "en"=>"Role"}}}
|
14870
|
+
Redirected to http://test.host/handlers/model_handler/groups/Role
|
14871
|
+
Completed 302 Found in 9ms (ActiveRecord: 0.0ms)
|
14872
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
14873
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
14874
|
+
[1m[35m (0.1ms)[0m begin transaction
|
14875
|
+
Processing by AwesomeTranslations::GroupsController#update as HTML
|
14876
|
+
Parameters: {"handler_id"=>"model_handler", "id"=>"User", "t"=>{"activerecord.attributes.user.password"=>"[FILTERED]"}}
|
14877
|
+
Redirected to http://test.host/handlers/model_handler/groups/User
|
14878
|
+
Completed 302 Found in 15ms (ActiveRecord: 0.0ms)
|
14879
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
14880
|
+
[1m[35m (0.0ms)[0m begin transaction
|
14881
|
+
Processing by AwesomeTranslations::GroupsController#update as HTML
|
14882
|
+
Parameters: {"handler_id"=>"rails_handler", "id"=>"date_time", "t"=>{"date.day_names"=>{"0"=>{"da"=>"Søndag"}, "1"=>{"da"=>"Mandag"}, "4"=>{"da"=>"Thursday"}}}}
|
14883
|
+
Redirected to http://test.host/handlers/rails_handler/groups/date_time
|
14884
|
+
Completed 302 Found in 2ms (ActiveRecord: 0.0ms)
|
14885
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
14886
|
+
[1m[35m (0.0ms)[0m begin transaction
|
14887
|
+
Processing by AwesomeTranslations::GroupsController#update as HTML
|
14888
|
+
Parameters: {"handler_id"=>"model_handler", "id"=>"Role", "t"=>{"activerecord.attributes.role.role"=>{"da"=>"Rolle", "de"=>"Die type", "en"=>"Role"}}}
|
14889
|
+
Redirected to http://test.host/handlers/model_handler/groups/Role
|
14890
|
+
Completed 302 Found in 8ms (ActiveRecord: 0.0ms)
|
14891
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
14892
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
14893
|
+
[1m[35m (0.1ms)[0m begin transaction
|
14894
|
+
Processing by AwesomeTranslations::GroupsController#update as HTML
|
14895
|
+
Parameters: {"handler_id"=>"model_handler", "id"=>"Role", "t"=>{"activerecord.attributes.role.role"=>{"da"=>"Rolle", "de"=>"Die type", "en"=>"Role"}}}
|
14896
|
+
Redirected to http://test.host/handlers/model_handler/groups/Role
|
14897
|
+
Completed 302 Found in 16ms (ActiveRecord: 0.0ms)
|
14898
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
14899
|
+
[1m[35m (0.0ms)[0m begin transaction
|
14900
|
+
Processing by AwesomeTranslations::GroupsController#update as HTML
|
14901
|
+
Parameters: {"handler_id"=>"rails_handler", "id"=>"date_time", "t"=>{"date.day_names"=>{"0"=>{"da"=>"Søndag"}, "1"=>{"da"=>"Mandag"}, "4"=>{"da"=>"Thursday"}}}}
|
14902
|
+
Redirected to http://test.host/handlers/rails_handler/groups/date_time
|
14903
|
+
Completed 302 Found in 3ms (ActiveRecord: 0.0ms)
|
14904
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
14905
|
+
[1m[35m (0.0ms)[0m begin transaction
|
14906
|
+
Processing by AwesomeTranslations::GroupsController#update as HTML
|
14907
|
+
Parameters: {"handler_id"=>"model_handler", "id"=>"User", "t"=>{"activerecord.attributes.user.password"=>"[FILTERED]"}}
|
14908
|
+
Redirected to http://test.host/handlers/model_handler/groups/User
|
14909
|
+
Completed 302 Found in 8ms (ActiveRecord: 0.0ms)
|
14910
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
14911
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
14912
|
+
[1m[35m (0.1ms)[0m begin transaction
|
14913
|
+
Processing by AwesomeTranslations::GroupsController#update as HTML
|
14914
|
+
Parameters: {"handler_id"=>"rails_handler", "id"=>"date_time", "t"=>{"date.day_names"=>{"0"=>{"da"=>"Søndag"}, "1"=>{"da"=>"Mandag"}, "4"=>{"da"=>"Thursday"}}}}
|
14915
|
+
Redirected to http://test.host/handlers/rails_handler/groups/date_time
|
14916
|
+
Completed 302 Found in 4ms (ActiveRecord: 0.0ms)
|
14917
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
14918
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
14919
|
+
[1m[35m (0.1ms)[0m begin transaction
|
14920
|
+
Processing by AwesomeTranslations::GroupsController#update as HTML
|
14921
|
+
Parameters: {"handler_id"=>"rails_handler", "id"=>"date_time", "t"=>{"date.day_names"=>{"0"=>{"da"=>"Søndag"}, "1"=>{"da"=>"Mandag"}, "4"=>{"da"=>"Thursday"}}}}
|
14922
|
+
Completed 500 Internal Server Error in 3ms
|
14923
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
14924
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
14925
|
+
[1m[35m (0.1ms)[0m begin transaction
|
14926
|
+
Processing by AwesomeTranslations::GroupsController#update as HTML
|
14927
|
+
Parameters: {"handler_id"=>"rails_handler", "id"=>"date_time", "t"=>{"date.day_names"=>{"0"=>{"da"=>"Søndag"}, "1"=>{"da"=>"Mandag"}, "4"=>{"da"=>"Thursday"}}}}
|
14928
|
+
Completed 500 Internal Server Error in 5ms
|
14929
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
14930
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
14931
|
+
[1m[35m (0.1ms)[0m begin transaction
|
14932
|
+
Processing by AwesomeTranslations::GroupsController#update as HTML
|
14933
|
+
Parameters: {"handler_id"=>"rails_handler", "id"=>"date_time", "t"=>{"date.day_names"=>{"0"=>{"da"=>"Søndag"}, "1"=>{"da"=>"Mandag"}, "4"=>{"da"=>"Thursday"}}}}
|
14934
|
+
Completed 500 Internal Server Error in 3ms
|
14935
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
14936
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
14937
|
+
[1m[35m (0.1ms)[0m begin transaction
|
14938
|
+
Processing by AwesomeTranslations::GroupsController#update as HTML
|
14939
|
+
Parameters: {"handler_id"=>"rails_handler", "id"=>"date_time", "t"=>{"date.day_names"=>{"0"=>{"da"=>"Søndag"}, "1"=>{"da"=>"Mandag"}, "4"=>{"da"=>"Thursday"}}}}
|
14940
|
+
Completed 500 Internal Server Error in 3ms
|
14941
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
14942
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
14943
|
+
[1m[35m (0.1ms)[0m begin transaction
|
14944
|
+
Processing by AwesomeTranslations::GroupsController#update as HTML
|
14945
|
+
Parameters: {"handler_id"=>"rails_handler", "id"=>"date_time", "t"=>{"date.day_names"=>{"0"=>{"da"=>"Søndag"}, "1"=>{"da"=>"Mandag"}, "4"=>{"da"=>"Thursday"}}}}
|
14946
|
+
Completed 500 Internal Server Error in 11ms
|
14947
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
14948
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
14949
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
14950
|
+
[1m[35m (0.1ms)[0m begin transaction
|
14951
|
+
Processing by AwesomeTranslations::GroupsController#update as HTML
|
14952
|
+
Parameters: {"handler_id"=>"rails_handler", "id"=>"date_time", "t"=>{"date.day_names"=>{"0"=>{"da"=>"Søndag"}, "1"=>{"da"=>"Mandag"}, "4"=>{"da"=>"Thursday"}}}}
|
14953
|
+
Completed 500 Internal Server Error in 9ms
|
14954
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
14955
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
14956
|
+
[1m[35m (0.1ms)[0m begin transaction
|
14957
|
+
Processing by AwesomeTranslations::GroupsController#update as HTML
|
14958
|
+
Parameters: {"handler_id"=>"rails_handler", "id"=>"date_time", "t"=>{"date.day_names"=>{"0"=>{"da"=>"Søndag"}, "1"=>{"da"=>"Mandag"}, "4"=>{"da"=>"Thursday"}}}}
|
14959
|
+
Completed 500 Internal Server Error in 9ms
|
14960
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
14961
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
14962
|
+
[1m[35m (0.1ms)[0m begin transaction
|
14963
|
+
Processing by AwesomeTranslations::GroupsController#update as HTML
|
14964
|
+
Parameters: {"handler_id"=>"rails_handler", "id"=>"date_time", "t"=>{"date.day_names"=>{"0"=>{"da"=>"Søndag"}, "1"=>{"da"=>"Mandag"}, "4"=>{"da"=>"Thursday"}}}}
|
14965
|
+
Completed 500 Internal Server Error in 9ms
|
14966
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
14967
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
14968
|
+
[1m[35m (0.1ms)[0m begin transaction
|
14969
|
+
Processing by AwesomeTranslations::GroupsController#update as HTML
|
14970
|
+
Parameters: {"handler_id"=>"rails_handler", "id"=>"date_time", "t"=>{"date.day_names"=>{"0"=>{"da"=>"Søndag"}, "1"=>{"da"=>"Mandag"}, "4"=>{"da"=>"Thursday"}}}}
|
14971
|
+
Completed 500 Internal Server Error in 9ms
|
14972
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
14973
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
14974
|
+
[1m[35m (0.1ms)[0m begin transaction
|
14975
|
+
Processing by AwesomeTranslations::GroupsController#update as HTML
|
14976
|
+
Parameters: {"handler_id"=>"rails_handler", "id"=>"date_time", "t"=>{"date.day_names"=>{"0"=>{"da"=>"Søndag"}, "1"=>{"da"=>"Mandag"}, "4"=>{"da"=>"Thursday"}}}}
|
14977
|
+
Redirected to http://test.host/handlers/rails_handler/groups/date_time
|
14978
|
+
Completed 302 Found in 11ms (ActiveRecord: 0.0ms)
|
14979
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
14980
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
14981
|
+
[1m[35m (0.1ms)[0m begin transaction
|
14982
|
+
Processing by AwesomeTranslations::GroupsController#update as HTML
|
14983
|
+
Parameters: {"handler_id"=>"rails_handler", "id"=>"date_time", "t"=>{"date.day_names"=>{"0"=>{"da"=>"Søndag"}, "1"=>{"da"=>"Mandag"}, "4"=>{"da"=>"Thursday"}}}}
|
14984
|
+
Redirected to http://test.host/handlers/rails_handler/groups/date_time
|
14985
|
+
Completed 302 Found in 11ms (ActiveRecord: 0.0ms)
|
14986
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
14987
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
14988
|
+
[1m[35m (0.1ms)[0m begin transaction
|
14989
|
+
Processing by AwesomeTranslations::GroupsController#update as HTML
|
14990
|
+
Parameters: {"handler_id"=>"rails_handler", "id"=>"date_time", "t"=>{"date.day_names"=>{"0"=>{"da"=>"Søndag"}, "1"=>{"da"=>"Mandag"}, "4"=>{"da"=>"Thursday"}}}}
|
14991
|
+
Redirected to http://test.host/handlers/rails_handler/groups/date_time
|
14992
|
+
Completed 302 Found in 12ms (ActiveRecord: 0.0ms)
|
14993
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
14994
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
14995
|
+
[1m[35m (0.1ms)[0m begin transaction
|
14996
|
+
Processing by AwesomeTranslations::GroupsController#update as HTML
|
14997
|
+
Parameters: {"handler_id"=>"rails_handler", "id"=>"date_time", "t"=>{"date.day_names"=>{"0"=>{"da"=>"Søndag"}, "1"=>{"da"=>"Mandag"}, "4"=>{"da"=>"Thursday"}}}}
|
14998
|
+
Completed 500 Internal Server Error in 8ms
|
14999
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
15000
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
15001
|
+
[1m[35m (0.1ms)[0m begin transaction
|
15002
|
+
Processing by AwesomeTranslations::GroupsController#update as HTML
|
15003
|
+
Parameters: {"handler_id"=>"rails_handler", "id"=>"date_time", "t"=>{"date.day_names"=>{"0"=>{"da"=>"Søndag"}, "1"=>{"da"=>"Mandag"}, "4"=>{"da"=>"Thursday"}}}}
|
15004
|
+
Completed 500 Internal Server Error in 8ms
|
15005
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
15006
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
15007
|
+
[1m[35m (0.1ms)[0m begin transaction
|
15008
|
+
Processing by AwesomeTranslations::GroupsController#update as HTML
|
15009
|
+
Parameters: {"handler_id"=>"rails_handler", "id"=>"date_time", "t"=>{"date.day_names"=>{"0"=>{"da"=>"Søndag"}, "1"=>{"da"=>"Mandag"}, "4"=>{"da"=>"Thursday"}}}}
|
15010
|
+
Completed 500 Internal Server Error in 8ms
|
15011
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
15012
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
15013
|
+
[1m[35m (0.1ms)[0m begin transaction
|
15014
|
+
Processing by AwesomeTranslations::GroupsController#update as HTML
|
15015
|
+
Parameters: {"handler_id"=>"rails_handler", "id"=>"date_time", "t"=>{"date.day_names"=>{"0"=>{"da"=>"Søndag"}, "1"=>{"da"=>"Mandag"}, "4"=>{"da"=>"Thursday"}}}}
|
15016
|
+
Completed 500 Internal Server Error in 8ms
|
15017
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
15018
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
15019
|
+
[1m[35m (0.1ms)[0m begin transaction
|
15020
|
+
Processing by AwesomeTranslations::GroupsController#update as HTML
|
15021
|
+
Parameters: {"handler_id"=>"rails_handler", "id"=>"date_time", "t"=>{"date.day_names"=>{"0"=>{"da"=>"Søndag"}, "1"=>{"da"=>"Mandag"}, "4"=>{"da"=>"Thursday"}}}}
|
15022
|
+
Completed 500 Internal Server Error in 8ms
|
15023
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
15024
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
15025
|
+
[1m[35m (0.1ms)[0m begin transaction
|
15026
|
+
Processing by AwesomeTranslations::GroupsController#update as HTML
|
15027
|
+
Parameters: {"handler_id"=>"rails_handler", "id"=>"date_time", "t"=>{"date.day_names"=>{"0"=>{"da"=>"Søndag"}, "1"=>{"da"=>"Mandag"}, "4"=>{"da"=>"Thursday"}}}}
|
15028
|
+
Redirected to http://test.host/handlers/rails_handler/groups/date_time
|
15029
|
+
Completed 302 Found in 12ms (ActiveRecord: 0.0ms)
|
15030
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
15031
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
15032
|
+
[1m[35m (0.1ms)[0m begin transaction
|
15033
|
+
Processing by AwesomeTranslations::GroupsController#update as HTML
|
15034
|
+
Parameters: {"handler_id"=>"rails_handler", "id"=>"date_time", "t"=>{"date.day_names"=>{"0"=>{"da"=>"Søndag"}, "1"=>{"da"=>"Mandag"}, "4"=>{"da"=>"Thursday"}}}}
|
15035
|
+
Redirected to http://test.host/handlers/rails_handler/groups/date_time
|
15036
|
+
Completed 302 Found in 12ms (ActiveRecord: 0.0ms)
|
15037
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
15038
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
15039
|
+
[1m[35m (0.1ms)[0m begin transaction
|
15040
|
+
Processing by AwesomeTranslations::GroupsController#update as HTML
|
15041
|
+
Parameters: {"handler_id"=>"rails_handler", "id"=>"date_time", "t"=>{"date.day_names"=>{"0"=>{"da"=>"Søndag"}, "1"=>{"da"=>"Mandag"}, "4"=>{"da"=>"Thursday"}}}}
|
15042
|
+
Redirected to http://test.host/handlers/rails_handler/groups/date_time
|
15043
|
+
Completed 302 Found in 12ms (ActiveRecord: 0.0ms)
|
15044
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
15045
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
15046
|
+
[1m[35m (0.1ms)[0m begin transaction
|
15047
|
+
Processing by AwesomeTranslations::GroupsController#update as HTML
|
15048
|
+
Parameters: {"handler_id"=>"rails_handler", "id"=>"date_time", "t"=>{"date.day_names"=>{"0"=>{"da"=>"Søndag"}, "1"=>{"da"=>"Mandag"}, "4"=>{"da"=>"Thursday"}}}}
|
15049
|
+
Redirected to http://test.host/handlers/rails_handler/groups/date_time
|
15050
|
+
Completed 302 Found in 12ms (ActiveRecord: 0.0ms)
|
15051
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
15052
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
15053
|
+
[1m[35m (0.1ms)[0m begin transaction
|
15054
|
+
Processing by AwesomeTranslations::GroupsController#update as HTML
|
15055
|
+
Parameters: {"handler_id"=>"rails_handler", "id"=>"date_time", "t"=>{"date.day_names"=>{"0"=>{"da"=>"Søndag"}, "1"=>{"da"=>"Mandag"}, "4"=>{"da"=>"Thursday"}}}}
|
15056
|
+
Redirected to http://test.host/handlers/rails_handler/groups/date_time
|
15057
|
+
Completed 302 Found in 12ms (ActiveRecord: 0.0ms)
|
15058
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
15059
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
15060
|
+
[1m[35m (0.1ms)[0m begin transaction
|
15061
|
+
Processing by AwesomeTranslations::GroupsController#update as HTML
|
15062
|
+
Parameters: {"handler_id"=>"rails_handler", "id"=>"date_time", "t"=>{"date.day_names"=>{"0"=>{"da"=>"Søndag"}, "1"=>{"da"=>"Mandag"}, "4"=>{"da"=>"Torsdag"}}}}
|
15063
|
+
Redirected to http://test.host/handlers/rails_handler/groups/date_time
|
15064
|
+
Completed 302 Found in 12ms (ActiveRecord: 0.0ms)
|
15065
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
15066
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
15067
|
+
[1m[35m (0.1ms)[0m begin transaction
|
15068
|
+
Processing by AwesomeTranslations::GroupsController#update as HTML
|
15069
|
+
Parameters: {"handler_id"=>"model_handler", "id"=>"Role", "t"=>{"activerecord.attributes.role.role"=>{"da"=>"Rolle", "de"=>"Die type", "en"=>"Role"}}}
|
15070
|
+
Completed 500 Internal Server Error in 12ms
|
15071
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
15072
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
15073
|
+
[1m[35m (0.1ms)[0m begin transaction
|
15074
|
+
Processing by AwesomeTranslations::GroupsController#update as HTML
|
15075
|
+
Parameters: {"handler_id"=>"model_handler", "id"=>"Role", "t"=>{"activerecord.attributes.role.role"=>{"da"=>"Rolle", "de"=>"Die type", "en"=>"Role"}}}
|
15076
|
+
Redirected to http://test.host/handlers/model_handler/groups/Role
|
15077
|
+
Completed 302 Found in 16ms (ActiveRecord: 0.0ms)
|
15078
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
15079
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
15080
|
+
[1m[35m (0.1ms)[0m begin transaction
|
15081
|
+
Processing by AwesomeTranslations::GroupsController#update as HTML
|
15082
|
+
Parameters: {"handler_id"=>"model_handler", "id"=>"Role", "t"=>{"activerecord.attributes.role.role"=>{"da"=>"Rolle", "de"=>"Die type", "en"=>"Role"}}}
|
15083
|
+
Redirected to http://test.host/handlers/model_handler/groups/Role
|
15084
|
+
Completed 302 Found in 16ms (ActiveRecord: 0.0ms)
|
15085
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
15086
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
15087
|
+
[1m[35m (0.1ms)[0m begin transaction
|
15088
|
+
Processing by AwesomeTranslations::GroupsController#update as HTML
|
15089
|
+
Parameters: {"handler_id"=>"model_handler", "id"=>"Role", "t"=>{"activerecord.attributes.role.role"=>{"da"=>"Rolle", "de"=>"Die type", "en"=>"Role"}}}
|
15090
|
+
Redirected to http://test.host/handlers/model_handler/groups/Role
|
15091
|
+
Completed 302 Found in 15ms (ActiveRecord: 0.0ms)
|
15092
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
15093
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
15094
|
+
[1m[35m (0.1ms)[0m begin transaction
|
15095
|
+
Processing by AwesomeTranslations::GroupsController#update as HTML
|
15096
|
+
Parameters: {"handler_id"=>"model_handler", "id"=>"Role", "t"=>{"activerecord.attributes.role.role"=>{"da"=>"Rolle", "de"=>"Die type", "en"=>"Role"}}}
|
15097
|
+
Redirected to http://test.host/handlers/model_handler/groups/Role
|
15098
|
+
Completed 302 Found in 17ms (ActiveRecord: 0.0ms)
|
15099
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
15100
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
15101
|
+
[1m[35m (0.1ms)[0m begin transaction
|
15102
|
+
Processing by AwesomeTranslations::GroupsController#update as HTML
|
15103
|
+
Parameters: {"handler_id"=>"model_handler", "id"=>"Role", "t"=>{"activerecord.attributes.role.role"=>{"da"=>"Rolle", "de"=>"Die type", "en"=>"Role"}}}
|
15104
|
+
Completed 500 Internal Server Error in 12ms
|
15105
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
15106
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
15107
|
+
[1m[35m (0.1ms)[0m begin transaction
|
15108
|
+
Processing by AwesomeTranslations::GroupsController#update as HTML
|
15109
|
+
Parameters: {"handler_id"=>"model_handler", "id"=>"Role", "t"=>{"activerecord.attributes.role.role"=>{"da"=>"Rolle", "de"=>"Die type", "en"=>"Role"}}}
|
15110
|
+
Redirected to http://test.host/handlers/model_handler/groups/Role
|
15111
|
+
Completed 302 Found in 16ms (ActiveRecord: 0.0ms)
|
15112
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
15113
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
15114
|
+
[1m[35m (0.1ms)[0m begin transaction
|
15115
|
+
Processing by AwesomeTranslations::GroupsController#update as HTML
|
15116
|
+
Parameters: {"handler_id"=>"model_handler", "id"=>"Role", "t"=>{"activerecord.attributes.role.role"=>{"da"=>"Rolle", "de"=>"Die type", "en"=>"Role"}}}
|
15117
|
+
Redirected to http://test.host/handlers/model_handler/groups/Role
|
15118
|
+
Completed 302 Found in 16ms (ActiveRecord: 0.0ms)
|
15119
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
15120
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
15121
|
+
[1m[35m (0.1ms)[0m begin transaction
|
15122
|
+
Processing by AwesomeTranslations::GroupsController#update as HTML
|
15123
|
+
Parameters: {"handler_id"=>"model_handler", "id"=>"Role", "t"=>{"activerecord.attributes.role.role"=>{"da"=>"Rolle", "de"=>"Die type", "en"=>"Role"}}}
|
15124
|
+
Completed 500 Internal Server Error in 12ms
|
15125
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
15126
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
15127
|
+
[1m[35m (0.1ms)[0m begin transaction
|
15128
|
+
Processing by AwesomeTranslations::GroupsController#update as HTML
|
15129
|
+
Parameters: {"handler_id"=>"model_handler", "id"=>"Role", "t"=>{"activerecord.attributes.role.role"=>{"da"=>"Rolle", "de"=>"Die type", "en"=>"Role"}}}
|
15130
|
+
Redirected to http://test.host/handlers/model_handler/groups/Role
|
15131
|
+
Completed 302 Found in 16ms (ActiveRecord: 0.0ms)
|
15132
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
15133
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
15134
|
+
[1m[35m (0.1ms)[0m begin transaction
|
15135
|
+
Processing by AwesomeTranslations::GroupsController#update as HTML
|
15136
|
+
Parameters: {"handler_id"=>"model_handler", "id"=>"Role", "t"=>{"activerecord.attributes.role.role"=>{"da"=>"Rolle", "de"=>"Die type", "en"=>"Role"}}}
|
15137
|
+
Redirected to http://test.host/handlers/model_handler/groups/Role
|
15138
|
+
Completed 302 Found in 16ms (ActiveRecord: 0.0ms)
|
15139
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
15140
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
15141
|
+
[1m[35m (0.1ms)[0m begin transaction
|
15142
|
+
Processing by AwesomeTranslations::GroupsController#update as HTML
|
15143
|
+
Parameters: {"handler_id"=>"rails_handler", "id"=>"date_time", "t"=>{"date.day_names"=>{"0"=>{"da"=>"Søndag"}, "1"=>{"da"=>"Mandag"}, "4"=>{"da"=>"Torsdag"}}}}
|
15144
|
+
Completed 500 Internal Server Error in 8ms
|
15145
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
15146
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
15147
|
+
[1m[35m (0.1ms)[0m begin transaction
|
15148
|
+
Processing by AwesomeTranslations::GroupsController#update as HTML
|
15149
|
+
Parameters: {"handler_id"=>"rails_handler", "id"=>"date_time", "t"=>{"date.day_names"=>{"0"=>{"da"=>"Søndag"}, "1"=>{"da"=>"Mandag"}, "4"=>{"da"=>"Torsdag"}}}}
|
15150
|
+
Completed 500 Internal Server Error in 6ms
|
15151
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
15152
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
15153
|
+
[1m[35m (0.1ms)[0m begin transaction
|
15154
|
+
Processing by AwesomeTranslations::GroupsController#update as HTML
|
15155
|
+
Parameters: {"handler_id"=>"rails_handler", "id"=>"date_time", "t"=>{"date.day_names"=>{"0"=>{"da"=>"Søndag"}, "1"=>{"da"=>"Mandag"}, "4"=>{"da"=>"Torsdag"}}}}
|
15156
|
+
Completed 500 Internal Server Error in 8ms
|
15157
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
15158
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
15159
|
+
[1m[35m (0.1ms)[0m begin transaction
|
15160
|
+
Processing by AwesomeTranslations::GroupsController#update as HTML
|
15161
|
+
Parameters: {"handler_id"=>"rails_handler", "id"=>"date_time", "t"=>{"date.day_names"=>{"0"=>{"da"=>"Søndag"}, "1"=>{"da"=>"Mandag"}, "4"=>{"da"=>"Torsdag"}}}}
|
15162
|
+
Completed 500 Internal Server Error in 7ms
|
15163
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
15164
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
15165
|
+
[1m[35m (0.1ms)[0m begin transaction
|
15166
|
+
Processing by AwesomeTranslations::GroupsController#update as HTML
|
15167
|
+
Parameters: {"handler_id"=>"rails_handler", "id"=>"date_time", "t"=>{"date.day_names"=>{"0"=>{"da"=>"Søndag"}, "1"=>{"da"=>"Mandag"}, "4"=>{"da"=>"Torsdag"}}}}
|
15168
|
+
Redirected to http://test.host/handlers/rails_handler/groups/date_time
|
15169
|
+
Completed 302 Found in 11ms (ActiveRecord: 0.0ms)
|
15170
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
15171
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
15172
|
+
[1m[35m (0.1ms)[0m begin transaction
|
15173
|
+
Processing by AwesomeTranslations::GroupsController#update as HTML
|
15174
|
+
Parameters: {"handler_id"=>"rails_handler", "id"=>"date_time", "t"=>{"date.day_names"=>{"0"=>{"da"=>"Søndag"}, "1"=>{"da"=>"Mandag"}, "4"=>{"da"=>"Torsdag"}}}}
|
15175
|
+
Completed 500 Internal Server Error in 6ms
|
15176
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
15177
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
15178
|
+
[1m[35m (0.1ms)[0m begin transaction
|
15179
|
+
Processing by AwesomeTranslations::GroupsController#update as HTML
|
15180
|
+
Parameters: {"handler_id"=>"rails_handler", "id"=>"date_time", "t"=>{"date.day_names"=>{"1"=>{"da"=>"Mandag"}, "4"=>{"da"=>"Torsdag"}}}}
|
15181
|
+
Redirected to http://test.host/handlers/rails_handler/groups/date_time
|
15182
|
+
Completed 302 Found in 10ms (ActiveRecord: 0.0ms)
|
15183
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
15184
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
15185
|
+
[1m[35m (0.1ms)[0m begin transaction
|
15186
|
+
Processing by AwesomeTranslations::GroupsController#update as HTML
|
15187
|
+
Parameters: {"handler_id"=>"rails_handler", "id"=>"date_time", "t"=>{"date.day_names"=>{"1"=>{"da"=>"Mandag"}, "4"=>{"da"=>"Torsdag"}}}}
|
15188
|
+
Completed 500 Internal Server Error in 7ms
|
15189
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
15190
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
15191
|
+
[1m[35m (0.1ms)[0m begin transaction
|
15192
|
+
Processing by AwesomeTranslations::GroupsController#update as HTML
|
15193
|
+
Parameters: {"handler_id"=>"model_handler", "id"=>"Role", "t"=>{"activerecord.attributes.role.role"=>{"da"=>"Rolle", "de"=>"Die type", "en"=>"Role"}}}
|
15194
|
+
Redirected to http://test.host/handlers/model_handler/groups/Role
|
15195
|
+
Completed 302 Found in 16ms (ActiveRecord: 0.0ms)
|
15196
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
15197
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
15198
|
+
[1m[35m (0.1ms)[0m begin transaction
|
15199
|
+
Processing by AwesomeTranslations::GroupsController#update as HTML
|
15200
|
+
Parameters: {"handler_id"=>"model_handler", "id"=>"Role", "t"=>{"activerecord.attributes.role.role"=>{"da"=>"Rolle", "de"=>"Die type", "en"=>"Role"}}}
|
15201
|
+
Redirected to http://test.host/handlers/model_handler/groups/Role
|
15202
|
+
Completed 302 Found in 16ms (ActiveRecord: 0.0ms)
|
15203
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
15204
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
15205
|
+
[1m[35m (0.1ms)[0m begin transaction
|
15206
|
+
Processing by AwesomeTranslations::GroupsController#update as HTML
|
15207
|
+
Parameters: {"handler_id"=>"model_handler", "id"=>"Role", "t"=>{"activerecord.attributes.role.role"=>{"da"=>"Rolle", "de"=>"Die type", "en"=>"Role"}}}
|
15208
|
+
Redirected to http://test.host/handlers/model_handler/groups/Role
|
15209
|
+
Completed 302 Found in 16ms (ActiveRecord: 0.0ms)
|
15210
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
15211
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
15212
|
+
[1m[35m (0.1ms)[0m begin transaction
|
15213
|
+
Processing by AwesomeTranslations::GroupsController#update as HTML
|
15214
|
+
Parameters: {"handler_id"=>"model_handler", "id"=>"Role", "t"=>{"activerecord.attributes.role.role"=>{"da"=>"Rolle", "de"=>"Die type", "en"=>"Role"}}}
|
15215
|
+
Redirected to http://test.host/handlers/model_handler/groups/Role
|
15216
|
+
Completed 302 Found in 16ms (ActiveRecord: 0.0ms)
|
15217
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
15218
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
15219
|
+
[1m[35m (0.1ms)[0m begin transaction
|
15220
|
+
Processing by AwesomeTranslations::GroupsController#update as HTML
|
15221
|
+
Parameters: {"handler_id"=>"rails_handler", "id"=>"date_time", "t"=>{"date.day_names"=>{"1"=>{"da"=>"Mandag"}, "4"=>{"da"=>"Torsdag"}}}}
|
15222
|
+
Redirected to http://test.host/handlers/rails_handler/groups/date_time
|
15223
|
+
Completed 302 Found in 10ms (ActiveRecord: 0.0ms)
|
15224
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
15225
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
15226
|
+
[1m[35m (0.1ms)[0m begin transaction
|
15227
|
+
Processing by AwesomeTranslations::GroupsController#update as HTML
|
15228
|
+
Parameters: {"handler_id"=>"rails_handler", "id"=>"date_time", "t"=>{"date.day_names"=>{"1"=>{"da"=>"Mandag"}, "4"=>{"da"=>"Torsdag"}}}}
|
15229
|
+
Completed 500 Internal Server Error in 7ms
|
15230
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
15231
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
15232
|
+
[1m[35m (0.1ms)[0m begin transaction
|
15233
|
+
Processing by AwesomeTranslations::GroupsController#update as HTML
|
15234
|
+
Parameters: {"handler_id"=>"model_handler", "id"=>"Role", "t"=>{"activerecord.attributes.role.role"=>{"da"=>"Rolle", "de"=>"Die type", "en"=>"Role"}}}
|
15235
|
+
Redirected to http://test.host/handlers/model_handler/groups/Role
|
15236
|
+
Completed 302 Found in 17ms (ActiveRecord: 0.0ms)
|
15237
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
15238
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
15239
|
+
[1m[35m (0.1ms)[0m begin transaction
|
15240
|
+
Processing by AwesomeTranslations::GroupsController#update as HTML
|
15241
|
+
Parameters: {"handler_id"=>"model_handler", "id"=>"Role", "t"=>{"activerecord.attributes.role.role"=>{"da"=>"Rolle", "de"=>"Die type", "en"=>"Role"}}}
|
15242
|
+
Redirected to http://test.host/handlers/model_handler/groups/Role
|
15243
|
+
Completed 302 Found in 16ms (ActiveRecord: 0.0ms)
|
15244
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
15245
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
15246
|
+
[1m[35m (0.1ms)[0m begin transaction
|
15247
|
+
Processing by AwesomeTranslations::GroupsController#update as HTML
|
15248
|
+
Parameters: {"handler_id"=>"model_handler", "id"=>"Role", "t"=>{"activerecord.attributes.role.role"=>{"da"=>"Rolle", "de"=>"Die type", "en"=>"Role"}}}
|
15249
|
+
Redirected to http://test.host/handlers/model_handler/groups/Role
|
15250
|
+
Completed 302 Found in 16ms (ActiveRecord: 0.0ms)
|
15251
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
15252
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
15253
|
+
[1m[35m (0.1ms)[0m begin transaction
|
15254
|
+
Processing by AwesomeTranslations::GroupsController#update as HTML
|
15255
|
+
Parameters: {"handler_id"=>"model_handler", "id"=>"Role", "t"=>{"activerecord.attributes.role.role"=>{"da"=>"Rolle", "de"=>"Die type", "en"=>"Role"}}}
|
15256
|
+
Redirected to http://test.host/handlers/model_handler/groups/Role
|
15257
|
+
Completed 302 Found in 16ms (ActiveRecord: 0.0ms)
|
15258
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
15259
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
15260
|
+
[1m[35m (0.1ms)[0m begin transaction
|
15261
|
+
Processing by AwesomeTranslations::GroupsController#update as HTML
|
15262
|
+
Parameters: {"handler_id"=>"rails_handler", "id"=>"date_time", "t"=>{"date.day_names"=>{"1"=>{"da"=>"Mandag"}, "4"=>{"da"=>"Torsdag"}}}}
|
15263
|
+
Redirected to http://test.host/handlers/rails_handler/groups/date_time
|
15264
|
+
Completed 302 Found in 10ms (ActiveRecord: 0.0ms)
|
15265
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
15266
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
15267
|
+
[1m[35m (0.1ms)[0m begin transaction
|
15268
|
+
Processing by AwesomeTranslations::GroupsController#update as HTML
|
15269
|
+
Parameters: {"handler_id"=>"rails_handler", "id"=>"date_time", "t"=>{"date.day_names"=>{"1"=>{"da"=>"Mandag"}, "4"=>{"da"=>"Torsdag"}}}}
|
15270
|
+
Completed 500 Internal Server Error in 7ms
|
15271
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
15272
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
15273
|
+
[1m[35m (0.1ms)[0m begin transaction
|
15274
|
+
Processing by AwesomeTranslations::GroupsController#update as HTML
|
15275
|
+
Parameters: {"handler_id"=>"rails_handler", "id"=>"date_time", "t"=>{"date.day_names"=>{"1"=>{"da"=>"Mandag"}, "4"=>{"da"=>"Torsdag"}}}}
|
15276
|
+
Redirected to http://test.host/handlers/rails_handler/groups/date_time
|
15277
|
+
Completed 302 Found in 10ms (ActiveRecord: 0.0ms)
|
15278
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
15279
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
15280
|
+
[1m[35m (0.1ms)[0m begin transaction
|
15281
|
+
Processing by AwesomeTranslations::GroupsController#update as HTML
|
15282
|
+
Parameters: {"handler_id"=>"rails_handler", "id"=>"date_time", "t"=>{"date.day_names"=>{"1"=>{"da"=>"Mandag"}, "4"=>{"da"=>"Torsdag"}}}}
|
15283
|
+
Completed 500 Internal Server Error in 7ms
|
15284
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
15285
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
15286
|
+
[1m[35m (0.1ms)[0m begin transaction
|
15287
|
+
Processing by AwesomeTranslations::GroupsController#update as HTML
|
15288
|
+
Parameters: {"handler_id"=>"rails_handler", "id"=>"date_time", "t"=>{"date.day_names"=>{"1"=>{"da"=>"Mandag"}, "4"=>{"da"=>"Torsdag"}}}}
|
15289
|
+
Redirected to http://test.host/handlers/rails_handler/groups/date_time
|
15290
|
+
Completed 302 Found in 10ms (ActiveRecord: 0.0ms)
|
15291
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
15292
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
15293
|
+
[1m[35m (0.1ms)[0m begin transaction
|
15294
|
+
Processing by AwesomeTranslations::GroupsController#update as HTML
|
15295
|
+
Parameters: {"handler_id"=>"rails_handler", "id"=>"date_time", "t"=>{"date.day_names"=>{"1"=>{"da"=>"Mandag"}, "4"=>{"da"=>"Torsdag"}}}}
|
15296
|
+
Redirected to http://test.host/handlers/rails_handler/groups/date_time
|
15297
|
+
Completed 302 Found in 11ms (ActiveRecord: 0.0ms)
|
15298
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
15299
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
15300
|
+
[1m[35m (0.1ms)[0m begin transaction
|
15301
|
+
Processing by AwesomeTranslations::GroupsController#update as HTML
|
15302
|
+
Parameters: {"handler_id"=>"rails_handler", "id"=>"date_time", "t"=>{"date.day_names"=>{"1"=>{"da"=>"Mandag"}, "4"=>{"da"=>"Torsdag"}}}}
|
15303
|
+
Redirected to http://test.host/handlers/rails_handler/groups/date_time
|
15304
|
+
Completed 302 Found in 10ms (ActiveRecord: 0.0ms)
|
15305
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
15306
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
15307
|
+
[1m[35m (0.1ms)[0m begin transaction
|
15308
|
+
Processing by AwesomeTranslations::GroupsController#update as HTML
|
15309
|
+
Parameters: {"handler_id"=>"rails_handler", "id"=>"date_time", "t"=>{"date.day_names"=>{"1"=>{"da"=>"Mandag"}, "4"=>{"da"=>"Torsdag"}}}}
|
15310
|
+
Redirected to http://test.host/handlers/rails_handler/groups/date_time
|
15311
|
+
Completed 302 Found in 10ms (ActiveRecord: 0.0ms)
|
15312
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
15313
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
15314
|
+
[1m[35m (0.1ms)[0m begin transaction
|
15315
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
15316
|
+
[1m[35m (0.0ms)[0m begin transaction
|
15317
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
15318
|
+
[1m[35mUser Exists (0.1ms)[0m SELECT 1 AS one FROM "users" WHERE "users"."email" = 'kking@kare.mil' LIMIT 1
|
15319
|
+
[1m[36mSQL (1.7ms)[0m [1mINSERT INTO "users" ("age", "email", "password") VALUES (?, ?, ?)[0m [["age", 0], ["email", "kking@kare.mil"], ["password", "lobortis ligula"]]
|
15320
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
15321
|
+
Processing by UsersController#index as HTML
|
15322
|
+
[1m[36mUser Load (0.1ms)[0m [1mSELECT "users".* FROM "users"[0m
|
15323
|
+
Rendered users/index.html.haml within layouts/application (7.4ms)
|
15324
|
+
Completed 200 OK in 126ms (Views: 125.3ms | ActiveRecord: 0.1ms)
|
15325
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
15326
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
15327
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
15328
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
15329
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
15330
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
15331
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
15332
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
15333
|
+
Processing by AwesomeTranslations::GroupsController#update as HTML
|
15334
|
+
Parameters: {"handler_id"=>"model_handler", "id"=>"Role", "t"=>{"activerecord.attributes.role.role"=>{"da"=>"Rolle", "de"=>"Die type", "en"=>"Role"}}}
|
15335
|
+
Redirected to http://test.host/handlers/model_handler/groups/Role
|
15336
|
+
Completed 302 Found in 7ms (ActiveRecord: 0.0ms)
|
15337
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
15338
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
15339
|
+
Processing by AwesomeTranslations::GroupsController#update as HTML
|
15340
|
+
Parameters: {"handler_id"=>"model_handler", "id"=>"User", "t"=>{"activerecord.attributes.user.password"=>"[FILTERED]"}}
|
15341
|
+
Redirected to http://test.host/handlers/model_handler/groups/User
|
15342
|
+
Completed 302 Found in 6ms (ActiveRecord: 0.0ms)
|
15343
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
15344
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
15345
|
+
Processing by AwesomeTranslations::GroupsController#update as HTML
|
15346
|
+
Parameters: {"handler_id"=>"rails_handler", "id"=>"date_time", "t"=>{"date.day_names"=>{"1"=>{"da"=>"Mandag"}, "4"=>{"da"=>"Torsdag"}}}}
|
15347
|
+
Redirected to http://test.host/handlers/rails_handler/groups/date_time
|
15348
|
+
Completed 302 Found in 6ms (ActiveRecord: 0.0ms)
|
15349
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
15350
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
15351
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
15352
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
15353
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
15354
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
15355
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
15356
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
15357
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
15358
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
15359
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
15360
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
15361
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
15362
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
15363
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
15364
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
15365
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
15366
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
15367
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
15368
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
15369
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
15370
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
15371
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
15372
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
15373
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
15374
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
15375
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
15376
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
15377
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
15378
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
15379
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
15380
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
15381
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
15382
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
15383
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
15384
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
15385
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
15386
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
15387
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
15388
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
15389
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
15390
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
15391
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
15392
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
15393
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
15394
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
15395
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
15396
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
15397
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
15398
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
15399
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
15400
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
15401
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
15402
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
15403
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
15404
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
15405
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
15406
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
15407
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
15408
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
15409
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
15410
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
15411
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
15412
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
15413
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
15414
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
15415
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
15416
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
15417
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
15418
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
15419
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
15420
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
15421
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
15422
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
15423
|
+
Processing by AwesomeTranslations::HandlersController#index as HTML
|
15424
|
+
Completed 200 OK in 75ms (Views: 74.9ms | ActiveRecord: 0.0ms)
|
15425
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
15426
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
15427
|
+
Processing by AwesomeTranslations::HandlersController#show as HTML
|
15428
|
+
Parameters: {"id"=>"model_handler"}
|
15429
|
+
Completed 200 OK in 12ms (Views: 11.4ms | ActiveRecord: 0.0ms)
|
15430
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
15431
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
15432
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
15433
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
15434
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
15435
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
15436
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
15437
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
15438
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
15439
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
15440
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
15441
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
15442
|
+
[1m[35m (0.1ms)[0m begin transaction
|
15443
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
15444
|
+
[1m[35m (0.0ms)[0m begin transaction
|
15445
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
15446
|
+
[1m[35m (0.0ms)[0m begin transaction
|
15447
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
15448
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
15449
|
+
[1m[35m (0.1ms)[0m begin transaction
|
15450
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
15451
|
+
[1m[35m (0.0ms)[0m begin transaction
|
15452
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
15453
|
+
[1m[35m (0.0ms)[0m begin transaction
|
15454
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
15455
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
15456
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
15457
|
+
[1m[35m (0.1ms)[0m begin transaction
|
15458
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
15459
|
+
[1m[35m (0.0ms)[0m begin transaction
|
15460
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
15461
|
+
[1m[35m (0.0ms)[0m begin transaction
|
15462
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
15463
|
+
[1m[35m (0.0ms)[0m begin transaction
|
15464
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
15465
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
15466
|
+
[1m[35m (0.1ms)[0m begin transaction
|
15467
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
15468
|
+
[1m[35m (0.0ms)[0m begin transaction
|
15469
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
15470
|
+
[1m[35m (0.0ms)[0m begin transaction
|
15471
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
15472
|
+
[1m[35m (0.0ms)[0m begin transaction
|
15473
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
15474
|
+
[1m[35m (0.0ms)[0m begin transaction
|
15475
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
15476
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
15477
|
+
[1m[35m (0.1ms)[0m begin transaction
|
15478
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
15479
|
+
[1m[35m (0.0ms)[0m begin transaction
|
15480
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
15481
|
+
[1m[35m (0.0ms)[0m begin transaction
|
15482
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
15483
|
+
[1m[35m (0.0ms)[0m begin transaction
|
15484
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
15485
|
+
[1m[35m (0.0ms)[0m begin transaction
|
15486
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
15487
|
+
[1m[35m (0.0ms)[0m begin transaction
|
15488
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
15489
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
15490
|
+
[1m[35m (0.1ms)[0m begin transaction
|
15491
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
15492
|
+
[1m[35m (0.0ms)[0m begin transaction
|
15493
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
15494
|
+
[1m[35m (0.0ms)[0m begin transaction
|
15495
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
15496
|
+
[1m[35m (0.0ms)[0m begin transaction
|
15497
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
15498
|
+
[1m[35m (0.0ms)[0m begin transaction
|
15499
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
15500
|
+
[1m[35m (0.0ms)[0m begin transaction
|
15501
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
15502
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
15503
|
+
[1m[35m (0.1ms)[0m begin transaction
|
15504
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
15505
|
+
[1m[35m (0.0ms)[0m begin transaction
|
15506
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
15507
|
+
[1m[35m (0.0ms)[0m begin transaction
|
15508
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
15509
|
+
[1m[35m (0.0ms)[0m begin transaction
|
15510
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
15511
|
+
[1m[35m (0.0ms)[0m begin transaction
|
15512
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
15513
|
+
[1m[35m (0.0ms)[0m begin transaction
|
15514
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
15515
|
+
[1m[35m (0.0ms)[0m begin transaction
|
15516
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
15517
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
15518
|
+
[1m[35m (0.1ms)[0m begin transaction
|
15519
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
15520
|
+
[1m[35m (0.0ms)[0m begin transaction
|
15521
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
15522
|
+
[1m[35m (0.0ms)[0m begin transaction
|
15523
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
15524
|
+
[1m[35m (0.0ms)[0m begin transaction
|
15525
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
15526
|
+
[1m[35m (0.0ms)[0m begin transaction
|
15527
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
15528
|
+
[1m[35m (0.0ms)[0m begin transaction
|
15529
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
15530
|
+
[1m[35m (0.0ms)[0m begin transaction
|
15531
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
15532
|
+
[1m[35m (0.0ms)[0m begin transaction
|
15533
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
15534
|
+
[1m[35m (0.0ms)[0m begin transaction
|
15535
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
15536
|
+
[1m[35m (0.0ms)[0m begin transaction
|
15537
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
15538
|
+
[1m[35m (0.0ms)[0m begin transaction
|
15539
|
+
Processing by AwesomeTranslations::HandlersController#show as HTML
|
15540
|
+
Parameters: {"id"=>"model_handler"}
|
15541
|
+
Rendered /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/handlers/show.html.haml within layouts/awesome_translations/application (17.2ms)
|
15542
|
+
Completed 200 OK in 194ms (Views: 193.9ms | ActiveRecord: 0.0ms)
|
15543
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
15544
|
+
[1m[35m (0.0ms)[0m begin transaction
|
15545
|
+
Processing by AwesomeTranslations::HandlersController#index as HTML
|
15546
|
+
Completed 200 OK in 3ms (Views: 2.7ms | ActiveRecord: 0.0ms)
|
15547
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
15548
|
+
[1m[35m (0.0ms)[0m begin transaction
|
15549
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
15550
|
+
[1m[35m (0.0ms)[0m begin transaction
|
15551
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
15552
|
+
[1m[35m (0.0ms)[0m begin transaction
|
15553
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
15554
|
+
[1m[35m (0.0ms)[0m begin transaction
|
15555
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
15556
|
+
[1m[35m (0.0ms)[0m begin transaction
|
15557
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
15558
|
+
[1m[35m (0.0ms)[0m begin transaction
|
15559
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
15560
|
+
[1m[35m (0.0ms)[0m begin transaction
|
15561
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
15562
|
+
[1m[35m (0.0ms)[0m begin transaction
|
15563
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
15564
|
+
[1m[35m (0.0ms)[0m begin transaction
|
15565
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
15566
|
+
[1m[35m (0.0ms)[0m begin transaction
|
15567
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
15568
|
+
[1m[35m (0.0ms)[0m begin transaction
|
15569
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
15570
|
+
[1m[35m (0.0ms)[0m begin transaction
|
15571
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
15572
|
+
[1m[35m (0.0ms)[0m begin transaction
|
15573
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
15574
|
+
[1m[35m (0.0ms)[0m begin transaction
|
15575
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
15576
|
+
[1m[35m (0.0ms)[0m begin transaction
|
15577
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
15578
|
+
[1m[35mUser Exists (0.1ms)[0m SELECT 1 AS one FROM "users" WHERE "users"."email" = 'ssanders@demivee.org' LIMIT 1
|
15579
|
+
[1m[36mSQL (1.2ms)[0m [1mINSERT INTO "users" ("age", "email", "password") VALUES (?, ?, ?)[0m [["age", 10], ["email", "ssanders@demivee.org"], ["password", "ipsum primis"]]
|
15580
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
15581
|
+
Processing by UsersController#index as HTML
|
15582
|
+
[1m[36mUser Load (0.1ms)[0m [1mSELECT "users".* FROM "users"[0m
|
15583
|
+
Completed 200 OK in 10ms (Views: 9.3ms | ActiveRecord: 0.1ms)
|
15584
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
15585
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
15586
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
15587
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
15588
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
15589
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
15590
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
15591
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
15592
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
15593
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
15594
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
15595
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
15596
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
15597
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
15598
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
15599
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
15600
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
15601
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
15602
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
15603
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
15604
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
15605
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
15606
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
15607
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
15608
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
15609
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
15610
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
15611
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
15612
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
15613
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
15614
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
15615
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
15616
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
15617
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
15618
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
15619
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
15620
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
15621
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
15622
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
15623
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
15624
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
15625
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
15626
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
15627
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
15628
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
15629
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
15630
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
15631
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
15632
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
15633
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
15634
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
15635
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
15636
|
+
Processing by AwesomeTranslations::GroupsController#update as HTML
|
15637
|
+
Parameters: {"handler_id"=>"model_handler", "id"=>"User", "t"=>{"activerecord.attributes.user.password"=>"[FILTERED]"}}
|
15638
|
+
Redirected to http://test.host/handlers/model_handler/groups/User
|
15639
|
+
Completed 302 Found in 3ms (ActiveRecord: 0.0ms)
|
15640
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
15641
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
15642
|
+
Processing by AwesomeTranslations::GroupsController#update as HTML
|
15643
|
+
Parameters: {"handler_id"=>"model_handler", "id"=>"Role", "t"=>{"activerecord.attributes.role.role"=>{"da"=>"Rolle", "de"=>"Die type", "en"=>"Role"}}}
|
15644
|
+
Redirected to http://test.host/handlers/model_handler/groups/Role
|
15645
|
+
Completed 302 Found in 66ms (ActiveRecord: 0.0ms)
|
15646
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
15647
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
15648
|
+
Processing by AwesomeTranslations::GroupsController#update as HTML
|
15649
|
+
Parameters: {"handler_id"=>"rails_handler", "id"=>"date_time", "t"=>{"date.day_names"=>{"1"=>{"da"=>"Mandag"}, "4"=>{"da"=>"Torsdag"}}}}
|
15650
|
+
Redirected to http://test.host/handlers/rails_handler/groups/date_time
|
15651
|
+
Completed 302 Found in 7ms (ActiveRecord: 0.0ms)
|
15652
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
15653
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
15654
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
15655
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
15656
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
15657
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
15658
|
+
[1m[35m (0.0ms)[0m rollback transaction
|