active_record_date_formatted 0.0.5 → 0.0.6
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.
- checksums.yaml +4 -4
 - data/Rakefile +3 -3
 - data/lib/active_record_date_formatted/model.rb +1 -1
 - data/lib/active_record_date_formatted/version.rb +1 -1
 - data/test/dummy/log/test.log +42 -922
 - metadata +3 -7
 - data/test/dummy/db/development.sqlite3 +0 -0
 - data/test/dummy/log/development.log +0 -31
 
    
        checksums.yaml
    CHANGED
    
    | 
         @@ -1,7 +1,7 @@ 
     | 
|
| 
       1 
1 
     | 
    
         
             
            ---
         
     | 
| 
       2 
2 
     | 
    
         
             
            SHA1:
         
     | 
| 
       3 
     | 
    
         
            -
              metadata.gz:  
     | 
| 
       4 
     | 
    
         
            -
              data.tar.gz:  
     | 
| 
      
 3 
     | 
    
         
            +
              metadata.gz: 74779fb56c06dab2e86a349c0513c45db934633e
         
     | 
| 
      
 4 
     | 
    
         
            +
              data.tar.gz: b043ec3b7d133201ed01ef8719331a51efeb691a
         
     | 
| 
       5 
5 
     | 
    
         
             
            SHA512:
         
     | 
| 
       6 
     | 
    
         
            -
              metadata.gz:  
     | 
| 
       7 
     | 
    
         
            -
              data.tar.gz:  
     | 
| 
      
 6 
     | 
    
         
            +
              metadata.gz: 3d6e5dde9de15420ad38cbb60d242a16800a9e83bd84363e0143eb8512502e111b069f4568a6a0e36378e1c64e5b46554a6da941a8c787144f6cda3a17663c97
         
     | 
| 
      
 7 
     | 
    
         
            +
              data.tar.gz: 6b3ede959bd381de1bd33e181c14e4a33f32dceae874e3774e0f3478d8b48ab4b673aa05abd47a1226d98819ba8c0c8d7dc8c42b3d1eb4ad5595c8d15efea78a
         
     | 
    
        data/Rakefile
    CHANGED
    
    | 
         @@ -8,17 +8,17 @@ Rake::TestTask.new(:test) do |t| 
     | 
|
| 
       8 
8 
     | 
    
         
             
            end
         
     | 
| 
       9 
9 
     | 
    
         | 
| 
       10 
10 
     | 
    
         
             
            desc "Bump the patch version, tag and release gem"
         
     | 
| 
       11 
     | 
    
         
            -
            task :release_patch do
         
     | 
| 
      
 11 
     | 
    
         
            +
            task :release_patch => :test do
         
     | 
| 
       12 
12 
     | 
    
         
             
              system "gem bump --version patch --tag --release"
         
     | 
| 
       13 
13 
     | 
    
         
             
            end
         
     | 
| 
       14 
14 
     | 
    
         | 
| 
       15 
15 
     | 
    
         
             
            desc "Bump the minor version, tag and release gem"
         
     | 
| 
       16 
     | 
    
         
            -
            task :release_minor do
         
     | 
| 
      
 16 
     | 
    
         
            +
            task :release_minor => :test  do
         
     | 
| 
       17 
17 
     | 
    
         
             
              system "gem bump --version minor --tag --release"
         
     | 
| 
       18 
18 
     | 
    
         
             
            end
         
     | 
| 
       19 
19 
     | 
    
         | 
| 
       20 
20 
     | 
    
         
             
            desc "Bump the major version, tag and release gem"
         
     | 
| 
       21 
     | 
    
         
            -
            task :release_major do
         
     | 
| 
      
 21 
     | 
    
         
            +
            task :release_major => :test  do
         
     | 
| 
       22 
22 
     | 
    
         
             
              system "gem bump --version major --tag --release"
         
     | 
| 
       23 
23 
     | 
    
         
             
            end
         
     | 
| 
       24 
24 
     | 
    
         | 
    
        data/test/dummy/log/test.log
    CHANGED
    
    | 
         @@ -1,972 +1,92 @@ 
     | 
|
| 
       1 
     | 
    
         
            -
              [1m[36m ( 
     | 
| 
       2 
     | 
    
         
            -
              [1m[35m ( 
     | 
| 
      
 1 
     | 
    
         
            +
              [1m[36m (1.0ms)[0m  [1mCREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "birth_date" date, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
         
     | 
| 
      
 2 
     | 
    
         
            +
              [1m[35m (0.9ms)[0m  CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
         
     | 
| 
       3 
3 
     | 
    
         
             
              [1m[36m (0.1ms)[0m  [1mselect sqlite_version(*)[0m
         
     | 
| 
       4 
     | 
    
         
            -
              [1m[35m ( 
     | 
| 
      
 4 
     | 
    
         
            +
              [1m[35m (0.7ms)[0m  CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
         
     | 
| 
       5 
5 
     | 
    
         
             
              [1m[36m (0.1ms)[0m  [1mSELECT version FROM "schema_migrations"[0m
         
     | 
| 
       6 
     | 
    
         
            -
              [1m[35m ( 
     | 
| 
      
 6 
     | 
    
         
            +
              [1m[35m (0.7ms)[0m  INSERT INTO "schema_migrations" (version) VALUES ('20150911135550')
         
     | 
| 
       7 
7 
     | 
    
         
             
              [1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m  [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
         
     | 
| 
       8 
8 
     | 
    
         
             
              [1m[35m (0.1ms)[0m  begin transaction
         
     | 
| 
       9 
     | 
    
         
            -
             
     | 
| 
       10 
     | 
    
         
            -
             
     | 
| 
       11 
     | 
    
         
            -
             
     | 
| 
       12 
     | 
    
         
            -
              [1m[36m (0.0ms)[0m  [1mrollback transaction[0m
         
     | 
| 
       13 
     | 
    
         
            -
              [1m[35m (0.0ms)[0m  begin transaction
         
     | 
| 
       14 
     | 
    
         
            -
            ---------------------------------------------
         
     | 
| 
       15 
     | 
    
         
            -
            DateFormattedTest: test_date_formatted_setter
         
     | 
| 
       16 
     | 
    
         
            -
            ---------------------------------------------
         
     | 
| 
       17 
     | 
    
         
            -
              [1m[36m (0.0ms)[0m  [1mrollback transaction[0m
         
     | 
| 
       18 
     | 
    
         
            -
              [1m[35m (0.1ms)[0m  begin transaction
         
     | 
| 
       19 
     | 
    
         
            -
            ---------------------------------------------
         
     | 
| 
       20 
     | 
    
         
            -
            DateFormattedTest: test_date_formatted_getter
         
     | 
| 
       21 
     | 
    
         
            -
            ---------------------------------------------
         
     | 
| 
       22 
     | 
    
         
            -
              [1m[36m (0.0ms)[0m  [1mrollback transaction[0m
         
     | 
| 
       23 
     | 
    
         
            -
              [1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m  [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
         
     | 
| 
       24 
     | 
    
         
            -
              [1m[35m (0.1ms)[0m  begin transaction
         
     | 
| 
       25 
     | 
    
         
            -
            ---------------------------------------------
         
     | 
| 
       26 
     | 
    
         
            -
            DateFormattedTest: test_date_formatted_setter
         
     | 
| 
       27 
     | 
    
         
            -
            ---------------------------------------------
         
     | 
| 
       28 
     | 
    
         
            -
              [1m[36m (0.0ms)[0m  [1mrollback transaction[0m
         
     | 
| 
       29 
     | 
    
         
            -
              [1m[35m (0.1ms)[0m  begin transaction
         
     | 
| 
       30 
     | 
    
         
            -
            ---------------------------------------------
         
     | 
| 
       31 
     | 
    
         
            -
            DateFormattedTest: test_date_formatted_getter
         
     | 
| 
       32 
     | 
    
         
            -
            ---------------------------------------------
         
     | 
| 
       33 
     | 
    
         
            -
              [1m[36m (0.1ms)[0m  [1mSAVEPOINT active_record_1[0m
         
     | 
| 
       34 
     | 
    
         
            -
              [1m[35mSQL (0.4ms)[0m  INSERT INTO "people" ("birth_date", "created_at", "updated_at") VALUES (?, ?, ?)  [["birth_date", "1971-02-18"], ["created_at", "2015-09-11 13:58:00.632848"], ["updated_at", "2015-09-11 13:58:00.632848"]]
         
     | 
| 
       35 
     | 
    
         
            -
              [1m[36m (0.1ms)[0m  [1mRELEASE SAVEPOINT active_record_1[0m
         
     | 
| 
       36 
     | 
    
         
            -
              [1m[35m (1.1ms)[0m  rollback transaction
         
     | 
| 
       37 
     | 
    
         
            -
              [1m[36m (0.1ms)[0m  [1mbegin transaction[0m
         
     | 
| 
       38 
     | 
    
         
            -
            -------------------------------
         
     | 
| 
       39 
     | 
    
         
            -
            DateFormattedTest: test_defined
         
     | 
| 
       40 
     | 
    
         
            -
            -------------------------------
         
     | 
| 
       41 
     | 
    
         
            -
              [1m[35m (0.0ms)[0m  rollback transaction
         
     | 
| 
       42 
     | 
    
         
            -
              [1m[36mActiveRecord::SchemaMigration Load (0.2ms)[0m  [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
         
     | 
| 
       43 
     | 
    
         
            -
              [1m[35m (0.1ms)[0m  begin transaction
         
     | 
| 
       44 
     | 
    
         
            -
            -------------------------------
         
     | 
| 
       45 
     | 
    
         
            -
            DateFormattedTest: test_defined
         
     | 
| 
       46 
     | 
    
         
            -
            -------------------------------
         
     | 
| 
       47 
     | 
    
         
            -
              [1m[36m (0.0ms)[0m  [1mrollback transaction[0m
         
     | 
| 
       48 
     | 
    
         
            -
              [1m[35m (0.0ms)[0m  begin transaction
         
     | 
| 
       49 
     | 
    
         
            -
            ---------------------------------------------
         
     | 
| 
       50 
     | 
    
         
            -
            DateFormattedTest: test_date_formatted_setter
         
     | 
| 
       51 
     | 
    
         
            -
            ---------------------------------------------
         
     | 
| 
       52 
     | 
    
         
            -
              [1m[36m (0.0ms)[0m  [1mrollback transaction[0m
         
     | 
| 
       53 
     | 
    
         
            -
              [1m[35m (0.1ms)[0m  begin transaction
         
     | 
| 
       54 
     | 
    
         
            -
            ---------------------------------------------
         
     | 
| 
       55 
     | 
    
         
            -
            DateFormattedTest: test_date_formatted_getter
         
     | 
| 
       56 
     | 
    
         
            -
            ---------------------------------------------
         
     | 
| 
       57 
     | 
    
         
            -
              [1m[36m (0.0ms)[0m  [1mSAVEPOINT active_record_1[0m
         
     | 
| 
       58 
     | 
    
         
            -
              [1m[35mSQL (0.4ms)[0m  INSERT INTO "people" ("birth_date", "created_at", "updated_at") VALUES (?, ?, ?)  [["birth_date", "1971-02-18"], ["created_at", "2015-09-11 13:58:25.638739"], ["updated_at", "2015-09-11 13:58:25.638739"]]
         
     | 
| 
       59 
     | 
    
         
            -
              [1m[36m (0.0ms)[0m  [1mRELEASE SAVEPOINT active_record_1[0m
         
     | 
| 
       60 
     | 
    
         
            -
              [1m[35mPerson Load (0.1ms)[0m  SELECT  "people".* FROM "people"  ORDER BY "people"."id" ASC LIMIT 1
         
     | 
| 
       61 
     | 
    
         
            -
              [1m[36m (1.4ms)[0m  [1mrollback transaction[0m
         
     | 
| 
       62 
     | 
    
         
            -
              [1m[36mActiveRecord::SchemaMigration Load (0.3ms)[0m  [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
         
     | 
| 
       63 
     | 
    
         
            -
              [1m[35m (0.2ms)[0m  begin transaction
         
     | 
| 
       64 
     | 
    
         
            -
            ---------------------------------------------
         
     | 
| 
       65 
     | 
    
         
            -
            DateFormattedTest: test_date_formatted_getter
         
     | 
| 
       66 
     | 
    
         
            -
            ---------------------------------------------
         
     | 
| 
       67 
     | 
    
         
            -
              [1m[36m (0.1ms)[0m  [1mSAVEPOINT active_record_1[0m
         
     | 
| 
       68 
     | 
    
         
            -
              [1m[35mSQL (0.4ms)[0m  INSERT INTO "people" ("birth_date", "created_at", "updated_at") VALUES (?, ?, ?)  [["birth_date", "1971-02-18"], ["created_at", "2015-09-11 14:02:44.339353"], ["updated_at", "2015-09-11 14:02:44.339353"]]
         
     | 
| 
       69 
     | 
    
         
            -
              [1m[36m (0.1ms)[0m  [1mRELEASE SAVEPOINT active_record_1[0m
         
     | 
| 
       70 
     | 
    
         
            -
              [1m[35mPerson Load (0.1ms)[0m  SELECT  "people".* FROM "people"  ORDER BY "people"."id" ASC LIMIT 1
         
     | 
| 
       71 
     | 
    
         
            -
              [1m[36m (1.3ms)[0m  [1mrollback transaction[0m
         
     | 
| 
       72 
     | 
    
         
            -
              [1m[35m (0.1ms)[0m  begin transaction
         
     | 
| 
       73 
     | 
    
         
            -
            ---------------------------------------------
         
     | 
| 
       74 
     | 
    
         
            -
            DateFormattedTest: test_date_formatted_setter
         
     | 
| 
       75 
     | 
    
         
            -
            ---------------------------------------------
         
     | 
| 
       76 
     | 
    
         
            -
              [1m[36m (0.0ms)[0m  [1mrollback transaction[0m
         
     | 
| 
       77 
     | 
    
         
            -
              [1m[35m (0.1ms)[0m  begin transaction
         
     | 
| 
       78 
     | 
    
         
            -
            -------------------------------
         
     | 
| 
       79 
     | 
    
         
            -
            DateFormattedTest: test_defined
         
     | 
| 
       80 
     | 
    
         
            -
            -------------------------------
         
     | 
| 
       81 
     | 
    
         
            -
              [1m[36m (0.0ms)[0m  [1mrollback transaction[0m
         
     | 
| 
       82 
     | 
    
         
            -
              [1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m  [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
         
     | 
| 
       83 
     | 
    
         
            -
              [1m[35m (0.1ms)[0m  begin transaction
         
     | 
| 
       84 
     | 
    
         
            -
            -------------------------------
         
     | 
| 
       85 
     | 
    
         
            -
            DateFormattedTest: test_defined
         
     | 
| 
       86 
     | 
    
         
            -
            -------------------------------
         
     | 
| 
       87 
     | 
    
         
            -
              [1m[36m (0.0ms)[0m  [1mrollback transaction[0m
         
     | 
| 
       88 
     | 
    
         
            -
              [1m[35m (0.0ms)[0m  begin transaction
         
     | 
| 
       89 
     | 
    
         
            -
            ---------------------------------------------
         
     | 
| 
       90 
     | 
    
         
            -
            DateFormattedTest: test_date_formatted_getter
         
     | 
| 
       91 
     | 
    
         
            -
            ---------------------------------------------
         
     | 
| 
       92 
     | 
    
         
            -
              [1m[36m (0.1ms)[0m  [1mSAVEPOINT active_record_1[0m
         
     | 
| 
       93 
     | 
    
         
            -
              [1m[35mSQL (0.5ms)[0m  INSERT INTO "people" ("birth_date", "created_at", "updated_at") VALUES (?, ?, ?)  [["birth_date", "1971-02-18"], ["created_at", "2015-09-11 14:10:30.062118"], ["updated_at", "2015-09-11 14:10:30.062118"]]
         
     | 
| 
       94 
     | 
    
         
            -
              [1m[36m (0.1ms)[0m  [1mRELEASE SAVEPOINT active_record_1[0m
         
     | 
| 
       95 
     | 
    
         
            -
              [1m[35mPerson Load (0.1ms)[0m  SELECT  "people".* FROM "people"  ORDER BY "people"."id" ASC LIMIT 1
         
     | 
| 
       96 
     | 
    
         
            -
              [1m[36m (1.4ms)[0m  [1mrollback transaction[0m
         
     | 
| 
       97 
     | 
    
         
            -
              [1m[35m (0.1ms)[0m  begin transaction
         
     | 
| 
       98 
     | 
    
         
            -
            ---------------------------------------------
         
     | 
| 
       99 
     | 
    
         
            -
            DateFormattedTest: test_date_formatted_setter
         
     | 
| 
       100 
     | 
    
         
            -
            ---------------------------------------------
         
     | 
| 
       101 
     | 
    
         
            -
              [1m[36m (0.0ms)[0m  [1mrollback transaction[0m
         
     | 
| 
       102 
     | 
    
         
            -
              [1m[36mActiveRecord::SchemaMigration Load (0.3ms)[0m  [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
         
     | 
| 
       103 
     | 
    
         
            -
              [1m[35m (0.1ms)[0m  begin transaction
         
     | 
| 
       104 
     | 
    
         
            -
            ---------------------------------------------
         
     | 
| 
       105 
     | 
    
         
            -
            DateFormattedTest: test_date_formatted_getter
         
     | 
| 
       106 
     | 
    
         
            -
            ---------------------------------------------
         
     | 
| 
       107 
     | 
    
         
            -
              [1m[36m (0.1ms)[0m  [1mSAVEPOINT active_record_1[0m
         
     | 
| 
       108 
     | 
    
         
            -
              [1m[35mSQL (0.7ms)[0m  INSERT INTO "people" ("birth_date", "created_at", "updated_at") VALUES (?, ?, ?)  [["birth_date", "1971-02-18"], ["created_at", "2015-09-11 14:10:48.289034"], ["updated_at", "2015-09-11 14:10:48.289034"]]
         
     | 
| 
       109 
     | 
    
         
            -
              [1m[36m (0.1ms)[0m  [1mRELEASE SAVEPOINT active_record_1[0m
         
     | 
| 
       110 
     | 
    
         
            -
              [1m[35mPerson Load (0.4ms)[0m  SELECT  "people".* FROM "people"  ORDER BY "people"."id" ASC LIMIT 1
         
     | 
| 
       111 
     | 
    
         
            -
              [1m[36m (1.5ms)[0m  [1mrollback transaction[0m
         
     | 
| 
       112 
     | 
    
         
            -
              [1m[35m (0.1ms)[0m  begin transaction
         
     | 
| 
       113 
     | 
    
         
            -
            ---------------------------------------------
         
     | 
| 
       114 
     | 
    
         
            -
            DateFormattedTest: test_date_formatted_setter
         
     | 
| 
       115 
     | 
    
         
            -
            ---------------------------------------------
         
     | 
| 
       116 
     | 
    
         
            -
              [1m[36m (0.0ms)[0m  [1mrollback transaction[0m
         
     | 
| 
       117 
     | 
    
         
            -
              [1m[35m (0.0ms)[0m  begin transaction
         
     | 
| 
       118 
     | 
    
         
            -
            -------------------------------
         
     | 
| 
       119 
     | 
    
         
            -
            DateFormattedTest: test_defined
         
     | 
| 
       120 
     | 
    
         
            -
            -------------------------------
         
     | 
| 
       121 
     | 
    
         
            -
              [1m[36m (0.0ms)[0m  [1mrollback transaction[0m
         
     | 
| 
       122 
     | 
    
         
            -
              [1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m  [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
         
     | 
| 
       123 
     | 
    
         
            -
              [1m[35m (0.1ms)[0m  begin transaction
         
     | 
| 
       124 
     | 
    
         
            -
            ---------------------------------------------
         
     | 
| 
       125 
     | 
    
         
            -
            DateFormattedTest: test_date_formatted_getter
         
     | 
| 
       126 
     | 
    
         
            -
            ---------------------------------------------
         
     | 
| 
       127 
     | 
    
         
            -
              [1m[36m (0.1ms)[0m  [1mSAVEPOINT active_record_1[0m
         
     | 
| 
       128 
     | 
    
         
            -
              [1m[35mSQL (0.4ms)[0m  INSERT INTO "people" ("birth_date", "created_at", "updated_at") VALUES (?, ?, ?)  [["birth_date", "1971-02-18"], ["created_at", "2015-09-11 14:13:19.876257"], ["updated_at", "2015-09-11 14:13:19.876257"]]
         
     | 
| 
       129 
     | 
    
         
            -
              [1m[36m (0.0ms)[0m  [1mRELEASE SAVEPOINT active_record_1[0m
         
     | 
| 
       130 
     | 
    
         
            -
              [1m[35mPerson Load (0.1ms)[0m  SELECT  "people".* FROM "people"  ORDER BY "people"."id" ASC LIMIT 1
         
     | 
| 
       131 
     | 
    
         
            -
              [1m[36m (1.4ms)[0m  [1mrollback transaction[0m
         
     | 
| 
       132 
     | 
    
         
            -
              [1m[35m (0.1ms)[0m  begin transaction
         
     | 
| 
       133 
     | 
    
         
            -
            ---------------------------------------------
         
     | 
| 
       134 
     | 
    
         
            -
            DateFormattedTest: test_date_formatted_setter
         
     | 
| 
       135 
     | 
    
         
            -
            ---------------------------------------------
         
     | 
| 
       136 
     | 
    
         
            -
              [1m[36m (0.0ms)[0m  [1mrollback transaction[0m
         
     | 
| 
       137 
     | 
    
         
            -
              [1m[35m (0.0ms)[0m  begin transaction
         
     | 
| 
       138 
     | 
    
         
            -
            -------------------------------
         
     | 
| 
       139 
     | 
    
         
            -
            DateFormattedTest: test_defined
         
     | 
| 
       140 
     | 
    
         
            -
            -------------------------------
         
     | 
| 
       141 
     | 
    
         
            -
              [1m[36m (0.0ms)[0m  [1mrollback transaction[0m
         
     | 
| 
       142 
     | 
    
         
            -
              [1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m  [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
         
     | 
| 
       143 
     | 
    
         
            -
              [1m[35m (0.2ms)[0m  begin transaction
         
     | 
| 
       144 
     | 
    
         
            -
            ---------------------------------------------
         
     | 
| 
       145 
     | 
    
         
            -
            DateFormattedTest: test_date_formatted_setter
         
     | 
| 
       146 
     | 
    
         
            -
            ---------------------------------------------
         
     | 
| 
       147 
     | 
    
         
            -
              [1m[36m (0.1ms)[0m  [1mrollback transaction[0m
         
     | 
| 
       148 
     | 
    
         
            -
              [1m[35m (0.1ms)[0m  begin transaction
         
     | 
| 
       149 
     | 
    
         
            -
            ---------------------------------------------
         
     | 
| 
       150 
     | 
    
         
            -
            DateFormattedTest: test_date_formatted_getter
         
     | 
| 
       151 
     | 
    
         
            -
            ---------------------------------------------
         
     | 
| 
       152 
     | 
    
         
            -
              [1m[36m (0.1ms)[0m  [1mrollback transaction[0m
         
     | 
| 
       153 
     | 
    
         
            -
              [1m[35m (0.0ms)[0m  begin transaction
         
     | 
| 
       154 
     | 
    
         
            -
            -------------------------------
         
     | 
| 
       155 
     | 
    
         
            -
            DateFormattedTest: test_defined
         
     | 
| 
       156 
     | 
    
         
            -
            -------------------------------
         
     | 
| 
       157 
     | 
    
         
            -
              [1m[36m (0.0ms)[0m  [1mrollback transaction[0m
         
     | 
| 
       158 
     | 
    
         
            -
              [1m[36mActiveRecord::SchemaMigration Load (0.2ms)[0m  [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
         
     | 
| 
       159 
     | 
    
         
            -
              [1m[35m (0.1ms)[0m  begin transaction
         
     | 
| 
       160 
     | 
    
         
            -
            ---------------------------------------------
         
     | 
| 
       161 
     | 
    
         
            -
            DateFormattedTest: test_date_formatted_getter
         
     | 
| 
       162 
     | 
    
         
            -
            ---------------------------------------------
         
     | 
| 
       163 
     | 
    
         
            -
              [1m[36m (0.1ms)[0m  [1mrollback transaction[0m
         
     | 
| 
       164 
     | 
    
         
            -
              [1m[35m (0.0ms)[0m  begin transaction
         
     | 
| 
       165 
     | 
    
         
            -
            ---------------------------------------------
         
     | 
| 
       166 
     | 
    
         
            -
            DateFormattedTest: test_date_formatted_setter
         
     | 
| 
       167 
     | 
    
         
            -
            ---------------------------------------------
         
     | 
| 
       168 
     | 
    
         
            -
              [1m[36m (0.0ms)[0m  [1mrollback transaction[0m
         
     | 
| 
       169 
     | 
    
         
            -
              [1m[35m (0.1ms)[0m  begin transaction
         
     | 
| 
       170 
     | 
    
         
            -
            -------------------------------
         
     | 
| 
       171 
     | 
    
         
            -
            DateFormattedTest: test_defined
         
     | 
| 
       172 
     | 
    
         
            -
            -------------------------------
         
     | 
| 
       173 
     | 
    
         
            -
              [1m[36m (0.0ms)[0m  [1mrollback transaction[0m
         
     | 
| 
       174 
     | 
    
         
            -
              [1m[36mActiveRecord::SchemaMigration Load (0.3ms)[0m  [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
         
     | 
| 
       175 
     | 
    
         
            -
              [1m[35m (0.1ms)[0m  begin transaction
         
     | 
| 
       176 
     | 
    
         
            -
            ---------------------------------------------
         
     | 
| 
       177 
     | 
    
         
            -
            DateFormattedTest: test_date_formatted_setter
         
     | 
| 
       178 
     | 
    
         
            -
            ---------------------------------------------
         
     | 
| 
       179 
     | 
    
         
            -
              [1m[36m (0.0ms)[0m  [1mrollback transaction[0m
         
     | 
| 
       180 
     | 
    
         
            -
              [1m[35m (0.1ms)[0m  begin transaction
         
     | 
| 
       181 
     | 
    
         
            -
            -------------------------------
         
     | 
| 
       182 
     | 
    
         
            -
            DateFormattedTest: test_defined
         
     | 
| 
       183 
     | 
    
         
            -
            -------------------------------
         
     | 
| 
       184 
     | 
    
         
            -
              [1m[36m (0.0ms)[0m  [1mrollback transaction[0m
         
     | 
| 
       185 
     | 
    
         
            -
              [1m[35m (0.0ms)[0m  begin transaction
         
     | 
| 
       186 
     | 
    
         
            -
            ---------------------------------------------
         
     | 
| 
       187 
     | 
    
         
            -
            DateFormattedTest: test_date_formatted_getter
         
     | 
| 
       188 
     | 
    
         
            -
            ---------------------------------------------
         
     | 
| 
       189 
     | 
    
         
            -
              [1m[36m (0.1ms)[0m  [1mrollback transaction[0m
         
     | 
| 
       190 
     | 
    
         
            -
              [1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m  [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
         
     | 
| 
       191 
     | 
    
         
            -
              [1m[35m (0.1ms)[0m  begin transaction
         
     | 
| 
       192 
     | 
    
         
            -
            ---------------------------------------------
         
     | 
| 
       193 
     | 
    
         
            -
            DateFormattedTest: test_date_formatted_getter
         
     | 
| 
       194 
     | 
    
         
            -
            ---------------------------------------------
         
     | 
| 
       195 
     | 
    
         
            -
              [1m[36m (0.1ms)[0m  [1mSAVEPOINT active_record_1[0m
         
     | 
| 
       196 
     | 
    
         
            -
              [1m[35mSQL (0.4ms)[0m  INSERT INTO "people" ("birth_date", "created_at", "updated_at") VALUES (?, ?, ?)  [["birth_date", "1971-02-18"], ["created_at", "2015-09-11 14:22:27.514492"], ["updated_at", "2015-09-11 14:22:27.514492"]]
         
     | 
| 
       197 
     | 
    
         
            -
              [1m[36m (0.0ms)[0m  [1mRELEASE SAVEPOINT active_record_1[0m
         
     | 
| 
       198 
     | 
    
         
            -
              [1m[35mPerson Load (0.1ms)[0m  SELECT  "people".* FROM "people"  ORDER BY "people"."id" ASC LIMIT 1
         
     | 
| 
       199 
     | 
    
         
            -
              [1m[36m (1.3ms)[0m  [1mrollback transaction[0m
         
     | 
| 
       200 
     | 
    
         
            -
              [1m[35m (0.1ms)[0m  begin transaction
         
     | 
| 
       201 
     | 
    
         
            -
            ---------------------------------------------
         
     | 
| 
       202 
     | 
    
         
            -
            DateFormattedTest: test_date_formatted_setter
         
     | 
| 
       203 
     | 
    
         
            -
            ---------------------------------------------
         
     | 
| 
       204 
     | 
    
         
            -
              [1m[36m (0.0ms)[0m  [1mrollback transaction[0m
         
     | 
| 
       205 
     | 
    
         
            -
              [1m[35m (0.1ms)[0m  begin transaction
         
     | 
| 
       206 
     | 
    
         
            -
            -------------------------------
         
     | 
| 
       207 
     | 
    
         
            -
            DateFormattedTest: test_defined
         
     | 
| 
       208 
     | 
    
         
            -
            -------------------------------
         
     | 
| 
       209 
     | 
    
         
            -
              [1m[36m (0.0ms)[0m  [1mrollback transaction[0m
         
     | 
| 
       210 
     | 
    
         
            -
              [1m[36mActiveRecord::SchemaMigration Load (0.2ms)[0m  [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
         
     | 
| 
       211 
     | 
    
         
            -
              [1m[35m (0.1ms)[0m  begin transaction
         
     | 
| 
       212 
     | 
    
         
            -
            ---------------------------------------------
         
     | 
| 
       213 
     | 
    
         
            -
            DateFormattedTest: test_date_formatted_getter
         
     | 
| 
       214 
     | 
    
         
            -
            ---------------------------------------------
         
     | 
| 
       215 
     | 
    
         
            -
              [1m[36m (0.1ms)[0m  [1mSAVEPOINT active_record_1[0m
         
     | 
| 
       216 
     | 
    
         
            -
              [1m[35mSQL (0.4ms)[0m  INSERT INTO "people" ("birth_date", "created_at", "updated_at") VALUES (?, ?, ?)  [["birth_date", "1971-02-18"], ["created_at", "2015-09-11 14:23:59.716864"], ["updated_at", "2015-09-11 14:23:59.716864"]]
         
     | 
| 
       217 
     | 
    
         
            -
              [1m[36m (0.0ms)[0m  [1mRELEASE SAVEPOINT active_record_1[0m
         
     | 
| 
       218 
     | 
    
         
            -
              [1m[35mPerson Load (0.1ms)[0m  SELECT  "people".* FROM "people"  ORDER BY "people"."id" ASC LIMIT 1
         
     | 
| 
       219 
     | 
    
         
            -
              [1m[36m (1.3ms)[0m  [1mrollback transaction[0m
         
     | 
| 
       220 
     | 
    
         
            -
              [1m[35m (0.1ms)[0m  begin transaction
         
     | 
| 
       221 
     | 
    
         
            -
            -------------------------------
         
     | 
| 
       222 
     | 
    
         
            -
            DateFormattedTest: test_defined
         
     | 
| 
       223 
     | 
    
         
            -
            -------------------------------
         
     | 
| 
       224 
     | 
    
         
            -
              [1m[36m (0.0ms)[0m  [1mrollback transaction[0m
         
     | 
| 
       225 
     | 
    
         
            -
              [1m[35m (0.1ms)[0m  begin transaction
         
     | 
| 
       226 
     | 
    
         
            -
            ---------------------------------------------
         
     | 
| 
       227 
     | 
    
         
            -
            DateFormattedTest: test_date_formatted_setter
         
     | 
| 
       228 
     | 
    
         
            -
            ---------------------------------------------
         
     | 
| 
       229 
     | 
    
         
            -
              [1m[36m (0.3ms)[0m  [1mrollback transaction[0m
         
     | 
| 
       230 
     | 
    
         
            -
              [1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m  [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
         
     | 
| 
       231 
     | 
    
         
            -
              [1m[35m (0.1ms)[0m  begin transaction
         
     | 
| 
       232 
     | 
    
         
            -
            ---------------------------------------------
         
     | 
| 
       233 
     | 
    
         
            -
            DateFormattedTest: test_date_formatted_getter
         
     | 
| 
       234 
     | 
    
         
            -
            ---------------------------------------------
         
     | 
| 
       235 
     | 
    
         
            -
              [1m[36m (0.0ms)[0m  [1mSAVEPOINT active_record_1[0m
         
     | 
| 
       236 
     | 
    
         
            -
              [1m[35mSQL (0.6ms)[0m  INSERT INTO "people" ("birth_date", "created_at", "updated_at") VALUES (?, ?, ?)  [["birth_date", "1971-02-18"], ["created_at", "2015-09-11 14:27:03.147912"], ["updated_at", "2015-09-11 14:27:03.147912"]]
         
     | 
| 
       237 
     | 
    
         
            -
              [1m[36m (0.2ms)[0m  [1mRELEASE SAVEPOINT active_record_1[0m
         
     | 
| 
       238 
     | 
    
         
            -
              [1m[35mPerson Load (0.1ms)[0m  SELECT  "people".* FROM "people"  ORDER BY "people"."id" ASC LIMIT 1
         
     | 
| 
       239 
     | 
    
         
            -
              [1m[36m (1.3ms)[0m  [1mrollback transaction[0m
         
     | 
| 
       240 
     | 
    
         
            -
              [1m[35m (0.1ms)[0m  begin transaction
         
     | 
| 
       241 
     | 
    
         
            -
            ----------------------------------------------------
         
     | 
| 
       242 
     | 
    
         
            -
            DateFormattedTest: test_date_formatted_getter_german
         
     | 
| 
       243 
     | 
    
         
            -
            ----------------------------------------------------
         
     | 
| 
       244 
     | 
    
         
            -
              [1m[36m (0.0ms)[0m  [1mSAVEPOINT active_record_1[0m
         
     | 
| 
       245 
     | 
    
         
            -
              [1m[35mSQL (0.4ms)[0m  INSERT INTO "people" ("birth_date", "created_at", "updated_at") VALUES (?, ?, ?)  [["birth_date", "1971-02-18"], ["created_at", "2015-09-11 14:27:03.160758"], ["updated_at", "2015-09-11 14:27:03.160758"]]
         
     | 
| 
       246 
     | 
    
         
            -
              [1m[36m (0.1ms)[0m  [1mRELEASE SAVEPOINT active_record_1[0m
         
     | 
| 
       247 
     | 
    
         
            -
              [1m[35mPerson Load (0.1ms)[0m  SELECT  "people".* FROM "people"  ORDER BY "people"."id" ASC LIMIT 1
         
     | 
| 
       248 
     | 
    
         
            -
              [1m[36m (1.0ms)[0m  [1mrollback transaction[0m
         
     | 
| 
       249 
     | 
    
         
            -
              [1m[35m (0.5ms)[0m  begin transaction
         
     | 
| 
       250 
     | 
    
         
            -
            ---------------------------------------------
         
     | 
| 
       251 
     | 
    
         
            -
            DateFormattedTest: test_date_formatted_setter
         
     | 
| 
       252 
     | 
    
         
            -
            ---------------------------------------------
         
     | 
| 
       253 
     | 
    
         
            -
              [1m[36m (0.1ms)[0m  [1mrollback transaction[0m
         
     | 
| 
       254 
     | 
    
         
            -
              [1m[35m (0.0ms)[0m  begin transaction
         
     | 
| 
       255 
     | 
    
         
            -
            -------------------------------
         
     | 
| 
       256 
     | 
    
         
            -
            DateFormattedTest: test_defined
         
     | 
| 
       257 
     | 
    
         
            -
            -------------------------------
         
     | 
| 
       258 
     | 
    
         
            -
              [1m[36m (0.0ms)[0m  [1mrollback transaction[0m
         
     | 
| 
       259 
     | 
    
         
            -
              [1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m  [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
         
     | 
| 
       260 
     | 
    
         
            -
              [1m[35m (0.1ms)[0m  begin transaction
         
     | 
| 
       261 
     | 
    
         
            -
            ---------------------------------------------
         
     | 
| 
       262 
     | 
    
         
            -
            DateFormattedTest: test_date_formatted_setter
         
     | 
| 
       263 
     | 
    
         
            -
            ---------------------------------------------
         
     | 
| 
       264 
     | 
    
         
            -
              [1m[36m (0.1ms)[0m  [1mrollback transaction[0m
         
     | 
| 
       265 
     | 
    
         
            -
              [1m[35m (0.1ms)[0m  begin transaction
         
     | 
| 
       266 
     | 
    
         
            -
            -------------------------------
         
     | 
| 
       267 
     | 
    
         
            -
            DateFormattedTest: test_defined
         
     | 
| 
       268 
     | 
    
         
            -
            -------------------------------
         
     | 
| 
       269 
     | 
    
         
            -
              [1m[36m (0.0ms)[0m  [1mrollback transaction[0m
         
     | 
| 
       270 
     | 
    
         
            -
              [1m[35m (0.0ms)[0m  begin transaction
         
     | 
| 
       271 
     | 
    
         
            -
            ----------------------------------------------------
         
     | 
| 
       272 
     | 
    
         
            -
            DateFormattedTest: test_date_formatted_getter_german
         
     | 
| 
       273 
     | 
    
         
            -
            ----------------------------------------------------
         
     | 
| 
       274 
     | 
    
         
            -
              [1m[36m (0.1ms)[0m  [1mSAVEPOINT active_record_1[0m
         
     | 
| 
       275 
     | 
    
         
            -
              [1m[35mSQL (0.4ms)[0m  INSERT INTO "people" ("birth_date", "created_at", "updated_at") VALUES (?, ?, ?)  [["birth_date", "1971-02-18"], ["created_at", "2015-09-11 14:27:42.100399"], ["updated_at", "2015-09-11 14:27:42.100399"]]
         
     | 
| 
       276 
     | 
    
         
            -
              [1m[36m (0.0ms)[0m  [1mRELEASE SAVEPOINT active_record_1[0m
         
     | 
| 
       277 
     | 
    
         
            -
              [1m[35mPerson Load (0.1ms)[0m  SELECT  "people".* FROM "people"  ORDER BY "people"."id" ASC LIMIT 1
         
     | 
| 
       278 
     | 
    
         
            -
              [1m[36m (1.0ms)[0m  [1mrollback transaction[0m
         
     | 
| 
       279 
     | 
    
         
            -
              [1m[35m (0.1ms)[0m  begin transaction
         
     | 
| 
       280 
     | 
    
         
            -
            ---------------------------------------------
         
     | 
| 
       281 
     | 
    
         
            -
            DateFormattedTest: test_date_formatted_getter
         
     | 
| 
       282 
     | 
    
         
            -
            ---------------------------------------------
         
     | 
| 
       283 
     | 
    
         
            -
              [1m[36m (0.0ms)[0m  [1mSAVEPOINT active_record_1[0m
         
     | 
| 
       284 
     | 
    
         
            -
              [1m[35mSQL (0.3ms)[0m  INSERT INTO "people" ("birth_date", "created_at", "updated_at") VALUES (?, ?, ?)  [["birth_date", "1971-02-18"], ["created_at", "2015-09-11 14:27:42.121625"], ["updated_at", "2015-09-11 14:27:42.121625"]]
         
     | 
| 
       285 
     | 
    
         
            -
              [1m[36m (0.0ms)[0m  [1mRELEASE SAVEPOINT active_record_1[0m
         
     | 
| 
       286 
     | 
    
         
            -
              [1m[35mPerson Load (0.1ms)[0m  SELECT  "people".* FROM "people"  ORDER BY "people"."id" ASC LIMIT 1
         
     | 
| 
       287 
     | 
    
         
            -
              [1m[36m (0.9ms)[0m  [1mrollback transaction[0m
         
     | 
| 
       288 
     | 
    
         
            -
              [1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m  [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
         
     | 
| 
       289 
     | 
    
         
            -
              [1m[35m (0.1ms)[0m  begin transaction
         
     | 
| 
       290 
     | 
    
         
            -
            ---------------------------------------------
         
     | 
| 
       291 
     | 
    
         
            -
            DateFormattedTest: test_date_formatted_getter
         
     | 
| 
       292 
     | 
    
         
            -
            ---------------------------------------------
         
     | 
| 
       293 
     | 
    
         
            -
              [1m[36m (0.1ms)[0m  [1mSAVEPOINT active_record_1[0m
         
     | 
| 
       294 
     | 
    
         
            -
              [1m[35mSQL (0.4ms)[0m  INSERT INTO "people" ("birth_date", "created_at", "updated_at") VALUES (?, ?, ?)  [["birth_date", "1971-02-18"], ["created_at", "2015-09-11 14:28:00.470455"], ["updated_at", "2015-09-11 14:28:00.470455"]]
         
     | 
| 
       295 
     | 
    
         
            -
              [1m[36m (0.1ms)[0m  [1mRELEASE SAVEPOINT active_record_1[0m
         
     | 
| 
       296 
     | 
    
         
            -
              [1m[35mPerson Load (0.1ms)[0m  SELECT  "people".* FROM "people"  ORDER BY "people"."id" ASC LIMIT 1
         
     | 
| 
       297 
     | 
    
         
            -
              [1m[36m (1.6ms)[0m  [1mrollback transaction[0m
         
     | 
| 
       298 
     | 
    
         
            -
              [1m[35m (0.1ms)[0m  begin transaction
         
     | 
| 
       299 
     | 
    
         
            -
            ----------------------------------------------------
         
     | 
| 
       300 
     | 
    
         
            -
            DateFormattedTest: test_date_formatted_getter_german
         
     | 
| 
       301 
     | 
    
         
            -
            ----------------------------------------------------
         
     | 
| 
       302 
     | 
    
         
            -
              [1m[36m (0.0ms)[0m  [1mSAVEPOINT active_record_1[0m
         
     | 
| 
       303 
     | 
    
         
            -
              [1m[35mSQL (0.5ms)[0m  INSERT INTO "people" ("birth_date", "created_at", "updated_at") VALUES (?, ?, ?)  [["birth_date", "1971-02-18"], ["created_at", "2015-09-11 14:28:00.481127"], ["updated_at", "2015-09-11 14:28:00.481127"]]
         
     | 
| 
       304 
     | 
    
         
            -
              [1m[36m (0.4ms)[0m  [1mRELEASE SAVEPOINT active_record_1[0m
         
     | 
| 
       305 
     | 
    
         
            -
              [1m[35mPerson Load (0.1ms)[0m  SELECT  "people".* FROM "people"  ORDER BY "people"."id" ASC LIMIT 1
         
     | 
| 
       306 
     | 
    
         
            -
              [1m[36m (1.6ms)[0m  [1mrollback transaction[0m
         
     | 
| 
       307 
     | 
    
         
            -
              [1m[35m (0.1ms)[0m  begin transaction
         
     | 
| 
       308 
     | 
    
         
            -
            -------------------------------
         
     | 
| 
       309 
     | 
    
         
            -
            DateFormattedTest: test_defined
         
     | 
| 
       310 
     | 
    
         
            -
            -------------------------------
         
     | 
| 
       311 
     | 
    
         
            -
              [1m[36m (0.0ms)[0m  [1mrollback transaction[0m
         
     | 
| 
       312 
     | 
    
         
            -
              [1m[35m (0.0ms)[0m  begin transaction
         
     | 
| 
       313 
     | 
    
         
            -
            ---------------------------------------------
         
     | 
| 
       314 
     | 
    
         
            -
            DateFormattedTest: test_date_formatted_setter
         
     | 
| 
       315 
     | 
    
         
            -
            ---------------------------------------------
         
     | 
| 
       316 
     | 
    
         
            -
              [1m[36m (0.0ms)[0m  [1mrollback transaction[0m
         
     | 
| 
       317 
     | 
    
         
            -
              [1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m  [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
         
     | 
| 
       318 
     | 
    
         
            -
              [1m[35m (0.1ms)[0m  begin transaction
         
     | 
| 
       319 
     | 
    
         
            -
            -------------------------------
         
     | 
| 
       320 
     | 
    
         
            -
            DateFormattedTest: test_defined
         
     | 
| 
       321 
     | 
    
         
            -
            -------------------------------
         
     | 
| 
       322 
     | 
    
         
            -
              [1m[36m (0.0ms)[0m  [1mrollback transaction[0m
         
     | 
| 
       323 
     | 
    
         
            -
              [1m[35m (0.1ms)[0m  begin transaction
         
     | 
| 
       324 
     | 
    
         
            -
            ----------------------------------------------------
         
     | 
| 
       325 
     | 
    
         
            -
            DateFormattedTest: test_date_formatted_getter_german
         
     | 
| 
       326 
     | 
    
         
            -
            ----------------------------------------------------
         
     | 
| 
       327 
     | 
    
         
            -
              [1m[36m (0.1ms)[0m  [1mSAVEPOINT active_record_1[0m
         
     | 
| 
       328 
     | 
    
         
            -
              [1m[35mSQL (0.6ms)[0m  INSERT INTO "people" ("birth_date", "created_at", "updated_at") VALUES (?, ?, ?)  [["birth_date", "1971-02-18"], ["created_at", "2015-09-11 14:28:18.484623"], ["updated_at", "2015-09-11 14:28:18.484623"]]
         
     | 
| 
       329 
     | 
    
         
            -
              [1m[36m (0.1ms)[0m  [1mRELEASE SAVEPOINT active_record_1[0m
         
     | 
| 
       330 
     | 
    
         
            -
              [1m[35mPerson Load (0.1ms)[0m  SELECT  "people".* FROM "people"  ORDER BY "people"."id" ASC LIMIT 1
         
     | 
| 
       331 
     | 
    
         
            -
              [1m[36m (1.4ms)[0m  [1mrollback transaction[0m
         
     | 
| 
       332 
     | 
    
         
            -
              [1m[35m (0.1ms)[0m  begin transaction
         
     | 
| 
       333 
     | 
    
         
            -
            ---------------------------------------------
         
     | 
| 
       334 
     | 
    
         
            -
            DateFormattedTest: test_date_formatted_setter
         
     | 
| 
       335 
     | 
    
         
            -
            ---------------------------------------------
         
     | 
| 
       336 
     | 
    
         
            -
              [1m[36m (0.0ms)[0m  [1mrollback transaction[0m
         
     | 
| 
       337 
     | 
    
         
            -
              [1m[35m (0.1ms)[0m  begin transaction
         
     | 
| 
       338 
     | 
    
         
            -
            ---------------------------------------------
         
     | 
| 
       339 
     | 
    
         
            -
            DateFormattedTest: test_date_formatted_getter
         
     | 
| 
       340 
     | 
    
         
            -
            ---------------------------------------------
         
     | 
| 
       341 
     | 
    
         
            -
              [1m[36m (0.0ms)[0m  [1mSAVEPOINT active_record_1[0m
         
     | 
| 
       342 
     | 
    
         
            -
              [1m[35mSQL (0.4ms)[0m  INSERT INTO "people" ("birth_date", "created_at", "updated_at") VALUES (?, ?, ?)  [["birth_date", "1971-02-18"], ["created_at", "2015-09-11 14:28:18.497782"], ["updated_at", "2015-09-11 14:28:18.497782"]]
         
     | 
| 
       343 
     | 
    
         
            -
              [1m[36m (0.2ms)[0m  [1mRELEASE SAVEPOINT active_record_1[0m
         
     | 
| 
       344 
     | 
    
         
            -
              [1m[35mPerson Load (0.4ms)[0m  SELECT  "people".* FROM "people"  ORDER BY "people"."id" ASC LIMIT 1
         
     | 
| 
       345 
     | 
    
         
            -
              [1m[36m (1.4ms)[0m  [1mrollback transaction[0m
         
     | 
| 
       346 
     | 
    
         
            -
              [1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m  [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
         
     | 
| 
       347 
     | 
    
         
            -
              [1m[35m (0.1ms)[0m  begin transaction
         
     | 
| 
       348 
     | 
    
         
            -
            ---------------------------------------------
         
     | 
| 
       349 
     | 
    
         
            -
            DateFormattedTest: test_date_formatted_getter
         
     | 
| 
       350 
     | 
    
         
            -
            ---------------------------------------------
         
     | 
| 
       351 
     | 
    
         
            -
              [1m[36m (0.1ms)[0m  [1mSAVEPOINT active_record_1[0m
         
     | 
| 
       352 
     | 
    
         
            -
              [1m[35mSQL (1.1ms)[0m  INSERT INTO "people" ("birth_date", "created_at", "updated_at") VALUES (?, ?, ?)  [["birth_date", "1971-02-18"], ["created_at", "2015-09-11 14:28:32.756218"], ["updated_at", "2015-09-11 14:28:32.756218"]]
         
     | 
| 
       353 
     | 
    
         
            -
              [1m[36m (0.1ms)[0m  [1mRELEASE SAVEPOINT active_record_1[0m
         
     | 
| 
       354 
     | 
    
         
            -
              [1m[35mPerson Load (0.1ms)[0m  SELECT  "people".* FROM "people"  ORDER BY "people"."id" ASC LIMIT 1
         
     | 
| 
       355 
     | 
    
         
            -
              [1m[36m (1.5ms)[0m  [1mrollback transaction[0m
         
     | 
| 
       356 
     | 
    
         
            -
              [1m[35m (0.1ms)[0m  begin transaction
         
     | 
| 
       357 
     | 
    
         
            -
            ---------------------------------------------
         
     | 
| 
       358 
     | 
    
         
            -
            DateFormattedTest: test_date_formatted_setter
         
     | 
| 
       359 
     | 
    
         
            -
            ---------------------------------------------
         
     | 
| 
       360 
     | 
    
         
            -
              [1m[36m (0.0ms)[0m  [1mrollback transaction[0m
         
     | 
| 
       361 
     | 
    
         
            -
              [1m[35m (0.1ms)[0m  begin transaction
         
     | 
| 
       362 
     | 
    
         
            -
            ----------------------------------------------------
         
     | 
| 
       363 
     | 
    
         
            -
            DateFormattedTest: test_date_formatted_getter_german
         
     | 
| 
       364 
     | 
    
         
            -
            ----------------------------------------------------
         
     | 
| 
       365 
     | 
    
         
            -
              [1m[36m (0.0ms)[0m  [1mSAVEPOINT active_record_1[0m
         
     | 
| 
       366 
     | 
    
         
            -
              [1m[35mSQL (0.4ms)[0m  INSERT INTO "people" ("birth_date", "created_at", "updated_at") VALUES (?, ?, ?)  [["birth_date", "1971-02-18"], ["created_at", "2015-09-11 14:28:32.768272"], ["updated_at", "2015-09-11 14:28:32.768272"]]
         
     | 
| 
       367 
     | 
    
         
            -
              [1m[36m (0.1ms)[0m  [1mRELEASE SAVEPOINT active_record_1[0m
         
     | 
| 
       368 
     | 
    
         
            -
              [1m[35mPerson Load (0.1ms)[0m  SELECT  "people".* FROM "people"  ORDER BY "people"."id" ASC LIMIT 1
         
     | 
| 
       369 
     | 
    
         
            -
              [1m[36m (1.4ms)[0m  [1mrollback transaction[0m
         
     | 
| 
       370 
     | 
    
         
            -
              [1m[35m (0.1ms)[0m  begin transaction
         
     | 
| 
       371 
     | 
    
         
            -
            -------------------------------
         
     | 
| 
       372 
     | 
    
         
            -
            DateFormattedTest: test_defined
         
     | 
| 
       373 
     | 
    
         
            -
            -------------------------------
         
     | 
| 
       374 
     | 
    
         
            -
              [1m[36m (0.0ms)[0m  [1mrollback transaction[0m
         
     | 
| 
       375 
     | 
    
         
            -
              [1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m  [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
         
     | 
| 
       376 
     | 
    
         
            -
              [1m[35m (0.1ms)[0m  begin transaction
         
     | 
| 
       377 
     | 
    
         
            -
            ---------------------------------------------
         
     | 
| 
       378 
     | 
    
         
            -
            DateFormattedTest: test_date_formatted_getter
         
     | 
| 
       379 
     | 
    
         
            -
            ---------------------------------------------
         
     | 
| 
       380 
     | 
    
         
            -
              [1m[36m (0.1ms)[0m  [1mSAVEPOINT active_record_1[0m
         
     | 
| 
       381 
     | 
    
         
            -
              [1m[35mSQL (0.5ms)[0m  INSERT INTO "people" ("birth_date", "created_at", "updated_at") VALUES (?, ?, ?)  [["birth_date", "1971-02-18"], ["created_at", "2015-09-11 14:30:30.978058"], ["updated_at", "2015-09-11 14:30:30.978058"]]
         
     | 
| 
       382 
     | 
    
         
            -
              [1m[36m (0.1ms)[0m  [1mRELEASE SAVEPOINT active_record_1[0m
         
     | 
| 
       383 
     | 
    
         
            -
              [1m[35mPerson Load (0.1ms)[0m  SELECT  "people".* FROM "people"  ORDER BY "people"."id" ASC LIMIT 1
         
     | 
| 
       384 
     | 
    
         
            -
              [1m[36m (1.3ms)[0m  [1mrollback transaction[0m
         
     | 
| 
       385 
     | 
    
         
            -
              [1m[35m (0.1ms)[0m  begin transaction
         
     | 
| 
       386 
     | 
    
         
            -
            --------------------------------------
         
     | 
| 
       387 
     | 
    
         
            -
            DateFormattedTest: test_module_defined
         
     | 
| 
       388 
     | 
    
         
            -
            --------------------------------------
         
     | 
| 
       389 
     | 
    
         
            -
              [1m[36m (0.0ms)[0m  [1mSAVEPOINT active_record_1[0m
         
     | 
| 
       390 
     | 
    
         
            -
              [1m[35mSQL (0.4ms)[0m  INSERT INTO "people" ("birth_date", "created_at", "updated_at") VALUES (?, ?, ?)  [["birth_date", "1971-02-18"], ["created_at", "2015-09-11 14:30:30.990492"], ["updated_at", "2015-09-11 14:30:30.990492"]]
         
     | 
| 
       391 
     | 
    
         
            -
              [1m[36m (0.1ms)[0m  [1mRELEASE SAVEPOINT active_record_1[0m
         
     | 
| 
       392 
     | 
    
         
            -
              [1m[35m (1.4ms)[0m  rollback transaction
         
     | 
| 
       393 
     | 
    
         
            -
              [1m[36m (0.1ms)[0m  [1mbegin transaction[0m
         
     | 
| 
       394 
     | 
    
         
            -
            ----------------------------------------------------
         
     | 
| 
       395 
     | 
    
         
            -
            DateFormattedTest: test_date_formatted_setter_german
         
     | 
| 
       396 
     | 
    
         
            -
            ----------------------------------------------------
         
     | 
| 
       397 
     | 
    
         
            -
              [1m[35m (0.0ms)[0m  SAVEPOINT active_record_1
         
     | 
| 
       398 
     | 
    
         
            -
              [1m[36mSQL (0.3ms)[0m  [1mINSERT INTO "people" ("birth_date", "created_at", "updated_at") VALUES (?, ?, ?)[0m  [["birth_date", "1971-02-18"], ["created_at", "2015-09-11 14:30:30.994172"], ["updated_at", "2015-09-11 14:30:30.994172"]]
         
     | 
| 
       399 
     | 
    
         
            -
              [1m[35m (0.1ms)[0m  RELEASE SAVEPOINT active_record_1
         
     | 
| 
       400 
     | 
    
         
            -
              [1m[36mPerson Load (0.1ms)[0m  [1mSELECT  "people".* FROM "people"  ORDER BY "people"."id" ASC LIMIT 1[0m
         
     | 
| 
       401 
     | 
    
         
            -
              [1m[35m (0.1ms)[0m  SAVEPOINT active_record_1
         
     | 
| 
       402 
     | 
    
         
            -
              [1m[36mSQL (0.8ms)[0m  [1mUPDATE "people" SET "birth_date" = ?, "updated_at" = ? WHERE "people"."id" = ?[0m  [["birth_date", "1971-02-24"], ["updated_at", "2015-09-11 14:30:30.998365"], ["id", 1]]
         
     | 
| 
       403 
     | 
    
         
            -
              [1m[35m (0.1ms)[0m  RELEASE SAVEPOINT active_record_1
         
     | 
| 
       404 
     | 
    
         
            -
              [1m[36mPerson Load (0.1ms)[0m  [1mSELECT  "people".* FROM "people"  ORDER BY "people"."id" ASC LIMIT 1[0m
         
     | 
| 
       405 
     | 
    
         
            -
              [1m[35mPerson Load (0.1ms)[0m  SELECT  "people".* FROM "people"  ORDER BY "people"."id" ASC LIMIT 1
         
     | 
| 
       406 
     | 
    
         
            -
              [1m[36m (1.6ms)[0m  [1mrollback transaction[0m
         
     | 
| 
       407 
     | 
    
         
            -
              [1m[35m (0.1ms)[0m  begin transaction
         
     | 
| 
       408 
     | 
    
         
            -
            ----------------------------------------------------
         
     | 
| 
       409 
     | 
    
         
            -
            DateFormattedTest: test_date_formatted_getter_german
         
     | 
| 
       410 
     | 
    
         
            -
            ----------------------------------------------------
         
     | 
| 
       411 
     | 
    
         
            -
              [1m[36m (0.0ms)[0m  [1mSAVEPOINT active_record_1[0m
         
     | 
| 
       412 
     | 
    
         
            -
              [1m[35mSQL (0.3ms)[0m  INSERT INTO "people" ("birth_date", "created_at", "updated_at") VALUES (?, ?, ?)  [["birth_date", "1971-02-18"], ["created_at", "2015-09-11 14:30:31.012738"], ["updated_at", "2015-09-11 14:30:31.012738"]]
         
     | 
| 
       413 
     | 
    
         
            -
              [1m[36m (0.0ms)[0m  [1mRELEASE SAVEPOINT active_record_1[0m
         
     | 
| 
       414 
     | 
    
         
            -
              [1m[35mPerson Load (0.1ms)[0m  SELECT  "people".* FROM "people"  ORDER BY "people"."id" ASC LIMIT 1
         
     | 
| 
       415 
     | 
    
         
            -
              [1m[36m (1.3ms)[0m  [1mrollback transaction[0m
         
     | 
| 
       416 
     | 
    
         
            -
              [1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m  [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
         
     | 
| 
       417 
     | 
    
         
            -
              [1m[35m (0.1ms)[0m  begin transaction
         
     | 
| 
       418 
     | 
    
         
            -
            ---------------------------------------------
         
     | 
| 
       419 
     | 
    
         
            -
            DateFormattedTest: test_date_formatted_getter
         
     | 
| 
       420 
     | 
    
         
            -
            ---------------------------------------------
         
     | 
| 
       421 
     | 
    
         
            -
              [1m[36m (0.6ms)[0m  [1mSAVEPOINT active_record_1[0m
         
     | 
| 
       422 
     | 
    
         
            -
              [1m[35mSQL (0.5ms)[0m  INSERT INTO "people" ("birth_date", "created_at", "updated_at") VALUES (?, ?, ?)  [["birth_date", "1971-02-18"], ["created_at", "2015-09-11 14:42:42.864111"], ["updated_at", "2015-09-11 14:42:42.864111"]]
         
     | 
| 
       423 
     | 
    
         
            -
              [1m[36m (0.1ms)[0m  [1mRELEASE SAVEPOINT active_record_1[0m
         
     | 
| 
       424 
     | 
    
         
            -
              [1m[35mPerson Load (0.1ms)[0m  SELECT  "people".* FROM "people"  ORDER BY "people"."id" ASC LIMIT 1
         
     | 
| 
       425 
     | 
    
         
            -
              [1m[36mPerson Load (0.1ms)[0m  [1mSELECT  "people".* FROM "people"  ORDER BY "people"."id" ASC LIMIT 1[0m
         
     | 
| 
       426 
     | 
    
         
            -
              [1m[35m (1.2ms)[0m  rollback transaction
         
     | 
| 
       427 
     | 
    
         
            -
              [1m[36m (0.1ms)[0m  [1mbegin transaction[0m
         
     | 
| 
       428 
     | 
    
         
            -
            --------------------------------------
         
     | 
| 
       429 
     | 
    
         
            -
            DateFormattedTest: test_module_defined
         
     | 
| 
       430 
     | 
    
         
            -
            --------------------------------------
         
     | 
| 
       431 
     | 
    
         
            -
              [1m[35m (0.0ms)[0m  SAVEPOINT active_record_1
         
     | 
| 
       432 
     | 
    
         
            -
              [1m[36mSQL (0.4ms)[0m  [1mINSERT INTO "people" ("birth_date", "created_at", "updated_at") VALUES (?, ?, ?)[0m  [["birth_date", "1971-02-18"], ["created_at", "2015-09-11 14:42:42.875533"], ["updated_at", "2015-09-11 14:42:42.875533"]]
         
     | 
| 
       433 
     | 
    
         
            -
              [1m[35m (0.0ms)[0m  RELEASE SAVEPOINT active_record_1
         
     | 
| 
       434 
     | 
    
         
            -
              [1m[36m (1.5ms)[0m  [1mrollback transaction[0m
         
     | 
| 
       435 
     | 
    
         
            -
              [1m[35m (0.1ms)[0m  begin transaction
         
     | 
| 
       436 
     | 
    
         
            -
            ----------------------------------------------------
         
     | 
| 
       437 
     | 
    
         
            -
            DateFormattedTest: test_date_formatted_getter_german
         
     | 
| 
       438 
     | 
    
         
            -
            ----------------------------------------------------
         
     | 
| 
       439 
     | 
    
         
            -
              [1m[36m (0.0ms)[0m  [1mSAVEPOINT active_record_1[0m
         
     | 
| 
       440 
     | 
    
         
            -
              [1m[35mSQL (0.3ms)[0m  INSERT INTO "people" ("birth_date", "created_at", "updated_at") VALUES (?, ?, ?)  [["birth_date", "1971-02-18"], ["created_at", "2015-09-11 14:42:42.879067"], ["updated_at", "2015-09-11 14:42:42.879067"]]
         
     | 
| 
       441 
     | 
    
         
            -
              [1m[36m (0.0ms)[0m  [1mRELEASE SAVEPOINT active_record_1[0m
         
     | 
| 
       442 
     | 
    
         
            -
              [1m[35mPerson Load (0.1ms)[0m  SELECT  "people".* FROM "people"  ORDER BY "people"."id" ASC LIMIT 1
         
     | 
| 
       443 
     | 
    
         
            -
              [1m[36mPerson Load (0.0ms)[0m  [1mSELECT  "people".* FROM "people"  ORDER BY "people"."id" ASC LIMIT 1[0m
         
     | 
| 
       444 
     | 
    
         
            -
              [1m[35m (1.3ms)[0m  rollback transaction
         
     | 
| 
       445 
     | 
    
         
            -
              [1m[36m (0.1ms)[0m  [1mbegin transaction[0m
         
     | 
| 
       446 
     | 
    
         
            -
            ----------------------------------------------------
         
     | 
| 
       447 
     | 
    
         
            -
            DateFormattedTest: test_date_formatted_setter_german
         
     | 
| 
       448 
     | 
    
         
            -
            ----------------------------------------------------
         
     | 
| 
       449 
     | 
    
         
            -
              [1m[35m (0.0ms)[0m  SAVEPOINT active_record_1
         
     | 
| 
       450 
     | 
    
         
            -
              [1m[36mSQL (0.3ms)[0m  [1mINSERT INTO "people" ("birth_date", "created_at", "updated_at") VALUES (?, ?, ?)[0m  [["birth_date", "1971-02-18"], ["created_at", "2015-09-11 14:42:42.883047"], ["updated_at", "2015-09-11 14:42:42.883047"]]
         
     | 
| 
       451 
     | 
    
         
            -
              [1m[35m (0.0ms)[0m  RELEASE SAVEPOINT active_record_1
         
     | 
| 
       452 
     | 
    
         
            -
              [1m[36mPerson Load (0.1ms)[0m  [1mSELECT  "people".* FROM "people"  ORDER BY "people"."id" ASC LIMIT 1[0m
         
     | 
| 
       453 
     | 
    
         
            -
              [1m[35m (0.0ms)[0m  SAVEPOINT active_record_1
         
     | 
| 
       454 
     | 
    
         
            -
              [1m[36mSQL (0.6ms)[0m  [1mUPDATE "people" SET "birth_date" = ?, "updated_at" = ? WHERE "people"."id" = ?[0m  [["birth_date", "1971-02-24"], ["updated_at", "2015-09-11 14:42:42.885477"], ["id", 1]]
         
     | 
| 
       455 
     | 
    
         
            -
              [1m[35m (0.1ms)[0m  RELEASE SAVEPOINT active_record_1
         
     | 
| 
       456 
     | 
    
         
            -
              [1m[36mPerson Load (0.1ms)[0m  [1mSELECT  "people".* FROM "people"  ORDER BY "people"."id" ASC LIMIT 1[0m
         
     | 
| 
       457 
     | 
    
         
            -
              [1m[35mPerson Load (0.1ms)[0m  SELECT  "people".* FROM "people"  ORDER BY "people"."id" ASC LIMIT 1
         
     | 
| 
       458 
     | 
    
         
            -
              [1m[36m (1.8ms)[0m  [1mrollback transaction[0m
         
     | 
| 
       459 
     | 
    
         
            -
              [1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m  [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
         
     | 
| 
       460 
     | 
    
         
            -
              [1m[35m (0.1ms)[0m  begin transaction
         
     | 
| 
       461 
     | 
    
         
            -
            --------------------------------------
         
     | 
| 
       462 
     | 
    
         
            -
            DateFormattedTest: test_module_defined
         
     | 
| 
       463 
     | 
    
         
            -
            --------------------------------------
         
     | 
| 
       464 
     | 
    
         
            -
              [1m[36m (0.3ms)[0m  [1mSAVEPOINT active_record_1[0m
         
     | 
| 
       465 
     | 
    
         
            -
              [1m[35mSQL (0.4ms)[0m  INSERT INTO "people" ("birth_date", "created_at", "updated_at") VALUES (?, ?, ?)  [["birth_date", "1971-02-18"], ["created_at", "2015-09-11 14:46:41.703162"], ["updated_at", "2015-09-11 14:46:41.703162"]]
         
     | 
| 
       466 
     | 
    
         
            -
              [1m[36m (0.0ms)[0m  [1mRELEASE SAVEPOINT active_record_1[0m
         
     | 
| 
       467 
     | 
    
         
            -
              [1m[35m (1.3ms)[0m  rollback transaction
         
     | 
| 
       468 
     | 
    
         
            -
              [1m[36m (0.1ms)[0m  [1mbegin transaction[0m
         
     | 
| 
       469 
     | 
    
         
            -
            ----------------------------------------------------
         
     | 
| 
       470 
     | 
    
         
            -
            DateFormattedTest: test_date_formatted_getter_german
         
     | 
| 
       471 
     | 
    
         
            -
            ----------------------------------------------------
         
     | 
| 
       472 
     | 
    
         
            -
              [1m[35m (0.0ms)[0m  SAVEPOINT active_record_1
         
     | 
| 
       473 
     | 
    
         
            -
              [1m[36mSQL (0.3ms)[0m  [1mINSERT INTO "people" ("birth_date", "created_at", "updated_at") VALUES (?, ?, ?)[0m  [["birth_date", "1971-02-18"], ["created_at", "2015-09-11 14:46:41.708818"], ["updated_at", "2015-09-11 14:46:41.708818"]]
         
     | 
| 
       474 
     | 
    
         
            -
              [1m[35m (0.0ms)[0m  RELEASE SAVEPOINT active_record_1
         
     | 
| 
       475 
     | 
    
         
            -
              [1m[36mPerson Load (0.1ms)[0m  [1mSELECT  "people".* FROM "people"  ORDER BY "people"."id" ASC LIMIT 1[0m
         
     | 
| 
       476 
     | 
    
         
            -
              [1m[35mPerson Load (0.1ms)[0m  SELECT  "people".* FROM "people"  ORDER BY "people"."id" ASC LIMIT 1
         
     | 
| 
       477 
     | 
    
         
            -
              [1m[36m (1.3ms)[0m  [1mrollback transaction[0m
         
     | 
| 
       478 
     | 
    
         
            -
              [1m[35m (0.1ms)[0m  begin transaction
         
     | 
| 
       479 
     | 
    
         
            -
            ---------------------------------------------
         
     | 
| 
       480 
     | 
    
         
            -
            DateFormattedTest: test_date_formatted_getter
         
     | 
| 
       481 
     | 
    
         
            -
            ---------------------------------------------
         
     | 
| 
       482 
     | 
    
         
            -
              [1m[36m (0.0ms)[0m  [1mSAVEPOINT active_record_1[0m
         
     | 
| 
       483 
     | 
    
         
            -
              [1m[35mSQL (0.3ms)[0m  INSERT INTO "people" ("birth_date", "created_at", "updated_at") VALUES (?, ?, ?)  [["birth_date", "1971-02-18"], ["created_at", "2015-09-11 14:46:41.717829"], ["updated_at", "2015-09-11 14:46:41.717829"]]
         
     | 
| 
       484 
     | 
    
         
            -
              [1m[36m (0.0ms)[0m  [1mRELEASE SAVEPOINT active_record_1[0m
         
     | 
| 
       485 
     | 
    
         
            -
              [1m[35mPerson Load (0.1ms)[0m  SELECT  "people".* FROM "people"  ORDER BY "people"."id" ASC LIMIT 1
         
     | 
| 
       486 
     | 
    
         
            -
              [1m[36m (1.3ms)[0m  [1mrollback transaction[0m
         
     | 
| 
       487 
     | 
    
         
            -
              [1m[35m (0.1ms)[0m  begin transaction
         
     | 
| 
       488 
     | 
    
         
            -
            ----------------------------------------------------
         
     | 
| 
       489 
     | 
    
         
            -
            DateFormattedTest: test_date_formatted_setter_german
         
     | 
| 
       490 
     | 
    
         
            -
            ----------------------------------------------------
         
     | 
| 
       491 
     | 
    
         
            -
              [1m[36m (0.0ms)[0m  [1mSAVEPOINT active_record_1[0m
         
     | 
| 
       492 
     | 
    
         
            -
              [1m[35mSQL (0.4ms)[0m  INSERT INTO "people" ("birth_date", "created_at", "updated_at") VALUES (?, ?, ?)  [["birth_date", "1971-02-18"], ["created_at", "2015-09-11 14:46:41.721582"], ["updated_at", "2015-09-11 14:46:41.721582"]]
         
     | 
| 
       493 
     | 
    
         
            -
              [1m[36m (0.0ms)[0m  [1mRELEASE SAVEPOINT active_record_1[0m
         
     | 
| 
       494 
     | 
    
         
            -
              [1m[35mPerson Load (0.1ms)[0m  SELECT  "people".* FROM "people"  ORDER BY "people"."id" ASC LIMIT 1
         
     | 
| 
       495 
     | 
    
         
            -
              [1m[36m (0.0ms)[0m  [1mSAVEPOINT active_record_1[0m
         
     | 
| 
       496 
     | 
    
         
            -
              [1m[35mSQL (0.6ms)[0m  UPDATE "people" SET "birth_date" = ?, "updated_at" = ? WHERE "people"."id" = ?  [["birth_date", "1971-02-24"], ["updated_at", "2015-09-11 14:46:41.723594"], ["id", 1]]
         
     | 
| 
       497 
     | 
    
         
            -
              [1m[36m (0.1ms)[0m  [1mRELEASE SAVEPOINT active_record_1[0m
         
     | 
| 
       498 
     | 
    
         
            -
              [1m[35mPerson Load (0.1ms)[0m  SELECT  "people".* FROM "people"  ORDER BY "people"."id" ASC LIMIT 1
         
     | 
| 
       499 
     | 
    
         
            -
              [1m[36mPerson Load (0.1ms)[0m  [1mSELECT  "people".* FROM "people"  ORDER BY "people"."id" ASC LIMIT 1[0m
         
     | 
| 
       500 
     | 
    
         
            -
              [1m[35m (1.5ms)[0m  rollback transaction
         
     | 
| 
       501 
     | 
    
         
            -
              [1m[36mActiveRecord::SchemaMigration Load (0.3ms)[0m  [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
         
     | 
| 
       502 
     | 
    
         
            -
              [1m[35m (0.1ms)[0m  begin transaction
         
     | 
| 
       503 
     | 
    
         
            -
            ----------------------------------------------------
         
     | 
| 
       504 
     | 
    
         
            -
            DateFormattedTest: test_date_formatted_getter_german
         
     | 
| 
       505 
     | 
    
         
            -
            ----------------------------------------------------
         
     | 
| 
       506 
     | 
    
         
            -
              [1m[36m (0.1ms)[0m  [1mSAVEPOINT active_record_1[0m
         
     | 
| 
       507 
     | 
    
         
            -
              [1m[35mSQL (0.4ms)[0m  INSERT INTO "people" ("birth_date", "created_at", "updated_at") VALUES (?, ?, ?)  [["birth_date", "1971-02-18"], ["created_at", "2015-09-11 14:47:05.270825"], ["updated_at", "2015-09-11 14:47:05.270825"]]
         
     | 
| 
       508 
     | 
    
         
            -
              [1m[36m (0.0ms)[0m  [1mRELEASE SAVEPOINT active_record_1[0m
         
     | 
| 
       509 
     | 
    
         
            -
              [1m[35mPerson Load (0.1ms)[0m  SELECT  "people".* FROM "people"  ORDER BY "people"."id" ASC LIMIT 1
         
     | 
| 
       510 
     | 
    
         
            -
              [1m[36mPerson Load (0.1ms)[0m  [1mSELECT  "people".* FROM "people"  ORDER BY "people"."id" ASC LIMIT 1[0m
         
     | 
| 
       511 
     | 
    
         
            -
              [1m[35m (1.3ms)[0m  rollback transaction
         
     | 
| 
       512 
     | 
    
         
            -
              [1m[36m (0.1ms)[0m  [1mbegin transaction[0m
         
     | 
| 
       513 
     | 
    
         
            -
            ---------------------------------------------
         
     | 
| 
       514 
     | 
    
         
            -
            DateFormattedTest: test_date_formatted_getter
         
     | 
| 
       515 
     | 
    
         
            -
            ---------------------------------------------
         
     | 
| 
       516 
     | 
    
         
            -
              [1m[35m (0.0ms)[0m  SAVEPOINT active_record_1
         
     | 
| 
       517 
     | 
    
         
            -
              [1m[36mSQL (0.3ms)[0m  [1mINSERT INTO "people" ("birth_date", "created_at", "updated_at") VALUES (?, ?, ?)[0m  [["birth_date", "1971-02-18"], ["created_at", "2015-09-11 14:47:05.281499"], ["updated_at", "2015-09-11 14:47:05.281499"]]
         
     | 
| 
       518 
     | 
    
         
            -
              [1m[35m (0.0ms)[0m  RELEASE SAVEPOINT active_record_1
         
     | 
| 
       519 
     | 
    
         
            -
              [1m[36mPerson Load (0.1ms)[0m  [1mSELECT  "people".* FROM "people"  ORDER BY "people"."id" ASC LIMIT 1[0m
         
     | 
| 
       520 
     | 
    
         
            -
              [1m[35m (1.4ms)[0m  rollback transaction
         
     | 
| 
       521 
     | 
    
         
            -
              [1m[36m (0.1ms)[0m  [1mbegin transaction[0m
         
     | 
| 
       522 
     | 
    
         
            -
            ----------------------------------------------------
         
     | 
| 
       523 
     | 
    
         
            -
            DateFormattedTest: test_date_formatted_setter_german
         
     | 
| 
       524 
     | 
    
         
            -
            ----------------------------------------------------
         
     | 
| 
       525 
     | 
    
         
            -
              [1m[35m (0.0ms)[0m  SAVEPOINT active_record_1
         
     | 
| 
       526 
     | 
    
         
            -
              [1m[36mSQL (0.4ms)[0m  [1mINSERT INTO "people" ("birth_date", "created_at", "updated_at") VALUES (?, ?, ?)[0m  [["birth_date", "1971-02-18"], ["created_at", "2015-09-11 14:47:05.285563"], ["updated_at", "2015-09-11 14:47:05.285563"]]
         
     | 
| 
       527 
     | 
    
         
            -
              [1m[35m (0.1ms)[0m  RELEASE SAVEPOINT active_record_1
         
     | 
| 
       528 
     | 
    
         
            -
              [1m[36mPerson Load (0.1ms)[0m  [1mSELECT  "people".* FROM "people"  ORDER BY "people"."id" ASC LIMIT 1[0m
         
     | 
| 
       529 
     | 
    
         
            -
              [1m[35m (0.0ms)[0m  SAVEPOINT active_record_1
         
     | 
| 
       530 
     | 
    
         
            -
              [1m[36mSQL (0.5ms)[0m  [1mUPDATE "people" SET "birth_date" = ?, "updated_at" = ? WHERE "people"."id" = ?[0m  [["birth_date", "1971-02-24"], ["updated_at", "2015-09-11 14:47:05.287741"], ["id", 1]]
         
     | 
| 
       531 
     | 
    
         
            -
              [1m[35m (0.1ms)[0m  RELEASE SAVEPOINT active_record_1
         
     | 
| 
       532 
     | 
    
         
            -
              [1m[36mPerson Load (0.4ms)[0m  [1mSELECT  "people".* FROM "people"  ORDER BY "people"."id" ASC LIMIT 1[0m
         
     | 
| 
       533 
     | 
    
         
            -
              [1m[35mPerson Load (0.1ms)[0m  SELECT  "people".* FROM "people"  ORDER BY "people"."id" ASC LIMIT 1
         
     | 
| 
       534 
     | 
    
         
            -
              [1m[36m (1.5ms)[0m  [1mrollback transaction[0m
         
     | 
| 
       535 
     | 
    
         
            -
              [1m[35m (0.1ms)[0m  begin transaction
         
     | 
| 
       536 
     | 
    
         
            -
            --------------------------------------
         
     | 
| 
       537 
     | 
    
         
            -
            DateFormattedTest: test_module_defined
         
     | 
| 
       538 
     | 
    
         
            -
            --------------------------------------
         
     | 
| 
       539 
     | 
    
         
            -
              [1m[36m (0.1ms)[0m  [1mSAVEPOINT active_record_1[0m
         
     | 
| 
       540 
     | 
    
         
            -
              [1m[35mSQL (3.4ms)[0m  INSERT INTO "people" ("birth_date", "created_at", "updated_at") VALUES (?, ?, ?)  [["birth_date", "1971-02-18"], ["created_at", "2015-09-11 14:47:05.296775"], ["updated_at", "2015-09-11 14:47:05.296775"]]
         
     | 
| 
       541 
     | 
    
         
            -
              [1m[36m (0.1ms)[0m  [1mRELEASE SAVEPOINT active_record_1[0m
         
     | 
| 
       542 
     | 
    
         
            -
              [1m[35m (1.3ms)[0m  rollback transaction
         
     | 
| 
       543 
     | 
    
         
            -
              [1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m  [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
         
     | 
| 
       544 
     | 
    
         
            -
              [1m[35m (0.1ms)[0m  begin transaction
         
     | 
| 
       545 
     | 
    
         
            -
            ---------------------------------------------
         
     | 
| 
       546 
     | 
    
         
            -
            DateFormattedTest: test_date_formatted_getter
         
     | 
| 
       547 
     | 
    
         
            -
            ---------------------------------------------
         
     | 
| 
       548 
     | 
    
         
            -
              [1m[36m (0.1ms)[0m  [1mSAVEPOINT active_record_1[0m
         
     | 
| 
       549 
     | 
    
         
            -
              [1m[35mSQL (0.6ms)[0m  INSERT INTO "people" ("birth_date", "created_at", "updated_at") VALUES (?, ?, ?)  [["birth_date", "1971-02-18"], ["created_at", "2015-09-11 14:47:46.879176"], ["updated_at", "2015-09-11 14:47:46.879176"]]
         
     | 
| 
       550 
     | 
    
         
            -
              [1m[36m (0.1ms)[0m  [1mRELEASE SAVEPOINT active_record_1[0m
         
     | 
| 
       551 
     | 
    
         
            -
              [1m[35mPerson Load (0.2ms)[0m  SELECT  "people".* FROM "people"  ORDER BY "people"."id" ASC LIMIT 1
         
     | 
| 
       552 
     | 
    
         
            -
              [1m[36mPerson Load (0.1ms)[0m  [1mSELECT  "people".* FROM "people"  ORDER BY "people"."id" ASC LIMIT 1[0m
         
     | 
| 
       553 
     | 
    
         
            -
              [1m[35m (1.3ms)[0m  rollback transaction
         
     | 
| 
       554 
     | 
    
         
            -
              [1m[36m (0.1ms)[0m  [1mbegin transaction[0m
         
     | 
| 
       555 
     | 
    
         
            -
            ----------------------------------------------------
         
     | 
| 
       556 
     | 
    
         
            -
            DateFormattedTest: test_date_formatted_setter_german
         
     | 
| 
       557 
     | 
    
         
            -
            ----------------------------------------------------
         
     | 
| 
       558 
     | 
    
         
            -
              [1m[35m (0.0ms)[0m  SAVEPOINT active_record_1
         
     | 
| 
       559 
     | 
    
         
            -
              [1m[36mSQL (0.3ms)[0m  [1mINSERT INTO "people" ("birth_date", "created_at", "updated_at") VALUES (?, ?, ?)[0m  [["birth_date", "1971-02-18"], ["created_at", "2015-09-11 14:47:46.888209"], ["updated_at", "2015-09-11 14:47:46.888209"]]
         
     | 
| 
       560 
     | 
    
         
            -
              [1m[35m (0.1ms)[0m  RELEASE SAVEPOINT active_record_1
         
     | 
| 
       561 
     | 
    
         
            -
              [1m[36mPerson Load (0.1ms)[0m  [1mSELECT  "people".* FROM "people"  ORDER BY "people"."id" ASC LIMIT 1[0m
         
     | 
| 
       562 
     | 
    
         
            -
              [1m[35m (0.0ms)[0m  SAVEPOINT active_record_1
         
     | 
| 
       563 
     | 
    
         
            -
              [1m[36mSQL (0.4ms)[0m  [1mUPDATE "people" SET "birth_date" = ?, "updated_at" = ? WHERE "people"."id" = ?[0m  [["birth_date", "1971-02-24"], ["updated_at", "2015-09-11 14:47:46.890489"], ["id", 1]]
         
     | 
| 
       564 
     | 
    
         
            -
              [1m[35m (0.0ms)[0m  RELEASE SAVEPOINT active_record_1
         
     | 
| 
       565 
     | 
    
         
            -
              [1m[36mPerson Load (0.3ms)[0m  [1mSELECT  "people".* FROM "people"  ORDER BY "people"."id" ASC LIMIT 1[0m
         
     | 
| 
       566 
     | 
    
         
            -
              [1m[35mPerson Load (0.1ms)[0m  SELECT  "people".* FROM "people"  ORDER BY "people"."id" ASC LIMIT 1
         
     | 
| 
       567 
     | 
    
         
            -
              [1m[36m (1.4ms)[0m  [1mrollback transaction[0m
         
     | 
| 
       568 
     | 
    
         
            -
              [1m[35m (0.1ms)[0m  begin transaction
         
     | 
| 
       569 
     | 
    
         
            -
            --------------------------------------
         
     | 
| 
       570 
     | 
    
         
            -
            DateFormattedTest: test_module_defined
         
     | 
| 
       571 
     | 
    
         
            -
            --------------------------------------
         
     | 
| 
      
 9 
     | 
    
         
            +
            --------------------------------------------------
         
     | 
| 
      
 10 
     | 
    
         
            +
            ActiveRecordDateFormattedTest: test_module_defined
         
     | 
| 
      
 11 
     | 
    
         
            +
            --------------------------------------------------
         
     | 
| 
       572 
12 
     | 
    
         
             
              [1m[36m (0.0ms)[0m  [1mSAVEPOINT active_record_1[0m
         
     | 
| 
       573 
     | 
    
         
            -
              [1m[35mSQL (0.4ms)[0m  INSERT INTO "people" ("birth_date", "created_at", "updated_at") VALUES (?, ?, ?)  [["birth_date", "1971-02-18"], ["created_at", "2015-09- 
     | 
| 
       574 
     | 
    
         
            -
              [1m[36m (0.0ms)[0m  [1mRELEASE SAVEPOINT active_record_1[0m
         
     | 
| 
       575 
     | 
    
         
            -
              [1m[35m (1.4ms)[0m  rollback transaction
         
     | 
| 
       576 
     | 
    
         
            -
              [1m[36m (0.1ms)[0m  [1mbegin transaction[0m
         
     | 
| 
       577 
     | 
    
         
            -
            ----------------------------------------------------
         
     | 
| 
       578 
     | 
    
         
            -
            DateFormattedTest: test_date_formatted_getter_german
         
     | 
| 
       579 
     | 
    
         
            -
            ----------------------------------------------------
         
     | 
| 
       580 
     | 
    
         
            -
              [1m[35m (0.1ms)[0m  SAVEPOINT active_record_1
         
     | 
| 
       581 
     | 
    
         
            -
              [1m[36mSQL (0.5ms)[0m  [1mINSERT INTO "people" ("birth_date", "created_at", "updated_at") VALUES (?, ?, ?)[0m  [["birth_date", "1971-02-18"], ["created_at", "2015-09-11 14:47:46.902611"], ["updated_at", "2015-09-11 14:47:46.902611"]]
         
     | 
| 
       582 
     | 
    
         
            -
              [1m[35m (0.0ms)[0m  RELEASE SAVEPOINT active_record_1
         
     | 
| 
       583 
     | 
    
         
            -
              [1m[36mPerson Load (0.1ms)[0m  [1mSELECT  "people".* FROM "people"  ORDER BY "people"."id" ASC LIMIT 1[0m
         
     | 
| 
       584 
     | 
    
         
            -
              [1m[35mPerson Load (0.1ms)[0m  SELECT  "people".* FROM "people"  ORDER BY "people"."id" ASC LIMIT 1
         
     | 
| 
       585 
     | 
    
         
            -
              [1m[36m (1.2ms)[0m  [1mrollback transaction[0m
         
     | 
| 
       586 
     | 
    
         
            -
              [1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m  [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
         
     | 
| 
       587 
     | 
    
         
            -
              [1m[35m (0.1ms)[0m  begin transaction
         
     | 
| 
       588 
     | 
    
         
            -
            ----------------------------------------------------
         
     | 
| 
       589 
     | 
    
         
            -
            DateFormattedTest: test_date_formatted_setter_german
         
     | 
| 
       590 
     | 
    
         
            -
            ----------------------------------------------------
         
     | 
| 
       591 
     | 
    
         
            -
              [1m[36m (0.1ms)[0m  [1mSAVEPOINT active_record_1[0m
         
     | 
| 
       592 
     | 
    
         
            -
              [1m[35mSQL (0.4ms)[0m  INSERT INTO "people" ("birth_date", "created_at", "updated_at") VALUES (?, ?, ?)  [["birth_date", "1971-02-18"], ["created_at", "2015-09-11 14:48:42.302362"], ["updated_at", "2015-09-11 14:48:42.302362"]]
         
     | 
| 
       593 
     | 
    
         
            -
              [1m[36m (0.1ms)[0m  [1mRELEASE SAVEPOINT active_record_1[0m
         
     | 
| 
       594 
     | 
    
         
            -
              [1m[35mPerson Load (0.2ms)[0m  SELECT  "people".* FROM "people"  ORDER BY "people"."id" ASC LIMIT 1
         
     | 
| 
       595 
     | 
    
         
            -
              [1m[36m (0.1ms)[0m  [1mSAVEPOINT active_record_1[0m
         
     | 
| 
       596 
     | 
    
         
            -
              [1m[35mSQL (0.6ms)[0m  UPDATE "people" SET "birth_date" = ?, "updated_at" = ? WHERE "people"."id" = ?  [["birth_date", "1971-02-24"], ["updated_at", "2015-09-11 14:48:42.308508"], ["id", 1]]
         
     | 
| 
       597 
     | 
    
         
            -
              [1m[36m (0.3ms)[0m  [1mRELEASE SAVEPOINT active_record_1[0m
         
     | 
| 
       598 
     | 
    
         
            -
              [1m[35mPerson Load (0.1ms)[0m  SELECT  "people".* FROM "people"  ORDER BY "people"."id" ASC LIMIT 1
         
     | 
| 
       599 
     | 
    
         
            -
              [1m[36mPerson Load (0.1ms)[0m  [1mSELECT  "people".* FROM "people"  ORDER BY "people"."id" ASC LIMIT 1[0m
         
     | 
| 
       600 
     | 
    
         
            -
              [1m[35m (1.5ms)[0m  rollback transaction
         
     | 
| 
       601 
     | 
    
         
            -
              [1m[36m (0.1ms)[0m  [1mbegin transaction[0m
         
     | 
| 
       602 
     | 
    
         
            -
            ---------------------------------------------
         
     | 
| 
       603 
     | 
    
         
            -
            DateFormattedTest: test_date_formatted_getter
         
     | 
| 
       604 
     | 
    
         
            -
            ---------------------------------------------
         
     | 
| 
       605 
     | 
    
         
            -
              [1m[35m (0.0ms)[0m  SAVEPOINT active_record_1
         
     | 
| 
       606 
     | 
    
         
            -
              [1m[36mSQL (0.3ms)[0m  [1mINSERT INTO "people" ("birth_date", "created_at", "updated_at") VALUES (?, ?, ?)[0m  [["birth_date", "1971-02-18"], ["created_at", "2015-09-11 14:48:42.318781"], ["updated_at", "2015-09-11 14:48:42.318781"]]
         
     | 
| 
       607 
     | 
    
         
            -
              [1m[35m (0.0ms)[0m  RELEASE SAVEPOINT active_record_1
         
     | 
| 
       608 
     | 
    
         
            -
              [1m[36mPerson Load (0.1ms)[0m  [1mSELECT  "people".* FROM "people"  ORDER BY "people"."id" ASC LIMIT 1[0m
         
     | 
| 
       609 
     | 
    
         
            -
              [1m[35mPerson Load (0.1ms)[0m  SELECT  "people".* FROM "people"  ORDER BY "people"."id" ASC LIMIT 1
         
     | 
| 
       610 
     | 
    
         
            -
              [1m[36m (1.5ms)[0m  [1mrollback transaction[0m
         
     | 
| 
       611 
     | 
    
         
            -
              [1m[35m (0.1ms)[0m  begin transaction
         
     | 
| 
       612 
     | 
    
         
            -
            ----------------------------------------------------
         
     | 
| 
       613 
     | 
    
         
            -
            DateFormattedTest: test_date_formatted_getter_german
         
     | 
| 
       614 
     | 
    
         
            -
            ----------------------------------------------------
         
     | 
| 
       615 
     | 
    
         
            -
              [1m[36m (0.1ms)[0m  [1mSAVEPOINT active_record_1[0m
         
     | 
| 
       616 
     | 
    
         
            -
              [1m[35mSQL (0.4ms)[0m  INSERT INTO "people" ("birth_date", "created_at", "updated_at") VALUES (?, ?, ?)  [["birth_date", "1971-02-18"], ["created_at", "2015-09-11 14:48:42.323964"], ["updated_at", "2015-09-11 14:48:42.323964"]]
         
     | 
| 
      
 13 
     | 
    
         
            +
              [1m[35mSQL (0.4ms)[0m  INSERT INTO "people" ("birth_date", "created_at", "updated_at") VALUES (?, ?, ?)  [["birth_date", "1971-02-18"], ["created_at", "2015-09-12 14:45:15.842897"], ["updated_at", "2015-09-12 14:45:15.842897"]]
         
     | 
| 
       617 
14 
     | 
    
         
             
              [1m[36m (0.0ms)[0m  [1mRELEASE SAVEPOINT active_record_1[0m
         
     | 
| 
       618 
     | 
    
         
            -
              [1m[ 
     | 
| 
       619 
     | 
    
         
            -
              [1m[36mPerson Load (0.1ms)[0m  [1mSELECT  "people".* FROM "people"  ORDER BY "people"."id" ASC LIMIT 1[0m
         
     | 
| 
       620 
     | 
    
         
            -
              [1m[35m (1.2ms)[0m  rollback transaction
         
     | 
| 
      
 15 
     | 
    
         
            +
              [1m[35m (1.1ms)[0m  rollback transaction
         
     | 
| 
       621 
16 
     | 
    
         
             
              [1m[36m (0.0ms)[0m  [1mbegin transaction[0m
         
     | 
| 
       622 
     | 
    
         
            -
             
     | 
| 
       623 
     | 
    
         
            -
             
     | 
| 
       624 
     | 
    
         
            -
             
     | 
| 
       625 
     | 
    
         
            -
              [1m[35m (0.0ms)[0m  SAVEPOINT active_record_1
         
     | 
| 
       626 
     | 
    
         
            -
              [1m[36mSQL (0.3ms)[0m  [1mINSERT INTO "people" ("birth_date", "created_at", "updated_at") VALUES (?, ?, ?)[0m  [["birth_date", "1971-02-18"], ["created_at", "2015-09-11 14:48:42.328273"], ["updated_at", "2015-09-11 14:48:42.328273"]]
         
     | 
| 
       627 
     | 
    
         
            -
              [1m[35m (0.0ms)[0m  RELEASE SAVEPOINT active_record_1
         
     | 
| 
       628 
     | 
    
         
            -
              [1m[36m (1.0ms)[0m  [1mrollback transaction[0m
         
     | 
| 
       629 
     | 
    
         
            -
              [1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m  [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
         
     | 
| 
       630 
     | 
    
         
            -
              [1m[35m (0.1ms)[0m  begin transaction
         
     | 
| 
       631 
     | 
    
         
            -
            ---------------------------------------------
         
     | 
| 
       632 
     | 
    
         
            -
            DateFormattedTest: test_date_formatted_getter
         
     | 
| 
       633 
     | 
    
         
            -
            ---------------------------------------------
         
     | 
| 
       634 
     | 
    
         
            -
              [1m[36m (0.1ms)[0m  [1mSAVEPOINT active_record_1[0m
         
     | 
| 
       635 
     | 
    
         
            -
              [1m[35mSQL (0.4ms)[0m  INSERT INTO "people" ("birth_date", "created_at", "updated_at") VALUES (?, ?, ?)  [["birth_date", "1971-02-18"], ["created_at", "2015-09-11 14:48:54.841583"], ["updated_at", "2015-09-11 14:48:54.841583"]]
         
     | 
| 
       636 
     | 
    
         
            -
              [1m[36m (0.1ms)[0m  [1mRELEASE SAVEPOINT active_record_1[0m
         
     | 
| 
       637 
     | 
    
         
            -
              [1m[35mPerson Load (0.1ms)[0m  SELECT  "people".* FROM "people"  ORDER BY "people"."id" ASC LIMIT 1
         
     | 
| 
       638 
     | 
    
         
            -
              [1m[36mPerson Load (0.1ms)[0m  [1mSELECT  "people".* FROM "people"  ORDER BY "people"."id" ASC LIMIT 1[0m
         
     | 
| 
       639 
     | 
    
         
            -
              [1m[35m (1.3ms)[0m  rollback transaction
         
     | 
| 
       640 
     | 
    
         
            -
              [1m[36m (0.1ms)[0m  [1mbegin transaction[0m
         
     | 
| 
       641 
     | 
    
         
            -
            --------------------------------------
         
     | 
| 
       642 
     | 
    
         
            -
            DateFormattedTest: test_module_defined
         
     | 
| 
       643 
     | 
    
         
            -
            --------------------------------------
         
     | 
| 
       644 
     | 
    
         
            -
              [1m[35m (0.1ms)[0m  SAVEPOINT active_record_1
         
     | 
| 
       645 
     | 
    
         
            -
              [1m[36mSQL (0.4ms)[0m  [1mINSERT INTO "people" ("birth_date", "created_at", "updated_at") VALUES (?, ?, ?)[0m  [["birth_date", "1971-02-18"], ["created_at", "2015-09-11 14:48:54.849819"], ["updated_at", "2015-09-11 14:48:54.849819"]]
         
     | 
| 
       646 
     | 
    
         
            -
              [1m[35m (0.0ms)[0m  RELEASE SAVEPOINT active_record_1
         
     | 
| 
       647 
     | 
    
         
            -
              [1m[36m (1.3ms)[0m  [1mrollback transaction[0m
         
     | 
| 
       648 
     | 
    
         
            -
              [1m[35m (0.4ms)[0m  begin transaction
         
     | 
| 
       649 
     | 
    
         
            -
            ----------------------------------------------------
         
     | 
| 
       650 
     | 
    
         
            -
            DateFormattedTest: test_date_formatted_setter_german
         
     | 
| 
       651 
     | 
    
         
            -
            ----------------------------------------------------
         
     | 
| 
       652 
     | 
    
         
            -
              [1m[36m (0.0ms)[0m  [1mSAVEPOINT active_record_1[0m
         
     | 
| 
       653 
     | 
    
         
            -
              [1m[35mSQL (0.8ms)[0m  INSERT INTO "people" ("birth_date", "created_at", "updated_at") VALUES (?, ?, ?)  [["birth_date", "1971-02-18"], ["created_at", "2015-09-11 14:48:54.853620"], ["updated_at", "2015-09-11 14:48:54.853620"]]
         
     | 
| 
       654 
     | 
    
         
            -
              [1m[36m (0.1ms)[0m  [1mRELEASE SAVEPOINT active_record_1[0m
         
     | 
| 
       655 
     | 
    
         
            -
              [1m[35mPerson Load (0.1ms)[0m  SELECT  "people".* FROM "people"  ORDER BY "people"."id" ASC LIMIT 1
         
     | 
| 
       656 
     | 
    
         
            -
              [1m[36m (0.1ms)[0m  [1mSAVEPOINT active_record_1[0m
         
     | 
| 
       657 
     | 
    
         
            -
              [1m[35mSQL (1.0ms)[0m  UPDATE "people" SET "birth_date" = ?, "updated_at" = ? WHERE "people"."id" = ?  [["birth_date", "1971-02-24"], ["updated_at", "2015-09-11 14:48:54.857005"], ["id", 1]]
         
     | 
| 
       658 
     | 
    
         
            -
              [1m[36m (0.1ms)[0m  [1mRELEASE SAVEPOINT active_record_1[0m
         
     | 
| 
       659 
     | 
    
         
            -
              [1m[35mPerson Load (0.1ms)[0m  SELECT  "people".* FROM "people"  ORDER BY "people"."id" ASC LIMIT 1
         
     | 
| 
       660 
     | 
    
         
            -
              [1m[36mPerson Load (0.1ms)[0m  [1mSELECT  "people".* FROM "people"  ORDER BY "people"."id" ASC LIMIT 1[0m
         
     | 
| 
       661 
     | 
    
         
            -
              [1m[35m (1.6ms)[0m  rollback transaction
         
     | 
| 
       662 
     | 
    
         
            -
              [1m[36m (0.1ms)[0m  [1mbegin transaction[0m
         
     | 
| 
       663 
     | 
    
         
            -
            ----------------------------------------------------
         
     | 
| 
       664 
     | 
    
         
            -
            DateFormattedTest: test_date_formatted_getter_german
         
     | 
| 
       665 
     | 
    
         
            -
            ----------------------------------------------------
         
     | 
| 
       666 
     | 
    
         
            -
              [1m[35m (0.0ms)[0m  SAVEPOINT active_record_1
         
     | 
| 
       667 
     | 
    
         
            -
              [1m[36mSQL (0.4ms)[0m  [1mINSERT INTO "people" ("birth_date", "created_at", "updated_at") VALUES (?, ?, ?)[0m  [["birth_date", "1971-02-18"], ["created_at", "2015-09-11 14:48:54.868427"], ["updated_at", "2015-09-11 14:48:54.868427"]]
         
     | 
| 
       668 
     | 
    
         
            -
              [1m[35m (0.1ms)[0m  RELEASE SAVEPOINT active_record_1
         
     | 
| 
       669 
     | 
    
         
            -
              [1m[36mPerson Load (0.1ms)[0m  [1mSELECT  "people".* FROM "people"  ORDER BY "people"."id" ASC LIMIT 1[0m
         
     | 
| 
       670 
     | 
    
         
            -
              [1m[35mPerson Load (0.1ms)[0m  SELECT  "people".* FROM "people"  ORDER BY "people"."id" ASC LIMIT 1
         
     | 
| 
       671 
     | 
    
         
            -
              [1m[36m (1.4ms)[0m  [1mrollback transaction[0m
         
     | 
| 
       672 
     | 
    
         
            -
              [1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m  [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
         
     | 
| 
       673 
     | 
    
         
            -
              [1m[35m (0.1ms)[0m  begin transaction
         
     | 
| 
       674 
     | 
    
         
            -
            ---------------------------------------------
         
     | 
| 
       675 
     | 
    
         
            -
            DateFormattedTest: test_date_formatted_getter
         
     | 
| 
       676 
     | 
    
         
            -
            ---------------------------------------------
         
     | 
| 
       677 
     | 
    
         
            -
              [1m[36m (0.1ms)[0m  [1mSAVEPOINT active_record_1[0m
         
     | 
| 
       678 
     | 
    
         
            -
              [1m[35mSQL (0.4ms)[0m  INSERT INTO "people" ("birth_date", "created_at", "updated_at") VALUES (?, ?, ?)  [["birth_date", "1971-02-18"], ["created_at", "2015-09-11 14:49:14.064156"], ["updated_at", "2015-09-11 14:49:14.064156"]]
         
     | 
| 
       679 
     | 
    
         
            -
              [1m[36m (0.0ms)[0m  [1mRELEASE SAVEPOINT active_record_1[0m
         
     | 
| 
       680 
     | 
    
         
            -
              [1m[35mPerson Load (0.2ms)[0m  SELECT  "people".* FROM "people"  ORDER BY "people"."id" ASC LIMIT 1
         
     | 
| 
       681 
     | 
    
         
            -
              [1m[36mPerson Load (0.1ms)[0m  [1mSELECT  "people".* FROM "people"  ORDER BY "people"."id" ASC LIMIT 1[0m
         
     | 
| 
       682 
     | 
    
         
            -
              [1m[35m (1.9ms)[0m  rollback transaction
         
     | 
| 
       683 
     | 
    
         
            -
              [1m[36m (0.1ms)[0m  [1mbegin transaction[0m
         
     | 
| 
       684 
     | 
    
         
            -
            --------------------------------------
         
     | 
| 
       685 
     | 
    
         
            -
            DateFormattedTest: test_module_defined
         
     | 
| 
       686 
     | 
    
         
            -
            --------------------------------------
         
     | 
| 
       687 
     | 
    
         
            -
              [1m[35m (0.0ms)[0m  SAVEPOINT active_record_1
         
     | 
| 
       688 
     | 
    
         
            -
              [1m[36mSQL (0.3ms)[0m  [1mINSERT INTO "people" ("birth_date", "created_at", "updated_at") VALUES (?, ?, ?)[0m  [["birth_date", "1971-02-18"], ["created_at", "2015-09-11 14:49:14.073721"], ["updated_at", "2015-09-11 14:49:14.073721"]]
         
     | 
| 
       689 
     | 
    
         
            -
              [1m[35m (0.0ms)[0m  RELEASE SAVEPOINT active_record_1
         
     | 
| 
       690 
     | 
    
         
            -
              [1m[36m (1.2ms)[0m  [1mrollback transaction[0m
         
     | 
| 
       691 
     | 
    
         
            -
              [1m[35m (0.1ms)[0m  begin transaction
         
     | 
| 
       692 
     | 
    
         
            -
            ----------------------------------------------------
         
     | 
| 
       693 
     | 
    
         
            -
            DateFormattedTest: test_date_formatted_setter_german
         
     | 
| 
       694 
     | 
    
         
            -
            ----------------------------------------------------
         
     | 
| 
       695 
     | 
    
         
            -
              [1m[36m (0.1ms)[0m  [1mSAVEPOINT active_record_1[0m
         
     | 
| 
       696 
     | 
    
         
            -
              [1m[35mSQL (0.3ms)[0m  INSERT INTO "people" ("birth_date", "created_at", "updated_at") VALUES (?, ?, ?)  [["birth_date", "1971-02-18"], ["created_at", "2015-09-11 14:49:14.077494"], ["updated_at", "2015-09-11 14:49:14.077494"]]
         
     | 
| 
       697 
     | 
    
         
            -
              [1m[36m (0.0ms)[0m  [1mRELEASE SAVEPOINT active_record_1[0m
         
     | 
| 
       698 
     | 
    
         
            -
              [1m[35mPerson Load (0.1ms)[0m  SELECT  "people".* FROM "people"  ORDER BY "people"."id" ASC LIMIT 1
         
     | 
| 
       699 
     | 
    
         
            -
              [1m[36m (0.0ms)[0m  [1mSAVEPOINT active_record_1[0m
         
     | 
| 
       700 
     | 
    
         
            -
              [1m[35mSQL (0.5ms)[0m  UPDATE "people" SET "birth_date" = ?, "updated_at" = ? WHERE "people"."id" = ?  [["birth_date", "1971-02-24"], ["updated_at", "2015-09-11 14:49:14.079869"], ["id", 1]]
         
     | 
| 
       701 
     | 
    
         
            -
              [1m[36m (0.1ms)[0m  [1mRELEASE SAVEPOINT active_record_1[0m
         
     | 
| 
       702 
     | 
    
         
            -
              [1m[35mPerson Load (0.1ms)[0m  SELECT  "people".* FROM "people"  ORDER BY "people"."id" ASC LIMIT 1
         
     | 
| 
       703 
     | 
    
         
            -
              [1m[36mPerson Load (0.1ms)[0m  [1mSELECT  "people".* FROM "people"  ORDER BY "people"."id" ASC LIMIT 1[0m
         
     | 
| 
       704 
     | 
    
         
            -
              [1m[35m (1.7ms)[0m  rollback transaction
         
     | 
| 
       705 
     | 
    
         
            -
              [1m[36m (0.1ms)[0m  [1mbegin transaction[0m
         
     | 
| 
       706 
     | 
    
         
            -
            ----------------------------------------------------
         
     | 
| 
       707 
     | 
    
         
            -
            DateFormattedTest: test_date_formatted_getter_german
         
     | 
| 
       708 
     | 
    
         
            -
            ----------------------------------------------------
         
     | 
| 
       709 
     | 
    
         
            -
              [1m[35m (0.1ms)[0m  SAVEPOINT active_record_1
         
     | 
| 
       710 
     | 
    
         
            -
              [1m[36mSQL (0.4ms)[0m  [1mINSERT INTO "people" ("birth_date", "created_at", "updated_at") VALUES (?, ?, ?)[0m  [["birth_date", "1971-02-18"], ["created_at", "2015-09-11 14:49:14.089117"], ["updated_at", "2015-09-11 14:49:14.089117"]]
         
     | 
| 
       711 
     | 
    
         
            -
              [1m[35m (0.1ms)[0m  RELEASE SAVEPOINT active_record_1
         
     | 
| 
       712 
     | 
    
         
            -
              [1m[36mPerson Load (0.1ms)[0m  [1mSELECT  "people".* FROM "people"  ORDER BY "people"."id" ASC LIMIT 1[0m
         
     | 
| 
       713 
     | 
    
         
            -
              [1m[35mPerson Load (0.1ms)[0m  SELECT  "people".* FROM "people"  ORDER BY "people"."id" ASC LIMIT 1
         
     | 
| 
       714 
     | 
    
         
            -
              [1m[36m (1.4ms)[0m  [1mrollback transaction[0m
         
     | 
| 
       715 
     | 
    
         
            -
              [1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m  [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
         
     | 
| 
       716 
     | 
    
         
            -
              [1m[35m (0.1ms)[0m  begin transaction
         
     | 
| 
       717 
     | 
    
         
            -
            --------------------------------------
         
     | 
| 
       718 
     | 
    
         
            -
            DateFormattedTest: test_module_defined
         
     | 
| 
       719 
     | 
    
         
            -
            --------------------------------------
         
     | 
| 
       720 
     | 
    
         
            -
              [1m[36m (0.1ms)[0m  [1mSAVEPOINT active_record_1[0m
         
     | 
| 
       721 
     | 
    
         
            -
              [1m[35mSQL (1.1ms)[0m  INSERT INTO "people" ("birth_date", "created_at", "updated_at") VALUES (?, ?, ?)  [["birth_date", "1971-02-18"], ["created_at", "2015-09-11 14:49:30.953707"], ["updated_at", "2015-09-11 14:49:30.953707"]]
         
     | 
| 
       722 
     | 
    
         
            -
              [1m[36m (0.1ms)[0m  [1mRELEASE SAVEPOINT active_record_1[0m
         
     | 
| 
       723 
     | 
    
         
            -
              [1m[35m (1.3ms)[0m  rollback transaction
         
     | 
| 
       724 
     | 
    
         
            -
              [1m[36m (0.1ms)[0m  [1mbegin transaction[0m
         
     | 
| 
       725 
     | 
    
         
            -
            ----------------------------------------------------
         
     | 
| 
       726 
     | 
    
         
            -
            DateFormattedTest: test_date_formatted_getter_german
         
     | 
| 
       727 
     | 
    
         
            -
            ----------------------------------------------------
         
     | 
| 
      
 17 
     | 
    
         
            +
            ----------------------------------------------------------------
         
     | 
| 
      
 18 
     | 
    
         
            +
            ActiveRecordDateFormattedTest: test_date_formatted_getter_german
         
     | 
| 
      
 19 
     | 
    
         
            +
            ----------------------------------------------------------------
         
     | 
| 
       728 
20 
     | 
    
         
             
              [1m[35m (0.0ms)[0m  SAVEPOINT active_record_1
         
     | 
| 
       729 
     | 
    
         
            -
              [1m[36mSQL (0. 
     | 
| 
      
 21 
     | 
    
         
            +
              [1m[36mSQL (0.2ms)[0m  [1mINSERT INTO "people" ("birth_date", "created_at", "updated_at") VALUES (?, ?, ?)[0m  [["birth_date", "1971-02-18"], ["created_at", "2015-09-12 14:45:15.848052"], ["updated_at", "2015-09-12 14:45:15.848052"]]
         
     | 
| 
       730 
22 
     | 
    
         
             
              [1m[35m (0.0ms)[0m  RELEASE SAVEPOINT active_record_1
         
     | 
| 
       731 
23 
     | 
    
         
             
              [1m[36mPerson Load (0.1ms)[0m  [1mSELECT  "people".* FROM "people"  ORDER BY "people"."id" ASC LIMIT 1[0m
         
     | 
| 
       732 
24 
     | 
    
         
             
              [1m[35mPerson Load (0.1ms)[0m  SELECT  "people".* FROM "people"  ORDER BY "people"."id" ASC LIMIT 1
         
     | 
| 
       733 
     | 
    
         
            -
              [1m[36m ( 
     | 
| 
       734 
     | 
    
         
            -
              [1m[35m (0. 
     | 
| 
       735 
     | 
    
         
            -
             
     | 
| 
       736 
     | 
    
         
            -
             
     | 
| 
       737 
     | 
    
         
            -
             
     | 
| 
      
 25 
     | 
    
         
            +
              [1m[36m (0.3ms)[0m  [1mrollback transaction[0m
         
     | 
| 
      
 26 
     | 
    
         
            +
              [1m[35m (0.0ms)[0m  begin transaction
         
     | 
| 
      
 27 
     | 
    
         
            +
            ----------------------------------------------------------------
         
     | 
| 
      
 28 
     | 
    
         
            +
            ActiveRecordDateFormattedTest: test_date_formatted_setter_german
         
     | 
| 
      
 29 
     | 
    
         
            +
            ----------------------------------------------------------------
         
     | 
| 
       738 
30 
     | 
    
         
             
              [1m[36m (0.0ms)[0m  [1mSAVEPOINT active_record_1[0m
         
     | 
| 
       739 
     | 
    
         
            -
              [1m[35mSQL (0. 
     | 
| 
      
 31 
     | 
    
         
            +
              [1m[35mSQL (0.2ms)[0m  INSERT INTO "people" ("birth_date", "created_at", "updated_at") VALUES (?, ?, ?)  [["birth_date", "1971-02-18"], ["created_at", "2015-09-12 14:45:15.851348"], ["updated_at", "2015-09-12 14:45:15.851348"]]
         
     | 
| 
       740 
32 
     | 
    
         
             
              [1m[36m (0.0ms)[0m  [1mRELEASE SAVEPOINT active_record_1[0m
         
     | 
| 
       741 
33 
     | 
    
         
             
              [1m[35mPerson Load (0.1ms)[0m  SELECT  "people".* FROM "people"  ORDER BY "people"."id" ASC LIMIT 1
         
     | 
| 
       742 
34 
     | 
    
         
             
              [1m[36m (0.0ms)[0m  [1mSAVEPOINT active_record_1[0m
         
     | 
| 
       743 
     | 
    
         
            -
              [1m[35mSQL ( 
     | 
| 
      
 35 
     | 
    
         
            +
              [1m[35mSQL (1.3ms)[0m  UPDATE "people" SET "birth_date" = ?, "updated_at" = ? WHERE "people"."id" = ?  [["birth_date", "1971-02-24"], ["updated_at", "2015-09-12 14:45:15.853452"], ["id", 1]]
         
     | 
| 
       744 
36 
     | 
    
         
             
              [1m[36m (0.0ms)[0m  [1mRELEASE SAVEPOINT active_record_1[0m
         
     | 
| 
       745 
     | 
    
         
            -
              [1m[35mPerson Load (0.4ms)[0m  SELECT  "people".* FROM "people"  ORDER BY "people"."id" ASC LIMIT 1
         
     | 
| 
       746 
     | 
    
         
            -
              [1m[36mPerson Load (0.1ms)[0m  [1mSELECT  "people".* FROM "people"  ORDER BY "people"."id" ASC LIMIT 1[0m
         
     | 
| 
       747 
     | 
    
         
            -
              [1m[35m (1.6ms)[0m  rollback transaction
         
     | 
| 
       748 
     | 
    
         
            -
              [1m[36m (0.1ms)[0m  [1mbegin transaction[0m
         
     | 
| 
       749 
     | 
    
         
            -
            ---------------------------------------------
         
     | 
| 
       750 
     | 
    
         
            -
            DateFormattedTest: test_date_formatted_getter
         
     | 
| 
       751 
     | 
    
         
            -
            ---------------------------------------------
         
     | 
| 
       752 
     | 
    
         
            -
              [1m[35m (0.1ms)[0m  SAVEPOINT active_record_1
         
     | 
| 
       753 
     | 
    
         
            -
              [1m[36mSQL (0.5ms)[0m  [1mINSERT INTO "people" ("birth_date", "created_at", "updated_at") VALUES (?, ?, ?)[0m  [["birth_date", "1971-02-18"], ["created_at", "2015-09-11 14:49:30.977008"], ["updated_at", "2015-09-11 14:49:30.977008"]]
         
     | 
| 
       754 
     | 
    
         
            -
              [1m[35m (0.1ms)[0m  RELEASE SAVEPOINT active_record_1
         
     | 
| 
       755 
     | 
    
         
            -
              [1m[36mPerson Load (0.1ms)[0m  [1mSELECT  "people".* FROM "people"  ORDER BY "people"."id" ASC LIMIT 1[0m
         
     | 
| 
       756 
37 
     | 
    
         
             
              [1m[35mPerson Load (0.1ms)[0m  SELECT  "people".* FROM "people"  ORDER BY "people"."id" ASC LIMIT 1
         
     | 
| 
       757 
     | 
    
         
            -
              [1m[ 
     | 
| 
       758 
     | 
    
         
            -
              [1m[ 
     | 
| 
       759 
     | 
    
         
            -
              [1m[ 
     | 
| 
       760 
     | 
    
         
            -
            --------------------------------------
         
     | 
| 
       761 
     | 
    
         
            -
            DateFormattedTest: test_module_defined
         
     | 
| 
       762 
     | 
    
         
            -
            --------------------------------------
         
     | 
| 
       763 
     | 
    
         
            -
              [1m[36m (0.1ms)[0m  [1mSAVEPOINT active_record_1[0m
         
     | 
| 
       764 
     | 
    
         
            -
              [1m[35mSQL (0.4ms)[0m  INSERT INTO "people" ("birth_date", "created_at", "updated_at") VALUES (?, ?, ?)  [["birth_date", "1971-02-18"], ["created_at", "2015-09-11 14:49:47.142800"], ["updated_at", "2015-09-11 14:49:47.142800"]]
         
     | 
| 
       765 
     | 
    
         
            -
              [1m[36m (0.1ms)[0m  [1mRELEASE SAVEPOINT active_record_1[0m
         
     | 
| 
       766 
     | 
    
         
            -
              [1m[35m (1.3ms)[0m  rollback transaction
         
     | 
| 
       767 
     | 
    
         
            -
              [1m[36m (0.1ms)[0m  [1mbegin transaction[0m
         
     | 
| 
       768 
     | 
    
         
            -
            ----------------------------------------------------
         
     | 
| 
       769 
     | 
    
         
            -
            DateFormattedTest: test_date_formatted_getter_german
         
     | 
| 
       770 
     | 
    
         
            -
            ----------------------------------------------------
         
     | 
| 
       771 
     | 
    
         
            -
              [1m[35m (0.2ms)[0m  SAVEPOINT active_record_1
         
     | 
| 
       772 
     | 
    
         
            -
              [1m[36mSQL (0.3ms)[0m  [1mINSERT INTO "people" ("birth_date", "created_at", "updated_at") VALUES (?, ?, ?)[0m  [["birth_date", "1971-02-18"], ["created_at", "2015-09-11 14:49:47.148488"], ["updated_at", "2015-09-11 14:49:47.148488"]]
         
     | 
| 
       773 
     | 
    
         
            -
              [1m[35m (0.0ms)[0m  RELEASE SAVEPOINT active_record_1
         
     | 
| 
       774 
     | 
    
         
            -
              [1m[36mPerson Load (0.1ms)[0m  [1mSELECT  "people".* FROM "people"  ORDER BY "people"."id" ASC LIMIT 1[0m
         
     | 
| 
       775 
     | 
    
         
            -
              [1m[35mPerson Load (0.1ms)[0m  SELECT  "people".* FROM "people"  ORDER BY "people"."id" ASC LIMIT 1
         
     | 
| 
       776 
     | 
    
         
            -
              [1m[36m (1.3ms)[0m  [1mrollback transaction[0m
         
     | 
| 
       777 
     | 
    
         
            -
              [1m[35m (0.1ms)[0m  begin transaction
         
     | 
| 
       778 
     | 
    
         
            -
            ----------------------------------------------------
         
     | 
| 
       779 
     | 
    
         
            -
            DateFormattedTest: test_date_formatted_setter_german
         
     | 
| 
       780 
     | 
    
         
            -
            ----------------------------------------------------
         
     | 
| 
       781 
     | 
    
         
            -
              [1m[36m (0.0ms)[0m  [1mSAVEPOINT active_record_1[0m
         
     | 
| 
       782 
     | 
    
         
            -
              [1m[35mSQL (0.4ms)[0m  INSERT INTO "people" ("birth_date", "created_at", "updated_at") VALUES (?, ?, ?)  [["birth_date", "1971-02-18"], ["created_at", "2015-09-11 14:49:47.153966"], ["updated_at", "2015-09-11 14:49:47.153966"]]
         
     | 
| 
       783 
     | 
    
         
            -
              [1m[36m (0.1ms)[0m  [1mRELEASE SAVEPOINT active_record_1[0m
         
     | 
| 
       784 
     | 
    
         
            -
              [1m[35mPerson Load (0.1ms)[0m  SELECT  "people".* FROM "people"  ORDER BY "people"."id" ASC LIMIT 1
         
     | 
| 
       785 
     | 
    
         
            -
              [1m[36m (0.0ms)[0m  [1mSAVEPOINT active_record_1[0m
         
     | 
| 
       786 
     | 
    
         
            -
              [1m[35mSQL (0.4ms)[0m  UPDATE "people" SET "birth_date" = ?, "updated_at" = ? WHERE "people"."id" = ?  [["birth_date", "1971-02-24"], ["updated_at", "2015-09-11 14:49:47.156296"], ["id", 1]]
         
     | 
| 
       787 
     | 
    
         
            -
              [1m[36m (0.1ms)[0m  [1mRELEASE SAVEPOINT active_record_1[0m
         
     | 
| 
       788 
     | 
    
         
            -
              [1m[35mPerson Load (0.1ms)[0m  SELECT  "people".* FROM "people"  ORDER BY "people"."id" ASC LIMIT 1
         
     | 
| 
       789 
     | 
    
         
            -
              [1m[36mPerson Load (0.1ms)[0m  [1mSELECT  "people".* FROM "people"  ORDER BY "people"."id" ASC LIMIT 1[0m
         
     | 
| 
       790 
     | 
    
         
            -
              [1m[35m (1.9ms)[0m  rollback transaction
         
     | 
| 
       791 
     | 
    
         
            -
              [1m[36m (0.1ms)[0m  [1mbegin transaction[0m
         
     | 
| 
       792 
     | 
    
         
            -
            ---------------------------------------------
         
     | 
| 
       793 
     | 
    
         
            -
            DateFormattedTest: test_date_formatted_getter
         
     | 
| 
       794 
     | 
    
         
            -
            ---------------------------------------------
         
     | 
| 
       795 
     | 
    
         
            -
              [1m[35m (0.1ms)[0m  SAVEPOINT active_record_1
         
     | 
| 
       796 
     | 
    
         
            -
              [1m[36mSQL (0.6ms)[0m  [1mINSERT INTO "people" ("birth_date", "created_at", "updated_at") VALUES (?, ?, ?)[0m  [["birth_date", "1971-02-18"], ["created_at", "2015-09-11 14:49:47.165721"], ["updated_at", "2015-09-11 14:49:47.165721"]]
         
     | 
| 
       797 
     | 
    
         
            -
              [1m[35m (0.1ms)[0m  RELEASE SAVEPOINT active_record_1
         
     | 
| 
       798 
     | 
    
         
            -
              [1m[36mPerson Load (0.1ms)[0m  [1mSELECT  "people".* FROM "people"  ORDER BY "people"."id" ASC LIMIT 1[0m
         
     | 
| 
       799 
     | 
    
         
            -
              [1m[35mPerson Load (0.1ms)[0m  SELECT  "people".* FROM "people"  ORDER BY "people"."id" ASC LIMIT 1
         
     | 
| 
       800 
     | 
    
         
            -
              [1m[36m (1.2ms)[0m  [1mrollback transaction[0m
         
     | 
| 
       801 
     | 
    
         
            -
              [1m[36mActiveRecord::SchemaMigration Load (1.1ms)[0m  [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
         
     | 
| 
       802 
     | 
    
         
            -
              [1m[35m (0.1ms)[0m  begin transaction
         
     | 
| 
       803 
     | 
    
         
            -
            ----------------------------------------------------------------
         
     | 
| 
       804 
     | 
    
         
            -
            ActiveRecordDateFormattedTest: test_date_formatted_getter_german
         
     | 
| 
       805 
     | 
    
         
            -
            ----------------------------------------------------------------
         
     | 
| 
       806 
     | 
    
         
            -
              [1m[36m (0.1ms)[0m  [1mSAVEPOINT active_record_1[0m
         
     | 
| 
       807 
     | 
    
         
            -
              [1m[35mSQL (1.9ms)[0m  INSERT INTO "people" ("birth_date", "created_at", "updated_at") VALUES (?, ?, ?)  [["birth_date", "1971-02-18"], ["created_at", "2015-09-11 15:23:00.079508"], ["updated_at", "2015-09-11 15:23:00.079508"]]
         
     | 
| 
       808 
     | 
    
         
            -
              [1m[36m (0.1ms)[0m  [1mRELEASE SAVEPOINT active_record_1[0m
         
     | 
| 
       809 
     | 
    
         
            -
              [1m[35mPerson Load (0.1ms)[0m  SELECT  "people".* FROM "people"  ORDER BY "people"."id" ASC LIMIT 1
         
     | 
| 
       810 
     | 
    
         
            -
              [1m[36mPerson Load (0.1ms)[0m  [1mSELECT  "people".* FROM "people"  ORDER BY "people"."id" ASC LIMIT 1[0m
         
     | 
| 
       811 
     | 
    
         
            -
              [1m[35m (1.3ms)[0m  rollback transaction
         
     | 
| 
       812 
     | 
    
         
            -
              [1m[36m (0.1ms)[0m  [1mbegin transaction[0m
         
     | 
| 
      
 38 
     | 
    
         
            +
              [1m[36mPerson Load (0.0ms)[0m  [1mSELECT  "people".* FROM "people"  ORDER BY "people"."id" ASC LIMIT 1[0m
         
     | 
| 
      
 39 
     | 
    
         
            +
              [1m[35m (0.5ms)[0m  rollback transaction
         
     | 
| 
      
 40 
     | 
    
         
            +
              [1m[36m (0.0ms)[0m  [1mbegin transaction[0m
         
     | 
| 
       813 
41 
     | 
    
         
             
            ---------------------------------------------------------
         
     | 
| 
       814 
42 
     | 
    
         
             
            ActiveRecordDateFormattedTest: test_date_formatted_getter
         
     | 
| 
       815 
43 
     | 
    
         
             
            ---------------------------------------------------------
         
     | 
| 
       816 
44 
     | 
    
         
             
              [1m[35m (0.0ms)[0m  SAVEPOINT active_record_1
         
     | 
| 
       817 
     | 
    
         
            -
              [1m[36mSQL (0.3ms)[0m  [1mINSERT INTO "people" ("birth_date", "created_at", "updated_at") VALUES (?, ?, ?)[0m  [["birth_date", "1971-02-18"], ["created_at", "2015-09- 
     | 
| 
       818 
     | 
    
         
            -
              [1m[35m (0. 
     | 
| 
       819 
     | 
    
         
            -
              [1m[36mPerson Load (0.1ms)[0m  [1mSELECT  "people".* FROM "people"  ORDER BY "people"."id" ASC LIMIT 1[0m
         
     | 
| 
       820 
     | 
    
         
            -
              [1m[35mPerson Load (0.1ms)[0m  SELECT  "people".* FROM "people"  ORDER BY "people"."id" ASC LIMIT 1
         
     | 
| 
       821 
     | 
    
         
            -
              [1m[36m (1.3ms)[0m  [1mrollback transaction[0m
         
     | 
| 
       822 
     | 
    
         
            -
              [1m[35m (0.1ms)[0m  begin transaction
         
     | 
| 
       823 
     | 
    
         
            -
            --------------------------------------------------
         
     | 
| 
       824 
     | 
    
         
            -
            ActiveRecordDateFormattedTest: test_module_defined
         
     | 
| 
       825 
     | 
    
         
            -
            --------------------------------------------------
         
     | 
| 
       826 
     | 
    
         
            -
              [1m[36m (0.0ms)[0m  [1mSAVEPOINT active_record_1[0m
         
     | 
| 
       827 
     | 
    
         
            -
              [1m[35mSQL (0.6ms)[0m  INSERT INTO "people" ("birth_date", "created_at", "updated_at") VALUES (?, ?, ?)  [["birth_date", "1971-02-18"], ["created_at", "2015-09-11 15:23:00.094466"], ["updated_at", "2015-09-11 15:23:00.094466"]]
         
     | 
| 
       828 
     | 
    
         
            -
              [1m[36m (0.2ms)[0m  [1mRELEASE SAVEPOINT active_record_1[0m
         
     | 
| 
       829 
     | 
    
         
            -
              [1m[35m (1.4ms)[0m  rollback transaction
         
     | 
| 
       830 
     | 
    
         
            -
              [1m[36m (0.1ms)[0m  [1mbegin transaction[0m
         
     | 
| 
       831 
     | 
    
         
            -
            ----------------------------------------------------------------
         
     | 
| 
       832 
     | 
    
         
            -
            ActiveRecordDateFormattedTest: test_date_formatted_setter_german
         
     | 
| 
       833 
     | 
    
         
            -
            ----------------------------------------------------------------
         
     | 
| 
       834 
     | 
    
         
            -
              [1m[35m (0.0ms)[0m  SAVEPOINT active_record_1
         
     | 
| 
       835 
     | 
    
         
            -
              [1m[36mSQL (0.4ms)[0m  [1mINSERT INTO "people" ("birth_date", "created_at", "updated_at") VALUES (?, ?, ?)[0m  [["birth_date", "1971-02-18"], ["created_at", "2015-09-11 15:23:00.100173"], ["updated_at", "2015-09-11 15:23:00.100173"]]
         
     | 
| 
       836 
     | 
    
         
            -
              [1m[35m (0.1ms)[0m  RELEASE SAVEPOINT active_record_1
         
     | 
| 
       837 
     | 
    
         
            -
              [1m[36mPerson Load (0.1ms)[0m  [1mSELECT  "people".* FROM "people"  ORDER BY "people"."id" ASC LIMIT 1[0m
         
     | 
| 
       838 
     | 
    
         
            -
              [1m[35m (0.0ms)[0m  SAVEPOINT active_record_1
         
     | 
| 
       839 
     | 
    
         
            -
              [1m[36mSQL (0.5ms)[0m  [1mUPDATE "people" SET "birth_date" = ?, "updated_at" = ? WHERE "people"."id" = ?[0m  [["birth_date", "1971-02-24"], ["updated_at", "2015-09-11 15:23:00.102512"], ["id", 1]]
         
     | 
| 
       840 
     | 
    
         
            -
              [1m[35m (0.1ms)[0m  RELEASE SAVEPOINT active_record_1
         
     | 
| 
      
 45 
     | 
    
         
            +
              [1m[36mSQL (0.3ms)[0m  [1mINSERT INTO "people" ("birth_date", "created_at", "updated_at") VALUES (?, ?, ?)[0m  [["birth_date", "1971-02-18"], ["created_at", "2015-09-12 14:45:15.859699"], ["updated_at", "2015-09-12 14:45:15.859699"]]
         
     | 
| 
      
 46 
     | 
    
         
            +
              [1m[35m (0.0ms)[0m  RELEASE SAVEPOINT active_record_1
         
     | 
| 
       841 
47 
     | 
    
         
             
              [1m[36mPerson Load (0.1ms)[0m  [1mSELECT  "people".* FROM "people"  ORDER BY "people"."id" ASC LIMIT 1[0m
         
     | 
| 
       842 
48 
     | 
    
         
             
              [1m[35mPerson Load (0.0ms)[0m  SELECT  "people".* FROM "people"  ORDER BY "people"."id" ASC LIMIT 1
         
     | 
| 
       843 
     | 
    
         
            -
              [1m[36m ( 
     | 
| 
      
 49 
     | 
    
         
            +
              [1m[36m (0.3ms)[0m  [1mrollback transaction[0m
         
     | 
| 
       844 
50 
     | 
    
         
             
              [1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m  [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
         
     | 
| 
       845 
51 
     | 
    
         
             
              [1m[35m (0.1ms)[0m  begin transaction
         
     | 
| 
       846 
     | 
    
         
            -
            ---------------------------------------------------------
         
     | 
| 
       847 
     | 
    
         
            -
            ActiveRecordDateFormattedTest: test_date_formatted_getter
         
     | 
| 
       848 
     | 
    
         
            -
            ---------------------------------------------------------
         
     | 
| 
       849 
     | 
    
         
            -
              [1m[36m (0.1ms)[0m  [1mSAVEPOINT active_record_1[0m
         
     | 
| 
       850 
     | 
    
         
            -
              [1m[35mSQL (0.4ms)[0m  INSERT INTO "people" ("birth_date", "created_at", "updated_at") VALUES (?, ?, ?)  [["birth_date", "1971-02-18"], ["created_at", "2015-09-11 15:23:24.682190"], ["updated_at", "2015-09-11 15:23:24.682190"]]
         
     | 
| 
       851 
     | 
    
         
            -
              [1m[36m (0.0ms)[0m  [1mRELEASE SAVEPOINT active_record_1[0m
         
     | 
| 
       852 
     | 
    
         
            -
              [1m[35mPerson Load (0.1ms)[0m  SELECT  "people".* FROM "people"  ORDER BY "people"."id" ASC LIMIT 1
         
     | 
| 
       853 
     | 
    
         
            -
              [1m[36mPerson Load (0.1ms)[0m  [1mSELECT  "people".* FROM "people"  ORDER BY "people"."id" ASC LIMIT 1[0m
         
     | 
| 
       854 
     | 
    
         
            -
              [1m[35m (1.3ms)[0m  rollback transaction
         
     | 
| 
       855 
     | 
    
         
            -
              [1m[36m (0.1ms)[0m  [1mbegin transaction[0m
         
     | 
| 
       856 
     | 
    
         
            -
            --------------------------------------------------
         
     | 
| 
       857 
     | 
    
         
            -
            ActiveRecordDateFormattedTest: test_module_defined
         
     | 
| 
       858 
     | 
    
         
            -
            --------------------------------------------------
         
     | 
| 
       859 
     | 
    
         
            -
              [1m[35m (0.0ms)[0m  SAVEPOINT active_record_1
         
     | 
| 
       860 
     | 
    
         
            -
              [1m[36mSQL (0.4ms)[0m  [1mINSERT INTO "people" ("birth_date", "created_at", "updated_at") VALUES (?, ?, ?)[0m  [["birth_date", "1971-02-18"], ["created_at", "2015-09-11 15:23:24.690109"], ["updated_at", "2015-09-11 15:23:24.690109"]]
         
     | 
| 
       861 
     | 
    
         
            -
              [1m[35m (0.0ms)[0m  RELEASE SAVEPOINT active_record_1
         
     | 
| 
       862 
     | 
    
         
            -
              [1m[36m (1.5ms)[0m  [1mrollback transaction[0m
         
     | 
| 
       863 
     | 
    
         
            -
              [1m[35m (0.1ms)[0m  begin transaction
         
     | 
| 
       864 
52 
     | 
    
         
             
            ----------------------------------------------------------------
         
     | 
| 
       865 
53 
     | 
    
         
             
            ActiveRecordDateFormattedTest: test_date_formatted_getter_german
         
     | 
| 
       866 
54 
     | 
    
         
             
            ----------------------------------------------------------------
         
     | 
| 
       867 
55 
     | 
    
         
             
              [1m[36m (0.0ms)[0m  [1mSAVEPOINT active_record_1[0m
         
     | 
| 
       868 
     | 
    
         
            -
              [1m[35mSQL (0. 
     | 
| 
      
 56 
     | 
    
         
            +
              [1m[35mSQL (0.8ms)[0m  INSERT INTO "people" ("birth_date", "created_at", "updated_at") VALUES (?, ?, ?)  [["birth_date", "1971-02-18"], ["created_at", "2015-09-12 14:45:27.075990"], ["updated_at", "2015-09-12 14:45:27.075990"]]
         
     | 
| 
       869 
57 
     | 
    
         
             
              [1m[36m (0.0ms)[0m  [1mRELEASE SAVEPOINT active_record_1[0m
         
     | 
| 
       870 
58 
     | 
    
         
             
              [1m[35mPerson Load (0.1ms)[0m  SELECT  "people".* FROM "people"  ORDER BY "people"."id" ASC LIMIT 1
         
     | 
| 
       871 
     | 
    
         
            -
              [1m[36mPerson Load (0. 
     | 
| 
       872 
     | 
    
         
            -
              [1m[35m ( 
     | 
| 
      
 59 
     | 
    
         
            +
              [1m[36mPerson Load (0.0ms)[0m  [1mSELECT  "people".* FROM "people"  ORDER BY "people"."id" ASC LIMIT 1[0m
         
     | 
| 
      
 60 
     | 
    
         
            +
              [1m[35m (8.3ms)[0m  rollback transaction
         
     | 
| 
       873 
61 
     | 
    
         
             
              [1m[36m (0.1ms)[0m  [1mbegin transaction[0m
         
     | 
| 
       874 
62 
     | 
    
         
             
            ----------------------------------------------------------------
         
     | 
| 
       875 
63 
     | 
    
         
             
            ActiveRecordDateFormattedTest: test_date_formatted_setter_german
         
     | 
| 
       876 
64 
     | 
    
         
             
            ----------------------------------------------------------------
         
     | 
| 
       877 
65 
     | 
    
         
             
              [1m[35m (0.0ms)[0m  SAVEPOINT active_record_1
         
     | 
| 
       878 
     | 
    
         
            -
              [1m[36mSQL (0.3ms)[0m  [1mINSERT INTO "people" ("birth_date", "created_at", "updated_at") VALUES (?, ?, ?)[0m  [["birth_date", "1971-02-18"], ["created_at", "2015-09- 
     | 
| 
      
 66 
     | 
    
         
            +
              [1m[36mSQL (0.3ms)[0m  [1mINSERT INTO "people" ("birth_date", "created_at", "updated_at") VALUES (?, ?, ?)[0m  [["birth_date", "1971-02-18"], ["created_at", "2015-09-12 14:45:27.089165"], ["updated_at", "2015-09-12 14:45:27.089165"]]
         
     | 
| 
       879 
67 
     | 
    
         
             
              [1m[35m (0.0ms)[0m  RELEASE SAVEPOINT active_record_1
         
     | 
| 
       880 
68 
     | 
    
         
             
              [1m[36mPerson Load (0.1ms)[0m  [1mSELECT  "people".* FROM "people"  ORDER BY "people"."id" ASC LIMIT 1[0m
         
     | 
| 
       881 
69 
     | 
    
         
             
              [1m[35m (0.0ms)[0m  SAVEPOINT active_record_1
         
     | 
| 
       882 
     | 
    
         
            -
              [1m[36mSQL (0. 
     | 
| 
       883 
     | 
    
         
            -
              [1m[35m (0.2ms)[0m  RELEASE SAVEPOINT active_record_1
         
     | 
| 
       884 
     | 
    
         
            -
              [1m[36mPerson Load (0.1ms)[0m  [1mSELECT  "people".* FROM "people"  ORDER BY "people"."id" ASC LIMIT 1[0m
         
     | 
| 
       885 
     | 
    
         
            -
              [1m[35mPerson Load (0.1ms)[0m  SELECT  "people".* FROM "people"  ORDER BY "people"."id" ASC LIMIT 1
         
     | 
| 
       886 
     | 
    
         
            -
              [1m[36m (1.6ms)[0m  [1mrollback transaction[0m
         
     | 
| 
       887 
     | 
    
         
            -
              [1m[36mActiveRecord::SchemaMigration Load (0.2ms)[0m  [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
         
     | 
| 
       888 
     | 
    
         
            -
              [1m[35m (0.1ms)[0m  begin transaction
         
     | 
| 
       889 
     | 
    
         
            -
            ---------------------------------------------------------
         
     | 
| 
       890 
     | 
    
         
            -
            ActiveRecordDateFormattedTest: test_date_formatted_getter
         
     | 
| 
       891 
     | 
    
         
            -
            ---------------------------------------------------------
         
     | 
| 
       892 
     | 
    
         
            -
              [1m[36m (0.0ms)[0m  [1mSAVEPOINT active_record_1[0m
         
     | 
| 
       893 
     | 
    
         
            -
              [1m[35mSQL (0.5ms)[0m  INSERT INTO "people" ("birth_date", "created_at", "updated_at") VALUES (?, ?, ?)  [["birth_date", "1971-02-18"], ["created_at", "2015-09-11 15:29:20.828114"], ["updated_at", "2015-09-11 15:29:20.828114"]]
         
     | 
| 
       894 
     | 
    
         
            -
              [1m[36m (0.1ms)[0m  [1mRELEASE SAVEPOINT active_record_1[0m
         
     | 
| 
       895 
     | 
    
         
            -
              [1m[35mPerson Load (0.1ms)[0m  SELECT  "people".* FROM "people"  ORDER BY "people"."id" ASC LIMIT 1
         
     | 
| 
       896 
     | 
    
         
            -
              [1m[36mPerson Load (0.1ms)[0m  [1mSELECT  "people".* FROM "people"  ORDER BY "people"."id" ASC LIMIT 1[0m
         
     | 
| 
       897 
     | 
    
         
            -
              [1m[35m (1.3ms)[0m  rollback transaction
         
     | 
| 
       898 
     | 
    
         
            -
              [1m[36m (0.1ms)[0m  [1mbegin transaction[0m
         
     | 
| 
       899 
     | 
    
         
            -
            --------------------------------------------------
         
     | 
| 
       900 
     | 
    
         
            -
            ActiveRecordDateFormattedTest: test_module_defined
         
     | 
| 
       901 
     | 
    
         
            -
            --------------------------------------------------
         
     | 
| 
       902 
     | 
    
         
            -
              [1m[35m (0.0ms)[0m  SAVEPOINT active_record_1
         
     | 
| 
       903 
     | 
    
         
            -
              [1m[36mSQL (0.4ms)[0m  [1mINSERT INTO "people" ("birth_date", "created_at", "updated_at") VALUES (?, ?, ?)[0m  [["birth_date", "1971-02-18"], ["created_at", "2015-09-11 15:29:20.836436"], ["updated_at", "2015-09-11 15:29:20.836436"]]
         
     | 
| 
       904 
     | 
    
         
            -
              [1m[35m (0.0ms)[0m  RELEASE SAVEPOINT active_record_1
         
     | 
| 
       905 
     | 
    
         
            -
              [1m[36m (1.4ms)[0m  [1mrollback transaction[0m
         
     | 
| 
       906 
     | 
    
         
            -
              [1m[35m (0.1ms)[0m  begin transaction
         
     | 
| 
       907 
     | 
    
         
            -
            ----------------------------------------------------------------
         
     | 
| 
       908 
     | 
    
         
            -
            ActiveRecordDateFormattedTest: test_date_formatted_setter_german
         
     | 
| 
       909 
     | 
    
         
            -
            ----------------------------------------------------------------
         
     | 
| 
       910 
     | 
    
         
            -
              [1m[36m (0.0ms)[0m  [1mSAVEPOINT active_record_1[0m
         
     | 
| 
       911 
     | 
    
         
            -
              [1m[35mSQL (0.7ms)[0m  INSERT INTO "people" ("birth_date", "created_at", "updated_at") VALUES (?, ?, ?)  [["birth_date", "1971-02-18"], ["created_at", "2015-09-11 15:29:20.840114"], ["updated_at", "2015-09-11 15:29:20.840114"]]
         
     | 
| 
       912 
     | 
    
         
            -
              [1m[36m (0.1ms)[0m  [1mRELEASE SAVEPOINT active_record_1[0m
         
     | 
| 
       913 
     | 
    
         
            -
              [1m[35mPerson Load (0.1ms)[0m  SELECT  "people".* FROM "people"  ORDER BY "people"."id" ASC LIMIT 1
         
     | 
| 
       914 
     | 
    
         
            -
              [1m[36m (0.0ms)[0m  [1mSAVEPOINT active_record_1[0m
         
     | 
| 
       915 
     | 
    
         
            -
              [1m[35mSQL (0.3ms)[0m  UPDATE "people" SET "birth_date" = ?, "updated_at" = ? WHERE "people"."id" = ?  [["birth_date", "1971-02-24"], ["updated_at", "2015-09-11 15:29:20.842607"], ["id", 1]]
         
     | 
| 
       916 
     | 
    
         
            -
              [1m[36m (0.0ms)[0m  [1mRELEASE SAVEPOINT active_record_1[0m
         
     | 
| 
       917 
     | 
    
         
            -
              [1m[35mPerson Load (0.1ms)[0m  SELECT  "people".* FROM "people"  ORDER BY "people"."id" ASC LIMIT 1
         
     | 
| 
       918 
     | 
    
         
            -
              [1m[36mPerson Load (0.1ms)[0m  [1mSELECT  "people".* FROM "people"  ORDER BY "people"."id" ASC LIMIT 1[0m
         
     | 
| 
       919 
     | 
    
         
            -
              [1m[35m (1.9ms)[0m  rollback transaction
         
     | 
| 
       920 
     | 
    
         
            -
              [1m[36m (0.1ms)[0m  [1mbegin transaction[0m
         
     | 
| 
       921 
     | 
    
         
            -
            ----------------------------------------------------------------
         
     | 
| 
       922 
     | 
    
         
            -
            ActiveRecordDateFormattedTest: test_date_formatted_getter_german
         
     | 
| 
       923 
     | 
    
         
            -
            ----------------------------------------------------------------
         
     | 
| 
       924 
     | 
    
         
            -
              [1m[35m (0.0ms)[0m  SAVEPOINT active_record_1
         
     | 
| 
       925 
     | 
    
         
            -
              [1m[36mSQL (0.4ms)[0m  [1mINSERT INTO "people" ("birth_date", "created_at", "updated_at") VALUES (?, ?, ?)[0m  [["birth_date", "1971-02-18"], ["created_at", "2015-09-11 15:29:20.850886"], ["updated_at", "2015-09-11 15:29:20.850886"]]
         
     | 
| 
      
 70 
     | 
    
         
            +
              [1m[36mSQL (0.8ms)[0m  [1mUPDATE "people" SET "birth_date" = ?, "updated_at" = ? WHERE "people"."id" = ?[0m  [["birth_date", "1971-02-24"], ["updated_at", "2015-09-12 14:45:27.091130"], ["id", 1]]
         
     | 
| 
       926 
71 
     | 
    
         
             
              [1m[35m (0.0ms)[0m  RELEASE SAVEPOINT active_record_1
         
     | 
| 
       927 
72 
     | 
    
         
             
              [1m[36mPerson Load (0.1ms)[0m  [1mSELECT  "people".* FROM "people"  ORDER BY "people"."id" ASC LIMIT 1[0m
         
     | 
| 
       928 
     | 
    
         
            -
              [1m[35mPerson Load (0. 
     | 
| 
       929 
     | 
    
         
            -
              [1m[36m ( 
     | 
| 
       930 
     | 
    
         
            -
              [1m[ 
     | 
| 
       931 
     | 
    
         
            -
              [1m[35m (0.1ms)[0m  begin transaction
         
     | 
| 
      
 73 
     | 
    
         
            +
              [1m[35mPerson Load (0.0ms)[0m  SELECT  "people".* FROM "people"  ORDER BY "people"."id" ASC LIMIT 1
         
     | 
| 
      
 74 
     | 
    
         
            +
              [1m[36m (0.6ms)[0m  [1mrollback transaction[0m
         
     | 
| 
      
 75 
     | 
    
         
            +
              [1m[35m (0.0ms)[0m  begin transaction
         
     | 
| 
       932 
76 
     | 
    
         
             
            ---------------------------------------------------------
         
     | 
| 
       933 
77 
     | 
    
         
             
            ActiveRecordDateFormattedTest: test_date_formatted_getter
         
     | 
| 
       934 
78 
     | 
    
         
             
            ---------------------------------------------------------
         
     | 
| 
       935 
     | 
    
         
            -
              [1m[36m (0. 
     | 
| 
       936 
     | 
    
         
            -
              [1m[35mSQL (0. 
     | 
| 
      
 79 
     | 
    
         
            +
              [1m[36m (0.0ms)[0m  [1mSAVEPOINT active_record_1[0m
         
     | 
| 
      
 80 
     | 
    
         
            +
              [1m[35mSQL (0.1ms)[0m  INSERT INTO "people" ("birth_date", "created_at", "updated_at") VALUES (?, ?, ?)  [["birth_date", "1971-02-18"], ["created_at", "2015-09-12 14:45:27.096561"], ["updated_at", "2015-09-12 14:45:27.096561"]]
         
     | 
| 
       937 
81 
     | 
    
         
             
              [1m[36m (0.0ms)[0m  [1mRELEASE SAVEPOINT active_record_1[0m
         
     | 
| 
       938 
     | 
    
         
            -
              [1m[35mPerson Load (0. 
     | 
| 
       939 
     | 
    
         
            -
              [1m[36mPerson Load (0. 
     | 
| 
       940 
     | 
    
         
            -
              [1m[35m ( 
     | 
| 
       941 
     | 
    
         
            -
              [1m[36m (0. 
     | 
| 
      
 82 
     | 
    
         
            +
              [1m[35mPerson Load (0.0ms)[0m  SELECT  "people".* FROM "people"  ORDER BY "people"."id" ASC LIMIT 1
         
     | 
| 
      
 83 
     | 
    
         
            +
              [1m[36mPerson Load (0.0ms)[0m  [1mSELECT  "people".* FROM "people"  ORDER BY "people"."id" ASC LIMIT 1[0m
         
     | 
| 
      
 84 
     | 
    
         
            +
              [1m[35m (0.3ms)[0m  rollback transaction
         
     | 
| 
      
 85 
     | 
    
         
            +
              [1m[36m (0.0ms)[0m  [1mbegin transaction[0m
         
     | 
| 
       942 
86 
     | 
    
         
             
            --------------------------------------------------
         
     | 
| 
       943 
87 
     | 
    
         
             
            ActiveRecordDateFormattedTest: test_module_defined
         
     | 
| 
       944 
88 
     | 
    
         
             
            --------------------------------------------------
         
     | 
| 
       945 
89 
     | 
    
         
             
              [1m[35m (0.0ms)[0m  SAVEPOINT active_record_1
         
     | 
| 
       946 
     | 
    
         
            -
              [1m[36mSQL (0. 
     | 
| 
      
 90 
     | 
    
         
            +
              [1m[36mSQL (0.1ms)[0m  [1mINSERT INTO "people" ("birth_date", "created_at", "updated_at") VALUES (?, ?, ?)[0m  [["birth_date", "1971-02-18"], ["created_at", "2015-09-12 14:45:27.098284"], ["updated_at", "2015-09-12 14:45:27.098284"]]
         
     | 
| 
       947 
91 
     | 
    
         
             
              [1m[35m (0.0ms)[0m  RELEASE SAVEPOINT active_record_1
         
     | 
| 
       948 
     | 
    
         
            -
              [1m[36m ( 
     | 
| 
       949 
     | 
    
         
            -
              [1m[35m (0.1ms)[0m  begin transaction
         
     | 
| 
       950 
     | 
    
         
            -
            ----------------------------------------------------------------
         
     | 
| 
       951 
     | 
    
         
            -
            ActiveRecordDateFormattedTest: test_date_formatted_getter_german
         
     | 
| 
       952 
     | 
    
         
            -
            ----------------------------------------------------------------
         
     | 
| 
       953 
     | 
    
         
            -
              [1m[36m (0.0ms)[0m  [1mSAVEPOINT active_record_1[0m
         
     | 
| 
       954 
     | 
    
         
            -
              [1m[35mSQL (0.3ms)[0m  INSERT INTO "people" ("birth_date", "created_at", "updated_at") VALUES (?, ?, ?)  [["birth_date", "1971-02-18"], ["created_at", "2015-09-11 15:56:41.146012"], ["updated_at", "2015-09-11 15:56:41.146012"]]
         
     | 
| 
       955 
     | 
    
         
            -
              [1m[36m (0.1ms)[0m  [1mRELEASE SAVEPOINT active_record_1[0m
         
     | 
| 
       956 
     | 
    
         
            -
              [1m[35mPerson Load (0.1ms)[0m  SELECT  "people".* FROM "people"  ORDER BY "people"."id" ASC LIMIT 1
         
     | 
| 
       957 
     | 
    
         
            -
              [1m[36mPerson Load (0.1ms)[0m  [1mSELECT  "people".* FROM "people"  ORDER BY "people"."id" ASC LIMIT 1[0m
         
     | 
| 
       958 
     | 
    
         
            -
              [1m[35m (1.5ms)[0m  rollback transaction
         
     | 
| 
       959 
     | 
    
         
            -
              [1m[36m (0.1ms)[0m  [1mbegin transaction[0m
         
     | 
| 
       960 
     | 
    
         
            -
            ----------------------------------------------------------------
         
     | 
| 
       961 
     | 
    
         
            -
            ActiveRecordDateFormattedTest: test_date_formatted_setter_german
         
     | 
| 
       962 
     | 
    
         
            -
            ----------------------------------------------------------------
         
     | 
| 
       963 
     | 
    
         
            -
              [1m[35m (0.1ms)[0m  SAVEPOINT active_record_1
         
     | 
| 
       964 
     | 
    
         
            -
              [1m[36mSQL (0.4ms)[0m  [1mINSERT INTO "people" ("birth_date", "created_at", "updated_at") VALUES (?, ?, ?)[0m  [["birth_date", "1971-02-18"], ["created_at", "2015-09-11 15:56:41.151047"], ["updated_at", "2015-09-11 15:56:41.151047"]]
         
     | 
| 
       965 
     | 
    
         
            -
              [1m[35m (0.1ms)[0m  RELEASE SAVEPOINT active_record_1
         
     | 
| 
       966 
     | 
    
         
            -
              [1m[36mPerson Load (0.1ms)[0m  [1mSELECT  "people".* FROM "people"  ORDER BY "people"."id" ASC LIMIT 1[0m
         
     | 
| 
       967 
     | 
    
         
            -
              [1m[35m (0.0ms)[0m  SAVEPOINT active_record_1
         
     | 
| 
       968 
     | 
    
         
            -
              [1m[36mSQL (0.4ms)[0m  [1mUPDATE "people" SET "birth_date" = ?, "updated_at" = ? WHERE "people"."id" = ?[0m  [["birth_date", "1971-02-24"], ["updated_at", "2015-09-11 15:56:41.153683"], ["id", 1]]
         
     | 
| 
       969 
     | 
    
         
            -
              [1m[35m (0.0ms)[0m  RELEASE SAVEPOINT active_record_1
         
     | 
| 
       970 
     | 
    
         
            -
              [1m[36mPerson Load (0.3ms)[0m  [1mSELECT  "people".* FROM "people"  ORDER BY "people"."id" ASC LIMIT 1[0m
         
     | 
| 
       971 
     | 
    
         
            -
              [1m[35mPerson Load (0.1ms)[0m  SELECT  "people".* FROM "people"  ORDER BY "people"."id" ASC LIMIT 1
         
     | 
| 
       972 
     | 
    
         
            -
              [1m[36m (1.5ms)[0m  [1mrollback transaction[0m
         
     | 
| 
      
 92 
     | 
    
         
            +
              [1m[36m (0.2ms)[0m  [1mrollback transaction[0m
         
     | 
    
        metadata
    CHANGED
    
    | 
         @@ -1,14 +1,14 @@ 
     | 
|
| 
       1 
1 
     | 
    
         
             
            --- !ruby/object:Gem::Specification
         
     | 
| 
       2 
2 
     | 
    
         
             
            name: active_record_date_formatted
         
     | 
| 
       3 
3 
     | 
    
         
             
            version: !ruby/object:Gem::Version
         
     | 
| 
       4 
     | 
    
         
            -
              version: 0.0. 
     | 
| 
      
 4 
     | 
    
         
            +
              version: 0.0.6
         
     | 
| 
       5 
5 
     | 
    
         
             
            platform: ruby
         
     | 
| 
       6 
6 
     | 
    
         
             
            authors:
         
     | 
| 
       7 
7 
     | 
    
         
             
            - Igor Jancev
         
     | 
| 
       8 
8 
     | 
    
         
             
            autorequire: 
         
     | 
| 
       9 
9 
     | 
    
         
             
            bindir: bin
         
     | 
| 
       10 
10 
     | 
    
         
             
            cert_chain: []
         
     | 
| 
       11 
     | 
    
         
            -
            date: 2015-09- 
     | 
| 
      
 11 
     | 
    
         
            +
            date: 2015-09-12 00:00:00.000000000 Z
         
     | 
| 
       12 
12 
     | 
    
         
             
            dependencies:
         
     | 
| 
       13 
13 
     | 
    
         
             
            - !ruby/object:Gem::Dependency
         
     | 
| 
       14 
14 
     | 
    
         
             
              name: rails
         
     | 
| 
         @@ -98,11 +98,9 @@ files: 
     | 
|
| 
       98 
98 
     | 
    
         
             
            - test/dummy/config/locales/en.yml
         
     | 
| 
       99 
99 
     | 
    
         
             
            - test/dummy/config/routes.rb
         
     | 
| 
       100 
100 
     | 
    
         
             
            - test/dummy/config/secrets.yml
         
     | 
| 
       101 
     | 
    
         
            -
            - test/dummy/db/development.sqlite3
         
     | 
| 
       102 
101 
     | 
    
         
             
            - test/dummy/db/migrate/20150911135550_create_people.rb
         
     | 
| 
       103 
102 
     | 
    
         
             
            - test/dummy/db/schema.rb
         
     | 
| 
       104 
103 
     | 
    
         
             
            - test/dummy/db/test.sqlite3
         
     | 
| 
       105 
     | 
    
         
            -
            - test/dummy/log/development.log
         
     | 
| 
       106 
104 
     | 
    
         
             
            - test/dummy/log/test.log
         
     | 
| 
       107 
105 
     | 
    
         
             
            - test/dummy/public/404.html
         
     | 
| 
       108 
106 
     | 
    
         
             
            - test/dummy/public/422.html
         
     | 
| 
         @@ -131,7 +129,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement 
     | 
|
| 
       131 
129 
     | 
    
         
             
                  version: '0'
         
     | 
| 
       132 
130 
     | 
    
         
             
            requirements: []
         
     | 
| 
       133 
131 
     | 
    
         
             
            rubyforge_project: 
         
     | 
| 
       134 
     | 
    
         
            -
            rubygems_version: 2. 
     | 
| 
      
 132 
     | 
    
         
            +
            rubygems_version: 2.2.2
         
     | 
| 
       135 
133 
     | 
    
         
             
            signing_key: 
         
     | 
| 
       136 
134 
     | 
    
         
             
            specification_version: 4
         
     | 
| 
       137 
135 
     | 
    
         
             
            summary: Adds *_formatted and *_formatted= methods to all rails model's date attributes
         
     | 
| 
         @@ -167,11 +165,9 @@ test_files: 
     | 
|
| 
       167 
165 
     | 
    
         
             
            - test/dummy/config/routes.rb
         
     | 
| 
       168 
166 
     | 
    
         
             
            - test/dummy/config/secrets.yml
         
     | 
| 
       169 
167 
     | 
    
         
             
            - test/dummy/config.ru
         
     | 
| 
       170 
     | 
    
         
            -
            - test/dummy/db/development.sqlite3
         
     | 
| 
       171 
168 
     | 
    
         
             
            - test/dummy/db/migrate/20150911135550_create_people.rb
         
     | 
| 
       172 
169 
     | 
    
         
             
            - test/dummy/db/schema.rb
         
     | 
| 
       173 
170 
     | 
    
         
             
            - test/dummy/db/test.sqlite3
         
     | 
| 
       174 
     | 
    
         
            -
            - test/dummy/log/development.log
         
     | 
| 
       175 
171 
     | 
    
         
             
            - test/dummy/log/test.log
         
     | 
| 
       176 
172 
     | 
    
         
             
            - test/dummy/public/404.html
         
     | 
| 
       177 
173 
     | 
    
         
             
            - test/dummy/public/422.html
         
     | 
| 
         Binary file 
     | 
| 
         @@ -1,31 +0,0 @@ 
     | 
|
| 
       1 
     | 
    
         
            -
              [1m[36m (2.2ms)[0m  [1mCREATE TABLE "schema_migrations" ("version" varchar NOT NULL) [0m
         
     | 
| 
       2 
     | 
    
         
            -
              [1m[35m (0.1ms)[0m  select sqlite_version(*)
         
     | 
| 
       3 
     | 
    
         
            -
              [1m[36m (3.3ms)[0m  [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
         
     | 
| 
       4 
     | 
    
         
            -
              [1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m  SELECT "schema_migrations".* FROM "schema_migrations"
         
     | 
| 
       5 
     | 
    
         
            -
            Migrating to CreatePeople (20150911135550)
         
     | 
| 
       6 
     | 
    
         
            -
              [1m[36m (0.1ms)[0m  [1mbegin transaction[0m
         
     | 
| 
       7 
     | 
    
         
            -
              [1m[35m (0.5ms)[0m  CREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "birth_date" date, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) 
         
     | 
| 
       8 
     | 
    
         
            -
              [1m[36mSQL (0.2ms)[0m  [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m  [["version", "20150911135550"]]
         
     | 
| 
       9 
     | 
    
         
            -
              [1m[35m (1.6ms)[0m  commit transaction
         
     | 
| 
       10 
     | 
    
         
            -
              [1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m  [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
         
     | 
| 
       11 
     | 
    
         
            -
              [1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m  [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
         
     | 
| 
       12 
     | 
    
         
            -
              [1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m  SELECT "schema_migrations".* FROM "schema_migrations"
         
     | 
| 
       13 
     | 
    
         
            -
              [1m[36m (2.2ms)[0m  [1mCREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "birth_date" date, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
         
     | 
| 
       14 
     | 
    
         
            -
              [1m[35m (1.8ms)[0m  CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
         
     | 
| 
       15 
     | 
    
         
            -
              [1m[36m (0.1ms)[0m  [1mselect sqlite_version(*)[0m
         
     | 
| 
       16 
     | 
    
         
            -
              [1m[35m (2.0ms)[0m  CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
         
     | 
| 
       17 
     | 
    
         
            -
              [1m[36m (0.1ms)[0m  [1mSELECT version FROM "schema_migrations"[0m
         
     | 
| 
       18 
     | 
    
         
            -
              [1m[35m (1.0ms)[0m  INSERT INTO "schema_migrations" (version) VALUES ('20150911135550')
         
     | 
| 
       19 
     | 
    
         
            -
              [1m[36m (2.0ms)[0m  [1mCREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "birth_date" date, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
         
     | 
| 
       20 
     | 
    
         
            -
              [1m[35m (1.7ms)[0m  CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
         
     | 
| 
       21 
     | 
    
         
            -
              [1m[36m (0.1ms)[0m  [1mselect sqlite_version(*)[0m
         
     | 
| 
       22 
     | 
    
         
            -
              [1m[35m (2.0ms)[0m  CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
         
     | 
| 
       23 
     | 
    
         
            -
              [1m[36m (0.1ms)[0m  [1mSELECT version FROM "schema_migrations"[0m
         
     | 
| 
       24 
     | 
    
         
            -
              [1m[35m (1.7ms)[0m  INSERT INTO "schema_migrations" (version) VALUES ('20150911135550')
         
     | 
| 
       25 
     | 
    
         
            -
              [1m[36m (0.1ms)[0m  [1mbegin transaction[0m
         
     | 
| 
       26 
     | 
    
         
            -
              [1m[35mSQL (0.4ms)[0m  INSERT INTO "people" ("birth_date", "created_at", "updated_at") VALUES (?, ?, ?)  [["birth_date", "1971-02-18"], ["created_at", "2015-09-11 14:20:55.125294"], ["updated_at", "2015-09-11 14:20:55.125294"]]
         
     | 
| 
       27 
     | 
    
         
            -
              [1m[36m (1.6ms)[0m  [1mcommit transaction[0m
         
     | 
| 
       28 
     | 
    
         
            -
              [1m[35mPerson Load (0.2ms)[0m  SELECT  "people".* FROM "people"  ORDER BY "people"."id" ASC LIMIT 1
         
     | 
| 
       29 
     | 
    
         
            -
              [1m[36mPerson Load (0.3ms)[0m  [1mSELECT  "people".* FROM "people"  ORDER BY "people"."id" ASC LIMIT 1[0m
         
     | 
| 
       30 
     | 
    
         
            -
              [1m[36mPerson Load (0.3ms)[0m  [1mSELECT  "people".* FROM "people"  ORDER BY "people"."id" ASC LIMIT 1[0m
         
     | 
| 
       31 
     | 
    
         
            -
              [1m[35mPerson Load (0.4ms)[0m  SELECT  "people".* FROM "people"  ORDER BY "people"."id" ASC LIMIT 1
         
     |