localtower 0.1.3 → 0.1.4

Sign up to get free protection for your applications and to get access to all the features.
@@ -12541,3 +12541,3329 @@ Coverage report generated for RSpec to /Users/damln/Work/localtower/localtower/c
12541
12541
  [2017-03-08 18:55:23 +0100] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rake db:migrate RAILS_ENV=test
12542
12542
  [2017-03-08 18:55:25 +0100] -
12543
12543
  [2017-03-08 18:55:25 +0100] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rake db:migrate RAILS_ENV=test in 2.573007 sec
12544
+ [2017-03-09 09:14:28 +0100] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g model User email:string first_name:string
12545
+ [2017-03-09 09:14:31 +0100] - No Pry.
12546
+ invoke active_record
12547
+ create db/migrate/20170309081431_create_users.rb
12548
+ create app/models/application_record.rb
12549
+ create app/models/user.rb
12550
+
12551
+ [2017-03-09 09:14:31 +0100] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g model User email:string first_name:string in 2.944868 sec
12552
+ [2017-03-09 09:14:31 +0100] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rake db:migrate
12553
+ [2017-03-09 09:14:34 +0100] - No Pry.
12554
+ == 20170309081431 CreateUsers: migrating ======================================
12555
+ -- create_table(:users)
12556
+ -> 0.0165s
12557
+ == 20170309081431 CreateUsers: migrated (0.0165s) =============================
12558
+
12559
+
12560
+ [2017-03-09 09:14:34 +0100] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rake db:migrate in 2.711354 sec
12561
+ [2017-03-09 09:14:34 +0100] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rake db:migrate RAILS_ENV=test
12562
+ [2017-03-09 09:14:37 +0100] - No Pry.
12563
+
12564
+ [2017-03-09 09:14:37 +0100] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rake db:migrate RAILS_ENV=test in 2.561379 sec
12565
+ [2017-03-09 09:15:08 +0100] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g migration ChangeTheModelAtTime1489047308
12566
+ [2017-03-09 09:15:11 +0100] - No Pry.
12567
+ invoke active_record
12568
+ create db/migrate/20170309081511_change_the_model_at_time1489047308.rb
12569
+
12570
+ [2017-03-09 09:15:11 +0100] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g migration ChangeTheModelAtTime1489047308 in 3.189039 sec
12571
+ [2017-03-09 09:15:11 +0100] - DOING...: bundle exec rake db:migrate
12572
+ [2017-03-09 09:15:14 +0100] - No Pry.
12573
+ == 20170309081511 ChangeTheModelAtTime1489047308: migrating ===================
12574
+ -- rename_column(:users, :email, :new_email)
12575
+ -> 0.0044s
12576
+ -- add_column(:users, :name, :string)
12577
+ -> 0.0011s
12578
+ == 20170309081511 ChangeTheModelAtTime1489047308: migrated (0.0057s) ==========
12579
+
12580
+
12581
+ [2017-03-09 09:15:14 +0100] - DONE: bundle exec rake db:migrate in 3.462554 sec
12582
+ [2017-03-10 21:00:09 +0100] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g migration ChangeTheModelPostAtTime1489176009
12583
+ [2017-03-10 21:00:12 +0100] - invoke active_record
12584
+ create db/migrate/20170310200012_change_the_model_post_at_time1489176009.rb
12585
+
12586
+ [2017-03-10 21:00:12 +0100] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g migration ChangeTheModelPostAtTime1489176009 in 3.277658 sec
12587
+ [2017-03-10 21:00:12 +0100] - DOING...: bundle exec rake db:migrate
12588
+ [2017-03-10 21:00:15 +0100] - == 20170310200012 ChangeTheModelPostAtTime1489176009: migrating ===============
12589
+ -- create_table(:posts)
12590
+ -> 0.0293s
12591
+ == 20170310200012 ChangeTheModelPostAtTime1489176009: migrated (0.0294s) ======
12592
+
12593
+
12594
+ [2017-03-10 21:00:15 +0100] - DONE: bundle exec rake db:migrate in 3.012061 sec
12595
+ [2017-03-10 21:00:15 +0100] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g migration ChangeTheModelUserAtTime1489176015
12596
+ [2017-03-10 21:00:18 +0100] - invoke active_record
12597
+ create db/migrate/20170310200018_change_the_model_user_at_time1489176015.rb
12598
+
12599
+ [2017-03-10 21:00:18 +0100] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g migration ChangeTheModelUserAtTime1489176015 in 3.581791 sec
12600
+ [2017-03-10 21:00:18 +0100] - DOING...: bundle exec rake db:migrate
12601
+ [2017-03-10 21:00:21 +0100] - == 20170310200018 ChangeTheModelUserAtTime1489176015: migrating ===============
12602
+ -- create_table(:users)
12603
+ -> 0.0041s
12604
+ == 20170310200018 ChangeTheModelUserAtTime1489176015: migrated (0.0043s) ======
12605
+
12606
+
12607
+ [2017-03-10 21:00:21 +0100] - DONE: bundle exec rake db:migrate in 2.820564 sec
12608
+ [2017-03-10 21:00:21 +0100] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g migration ChangeTheModelPostAtTime1489176021
12609
+ [2017-03-10 21:00:24 +0100] - invoke active_record
12610
+ create db/migrate/20170310200024_change_the_model_post_at_time1489176021.rb
12611
+
12612
+ [2017-03-10 21:00:24 +0100] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g migration ChangeTheModelPostAtTime1489176021 in 2.935063 sec
12613
+ [2017-03-10 21:00:24 +0100] - DOING...: bundle exec rake db:migrate
12614
+ [2017-03-10 21:00:27 +0100] - == 20170310200024 ChangeTheModelPostAtTime1489176021: migrating ===============
12615
+ -- add_column(:posts, :tags, :text, {:default=>[], :array=>true})
12616
+ -> 0.0116s
12617
+ -- add_index(:posts, :tags, {:using=>:gin})
12618
+ -> 0.0036s
12619
+ -- add_column(:posts, :views, :integer, {:default=>0, :null=>false, :index=>true})
12620
+ -> 0.0053s
12621
+ -- add_column(:posts, :content, :text)
12622
+ -> 0.0005s
12623
+ -- add_column(:posts, :title, :string, {:index=>true})
12624
+ -> 0.0004s
12625
+ == 20170310200024 ChangeTheModelPostAtTime1489176021: migrated (0.0216s) ======
12626
+
12627
+
12628
+ [2017-03-10 21:00:27 +0100] - DONE: bundle exec rake db:migrate in 2.696256 sec
12629
+ [2017-03-10 21:00:27 +0100] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g migration ChangeTheModelPostAtTime1489176027
12630
+ [2017-03-10 21:00:30 +0100] - invoke active_record
12631
+ create db/migrate/20170310200030_change_the_model_post_at_time1489176027.rb
12632
+
12633
+ [2017-03-10 21:00:30 +0100] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g migration ChangeTheModelPostAtTime1489176027 in 3.044938 sec
12634
+ [2017-03-10 21:00:30 +0100] - DOING...: bundle exec rake db:migrate
12635
+ [2017-03-10 21:00:33 +0100] - == 20170310200030 ChangeTheModelPostAtTime1489176027: migrating ===============
12636
+ == 20170310200030 ChangeTheModelPostAtTime1489176027: migrated (0.0000s) ======
12637
+
12638
+
12639
+ [2017-03-10 21:00:33 +0100] - DONE: bundle exec rake db:migrate in 2.647027 sec
12640
+ [2017-03-10 21:00:33 +0100] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g migration ChangeTheModelPostAtTime1489176033
12641
+ [2017-03-10 21:00:36 +0100] - invoke active_record
12642
+ create db/migrate/20170310200036_change_the_model_post_at_time1489176033.rb
12643
+
12644
+ [2017-03-10 21:00:36 +0100] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g migration ChangeTheModelPostAtTime1489176033 in 2.939493 sec
12645
+ [2017-03-10 21:00:36 +0100] - DOING...: bundle exec rake db:migrate
12646
+ [2017-03-10 21:00:38 +0100] - == 20170310200036 ChangeTheModelPostAtTime1489176033: migrating ===============
12647
+ -- rename_column(:posts, :content, :content_new)
12648
+ -> 0.0121s
12649
+ == 20170310200036 ChangeTheModelPostAtTime1489176033: migrated (0.0122s) ======
12650
+
12651
+
12652
+ [2017-03-10 21:00:38 +0100] - DONE: bundle exec rake db:migrate in 2.600558 sec
12653
+ [2017-03-10 21:00:38 +0100] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g migration ChangeTheModelPostAtTime1489176038
12654
+ [2017-03-10 21:00:41 +0100] - invoke active_record
12655
+ create db/migrate/20170310200041_change_the_model_post_at_time1489176038.rb
12656
+
12657
+ [2017-03-10 21:00:41 +0100] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g migration ChangeTheModelPostAtTime1489176038 in 3.083984 sec
12658
+ [2017-03-10 21:00:41 +0100] - DOING...: bundle exec rake db:migrate
12659
+ [2017-03-10 21:00:44 +0100] - == 20170310200041 ChangeTheModelPostAtTime1489176038: migrating ===============
12660
+ -- rename_column(:posts, :views, :views_by_users)
12661
+ -> 0.0036s
12662
+ -- remove_column(:posts, :title)
12663
+ -> 0.0017s
12664
+ == 20170310200041 ChangeTheModelPostAtTime1489176038: migrated (0.0054s) ======
12665
+
12666
+
12667
+ [2017-03-10 21:00:44 +0100] - DONE: bundle exec rake db:migrate in 2.694727 sec
12668
+ [2017-03-10 21:00:44 +0100] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g migration ChangeTheModelPostAtTime1489176044
12669
+ [2017-03-10 21:00:47 +0100] - invoke active_record
12670
+ create db/migrate/20170310200047_change_the_model_post_at_time1489176044.rb
12671
+
12672
+ [2017-03-10 21:00:47 +0100] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g migration ChangeTheModelPostAtTime1489176044 in 3.157887 sec
12673
+ [2017-03-10 21:00:47 +0100] - DOING...: bundle exec rake db:migrate
12674
+ [2017-03-10 21:00:50 +0100] - == 20170310200047 ChangeTheModelPostAtTime1489176044: migrating ===============
12675
+ -- add_index(:posts, :views_by_users)
12676
+ -> 0.0035s
12677
+ -- change_column(:posts, :content_new, :string)
12678
+ -> 0.0015s
12679
+ == 20170310200047 ChangeTheModelPostAtTime1489176044: migrated (0.0052s) ======
12680
+
12681
+
12682
+ [2017-03-10 21:00:50 +0100] - DONE: bundle exec rake db:migrate in 2.987006 sec
12683
+ [2017-03-10 21:00:50 +0100] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g migration ChangeTheModelPostAtTime1489176050
12684
+ [2017-03-10 21:00:53 +0100] - invoke active_record
12685
+ create db/migrate/20170310200053_change_the_model_post_at_time1489176050.rb
12686
+
12687
+ [2017-03-10 21:00:53 +0100] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g migration ChangeTheModelPostAtTime1489176050 in 2.950516 sec
12688
+ [2017-03-10 21:00:53 +0100] - DOING...: bundle exec rake db:migrate
12689
+ [2017-03-10 21:00:56 +0100] - == 20170310200053 ChangeTheModelPostAtTime1489176050: migrating ===============
12690
+ -- add_index(:posts, :content_new)
12691
+ -> 0.0114s
12692
+ == 20170310200053 ChangeTheModelPostAtTime1489176050: migrated (0.0115s) ======
12693
+
12694
+
12695
+ [2017-03-10 21:00:56 +0100] - DONE: bundle exec rake db:migrate in 2.712325 sec
12696
+ [2017-03-10 21:00:56 +0100] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g migration ChangeTheModelPostAtTime1489176056
12697
+ [2017-03-10 21:00:59 +0100] - invoke active_record
12698
+ create db/migrate/20170310200059_change_the_model_post_at_time1489176056.rb
12699
+
12700
+ [2017-03-10 21:00:59 +0100] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g migration ChangeTheModelPostAtTime1489176056 in 2.942811 sec
12701
+ [2017-03-10 21:00:59 +0100] - DOING...: bundle exec rake db:migrate
12702
+ [2017-03-10 21:01:01 +0100] - == 20170310200059 ChangeTheModelPostAtTime1489176056: migrating ===============
12703
+ -- add_column(:posts, :user_id, :references, {:null=>false})
12704
+
12705
+ [2017-03-10 21:01:01 +0100] - DONE: bundle exec rake db:migrate in 2.50982 sec
12706
+ [2017-03-10 21:01:01 +0100] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g migration ChangeTheModelPostAtTime1489176061
12707
+ [2017-03-10 21:01:04 +0100] - invoke active_record
12708
+ create db/migrate/20170310200104_change_the_model_post_at_time1489176061.rb
12709
+
12710
+ [2017-03-10 21:01:04 +0100] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g migration ChangeTheModelPostAtTime1489176061 in 2.883493 sec
12711
+ [2017-03-10 21:01:04 +0100] - DOING...: bundle exec rake db:migrate
12712
+ [2017-03-10 21:01:07 +0100] - == 20170310200059 ChangeTheModelPostAtTime1489176056: migrating ===============
12713
+ -- add_column(:posts, :user_id, :references, {:null=>false})
12714
+
12715
+ [2017-03-10 21:01:07 +0100] - DONE: bundle exec rake db:migrate in 2.789888 sec
12716
+ [2017-03-10 21:01:07 +0100] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g migration ChangeTheModelPostAtTime1489176067
12717
+ [2017-03-10 21:01:10 +0100] - invoke active_record
12718
+ create db/migrate/20170310200110_change_the_model_post_at_time1489176067.rb
12719
+
12720
+ [2017-03-10 21:01:10 +0100] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g migration ChangeTheModelPostAtTime1489176067 in 2.899652 sec
12721
+ [2017-03-10 21:01:10 +0100] - DOING...: bundle exec rake db:migrate
12722
+ [2017-03-10 21:01:12 +0100] - == 20170310200059 ChangeTheModelPostAtTime1489176056: migrating ===============
12723
+ -- add_column(:posts, :user_id, :references, {:null=>false})
12724
+
12725
+ [2017-03-10 21:01:12 +0100] - DONE: bundle exec rake db:migrate in 2.544354 sec
12726
+ [2017-03-10 21:01:12 +0100] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g model Post title:string:index content:text
12727
+ [2017-03-10 21:01:16 +0100] - invoke active_record
12728
+ create db/migrate/20170310200116_create_posts.rb
12729
+ create app/models/application_record.rb
12730
+ create app/models/post.rb
12731
+
12732
+ [2017-03-10 21:01:16 +0100] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g model Post title:string:index content:text in 3.286834 sec
12733
+ [2017-03-10 21:01:16 +0100] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rake db:migrate
12734
+ [2017-03-10 21:01:18 +0100] - == 20170310200116 CreatePosts: migrating ======================================
12735
+ -- create_table(:posts)
12736
+ -> 0.0032s
12737
+ -- add_index(:posts, :title)
12738
+ -> 0.0023s
12739
+ == 20170310200116 CreatePosts: migrated (0.0055s) =============================
12740
+
12741
+
12742
+ [2017-03-10 21:01:18 +0100] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rake db:migrate in 2.634205 sec
12743
+ [2017-03-10 21:01:18 +0100] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rake db:migrate RAILS_ENV=test
12744
+ [2017-03-10 21:01:21 +0100] -
12745
+ [2017-03-10 21:01:21 +0100] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rake db:migrate RAILS_ENV=test in 2.746714 sec
12746
+ [2017-03-10 21:01:21 +0100] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g model User name:string:index metadata:jsonb
12747
+ [2017-03-10 21:01:24 +0100] - invoke active_record
12748
+ create db/migrate/20170310200124_create_users.rb
12749
+ create app/models/user.rb
12750
+
12751
+ [2017-03-10 21:01:24 +0100] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g model User name:string:index metadata:jsonb in 3.227727 sec
12752
+ [2017-03-10 21:01:24 +0100] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rake db:migrate
12753
+ [2017-03-10 21:01:27 +0100] - == 20170310200124 CreateUsers: migrating ======================================
12754
+ -- create_table(:users)
12755
+ -> 0.0118s
12756
+ -- add_index(:users, :name)
12757
+ -> 0.0044s
12758
+ == 20170310200124 CreateUsers: migrated (0.0162s) =============================
12759
+
12760
+
12761
+ [2017-03-10 21:01:27 +0100] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rake db:migrate in 2.876742 sec
12762
+ [2017-03-10 21:01:27 +0100] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rake db:migrate RAILS_ENV=test
12763
+ [2017-03-10 21:01:30 +0100] -
12764
+ [2017-03-10 21:01:30 +0100] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rake db:migrate RAILS_ENV=test in 2.879336 sec
12765
+ [2017-03-10 21:01:30 +0100] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g model Post title:string:index content:text
12766
+ [2017-03-10 21:01:33 +0100] - invoke active_record
12767
+ create db/migrate/20170310200133_create_posts.rb
12768
+ create app/models/application_record.rb
12769
+ create app/models/post.rb
12770
+
12771
+ [2017-03-10 21:01:33 +0100] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g model Post title:string:index content:text in 3.221562 sec
12772
+ [2017-03-10 21:01:33 +0100] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g model User name:string:index metadata:jsonb
12773
+ [2017-03-10 21:01:37 +0100] - invoke active_record
12774
+ create db/migrate/20170310200137_create_users.rb
12775
+ create app/models/user.rb
12776
+
12777
+ [2017-03-10 21:01:37 +0100] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g model User name:string:index metadata:jsonb in 3.207313 sec
12778
+ [2017-03-10 21:01:37 +0100] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g model UserPost user:references post:references
12779
+ [2017-03-10 21:01:40 +0100] - invoke active_record
12780
+ create db/migrate/20170310200140_create_user_posts.rb
12781
+ create app/models/user_post.rb
12782
+
12783
+ [2017-03-10 21:01:40 +0100] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g model UserPost user:references post:references in 3.19802 sec
12784
+ [2017-03-10 21:01:40 +0100] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rake db:migrate
12785
+ [2017-03-10 21:01:43 +0100] - == 20170310200133 CreatePosts: migrating ======================================
12786
+ -- create_table(:posts)
12787
+ -> 0.0153s
12788
+ -- add_index(:posts, :title)
12789
+ -> 0.0095s
12790
+ == 20170310200133 CreatePosts: migrated (0.0249s) =============================
12791
+
12792
+ == 20170310200137 CreateUsers: migrating ======================================
12793
+ -- create_table(:users)
12794
+ -> 0.0206s
12795
+ -- add_index(:users, :name)
12796
+ -> 0.0038s
12797
+ == 20170310200137 CreateUsers: migrated (0.0246s) =============================
12798
+
12799
+ == 20170310200140 CreateUserPosts: migrating ==================================
12800
+ -- create_table(:user_posts)
12801
+ -> 0.0177s
12802
+ == 20170310200140 CreateUserPosts: migrated (0.0177s) =========================
12803
+
12804
+
12805
+ [2017-03-10 21:01:43 +0100] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rake db:migrate in 2.922735 sec
12806
+ [2017-03-10 21:01:43 +0100] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rake db:migrate RAILS_ENV=test
12807
+ [2017-03-10 21:01:46 +0100] -
12808
+ [2017-03-10 21:01:46 +0100] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rake db:migrate RAILS_ENV=test in 2.863411 sec
12809
+ [2017-03-10 21:01:57 +0100] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g migration ChangeTheModelPostAtTime1489176117
12810
+ [2017-03-10 21:02:00 +0100] - invoke active_record
12811
+ create db/migrate/20170310200200_change_the_model_post_at_time1489176117.rb
12812
+
12813
+ [2017-03-10 21:02:00 +0100] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g migration ChangeTheModelPostAtTime1489176117 in 3.185766 sec
12814
+ [2017-03-10 21:02:00 +0100] - DOING...: bundle exec rake db:migrate
12815
+ [2017-03-10 21:02:03 +0100] - == 20170310200200 ChangeTheModelPostAtTime1489176117: migrating ===============
12816
+ -- create_table(:posts)
12817
+ -> 0.0026s
12818
+ == 20170310200200 ChangeTheModelPostAtTime1489176117: migrated (0.0026s) ======
12819
+
12820
+
12821
+ [2017-03-10 21:02:03 +0100] - DONE: bundle exec rake db:migrate in 2.741539 sec
12822
+ [2017-03-10 21:02:03 +0100] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g migration ChangeTheModelUserAtTime1489176123
12823
+ [2017-03-10 21:02:06 +0100] - invoke active_record
12824
+ create db/migrate/20170310200206_change_the_model_user_at_time1489176123.rb
12825
+
12826
+ [2017-03-10 21:02:06 +0100] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g migration ChangeTheModelUserAtTime1489176123 in 2.950581 sec
12827
+ [2017-03-10 21:02:06 +0100] - DOING...: bundle exec rake db:migrate
12828
+ [2017-03-10 21:02:08 +0100] - == 20170310200206 ChangeTheModelUserAtTime1489176123: migrating ===============
12829
+ -- create_table(:users)
12830
+ -> 0.0112s
12831
+ == 20170310200206 ChangeTheModelUserAtTime1489176123: migrated (0.0113s) ======
12832
+
12833
+
12834
+ [2017-03-10 21:02:08 +0100] - DONE: bundle exec rake db:migrate in 2.649208 sec
12835
+ [2017-03-10 21:02:08 +0100] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g migration ChangeTheModelPostAtTime1489176128
12836
+ [2017-03-10 21:02:11 +0100] - invoke active_record
12837
+ create db/migrate/20170310200211_change_the_model_post_at_time1489176128.rb
12838
+
12839
+ [2017-03-10 21:02:11 +0100] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g migration ChangeTheModelPostAtTime1489176128 in 2.923004 sec
12840
+ [2017-03-10 21:02:11 +0100] - DOING...: bundle exec rake db:migrate
12841
+ [2017-03-10 21:02:14 +0100] - == 20170310200211 ChangeTheModelPostAtTime1489176128: migrating ===============
12842
+ -- add_column(:posts, :tags, :text, {:default=>[], :array=>true})
12843
+ -> 0.0163s
12844
+ -- add_index(:posts, :tags, {:using=>:gin})
12845
+ -> 0.0037s
12846
+ -- add_column(:posts, :views, :integer, {:default=>0, :null=>false, :index=>true})
12847
+ -> 0.0067s
12848
+ -- add_column(:posts, :content, :text)
12849
+ -> 0.0007s
12850
+ -- add_column(:posts, :title, :string, {:index=>true})
12851
+ -> 0.0006s
12852
+ == 20170310200211 ChangeTheModelPostAtTime1489176128: migrated (0.0282s) ======
12853
+
12854
+
12855
+ [2017-03-10 21:02:14 +0100] - DONE: bundle exec rake db:migrate in 2.702645 sec
12856
+ [2017-03-10 21:02:14 +0100] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g migration ChangeTheModelPostAtTime1489176134
12857
+ [2017-03-10 21:02:17 +0100] - invoke active_record
12858
+ create db/migrate/20170310200217_change_the_model_post_at_time1489176134.rb
12859
+
12860
+ [2017-03-10 21:02:17 +0100] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g migration ChangeTheModelPostAtTime1489176134 in 2.924358 sec
12861
+ [2017-03-10 21:02:17 +0100] - DOING...: bundle exec rake db:migrate
12862
+ [2017-03-10 21:02:19 +0100] - == 20170310200217 ChangeTheModelPostAtTime1489176134: migrating ===============
12863
+ == 20170310200217 ChangeTheModelPostAtTime1489176134: migrated (0.0000s) ======
12864
+
12865
+
12866
+ [2017-03-10 21:02:19 +0100] - DONE: bundle exec rake db:migrate in 2.681697 sec
12867
+ [2017-03-10 21:02:19 +0100] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g migration ChangeTheModelPostAtTime1489176139
12868
+ [2017-03-10 21:02:22 +0100] - invoke active_record
12869
+ create db/migrate/20170310200222_change_the_model_post_at_time1489176139.rb
12870
+
12871
+ [2017-03-10 21:02:22 +0100] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g migration ChangeTheModelPostAtTime1489176139 in 2.954005 sec
12872
+ [2017-03-10 21:02:22 +0100] - DOING...: bundle exec rake db:migrate
12873
+ [2017-03-10 21:02:25 +0100] - == 20170310200222 ChangeTheModelPostAtTime1489176139: migrating ===============
12874
+ -- rename_column(:posts, :content, :content_new)
12875
+ -> 0.0036s
12876
+ == 20170310200222 ChangeTheModelPostAtTime1489176139: migrated (0.0036s) ======
12877
+
12878
+
12879
+ [2017-03-10 21:02:25 +0100] - DONE: bundle exec rake db:migrate in 2.688328 sec
12880
+ [2017-03-10 21:02:25 +0100] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g migration ChangeTheModelPostAtTime1489176145
12881
+ [2017-03-10 21:02:28 +0100] - invoke active_record
12882
+ create db/migrate/20170310200228_change_the_model_post_at_time1489176145.rb
12883
+
12884
+ [2017-03-10 21:02:28 +0100] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g migration ChangeTheModelPostAtTime1489176145 in 3.089593 sec
12885
+ [2017-03-10 21:02:28 +0100] - DOING...: bundle exec rake db:migrate
12886
+ [2017-03-10 21:02:31 +0100] - == 20170310200228 ChangeTheModelPostAtTime1489176145: migrating ===============
12887
+ -- rename_column(:posts, :views, :views_by_users)
12888
+ -> 0.0041s
12889
+ -- remove_column(:posts, :title)
12890
+ -> 0.0007s
12891
+ == 20170310200228 ChangeTheModelPostAtTime1489176145: migrated (0.0048s) ======
12892
+
12893
+
12894
+ [2017-03-10 21:02:31 +0100] - DONE: bundle exec rake db:migrate in 2.699694 sec
12895
+ [2017-03-10 21:02:31 +0100] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g migration ChangeTheModelPostAtTime1489176151
12896
+ [2017-03-10 21:02:34 +0100] - invoke active_record
12897
+ create db/migrate/20170310200234_change_the_model_post_at_time1489176151.rb
12898
+
12899
+ [2017-03-10 21:02:34 +0100] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g migration ChangeTheModelPostAtTime1489176151 in 2.892808 sec
12900
+ [2017-03-10 21:02:34 +0100] - DOING...: bundle exec rake db:migrate
12901
+ [2017-03-10 21:02:36 +0100] - == 20170310200234 ChangeTheModelPostAtTime1489176151: migrating ===============
12902
+ -- add_index(:posts, :views_by_users)
12903
+ -> 0.0121s
12904
+ -- change_column(:posts, :content_new, :string)
12905
+ -> 0.0008s
12906
+ == 20170310200234 ChangeTheModelPostAtTime1489176151: migrated (0.0130s) ======
12907
+
12908
+
12909
+ [2017-03-10 21:02:36 +0100] - DONE: bundle exec rake db:migrate in 2.5872 sec
12910
+ [2017-03-10 21:02:36 +0100] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g migration ChangeTheModelPostAtTime1489176156
12911
+ [2017-03-10 21:02:39 +0100] - invoke active_record
12912
+ create db/migrate/20170310200239_change_the_model_post_at_time1489176156.rb
12913
+
12914
+ [2017-03-10 21:02:39 +0100] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g migration ChangeTheModelPostAtTime1489176156 in 3.056036 sec
12915
+ [2017-03-10 21:02:39 +0100] - DOING...: bundle exec rake db:migrate
12916
+ [2017-03-10 21:02:42 +0100] - == 20170310200239 ChangeTheModelPostAtTime1489176156: migrating ===============
12917
+ -- add_index(:posts, :content_new)
12918
+ -> 0.0052s
12919
+ == 20170310200239 ChangeTheModelPostAtTime1489176156: migrated (0.0052s) ======
12920
+
12921
+
12922
+ [2017-03-10 21:02:42 +0100] - DONE: bundle exec rake db:migrate in 3.006385 sec
12923
+ [2017-03-10 21:02:42 +0100] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g migration ChangeTheModelPostAtTime1489176162
12924
+ [2017-03-10 21:02:46 +0100] - invoke active_record
12925
+ create db/migrate/20170310200246_change_the_model_post_at_time1489176162.rb
12926
+
12927
+ [2017-03-10 21:02:46 +0100] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g migration ChangeTheModelPostAtTime1489176162 in 3.16419 sec
12928
+ [2017-03-10 21:02:46 +0100] - DOING...: bundle exec rake db:migrate
12929
+ [2017-03-10 21:02:48 +0100] - == 20170310200246 ChangeTheModelPostAtTime1489176162: migrating ===============
12930
+ -- add_column(:posts, :user_id, :references, {:null=>false})
12931
+
12932
+ [2017-03-10 21:02:48 +0100] - DONE: bundle exec rake db:migrate in 2.855496 sec
12933
+ [2017-03-10 21:02:49 +0100] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g migration ChangeTheModelPostAtTime1489176169
12934
+ [2017-03-10 21:02:52 +0100] - invoke active_record
12935
+ create db/migrate/20170310200252_change_the_model_post_at_time1489176169.rb
12936
+
12937
+ [2017-03-10 21:02:52 +0100] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g migration ChangeTheModelPostAtTime1489176169 in 3.308148 sec
12938
+ [2017-03-10 21:02:52 +0100] - DOING...: bundle exec rake db:migrate
12939
+ [2017-03-10 21:02:55 +0100] - == 20170310200246 ChangeTheModelPostAtTime1489176162: migrating ===============
12940
+ -- add_column(:posts, :user_id, :references, {:null=>false})
12941
+
12942
+ [2017-03-10 21:02:55 +0100] - DONE: bundle exec rake db:migrate in 3.108321 sec
12943
+ [2017-03-10 21:02:55 +0100] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g migration ChangeTheModelPostAtTime1489176175
12944
+ [2017-03-10 21:02:58 +0100] - invoke active_record
12945
+ create db/migrate/20170310200258_change_the_model_post_at_time1489176175.rb
12946
+
12947
+ [2017-03-10 21:02:58 +0100] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g migration ChangeTheModelPostAtTime1489176175 in 2.906452 sec
12948
+ [2017-03-10 21:02:58 +0100] - DOING...: bundle exec rake db:migrate
12949
+ [2017-03-10 21:03:00 +0100] - == 20170310200246 ChangeTheModelPostAtTime1489176162: migrating ===============
12950
+ -- add_column(:posts, :user_id, :references, {:null=>false})
12951
+
12952
+ [2017-03-10 21:03:00 +0100] - DONE: bundle exec rake db:migrate in 2.587583 sec
12953
+ [2017-03-10 21:10:06 +0100] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g migration ChangeTheModelPostAtTime1489176606
12954
+ [2017-03-10 21:10:09 +0100] - invoke active_record
12955
+ create db/migrate/20170310201009_change_the_model_post_at_time1489176606.rb
12956
+
12957
+ [2017-03-10 21:10:09 +0100] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g migration ChangeTheModelPostAtTime1489176606 in 3.215471 sec
12958
+ [2017-03-10 21:10:09 +0100] - DOING...: bundle exec rake db:migrate
12959
+ [2017-03-10 21:10:12 +0100] - == 20170310201009 ChangeTheModelPostAtTime1489176606: migrating ===============
12960
+ -- create_table(:posts)
12961
+ -> 0.0152s
12962
+ == 20170310201009 ChangeTheModelPostAtTime1489176606: migrated (0.0153s) ======
12963
+
12964
+
12965
+ [2017-03-10 21:10:12 +0100] - DONE: bundle exec rake db:migrate in 2.868188 sec
12966
+ [2017-03-10 21:10:12 +0100] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g migration ChangeTheModelUserAtTime1489176612
12967
+ [2017-03-10 21:10:15 +0100] - invoke active_record
12968
+ create db/migrate/20170310201015_change_the_model_user_at_time1489176612.rb
12969
+
12970
+ [2017-03-10 21:10:15 +0100] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g migration ChangeTheModelUserAtTime1489176612 in 3.001548 sec
12971
+ [2017-03-10 21:10:15 +0100] - DOING...: bundle exec rake db:migrate
12972
+ [2017-03-10 21:10:18 +0100] - == 20170310201015 ChangeTheModelUserAtTime1489176612: migrating ===============
12973
+ -- create_table(:users)
12974
+ -> 0.0098s
12975
+ == 20170310201015 ChangeTheModelUserAtTime1489176612: migrated (0.0098s) ======
12976
+
12977
+
12978
+ [2017-03-10 21:10:18 +0100] - DONE: bundle exec rake db:migrate in 2.714549 sec
12979
+ [2017-03-10 21:10:18 +0100] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g migration ChangeTheModelPostAtTime1489176618
12980
+ [2017-03-10 21:10:21 +0100] - invoke active_record
12981
+ create db/migrate/20170310201021_change_the_model_post_at_time1489176618.rb
12982
+
12983
+ [2017-03-10 21:10:21 +0100] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g migration ChangeTheModelPostAtTime1489176618 in 3.042073 sec
12984
+ [2017-03-10 21:10:21 +0100] - DOING...: bundle exec rake db:migrate
12985
+ [2017-03-10 21:10:24 +0100] - == 20170310201021 ChangeTheModelPostAtTime1489176618: migrating ===============
12986
+ -- add_column(:posts, :tags, :text, {:default=>[], :array=>true})
12987
+ -> 0.0250s
12988
+ -- add_index(:posts, :tags, {:using=>:gin})
12989
+ -> 0.0043s
12990
+ -- add_column(:posts, :views, :integer, {:default=>0, :null=>false, :index=>true})
12991
+ -> 0.0247s
12992
+ -- add_column(:posts, :content, :text)
12993
+ -> 0.0007s
12994
+ -- add_column(:posts, :title, :string, {:index=>true})
12995
+ -> 0.0007s
12996
+ == 20170310201021 ChangeTheModelPostAtTime1489176618: migrated (0.0557s) ======
12997
+
12998
+
12999
+ [2017-03-10 21:10:24 +0100] - DONE: bundle exec rake db:migrate in 2.735801 sec
13000
+ [2017-03-10 21:10:24 +0100] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g migration ChangeTheModelPostAtTime1489176624
13001
+ [2017-03-10 21:10:27 +0100] - invoke active_record
13002
+ create db/migrate/20170310201027_change_the_model_post_at_time1489176624.rb
13003
+
13004
+ [2017-03-10 21:10:27 +0100] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g migration ChangeTheModelPostAtTime1489176624 in 2.960809 sec
13005
+ [2017-03-10 21:10:27 +0100] - DOING...: bundle exec rake db:migrate
13006
+ [2017-03-10 21:10:29 +0100] - == 20170310201027 ChangeTheModelPostAtTime1489176624: migrating ===============
13007
+ == 20170310201027 ChangeTheModelPostAtTime1489176624: migrated (0.0000s) ======
13008
+
13009
+
13010
+ [2017-03-10 21:10:29 +0100] - DONE: bundle exec rake db:migrate in 2.637339 sec
13011
+ [2017-03-10 21:10:29 +0100] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g migration ChangeTheModelPostAtTime1489176629
13012
+ [2017-03-10 21:10:32 +0100] - invoke active_record
13013
+ create db/migrate/20170310201032_change_the_model_post_at_time1489176629.rb
13014
+
13015
+ [2017-03-10 21:10:32 +0100] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g migration ChangeTheModelPostAtTime1489176629 in 3.060157 sec
13016
+ [2017-03-10 21:10:32 +0100] - DOING...: bundle exec rake db:migrate
13017
+ [2017-03-10 21:10:35 +0100] - == 20170310201032 ChangeTheModelPostAtTime1489176629: migrating ===============
13018
+ -- rename_column(:posts, :content, :content_new)
13019
+ -> 0.0037s
13020
+ == 20170310201032 ChangeTheModelPostAtTime1489176629: migrated (0.0037s) ======
13021
+
13022
+
13023
+ [2017-03-10 21:10:35 +0100] - DONE: bundle exec rake db:migrate in 2.629481 sec
13024
+ [2017-03-10 21:10:35 +0100] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g migration ChangeTheModelPostAtTime1489176635
13025
+ [2017-03-10 21:10:38 +0100] - invoke active_record
13026
+ create db/migrate/20170310201038_change_the_model_post_at_time1489176635.rb
13027
+
13028
+ [2017-03-10 21:10:38 +0100] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g migration ChangeTheModelPostAtTime1489176635 in 2.937732 sec
13029
+ [2017-03-10 21:10:38 +0100] - DOING...: bundle exec rake db:migrate
13030
+ [2017-03-10 21:10:40 +0100] - == 20170310201038 ChangeTheModelPostAtTime1489176635: migrating ===============
13031
+ -- rename_column(:posts, :views, :views_by_users)
13032
+ -> 0.0039s
13033
+ -- remove_column(:posts, :title)
13034
+ -> 0.0007s
13035
+ == 20170310201038 ChangeTheModelPostAtTime1489176635: migrated (0.0048s) ======
13036
+
13037
+
13038
+ [2017-03-10 21:10:40 +0100] - DONE: bundle exec rake db:migrate in 2.648861 sec
13039
+ [2017-03-10 21:10:40 +0100] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g migration ChangeTheModelPostAtTime1489176640
13040
+ [2017-03-10 21:10:43 +0100] - invoke active_record
13041
+ create db/migrate/20170310201043_change_the_model_post_at_time1489176640.rb
13042
+
13043
+ [2017-03-10 21:10:43 +0100] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g migration ChangeTheModelPostAtTime1489176640 in 3.008117 sec
13044
+ [2017-03-10 21:10:43 +0100] - DOING...: bundle exec rake db:migrate
13045
+ [2017-03-10 21:10:46 +0100] - == 20170310201043 ChangeTheModelPostAtTime1489176640: migrating ===============
13046
+ -- add_index(:posts, :views_by_users)
13047
+ -> 0.0047s
13048
+ -- change_column(:posts, :content_new, :string)
13049
+ -> 0.0004s
13050
+ == 20170310201043 ChangeTheModelPostAtTime1489176640: migrated (0.0053s) ======
13051
+
13052
+
13053
+ [2017-03-10 21:10:46 +0100] - DONE: bundle exec rake db:migrate in 2.623113 sec
13054
+ [2017-03-10 21:10:46 +0100] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g migration ChangeTheModelPostAtTime1489176646
13055
+ [2017-03-10 21:10:49 +0100] - invoke active_record
13056
+ create db/migrate/20170310201049_change_the_model_post_at_time1489176646.rb
13057
+
13058
+ [2017-03-10 21:10:49 +0100] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g migration ChangeTheModelPostAtTime1489176646 in 2.967565 sec
13059
+ [2017-03-10 21:10:49 +0100] - DOING...: bundle exec rake db:migrate
13060
+ [2017-03-10 21:10:52 +0100] - == 20170310201049 ChangeTheModelPostAtTime1489176646: migrating ===============
13061
+ -- add_index(:posts, :content_new)
13062
+ -> 0.0031s
13063
+ == 20170310201049 ChangeTheModelPostAtTime1489176646: migrated (0.0032s) ======
13064
+
13065
+
13066
+ [2017-03-10 21:10:52 +0100] - DONE: bundle exec rake db:migrate in 2.692723 sec
13067
+ [2017-03-10 21:10:52 +0100] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g migration ChangeTheModelPostAtTime1489176652
13068
+ [2017-03-10 21:10:55 +0100] - invoke active_record
13069
+ create db/migrate/20170310201055_change_the_model_post_at_time1489176652.rb
13070
+
13071
+ [2017-03-10 21:10:55 +0100] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g migration ChangeTheModelPostAtTime1489176652 in 3.010691 sec
13072
+ [2017-03-10 21:10:55 +0100] - DOING...: bundle exec rake db:migrate
13073
+ [2017-03-10 21:10:57 +0100] - == 20170310201055 ChangeTheModelPostAtTime1489176652: migrating ===============
13074
+ -- add_reference(:posts, :user, {:foreign_key=>true, :index=>true})
13075
+ -> 0.0108s
13076
+ == 20170310201055 ChangeTheModelPostAtTime1489176652: migrated (0.0109s) ======
13077
+
13078
+
13079
+ [2017-03-10 21:10:57 +0100] - DONE: bundle exec rake db:migrate in 2.617863 sec
13080
+ [2017-03-10 21:10:57 +0100] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g migration ChangeTheModelPostAtTime1489176657
13081
+ [2017-03-10 21:11:00 +0100] - invoke active_record
13082
+ create db/migrate/20170310201100_change_the_model_post_at_time1489176657.rb
13083
+
13084
+ [2017-03-10 21:11:00 +0100] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g migration ChangeTheModelPostAtTime1489176657 in 3.00879 sec
13085
+ [2017-03-10 21:11:00 +0100] - DOING...: bundle exec rake db:migrate
13086
+ [2017-03-10 21:11:03 +0100] - == 20170310201100 ChangeTheModelPostAtTime1489176657: migrating ===============
13087
+ -- remove_index(:posts, :views_by_users)
13088
+ -> 0.0067s
13089
+ == 20170310201100 ChangeTheModelPostAtTime1489176657: migrated (0.0068s) ======
13090
+
13091
+
13092
+ [2017-03-10 21:11:03 +0100] - DONE: bundle exec rake db:migrate in 2.859292 sec
13093
+ [2017-03-10 21:11:03 +0100] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g migration ChangeTheModelPostAtTime1489176663
13094
+ [2017-03-10 21:11:07 +0100] - invoke active_record
13095
+ create db/migrate/20170310201107_change_the_model_post_at_time1489176663.rb
13096
+
13097
+ [2017-03-10 21:11:07 +0100] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g migration ChangeTheModelPostAtTime1489176663 in 3.415089 sec
13098
+ [2017-03-10 21:11:07 +0100] - DOING...: bundle exec rake db:migrate
13099
+ [2017-03-10 21:11:09 +0100] - == 20170310201107 ChangeTheModelPostAtTime1489176663: migrating ===============
13100
+ -- drop_table(:posts, {:force=>:cascade})
13101
+ -> 0.0016s
13102
+ == 20170310201107 ChangeTheModelPostAtTime1489176663: migrated (0.0017s) ======
13103
+
13104
+
13105
+ [2017-03-10 21:11:09 +0100] - DONE: bundle exec rake db:migrate in 2.667502 sec
13106
+ [2017-03-10 21:11:28 +0100] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g migration ChangeTheModelPostAtTime1489176688
13107
+ [2017-03-10 21:11:31 +0100] - invoke active_record
13108
+ create db/migrate/20170310201131_change_the_model_post_at_time1489176688.rb
13109
+
13110
+ [2017-03-10 21:11:31 +0100] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g migration ChangeTheModelPostAtTime1489176688 in 2.936584 sec
13111
+ [2017-03-10 21:11:31 +0100] - DOING...: bundle exec rake db:migrate
13112
+ [2017-03-10 21:11:34 +0100] - == 20170310201131 ChangeTheModelPostAtTime1489176688: migrating ===============
13113
+ -- create_table(:posts)
13114
+ -> 0.0022s
13115
+ == 20170310201131 ChangeTheModelPostAtTime1489176688: migrated (0.0022s) ======
13116
+
13117
+
13118
+ [2017-03-10 21:11:34 +0100] - DONE: bundle exec rake db:migrate in 2.628521 sec
13119
+ [2017-03-10 21:11:34 +0100] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g migration ChangeTheModelUserAtTime1489176694
13120
+ [2017-03-10 21:11:37 +0100] - invoke active_record
13121
+ create db/migrate/20170310201137_change_the_model_user_at_time1489176694.rb
13122
+
13123
+ [2017-03-10 21:11:37 +0100] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g migration ChangeTheModelUserAtTime1489176694 in 3.014947 sec
13124
+ [2017-03-10 21:11:37 +0100] - DOING...: bundle exec rake db:migrate
13125
+ [2017-03-10 21:11:39 +0100] - == 20170310201137 ChangeTheModelUserAtTime1489176694: migrating ===============
13126
+ -- create_table(:users)
13127
+ -> 0.0031s
13128
+ == 20170310201137 ChangeTheModelUserAtTime1489176694: migrated (0.0031s) ======
13129
+
13130
+
13131
+ [2017-03-10 21:11:39 +0100] - DONE: bundle exec rake db:migrate in 2.637498 sec
13132
+ [2017-03-10 21:11:39 +0100] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g migration ChangeTheModelPostAtTime1489176699
13133
+ [2017-03-10 21:11:42 +0100] - invoke active_record
13134
+ create db/migrate/20170310201142_change_the_model_post_at_time1489176699.rb
13135
+
13136
+ [2017-03-10 21:11:42 +0100] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g migration ChangeTheModelPostAtTime1489176699 in 3.041536 sec
13137
+ [2017-03-10 21:11:42 +0100] - DOING...: bundle exec rake db:migrate
13138
+ [2017-03-10 21:11:45 +0100] - == 20170310201142 ChangeTheModelPostAtTime1489176699: migrating ===============
13139
+ -- add_column(:posts, :tags, :text, {:default=>[], :array=>true})
13140
+ -> 0.0059s
13141
+ -- add_index(:posts, :tags, {:using=>:gin})
13142
+ -> 0.0028s
13143
+ -- add_column(:posts, :views, :integer, {:default=>0, :null=>false, :index=>true})
13144
+ -> 0.0056s
13145
+ -- add_column(:posts, :content, :text)
13146
+ -> 0.0004s
13147
+ -- add_column(:posts, :title, :string, {:index=>true})
13148
+ -> 0.0006s
13149
+ == 20170310201142 ChangeTheModelPostAtTime1489176699: migrated (0.0157s) ======
13150
+
13151
+
13152
+ [2017-03-10 21:11:45 +0100] - DONE: bundle exec rake db:migrate in 2.68445 sec
13153
+ [2017-03-10 21:11:45 +0100] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g migration ChangeTheModelPostAtTime1489176705
13154
+ [2017-03-10 21:11:48 +0100] - invoke active_record
13155
+ create db/migrate/20170310201148_change_the_model_post_at_time1489176705.rb
13156
+
13157
+ [2017-03-10 21:11:48 +0100] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g migration ChangeTheModelPostAtTime1489176705 in 3.097848 sec
13158
+ [2017-03-10 21:11:48 +0100] - DOING...: bundle exec rake db:migrate
13159
+ [2017-03-10 21:11:51 +0100] - == 20170310201148 ChangeTheModelPostAtTime1489176705: migrating ===============
13160
+ == 20170310201148 ChangeTheModelPostAtTime1489176705: migrated (0.0000s) ======
13161
+
13162
+
13163
+ [2017-03-10 21:11:51 +0100] - DONE: bundle exec rake db:migrate in 2.733447 sec
13164
+ [2017-03-10 21:11:51 +0100] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g migration ChangeTheModelPostAtTime1489176711
13165
+ [2017-03-10 21:11:54 +0100] - invoke active_record
13166
+ create db/migrate/20170310201154_change_the_model_post_at_time1489176711.rb
13167
+
13168
+ [2017-03-10 21:11:54 +0100] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g migration ChangeTheModelPostAtTime1489176711 in 2.867744 sec
13169
+ [2017-03-10 21:11:54 +0100] - DOING...: bundle exec rake db:migrate
13170
+ [2017-03-10 21:11:56 +0100] - == 20170310201154 ChangeTheModelPostAtTime1489176711: migrating ===============
13171
+ -- rename_column(:posts, :content, :content_new)
13172
+ -> 0.0041s
13173
+ == 20170310201154 ChangeTheModelPostAtTime1489176711: migrated (0.0041s) ======
13174
+
13175
+
13176
+ [2017-03-10 21:11:56 +0100] - DONE: bundle exec rake db:migrate in 2.674466 sec
13177
+ [2017-03-10 21:11:56 +0100] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g migration ChangeTheModelPostAtTime1489176716
13178
+ [2017-03-10 21:11:59 +0100] - invoke active_record
13179
+ create db/migrate/20170310201159_change_the_model_post_at_time1489176716.rb
13180
+
13181
+ [2017-03-10 21:11:59 +0100] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g migration ChangeTheModelPostAtTime1489176716 in 2.917027 sec
13182
+ [2017-03-10 21:11:59 +0100] - DOING...: bundle exec rake db:migrate
13183
+ [2017-03-10 21:12:02 +0100] - == 20170310201159 ChangeTheModelPostAtTime1489176716: migrating ===============
13184
+ -- rename_column(:posts, :views, :views_by_users)
13185
+ -> 0.0042s
13186
+ -- remove_column(:posts, :title)
13187
+ -> 0.0007s
13188
+ == 20170310201159 ChangeTheModelPostAtTime1489176716: migrated (0.0050s) ======
13189
+
13190
+
13191
+ [2017-03-10 21:12:02 +0100] - DONE: bundle exec rake db:migrate in 2.703011 sec
13192
+ [2017-03-10 21:12:02 +0100] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g migration ChangeTheModelPostAtTime1489176722
13193
+ [2017-03-10 21:12:05 +0100] - invoke active_record
13194
+ create db/migrate/20170310201205_change_the_model_post_at_time1489176722.rb
13195
+
13196
+ [2017-03-10 21:12:05 +0100] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g migration ChangeTheModelPostAtTime1489176722 in 2.946296 sec
13197
+ [2017-03-10 21:12:05 +0100] - DOING...: bundle exec rake db:migrate
13198
+ [2017-03-10 21:12:08 +0100] - == 20170310201205 ChangeTheModelPostAtTime1489176722: migrating ===============
13199
+ -- add_index(:posts, :views_by_users)
13200
+ -> 0.0113s
13201
+ -- change_column(:posts, :content_new, :string)
13202
+ -> 0.0010s
13203
+ == 20170310201205 ChangeTheModelPostAtTime1489176722: migrated (0.0124s) ======
13204
+
13205
+
13206
+ [2017-03-10 21:12:08 +0100] - DONE: bundle exec rake db:migrate in 2.676797 sec
13207
+ [2017-03-10 21:12:08 +0100] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g migration ChangeTheModelPostAtTime1489176728
13208
+ [2017-03-10 21:12:11 +0100] - invoke active_record
13209
+ create db/migrate/20170310201211_change_the_model_post_at_time1489176728.rb
13210
+
13211
+ [2017-03-10 21:12:11 +0100] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g migration ChangeTheModelPostAtTime1489176728 in 2.961979 sec
13212
+ [2017-03-10 21:12:11 +0100] - DOING...: bundle exec rake db:migrate
13213
+ [2017-03-10 21:12:13 +0100] - == 20170310201211 ChangeTheModelPostAtTime1489176728: migrating ===============
13214
+ -- add_index(:posts, :content_new)
13215
+ -> 0.0112s
13216
+ == 20170310201211 ChangeTheModelPostAtTime1489176728: migrated (0.0113s) ======
13217
+
13218
+
13219
+ [2017-03-10 21:12:13 +0100] - DONE: bundle exec rake db:migrate in 2.677714 sec
13220
+ [2017-03-10 21:12:13 +0100] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g migration ChangeTheModelPostAtTime1489176733
13221
+ [2017-03-10 21:12:16 +0100] - invoke active_record
13222
+ create db/migrate/20170310201216_change_the_model_post_at_time1489176733.rb
13223
+
13224
+ [2017-03-10 21:12:16 +0100] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g migration ChangeTheModelPostAtTime1489176733 in 3.124625 sec
13225
+ [2017-03-10 21:12:16 +0100] - DOING...: bundle exec rake db:migrate
13226
+ [2017-03-10 21:12:19 +0100] - == 20170310201216 ChangeTheModelPostAtTime1489176733: migrating ===============
13227
+ -- add_reference(:posts, :user, {:foreign_key=>true, :index=>true})
13228
+ -> 0.0118s
13229
+ == 20170310201216 ChangeTheModelPostAtTime1489176733: migrated (0.0119s) ======
13230
+
13231
+
13232
+ [2017-03-10 21:12:19 +0100] - DONE: bundle exec rake db:migrate in 2.667831 sec
13233
+ [2017-03-10 21:12:19 +0100] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g migration ChangeTheModelPostAtTime1489176739
13234
+ [2017-03-10 21:12:22 +0100] - invoke active_record
13235
+ create db/migrate/20170310201222_change_the_model_post_at_time1489176739.rb
13236
+
13237
+ [2017-03-10 21:12:22 +0100] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g migration ChangeTheModelPostAtTime1489176739 in 2.960467 sec
13238
+ [2017-03-10 21:12:22 +0100] - DOING...: bundle exec rake db:migrate
13239
+ [2017-03-10 21:12:25 +0100] - == 20170310201222 ChangeTheModelPostAtTime1489176739: migrating ===============
13240
+ -- remove_index(:posts, :views_by_users)
13241
+ -> 0.0060s
13242
+ == 20170310201222 ChangeTheModelPostAtTime1489176739: migrated (0.0060s) ======
13243
+
13244
+
13245
+ [2017-03-10 21:12:25 +0100] - DONE: bundle exec rake db:migrate in 2.659744 sec
13246
+ [2017-03-10 21:12:25 +0100] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g migration ChangeTheModelPostAtTime1489176745
13247
+ [2017-03-10 21:12:28 +0100] - invoke active_record
13248
+ create db/migrate/20170310201228_change_the_model_post_at_time1489176745.rb
13249
+
13250
+ [2017-03-10 21:12:28 +0100] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g migration ChangeTheModelPostAtTime1489176745 in 2.94249 sec
13251
+ [2017-03-10 21:12:28 +0100] - DOING...: bundle exec rake db:migrate
13252
+ [2017-03-10 21:12:31 +0100] - == 20170310201228 ChangeTheModelPostAtTime1489176745: migrating ===============
13253
+ -- drop_table(:posts, {:force=>:cascade})
13254
+ -> 0.0018s
13255
+ == 20170310201228 ChangeTheModelPostAtTime1489176745: migrated (0.0018s) ======
13256
+
13257
+
13258
+ [2017-03-10 21:12:31 +0100] - DONE: bundle exec rake db:migrate in 2.863983 sec
13259
+ [2017-03-10 21:12:31 +0100] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g model Post title:string:index content:text
13260
+ [2017-03-10 21:12:34 +0100] - invoke active_record
13261
+ create db/migrate/20170310201234_create_posts.rb
13262
+ create app/models/application_record.rb
13263
+ create app/models/post.rb
13264
+
13265
+ [2017-03-10 21:12:34 +0100] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g model Post title:string:index content:text in 3.682368 sec
13266
+ [2017-03-10 21:12:34 +0100] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rake db:migrate
13267
+ [2017-03-10 21:12:37 +0100] - == 20170310201234 CreatePosts: migrating ======================================
13268
+ -- create_table(:posts)
13269
+ -> 0.0139s
13270
+ -- add_index(:posts, :title)
13271
+ -> 0.0090s
13272
+ == 20170310201234 CreatePosts: migrated (0.0229s) =============================
13273
+
13274
+
13275
+ [2017-03-10 21:12:37 +0100] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rake db:migrate in 2.793903 sec
13276
+ [2017-03-10 21:12:37 +0100] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rake db:migrate RAILS_ENV=test
13277
+ [2017-03-10 21:12:40 +0100] -
13278
+ [2017-03-10 21:12:40 +0100] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rake db:migrate RAILS_ENV=test in 3.077263 sec
13279
+ [2017-03-10 21:12:40 +0100] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g model User name:string:index metadata:jsonb
13280
+ [2017-03-10 21:12:43 +0100] - invoke active_record
13281
+ create db/migrate/20170310201243_create_users.rb
13282
+ create app/models/user.rb
13283
+
13284
+ [2017-03-10 21:12:43 +0100] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g model User name:string:index metadata:jsonb in 3.027668 sec
13285
+ [2017-03-10 21:12:43 +0100] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rake db:migrate
13286
+ [2017-03-10 21:12:46 +0100] - == 20170310201243 CreateUsers: migrating ======================================
13287
+ -- create_table(:users)
13288
+ -> 0.1067s
13289
+ -- add_index(:users, :name)
13290
+ -> 0.0048s
13291
+ == 20170310201243 CreateUsers: migrated (0.1117s) =============================
13292
+
13293
+
13294
+ [2017-03-10 21:12:46 +0100] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rake db:migrate in 3.051443 sec
13295
+ [2017-03-10 21:12:46 +0100] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rake db:migrate RAILS_ENV=test
13296
+ [2017-03-10 21:12:49 +0100] -
13297
+ [2017-03-10 21:12:49 +0100] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rake db:migrate RAILS_ENV=test in 2.669885 sec
13298
+ [2017-03-10 21:12:49 +0100] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g model Post title:string:index content:text
13299
+ [2017-03-10 21:12:52 +0100] - invoke active_record
13300
+ create db/migrate/20170310201252_create_posts.rb
13301
+ create app/models/application_record.rb
13302
+ create app/models/post.rb
13303
+
13304
+ [2017-03-10 21:12:52 +0100] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g model Post title:string:index content:text in 3.298703 sec
13305
+ [2017-03-10 21:12:52 +0100] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g model User name:string:index metadata:jsonb
13306
+ [2017-03-10 21:12:55 +0100] - invoke active_record
13307
+ create db/migrate/20170310201255_create_users.rb
13308
+ create app/models/user.rb
13309
+
13310
+ [2017-03-10 21:12:55 +0100] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g model User name:string:index metadata:jsonb in 3.010177 sec
13311
+ [2017-03-10 21:12:55 +0100] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g model UserPost user:references post:references
13312
+ [2017-03-10 21:12:58 +0100] - invoke active_record
13313
+ create db/migrate/20170310201258_create_user_posts.rb
13314
+ create app/models/user_post.rb
13315
+
13316
+ [2017-03-10 21:12:58 +0100] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g model UserPost user:references post:references in 2.969647 sec
13317
+ [2017-03-10 21:12:58 +0100] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rake db:migrate
13318
+ [2017-03-10 21:13:01 +0100] - == 20170310201252 CreatePosts: migrating ======================================
13319
+ -- create_table(:posts)
13320
+ -> 0.0170s
13321
+ -- add_index(:posts, :title)
13322
+ -> 0.0087s
13323
+ == 20170310201252 CreatePosts: migrated (0.0258s) =============================
13324
+
13325
+ == 20170310201255 CreateUsers: migrating ======================================
13326
+ -- create_table(:users)
13327
+ -> 0.0090s
13328
+ -- add_index(:users, :name)
13329
+ -> 0.0036s
13330
+ == 20170310201255 CreateUsers: migrated (0.0128s) =============================
13331
+
13332
+ == 20170310201258 CreateUserPosts: migrating ==================================
13333
+ -- create_table(:user_posts)
13334
+ -> 0.0125s
13335
+ == 20170310201258 CreateUserPosts: migrated (0.0125s) =========================
13336
+
13337
+
13338
+ [2017-03-10 21:13:01 +0100] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rake db:migrate in 2.917952 sec
13339
+ [2017-03-10 21:13:01 +0100] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rake db:migrate RAILS_ENV=test
13340
+ [2017-03-10 21:13:04 +0100] -
13341
+ [2017-03-10 21:13:04 +0100] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rake db:migrate RAILS_ENV=test in 2.910341 sec
13342
+ [2017-03-10 21:14:30 +0100] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g migration ChangeTheModelPostAtTime1489176870
13343
+ [2017-03-10 21:14:33 +0100] - invoke active_record
13344
+ create db/migrate/20170310201433_change_the_model_post_at_time1489176870.rb
13345
+
13346
+ [2017-03-10 21:14:33 +0100] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g migration ChangeTheModelPostAtTime1489176870 in 3.103497 sec
13347
+ [2017-03-10 21:14:33 +0100] - DOING...: bundle exec rake db:migrate
13348
+ [2017-03-10 21:14:37 +0100] - == 20170310201433 ChangeTheModelPostAtTime1489176870: migrating ===============
13349
+ -- create_table(:posts)
13350
+ -> 0.0095s
13351
+ == 20170310201433 ChangeTheModelPostAtTime1489176870: migrated (0.0096s) ======
13352
+
13353
+
13354
+ [2017-03-10 21:14:37 +0100] - DONE: bundle exec rake db:migrate in 3.137182 sec
13355
+ [2017-03-10 21:14:37 +0100] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g migration ChangeTheModelUserAtTime1489176877
13356
+ [2017-03-10 21:14:40 +0100] - invoke active_record
13357
+ create db/migrate/20170310201440_change_the_model_user_at_time1489176877.rb
13358
+
13359
+ [2017-03-10 21:14:40 +0100] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g migration ChangeTheModelUserAtTime1489176877 in 3.067923 sec
13360
+ [2017-03-10 21:14:40 +0100] - DOING...: bundle exec rake db:migrate
13361
+ [2017-03-10 21:14:42 +0100] - == 20170310201440 ChangeTheModelUserAtTime1489176877: migrating ===============
13362
+ -- create_table(:users)
13363
+ -> 0.0103s
13364
+ == 20170310201440 ChangeTheModelUserAtTime1489176877: migrated (0.0104s) ======
13365
+
13366
+
13367
+ [2017-03-10 21:14:42 +0100] - DONE: bundle exec rake db:migrate in 2.688974 sec
13368
+ [2017-03-10 21:14:42 +0100] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g migration ChangeTheModelPostAtTime1489176882
13369
+ [2017-03-10 21:14:46 +0100] - invoke active_record
13370
+ create db/migrate/20170310201445_change_the_model_post_at_time1489176882.rb
13371
+
13372
+ [2017-03-10 21:14:46 +0100] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g migration ChangeTheModelPostAtTime1489176882 in 3.149102 sec
13373
+ [2017-03-10 21:14:46 +0100] - DOING...: bundle exec rake db:migrate
13374
+ [2017-03-10 21:14:49 +0100] - == 20170310201445 ChangeTheModelPostAtTime1489176882: migrating ===============
13375
+ -- add_column(:posts, :tags, :text, {:default=>[], :array=>true})
13376
+ -> 0.0208s
13377
+ -- add_index(:posts, :tags, {:using=>:gin})
13378
+ -> 0.0040s
13379
+ -- add_column(:posts, :views, :integer, {:default=>0, :null=>false, :index=>true})
13380
+ -> 0.0065s
13381
+ -- add_column(:posts, :content, :text)
13382
+ -> 0.0005s
13383
+ -- add_column(:posts, :title, :string, {:index=>true})
13384
+ -> 0.0004s
13385
+ == 20170310201445 ChangeTheModelPostAtTime1489176882: migrated (0.0323s) ======
13386
+
13387
+
13388
+ [2017-03-10 21:14:49 +0100] - DONE: bundle exec rake db:migrate in 3.021292 sec
13389
+ [2017-03-10 21:14:49 +0100] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g migration ChangeTheModelPostAtTime1489176889
13390
+ [2017-03-10 21:14:52 +0100] - invoke active_record
13391
+ create db/migrate/20170310201452_change_the_model_post_at_time1489176889.rb
13392
+
13393
+ [2017-03-10 21:14:52 +0100] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g migration ChangeTheModelPostAtTime1489176889 in 3.955079 sec
13394
+ [2017-03-10 21:14:52 +0100] - DOING...: bundle exec rake db:migrate
13395
+ [2017-03-10 21:14:55 +0100] - == 20170310201452 ChangeTheModelPostAtTime1489176889: migrating ===============
13396
+ == 20170310201452 ChangeTheModelPostAtTime1489176889: migrated (0.0000s) ======
13397
+
13398
+
13399
+ [2017-03-10 21:14:55 +0100] - DONE: bundle exec rake db:migrate in 2.817425 sec
13400
+ [2017-03-10 21:14:55 +0100] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g migration ChangeTheModelPostAtTime1489176895
13401
+ [2017-03-10 21:14:58 +0100] - invoke active_record
13402
+ create db/migrate/20170310201458_change_the_model_post_at_time1489176895.rb
13403
+
13404
+ [2017-03-10 21:14:58 +0100] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g migration ChangeTheModelPostAtTime1489176895 in 3.028708 sec
13405
+ [2017-03-10 21:14:58 +0100] - DOING...: bundle exec rake db:migrate
13406
+ [2017-03-10 21:15:01 +0100] - == 20170310201458 ChangeTheModelPostAtTime1489176895: migrating ===============
13407
+ -- rename_column(:posts, :content, :content_new)
13408
+ -> 0.0036s
13409
+ == 20170310201458 ChangeTheModelPostAtTime1489176895: migrated (0.0036s) ======
13410
+
13411
+
13412
+ [2017-03-10 21:15:01 +0100] - DONE: bundle exec rake db:migrate in 2.695084 sec
13413
+ [2017-03-10 21:15:01 +0100] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g migration ChangeTheModelPostAtTime1489176901
13414
+ [2017-03-10 21:15:04 +0100] - invoke active_record
13415
+ create db/migrate/20170310201504_change_the_model_post_at_time1489176901.rb
13416
+
13417
+ [2017-03-10 21:15:04 +0100] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g migration ChangeTheModelPostAtTime1489176901 in 3.11562 sec
13418
+ [2017-03-10 21:15:04 +0100] - DOING...: bundle exec rake db:migrate
13419
+ [2017-03-10 21:15:07 +0100] - == 20170310201504 ChangeTheModelPostAtTime1489176901: migrating ===============
13420
+ -- rename_column(:posts, :views, :views_by_users)
13421
+ -> 0.0036s
13422
+ -- remove_column(:posts, :title)
13423
+ -> 0.0007s
13424
+ == 20170310201504 ChangeTheModelPostAtTime1489176901: migrated (0.0043s) ======
13425
+
13426
+
13427
+ [2017-03-10 21:15:07 +0100] - DONE: bundle exec rake db:migrate in 3.327282 sec
13428
+ [2017-03-10 21:15:08 +0100] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g migration ChangeTheModelPostAtTime1489176908
13429
+ [2017-03-10 21:15:09 +0100] -
13430
+ [2017-03-10 21:15:09 +0100] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g migration ChangeTheModelPostAtTime1489176908 in 1.556327 sec
13431
+ [2017-03-10 21:15:09 +0100] - DOING...: bundle exec rake db:migrate
13432
+ [2017-03-10 21:15:15 +0100] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g migration ChangeTheModelPostAtTime1489176915
13433
+ [2017-03-10 21:15:18 +0100] - invoke active_record
13434
+ create db/migrate/20170310201518_change_the_model_post_at_time1489176915.rb
13435
+
13436
+ [2017-03-10 21:15:18 +0100] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g migration ChangeTheModelPostAtTime1489176915 in 2.983147 sec
13437
+ [2017-03-10 21:15:18 +0100] - DOING...: bundle exec rake db:migrate
13438
+ [2017-03-10 21:15:20 +0100] - == 20170310201518 ChangeTheModelPostAtTime1489176915: migrating ===============
13439
+ -- create_table(:posts)
13440
+ -> 0.0030s
13441
+ == 20170310201518 ChangeTheModelPostAtTime1489176915: migrated (0.0030s) ======
13442
+
13443
+
13444
+ [2017-03-10 21:15:20 +0100] - DONE: bundle exec rake db:migrate in 2.732957 sec
13445
+ [2017-03-10 21:15:20 +0100] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g migration ChangeTheModelUserAtTime1489176920
13446
+ [2017-03-10 21:15:23 +0100] - invoke active_record
13447
+ create db/migrate/20170310201523_change_the_model_user_at_time1489176920.rb
13448
+
13449
+ [2017-03-10 21:15:23 +0100] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g migration ChangeTheModelUserAtTime1489176920 in 2.998074 sec
13450
+ [2017-03-10 21:15:23 +0100] - DOING...: bundle exec rake db:migrate
13451
+ [2017-03-10 21:15:26 +0100] - == 20170310201523 ChangeTheModelUserAtTime1489176920: migrating ===============
13452
+ -- create_table(:users)
13453
+ -> 0.0126s
13454
+ == 20170310201523 ChangeTheModelUserAtTime1489176920: migrated (0.0126s) ======
13455
+
13456
+
13457
+ [2017-03-10 21:15:26 +0100] - DONE: bundle exec rake db:migrate in 2.635967 sec
13458
+ [2017-03-10 21:15:26 +0100] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g migration ChangeTheModelPostAtTime1489176926
13459
+ [2017-03-10 21:15:29 +0100] - invoke active_record
13460
+ create db/migrate/20170310201529_change_the_model_post_at_time1489176926.rb
13461
+
13462
+ [2017-03-10 21:15:29 +0100] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g migration ChangeTheModelPostAtTime1489176926 in 2.916812 sec
13463
+ [2017-03-10 21:15:29 +0100] - DOING...: bundle exec rake db:migrate
13464
+ [2017-03-10 21:15:29 +0100] -
13465
+ [2017-03-10 21:15:29 +0100] - DONE: bundle exec rake db:migrate in 0.175712 sec
13466
+ [2017-03-10 21:15:38 +0100] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g migration ChangeTheModelPostAtTime1489176938
13467
+ [2017-03-10 21:15:41 +0100] - invoke active_record
13468
+ create db/migrate/20170310201541_change_the_model_post_at_time1489176938.rb
13469
+
13470
+ [2017-03-10 21:15:41 +0100] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g migration ChangeTheModelPostAtTime1489176938 in 2.905295 sec
13471
+ [2017-03-10 21:15:41 +0100] - DOING...: bundle exec rake db:migrate
13472
+ [2017-03-10 21:15:44 +0100] - == 20170310201541 ChangeTheModelPostAtTime1489176938: migrating ===============
13473
+ -- create_table(:posts)
13474
+ -> 0.0026s
13475
+ == 20170310201541 ChangeTheModelPostAtTime1489176938: migrated (0.0027s) ======
13476
+
13477
+
13478
+ [2017-03-10 21:15:44 +0100] - DONE: bundle exec rake db:migrate in 3.017943 sec
13479
+ [2017-03-10 21:17:13 +0100] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && z rails g migration ChangeTheModelPostAtTime1489177033
13480
+ [2017-03-10 21:17:14 +0100] -
13481
+ [2017-03-10 21:17:14 +0100] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && z rails g migration ChangeTheModelPostAtTime1489177033 in 0.021522 sec
13482
+ [2017-03-10 21:17:46 +0100] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && zeus rails g migration ChangeTheModelPostAtTime1489177066
13483
+ [2017-03-10 21:17:47 +0100] -
13484
+ [2017-03-10 21:17:47 +0100] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && zeus rails g migration ChangeTheModelPostAtTime1489177066 in 0.571033 sec
13485
+ [2017-03-10 21:18:29 +0100] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && zeus rails g migration ChangeTheModelPostAtTime1489177109
13486
+ [2017-03-10 21:18:30 +0100] -
13487
+ [2017-03-10 21:18:30 +0100] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && zeus rails g migration ChangeTheModelPostAtTime1489177109 in 0.585675 sec
13488
+ [2017-03-10 21:19:06 +0100] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g migration ChangeTheModelPostAtTime1489177146
13489
+ [2017-03-10 21:19:10 +0100] - invoke active_record
13490
+ create db/migrate/20170310201910_change_the_model_post_at_time1489177146.rb
13491
+
13492
+ [2017-03-10 21:19:10 +0100] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g migration ChangeTheModelPostAtTime1489177146 in 3.394153 sec
13493
+ [2017-03-10 21:19:10 +0100] - DOING...: zeus rake db:migrate
13494
+ [2017-03-10 21:19:10 +0100] -
13495
+ [2017-03-10 21:19:10 +0100] - DONE: zeus rake db:migrate in 0.622715 sec
13496
+ [2017-03-10 21:19:15 +0100] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g migration ChangeTheModelPostAtTime1489177155
13497
+ [2017-03-10 21:19:18 +0100] - invoke active_record
13498
+ create db/migrate/20170310201918_change_the_model_post_at_time1489177155.rb
13499
+
13500
+ [2017-03-10 21:19:18 +0100] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g migration ChangeTheModelPostAtTime1489177155 in 2.927267 sec
13501
+ [2017-03-10 21:19:18 +0100] - DOING...: zeus rake db:migrate
13502
+ [2017-03-10 21:19:19 +0100] -
13503
+ [2017-03-10 21:19:19 +0100] - DONE: zeus rake db:migrate in 0.563905 sec
13504
+ [2017-03-10 21:19:28 +0100] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g migration ChangeTheModelPostAtTime1489177168
13505
+ [2017-03-10 21:19:31 +0100] - invoke active_record
13506
+ create db/migrate/20170310201931_change_the_model_post_at_time1489177168.rb
13507
+
13508
+ [2017-03-10 21:19:31 +0100] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g migration ChangeTheModelPostAtTime1489177168 in 3.107366 sec
13509
+ [2017-03-10 21:19:31 +0100] - DOING...: zeus rake db:migrate
13510
+ [2017-03-10 21:19:32 +0100] -
13511
+ [2017-03-10 21:19:32 +0100] - DONE: zeus rake db:migrate in 0.895349 sec
13512
+ [2017-03-10 21:19:32 +0100] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g migration ChangeTheModelUserAtTime1489177172
13513
+ [2017-03-10 21:19:35 +0100] - invoke active_record
13514
+ create db/migrate/20170310201935_change_the_model_user_at_time1489177172.rb
13515
+
13516
+ [2017-03-10 21:19:35 +0100] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g migration ChangeTheModelUserAtTime1489177172 in 3.234397 sec
13517
+ [2017-03-10 21:19:35 +0100] - DOING...: zeus rake db:migrate
13518
+ [2017-03-10 21:19:36 +0100] -
13519
+ [2017-03-10 21:19:36 +0100] - DONE: zeus rake db:migrate in 0.558456 sec
13520
+ [2017-03-10 21:19:36 +0100] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g migration ChangeTheModelPostAtTime1489177176
13521
+ [2017-03-10 21:19:39 +0100] - invoke active_record
13522
+ create db/migrate/20170310201939_change_the_model_post_at_time1489177176.rb
13523
+
13524
+ [2017-03-10 21:19:39 +0100] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g migration ChangeTheModelPostAtTime1489177176 in 2.89942 sec
13525
+ [2017-03-10 21:19:39 +0100] - DOING...: zeus rake db:migrate
13526
+ [2017-03-10 21:19:39 +0100] -
13527
+ [2017-03-10 21:19:39 +0100] - DONE: zeus rake db:migrate in 0.569329 sec
13528
+ [2017-03-10 21:19:39 +0100] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g migration ChangeTheModelPostAtTime1489177179
13529
+ [2017-03-10 21:19:42 +0100] - invoke active_record
13530
+ create db/migrate/20170310201942_change_the_model_post_at_time1489177179.rb
13531
+
13532
+ [2017-03-10 21:19:42 +0100] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g migration ChangeTheModelPostAtTime1489177179 in 2.989871 sec
13533
+ [2017-03-10 21:19:42 +0100] - DOING...: zeus rake db:migrate
13534
+ [2017-03-10 21:19:43 +0100] -
13535
+ [2017-03-10 21:19:43 +0100] - DONE: zeus rake db:migrate in 0.526616 sec
13536
+ [2017-03-10 21:19:43 +0100] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g migration ChangeTheModelPostAtTime1489177183
13537
+ [2017-03-10 21:19:46 +0100] - invoke active_record
13538
+ create db/migrate/20170310201946_change_the_model_post_at_time1489177183.rb
13539
+
13540
+ [2017-03-10 21:19:46 +0100] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g migration ChangeTheModelPostAtTime1489177183 in 3.042735 sec
13541
+ [2017-03-10 21:19:46 +0100] - DOING...: zeus rake db:migrate
13542
+ [2017-03-10 21:19:47 +0100] -
13543
+ [2017-03-10 21:19:47 +0100] - DONE: zeus rake db:migrate in 0.594615 sec
13544
+ [2017-03-10 21:19:47 +0100] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g migration ChangeTheModelPostAtTime1489177187
13545
+ [2017-03-10 21:19:50 +0100] - invoke active_record
13546
+ create db/migrate/20170310201950_change_the_model_post_at_time1489177187.rb
13547
+
13548
+ [2017-03-10 21:19:50 +0100] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g migration ChangeTheModelPostAtTime1489177187 in 3.003288 sec
13549
+ [2017-03-10 21:19:50 +0100] - DOING...: zeus rake db:migrate
13550
+ [2017-03-10 21:19:50 +0100] -
13551
+ [2017-03-10 21:19:50 +0100] - DONE: zeus rake db:migrate in 0.595627 sec
13552
+ [2017-03-10 21:19:50 +0100] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g migration ChangeTheModelPostAtTime1489177190
13553
+ [2017-03-10 21:19:53 +0100] - invoke active_record
13554
+ create db/migrate/20170310201953_change_the_model_post_at_time1489177190.rb
13555
+
13556
+ [2017-03-10 21:19:53 +0100] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g migration ChangeTheModelPostAtTime1489177190 in 3.343053 sec
13557
+ [2017-03-10 21:19:53 +0100] - DOING...: zeus rake db:migrate
13558
+ [2017-03-10 21:19:54 +0100] -
13559
+ [2017-03-10 21:19:54 +0100] - DONE: zeus rake db:migrate in 0.585793 sec
13560
+ [2017-03-10 21:19:54 +0100] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g migration ChangeTheModelPostAtTime1489177194
13561
+ [2017-03-10 21:19:57 +0100] - invoke active_record
13562
+ create db/migrate/20170310201957_change_the_model_post_at_time1489177194.rb
13563
+
13564
+ [2017-03-10 21:19:57 +0100] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g migration ChangeTheModelPostAtTime1489177194 in 3.013572 sec
13565
+ [2017-03-10 21:19:57 +0100] - DOING...: zeus rake db:migrate
13566
+ [2017-03-10 21:19:58 +0100] -
13567
+ [2017-03-10 21:19:58 +0100] - DONE: zeus rake db:migrate in 0.62256 sec
13568
+ [2017-03-10 21:19:58 +0100] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g migration ChangeTheModelPostAtTime1489177198
13569
+ [2017-03-10 21:20:01 +0100] - invoke active_record
13570
+ create db/migrate/20170310202001_change_the_model_post_at_time1489177198.rb
13571
+
13572
+ [2017-03-10 21:20:01 +0100] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g migration ChangeTheModelPostAtTime1489177198 in 3.093375 sec
13573
+ [2017-03-10 21:20:01 +0100] - DOING...: zeus rake db:migrate
13574
+ [2017-03-10 21:20:01 +0100] -
13575
+ [2017-03-10 21:20:01 +0100] - DONE: zeus rake db:migrate in 0.575393 sec
13576
+ [2017-03-10 21:20:01 +0100] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g migration ChangeTheModelPostAtTime1489177201
13577
+ [2017-03-10 21:20:04 +0100] - invoke active_record
13578
+ create db/migrate/20170310202004_change_the_model_post_at_time1489177201.rb
13579
+
13580
+ [2017-03-10 21:20:04 +0100] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g migration ChangeTheModelPostAtTime1489177201 in 2.980513 sec
13581
+ [2017-03-10 21:20:04 +0100] - DOING...: zeus rake db:migrate
13582
+ [2017-03-10 21:20:05 +0100] -
13583
+ [2017-03-10 21:20:05 +0100] - DONE: zeus rake db:migrate in 0.764248 sec
13584
+ [2017-03-10 21:20:05 +0100] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g migration ChangeTheModelPostAtTime1489177205
13585
+ [2017-03-10 21:20:08 +0100] - invoke active_record
13586
+ create db/migrate/20170310202008_change_the_model_post_at_time1489177205.rb
13587
+
13588
+ [2017-03-10 21:20:08 +0100] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g migration ChangeTheModelPostAtTime1489177205 in 3.323459 sec
13589
+ [2017-03-10 21:20:08 +0100] - DOING...: zeus rake db:migrate
13590
+ [2017-03-10 21:20:09 +0100] -
13591
+ [2017-03-10 21:20:09 +0100] - DONE: zeus rake db:migrate in 0.584664 sec
13592
+ [2017-03-10 21:20:09 +0100] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g model Post title:string:index content:text
13593
+ [2017-03-10 21:20:12 +0100] - invoke active_record
13594
+ create db/migrate/20170310202012_create_posts.rb
13595
+ create app/models/application_record.rb
13596
+ create app/models/post.rb
13597
+
13598
+ [2017-03-10 21:20:12 +0100] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g model Post title:string:index content:text in 3.037403 sec
13599
+ [2017-03-10 21:20:12 +0100] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && zeus rake db:migrate
13600
+ [2017-03-10 21:20:13 +0100] -
13601
+ [2017-03-10 21:20:13 +0100] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && zeus rake db:migrate in 0.598389 sec
13602
+ [2017-03-10 21:20:13 +0100] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && zeus rake db:migrate RAILS_ENV=test
13603
+ [2017-03-10 21:20:13 +0100] -
13604
+ [2017-03-10 21:20:13 +0100] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && zeus rake db:migrate RAILS_ENV=test in 0.569582 sec
13605
+ [2017-03-10 21:20:13 +0100] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g model User name:string:index metadata:jsonb
13606
+ [2017-03-10 21:20:16 +0100] - invoke active_record
13607
+ create db/migrate/20170310202016_create_users.rb
13608
+ create app/models/user.rb
13609
+
13610
+ [2017-03-10 21:20:16 +0100] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g model User name:string:index metadata:jsonb in 2.946965 sec
13611
+ [2017-03-10 21:20:16 +0100] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && zeus rake db:migrate
13612
+ [2017-03-10 21:20:17 +0100] -
13613
+ [2017-03-10 21:20:17 +0100] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && zeus rake db:migrate in 0.530022 sec
13614
+ [2017-03-10 21:20:17 +0100] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && zeus rake db:migrate RAILS_ENV=test
13615
+ [2017-03-10 21:20:17 +0100] -
13616
+ [2017-03-10 21:20:17 +0100] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && zeus rake db:migrate RAILS_ENV=test in 0.579901 sec
13617
+ [2017-03-10 21:20:17 +0100] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g model Post title:string:index content:text
13618
+ [2017-03-10 21:20:20 +0100] - invoke active_record
13619
+ create db/migrate/20170310202020_create_posts.rb
13620
+ create app/models/application_record.rb
13621
+ create app/models/post.rb
13622
+
13623
+ [2017-03-10 21:20:20 +0100] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g model Post title:string:index content:text in 2.917422 sec
13624
+ [2017-03-10 21:20:20 +0100] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g model User name:string:index metadata:jsonb
13625
+ [2017-03-10 21:20:23 +0100] - invoke active_record
13626
+ create db/migrate/20170310202023_create_users.rb
13627
+ create app/models/user.rb
13628
+
13629
+ [2017-03-10 21:20:23 +0100] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g model User name:string:index metadata:jsonb in 3.012275 sec
13630
+ [2017-03-10 21:20:23 +0100] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g model UserPost user:references post:references
13631
+ [2017-03-10 21:20:26 +0100] - invoke active_record
13632
+ create db/migrate/20170310202026_create_user_posts.rb
13633
+ create app/models/user_post.rb
13634
+
13635
+ [2017-03-10 21:20:26 +0100] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g model UserPost user:references post:references in 2.99546 sec
13636
+ [2017-03-10 21:20:26 +0100] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && zeus rake db:migrate
13637
+ [2017-03-10 21:20:27 +0100] -
13638
+ [2017-03-10 21:20:27 +0100] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && zeus rake db:migrate in 0.736139 sec
13639
+ [2017-03-10 21:20:27 +0100] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && zeus rake db:migrate RAILS_ENV=test
13640
+ [2017-03-10 21:20:28 +0100] -
13641
+ [2017-03-10 21:20:28 +0100] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && zeus rake db:migrate RAILS_ENV=test in 0.6354 sec
13642
+ [2017-03-10 21:21:02 +0100] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && zeus g ChangeTheModelPostAtTime1489177262
13643
+ [2017-03-10 21:21:03 +0100] -
13644
+ [2017-03-10 21:21:03 +0100] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && zeus g ChangeTheModelPostAtTime1489177262 in 0.592311 sec
13645
+ [2017-03-10 21:21:03 +0100] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && zeus g ChangeTheModelUserAtTime1489177263
13646
+ [2017-03-10 21:21:03 +0100] -
13647
+ [2017-03-10 21:21:03 +0100] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && zeus g ChangeTheModelUserAtTime1489177263 in 0.575749 sec
13648
+ [2017-03-10 21:21:03 +0100] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && zeus g ChangeTheModelPostAtTime1489177263
13649
+ [2017-03-10 21:21:04 +0100] -
13650
+ [2017-03-10 21:21:04 +0100] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && zeus g ChangeTheModelPostAtTime1489177263 in 0.573485 sec
13651
+ [2017-03-10 21:21:04 +0100] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && zeus g ChangeTheModelPostAtTime1489177264
13652
+ [2017-03-10 21:21:04 +0100] -
13653
+ [2017-03-10 21:21:04 +0100] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && zeus g ChangeTheModelPostAtTime1489177264 in 0.546208 sec
13654
+ [2017-03-10 21:21:04 +0100] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && zeus g ChangeTheModelPostAtTime1489177264
13655
+ [2017-03-10 21:21:05 +0100] -
13656
+ [2017-03-10 21:21:05 +0100] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && zeus g ChangeTheModelPostAtTime1489177264 in 0.562523 sec
13657
+ [2017-03-10 21:21:05 +0100] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && zeus g ChangeTheModelPostAtTime1489177265
13658
+ [2017-03-10 21:21:06 +0100] -
13659
+ [2017-03-10 21:21:06 +0100] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && zeus g ChangeTheModelPostAtTime1489177265 in 0.559792 sec
13660
+ [2017-03-10 21:21:06 +0100] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && zeus g ChangeTheModelPostAtTime1489177266
13661
+ [2017-03-10 21:21:06 +0100] -
13662
+ [2017-03-10 21:21:06 +0100] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && zeus g ChangeTheModelPostAtTime1489177266 in 0.555911 sec
13663
+ [2017-03-10 21:21:06 +0100] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && zeus g ChangeTheModelPostAtTime1489177266
13664
+ [2017-03-10 21:21:07 +0100] -
13665
+ [2017-03-10 21:21:07 +0100] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && zeus g ChangeTheModelPostAtTime1489177266 in 0.562548 sec
13666
+ [2017-03-10 21:21:07 +0100] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && zeus g ChangeTheModelPostAtTime1489177267
13667
+ [2017-03-10 21:21:07 +0100] -
13668
+ [2017-03-10 21:21:07 +0100] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && zeus g ChangeTheModelPostAtTime1489177267 in 0.559138 sec
13669
+ [2017-03-10 21:21:07 +0100] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && zeus g ChangeTheModelPostAtTime1489177267
13670
+ [2017-03-10 21:21:08 +0100] -
13671
+ [2017-03-10 21:21:08 +0100] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && zeus g ChangeTheModelPostAtTime1489177267 in 0.536824 sec
13672
+ [2017-03-10 21:21:08 +0100] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && zeus g ChangeTheModelPostAtTime1489177268
13673
+ [2017-03-10 21:21:08 +0100] -
13674
+ [2017-03-10 21:21:08 +0100] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && zeus g ChangeTheModelPostAtTime1489177268 in 0.537847 sec
13675
+ [2017-03-10 21:21:08 +0100] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g model Post title:string:index content:text
13676
+ [2017-03-10 21:21:11 +0100] - invoke active_record
13677
+ create db/migrate/20170310202111_create_posts.rb
13678
+ create app/models/application_record.rb
13679
+ create app/models/post.rb
13680
+
13681
+ [2017-03-10 21:21:11 +0100] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g model Post title:string:index content:text in 3.017345 sec
13682
+ [2017-03-10 21:21:11 +0100] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && zeus rake db:migrate
13683
+ [2017-03-10 21:21:12 +0100] -
13684
+ [2017-03-10 21:21:12 +0100] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && zeus rake db:migrate in 0.560628 sec
13685
+ [2017-03-10 21:21:12 +0100] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && zeus rake db:migrate RAILS_ENV=test
13686
+ [2017-03-10 21:21:13 +0100] -
13687
+ [2017-03-10 21:21:13 +0100] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && zeus rake db:migrate RAILS_ENV=test in 0.579027 sec
13688
+ [2017-03-10 21:21:13 +0100] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g model User name:string:index metadata:jsonb
13689
+ [2017-03-10 21:21:16 +0100] - invoke active_record
13690
+ create db/migrate/20170310202116_create_users.rb
13691
+ create app/models/user.rb
13692
+
13693
+ [2017-03-10 21:21:16 +0100] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g model User name:string:index metadata:jsonb in 3.010912 sec
13694
+ [2017-03-10 21:21:16 +0100] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && zeus rake db:migrate
13695
+ [2017-03-10 21:21:16 +0100] -
13696
+ [2017-03-10 21:21:16 +0100] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && zeus rake db:migrate in 0.549555 sec
13697
+ [2017-03-10 21:21:16 +0100] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && zeus rake db:migrate RAILS_ENV=test
13698
+ [2017-03-10 21:21:17 +0100] -
13699
+ [2017-03-10 21:21:17 +0100] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && zeus rake db:migrate RAILS_ENV=test in 0.632405 sec
13700
+ [2017-03-10 21:21:17 +0100] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g model Post title:string:index content:text
13701
+ [2017-03-10 21:21:20 +0100] - invoke active_record
13702
+ create db/migrate/20170310202120_create_posts.rb
13703
+ create app/models/application_record.rb
13704
+ create app/models/post.rb
13705
+
13706
+ [2017-03-10 21:21:20 +0100] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g model Post title:string:index content:text in 3.091545 sec
13707
+ [2017-03-10 21:21:20 +0100] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g model User name:string:index metadata:jsonb
13708
+ [2017-03-10 21:21:23 +0100] - invoke active_record
13709
+ create db/migrate/20170310202123_create_users.rb
13710
+ create app/models/user.rb
13711
+
13712
+ [2017-03-10 21:21:23 +0100] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g model User name:string:index metadata:jsonb in 3.241134 sec
13713
+ [2017-03-10 21:21:23 +0100] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g model UserPost user:references post:references
13714
+ [2017-03-10 21:21:27 +0100] - invoke active_record
13715
+ create db/migrate/20170310202127_create_user_posts.rb
13716
+ create app/models/user_post.rb
13717
+
13718
+ [2017-03-10 21:21:27 +0100] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g model UserPost user:references post:references in 3.677762 sec
13719
+ [2017-03-10 21:21:27 +0100] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && zeus rake db:migrate
13720
+ [2017-03-10 21:21:27 +0100] -
13721
+ [2017-03-10 21:21:27 +0100] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && zeus rake db:migrate in 0.533321 sec
13722
+ [2017-03-10 21:21:27 +0100] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && zeus rake db:migrate RAILS_ENV=test
13723
+ [2017-03-10 21:21:28 +0100] -
13724
+ [2017-03-10 21:21:28 +0100] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && zeus rake db:migrate RAILS_ENV=test in 0.560858 sec
13725
+ [2017-03-10 21:21:45 +0100] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && zeus g ChangeTheModelPostAtTime1489177305
13726
+ [2017-03-10 21:21:45 +0100] -
13727
+ [2017-03-10 21:21:45 +0100] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && zeus g ChangeTheModelPostAtTime1489177305 in 0.561652 sec
13728
+ [2017-03-10 21:21:45 +0100] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && zeus g ChangeTheModelUserAtTime1489177305
13729
+ [2017-03-10 21:21:46 +0100] -
13730
+ [2017-03-10 21:21:46 +0100] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && zeus g ChangeTheModelUserAtTime1489177305 in 0.562179 sec
13731
+ [2017-03-10 21:21:46 +0100] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && zeus g ChangeTheModelPostAtTime1489177306
13732
+ [2017-03-10 21:21:46 +0100] -
13733
+ [2017-03-10 21:21:46 +0100] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && zeus g ChangeTheModelPostAtTime1489177306 in 0.601046 sec
13734
+ [2017-03-10 21:21:46 +0100] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && zeus g ChangeTheModelPostAtTime1489177306
13735
+ [2017-03-10 21:21:47 +0100] -
13736
+ [2017-03-10 21:21:47 +0100] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && zeus g ChangeTheModelPostAtTime1489177306 in 0.551113 sec
13737
+ [2017-03-10 21:21:47 +0100] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && zeus g ChangeTheModelPostAtTime1489177307
13738
+ [2017-03-10 21:21:47 +0100] -
13739
+ [2017-03-10 21:21:47 +0100] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && zeus g ChangeTheModelPostAtTime1489177307 in 0.55124 sec
13740
+ [2017-03-10 21:21:48 +0100] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && zeus g ChangeTheModelPostAtTime1489177308
13741
+ [2017-03-10 21:21:48 +0100] -
13742
+ [2017-03-10 21:21:48 +0100] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && zeus g ChangeTheModelPostAtTime1489177308 in 0.553141 sec
13743
+ [2017-03-10 21:21:48 +0100] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && zeus g ChangeTheModelPostAtTime1489177308
13744
+ [2017-03-10 21:21:49 +0100] -
13745
+ [2017-03-10 21:21:49 +0100] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && zeus g ChangeTheModelPostAtTime1489177308 in 0.556 sec
13746
+ [2017-03-10 21:21:49 +0100] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && zeus g ChangeTheModelPostAtTime1489177309
13747
+ [2017-03-10 21:21:49 +0100] -
13748
+ [2017-03-10 21:21:49 +0100] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && zeus g ChangeTheModelPostAtTime1489177309 in 0.562772 sec
13749
+ [2017-03-10 21:21:49 +0100] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && zeus g ChangeTheModelPostAtTime1489177309
13750
+ [2017-03-10 21:21:50 +0100] -
13751
+ [2017-03-10 21:21:50 +0100] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && zeus g ChangeTheModelPostAtTime1489177309 in 0.572766 sec
13752
+ [2017-03-10 21:21:50 +0100] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && zeus g ChangeTheModelPostAtTime1489177310
13753
+ [2017-03-10 21:21:51 +0100] -
13754
+ [2017-03-10 21:21:51 +0100] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && zeus g ChangeTheModelPostAtTime1489177310 in 0.860473 sec
13755
+ [2017-03-10 21:21:51 +0100] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && zeus g ChangeTheModelPostAtTime1489177311
13756
+ [2017-03-10 21:21:51 +0100] -
13757
+ [2017-03-10 21:21:51 +0100] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && zeus g ChangeTheModelPostAtTime1489177311 in 0.664628 sec
13758
+ [2017-03-10 21:22:26 +0100] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && zeus g ChangeTheModelPostAtTime1489177323
13759
+ [2017-03-10 21:22:27 +0100] -
13760
+ [2017-03-10 21:22:27 +0100] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && zeus g ChangeTheModelPostAtTime1489177323 in 0.631173 sec
13761
+ [2017-03-10 21:22:32 +0100] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && zeus g migration ChangeTheModelPostAtTime1489177352
13762
+ [2017-03-10 21:22:33 +0100] -
13763
+ [2017-03-10 21:22:33 +0100] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && zeus g migration ChangeTheModelPostAtTime1489177352 in 0.590706 sec
13764
+ [2017-03-10 21:24:02 +0100] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && zeus g migration ChangeTheModelPostAtTime1489177368
13765
+ [2017-03-10 21:24:03 +0100] -
13766
+ [2017-03-10 21:24:03 +0100] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && zeus g migration ChangeTheModelPostAtTime1489177368 in 0.656188 sec
13767
+ [2017-03-10 21:24:03 +0100] - DOING...: zeus rake db:migrate
13768
+ [2017-03-10 21:24:03 +0100] -
13769
+ [2017-03-10 21:24:03 +0100] - DONE: zeus rake db:migrate in 0.55945 sec
13770
+ [2017-03-10 21:24:08 +0100] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && zeus generate migration ChangeTheModelPostAtTime1489177448
13771
+ [2017-03-10 21:24:09 +0100] -
13772
+ [2017-03-10 21:24:09 +0100] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && zeus generate migration ChangeTheModelPostAtTime1489177448 in 0.575441 sec
13773
+ [2017-03-10 21:24:27 +0100] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g migration ChangeTheModelPostAtTime1489177467
13774
+ [2017-03-10 21:24:30 +0100] - invoke active_record
13775
+ create db/migrate/20170310202430_change_the_model_post_at_time1489177467.rb
13776
+
13777
+ [2017-03-10 21:24:30 +0100] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g migration ChangeTheModelPostAtTime1489177467 in 3.018324 sec
13778
+ [2017-03-10 21:24:30 +0100] - DOING...: zeus rake db:migrate
13779
+ [2017-03-10 21:24:31 +0100] -
13780
+ [2017-03-10 21:24:31 +0100] - DONE: zeus rake db:migrate in 0.574916 sec
13781
+ [2017-03-10 21:24:38 +0100] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g migration ChangeTheModelPostAtTime1489177478
13782
+ [2017-03-10 21:24:41 +0100] - invoke active_record
13783
+ create db/migrate/20170310202441_change_the_model_post_at_time1489177478.rb
13784
+
13785
+ [2017-03-10 21:24:41 +0100] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g migration ChangeTheModelPostAtTime1489177478 in 2.949281 sec
13786
+ [2017-03-10 21:24:41 +0100] - DOING...: zeus rake db:migrate
13787
+ [2017-03-10 21:24:41 +0100] -
13788
+ [2017-03-10 21:24:41 +0100] - DONE: zeus rake db:migrate in 0.532708 sec
13789
+ [2017-03-10 21:24:41 +0100] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g migration ChangeTheModelUserAtTime1489177481
13790
+ [2017-03-10 21:24:44 +0100] - invoke active_record
13791
+ create db/migrate/20170310202444_change_the_model_user_at_time1489177481.rb
13792
+
13793
+ [2017-03-10 21:24:44 +0100] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g migration ChangeTheModelUserAtTime1489177481 in 2.917506 sec
13794
+ [2017-03-10 21:24:44 +0100] - DOING...: zeus rake db:migrate
13795
+ [2017-03-10 21:24:45 +0100] -
13796
+ [2017-03-10 21:24:45 +0100] - DONE: zeus rake db:migrate in 0.555898 sec
13797
+ [2017-03-10 21:24:45 +0100] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g migration ChangeTheModelPostAtTime1489177485
13798
+ [2017-03-10 21:24:48 +0100] - invoke active_record
13799
+ create db/migrate/20170310202448_change_the_model_post_at_time1489177485.rb
13800
+
13801
+ [2017-03-10 21:24:48 +0100] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g migration ChangeTheModelPostAtTime1489177485 in 3.036938 sec
13802
+ [2017-03-10 21:24:48 +0100] - DOING...: zeus rake db:migrate
13803
+ [2017-03-10 21:24:48 +0100] -
13804
+ [2017-03-10 21:24:48 +0100] - DONE: zeus rake db:migrate in 0.591446 sec
13805
+ [2017-03-10 21:24:48 +0100] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g migration ChangeTheModelPostAtTime1489177488
13806
+ [2017-03-10 21:24:52 +0100] - invoke active_record
13807
+ create db/migrate/20170310202452_change_the_model_post_at_time1489177488.rb
13808
+
13809
+ [2017-03-10 21:24:52 +0100] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g migration ChangeTheModelPostAtTime1489177488 in 3.533503 sec
13810
+ [2017-03-10 21:24:52 +0100] - DOING...: zeus rake db:migrate
13811
+ [2017-03-10 21:24:52 +0100] -
13812
+ [2017-03-10 21:24:52 +0100] - DONE: zeus rake db:migrate in 0.596892 sec
13813
+ [2017-03-10 21:24:53 +0100] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g migration ChangeTheModelPostAtTime1489177493
13814
+ [2017-03-10 21:24:55 +0100] - invoke active_record
13815
+ create db/migrate/20170310202455_change_the_model_post_at_time1489177493.rb
13816
+
13817
+ [2017-03-10 21:24:55 +0100] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g migration ChangeTheModelPostAtTime1489177493 in 2.963678 sec
13818
+ [2017-03-10 21:24:55 +0100] - DOING...: zeus rake db:migrate
13819
+ [2017-03-10 21:24:56 +0100] -
13820
+ [2017-03-10 21:24:56 +0100] - DONE: zeus rake db:migrate in 0.617714 sec
13821
+ [2017-03-10 21:24:56 +0100] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g migration ChangeTheModelPostAtTime1489177496
13822
+ [2017-03-10 21:24:59 +0100] - invoke active_record
13823
+ create db/migrate/20170310202459_change_the_model_post_at_time1489177496.rb
13824
+
13825
+ [2017-03-10 21:24:59 +0100] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g migration ChangeTheModelPostAtTime1489177496 in 2.98137 sec
13826
+ [2017-03-10 21:24:59 +0100] - DOING...: zeus rake db:migrate
13827
+ [2017-03-10 21:25:00 +0100] -
13828
+ [2017-03-10 21:25:00 +0100] - DONE: zeus rake db:migrate in 0.552129 sec
13829
+ [2017-03-10 21:25:00 +0100] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g migration ChangeTheModelPostAtTime1489177500
13830
+ [2017-03-10 21:25:03 +0100] - invoke active_record
13831
+ create db/migrate/20170310202503_change_the_model_post_at_time1489177500.rb
13832
+
13833
+ [2017-03-10 21:25:03 +0100] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g migration ChangeTheModelPostAtTime1489177500 in 2.973176 sec
13834
+ [2017-03-10 21:25:03 +0100] - DOING...: zeus rake db:migrate
13835
+ [2017-03-10 21:25:03 +0100] -
13836
+ [2017-03-10 21:25:03 +0100] - DONE: zeus rake db:migrate in 0.560759 sec
13837
+ [2017-03-10 21:25:03 +0100] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g migration ChangeTheModelPostAtTime1489177503
13838
+ [2017-03-10 21:25:06 +0100] - invoke active_record
13839
+ create db/migrate/20170310202506_change_the_model_post_at_time1489177503.rb
13840
+
13841
+ [2017-03-10 21:25:06 +0100] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g migration ChangeTheModelPostAtTime1489177503 in 2.982509 sec
13842
+ [2017-03-10 21:25:06 +0100] - DOING...: zeus rake db:migrate
13843
+ [2017-03-10 21:25:07 +0100] -
13844
+ [2017-03-10 21:25:07 +0100] - DONE: zeus rake db:migrate in 0.710522 sec
13845
+ [2017-03-10 21:25:07 +0100] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g migration ChangeTheModelPostAtTime1489177507
13846
+ [2017-03-10 21:25:10 +0100] - invoke active_record
13847
+ create db/migrate/20170310202510_change_the_model_post_at_time1489177507.rb
13848
+
13849
+ [2017-03-10 21:25:10 +0100] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g migration ChangeTheModelPostAtTime1489177507 in 2.940829 sec
13850
+ [2017-03-10 21:25:10 +0100] - DOING...: zeus rake db:migrate
13851
+ [2017-03-10 21:25:10 +0100] -
13852
+ [2017-03-10 21:25:10 +0100] - DONE: zeus rake db:migrate in 0.5839 sec
13853
+ [2017-03-10 21:25:10 +0100] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g migration ChangeTheModelPostAtTime1489177510
13854
+ [2017-03-10 21:25:13 +0100] - invoke active_record
13855
+ create db/migrate/20170310202513_change_the_model_post_at_time1489177510.rb
13856
+
13857
+ [2017-03-10 21:25:13 +0100] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g migration ChangeTheModelPostAtTime1489177510 in 2.927882 sec
13858
+ [2017-03-10 21:25:13 +0100] - DOING...: zeus rake db:migrate
13859
+ [2017-03-10 21:25:14 +0100] -
13860
+ [2017-03-10 21:25:14 +0100] - DONE: zeus rake db:migrate in 0.554487 sec
13861
+ [2017-03-10 21:25:14 +0100] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g migration ChangeTheModelPostAtTime1489177514
13862
+ [2017-03-10 21:25:17 +0100] - invoke active_record
13863
+ create db/migrate/20170310202517_change_the_model_post_at_time1489177514.rb
13864
+
13865
+ [2017-03-10 21:25:17 +0100] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g migration ChangeTheModelPostAtTime1489177514 in 2.929848 sec
13866
+ [2017-03-10 21:25:17 +0100] - DOING...: zeus rake db:migrate
13867
+ [2017-03-10 21:25:17 +0100] -
13868
+ [2017-03-10 21:25:17 +0100] - DONE: zeus rake db:migrate in 0.561211 sec
13869
+ [2017-03-10 21:25:17 +0100] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g model Post title:string:index content:text
13870
+ [2017-03-10 21:25:20 +0100] - invoke active_record
13871
+ create db/migrate/20170310202520_create_posts.rb
13872
+ create app/models/application_record.rb
13873
+ create app/models/post.rb
13874
+
13875
+ [2017-03-10 21:25:20 +0100] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g model Post title:string:index content:text in 2.951801 sec
13876
+ [2017-03-10 21:25:20 +0100] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && zeus rake db:migrate
13877
+ [2017-03-10 21:25:21 +0100] -
13878
+ [2017-03-10 21:25:21 +0100] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && zeus rake db:migrate in 0.582599 sec
13879
+ [2017-03-10 21:25:21 +0100] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && zeus rake db:migrate RAILS_ENV=test
13880
+ [2017-03-10 21:25:22 +0100] -
13881
+ [2017-03-10 21:25:22 +0100] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && zeus rake db:migrate RAILS_ENV=test in 0.58291 sec
13882
+ [2017-03-10 21:25:22 +0100] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g model User name:string:index metadata:jsonb
13883
+ [2017-03-10 21:25:25 +0100] - invoke active_record
13884
+ create db/migrate/20170310202525_create_users.rb
13885
+ create app/models/user.rb
13886
+
13887
+ [2017-03-10 21:25:25 +0100] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g model User name:string:index metadata:jsonb in 2.975963 sec
13888
+ [2017-03-10 21:25:25 +0100] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && zeus rake db:migrate
13889
+ [2017-03-10 21:25:25 +0100] -
13890
+ [2017-03-10 21:25:25 +0100] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && zeus rake db:migrate in 0.564291 sec
13891
+ [2017-03-10 21:25:25 +0100] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && zeus rake db:migrate RAILS_ENV=test
13892
+ [2017-03-10 21:25:26 +0100] -
13893
+ [2017-03-10 21:25:26 +0100] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && zeus rake db:migrate RAILS_ENV=test in 0.587648 sec
13894
+ [2017-03-10 21:25:26 +0100] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g model Post title:string:index content:text
13895
+ [2017-03-10 21:25:29 +0100] - invoke active_record
13896
+ create db/migrate/20170310202529_create_posts.rb
13897
+ create app/models/application_record.rb
13898
+ create app/models/post.rb
13899
+
13900
+ [2017-03-10 21:25:29 +0100] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g model Post title:string:index content:text in 3.050453 sec
13901
+ [2017-03-10 21:25:29 +0100] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g model User name:string:index metadata:jsonb
13902
+ [2017-03-10 21:25:32 +0100] - invoke active_record
13903
+ create db/migrate/20170310202532_create_users.rb
13904
+ create app/models/user.rb
13905
+
13906
+ [2017-03-10 21:25:32 +0100] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g model User name:string:index metadata:jsonb in 2.98155 sec
13907
+ [2017-03-10 21:25:32 +0100] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g model UserPost user:references post:references
13908
+ [2017-03-10 21:25:35 +0100] - invoke active_record
13909
+ create db/migrate/20170310202535_create_user_posts.rb
13910
+ create app/models/user_post.rb
13911
+
13912
+ [2017-03-10 21:25:35 +0100] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g model UserPost user:references post:references in 2.976086 sec
13913
+ [2017-03-10 21:25:35 +0100] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && zeus rake db:migrate
13914
+ [2017-03-10 21:25:35 +0100] -
13915
+ [2017-03-10 21:25:35 +0100] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && zeus rake db:migrate in 0.587137 sec
13916
+ [2017-03-10 21:25:35 +0100] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && zeus rake db:migrate RAILS_ENV=test
13917
+ [2017-03-10 21:25:36 +0100] -
13918
+ [2017-03-10 21:25:36 +0100] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && zeus rake db:migrate RAILS_ENV=test in 0.574565 sec
13919
+ [2017-03-10 21:28:04 +0100] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g migration ChangeTheModelPostAtTime1489177684
13920
+ [2017-03-10 21:28:07 +0100] - invoke active_record
13921
+ create db/migrate/20170310202807_change_the_model_post_at_time1489177684.rb
13922
+
13923
+ [2017-03-10 21:28:07 +0100] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g migration ChangeTheModelPostAtTime1489177684 in 2.92498 sec
13924
+ [2017-03-10 21:28:07 +0100] - DOING...: zeus rake db:migrate
13925
+ [2017-03-10 21:28:08 +0100] -
13926
+ [2017-03-10 21:28:08 +0100] - DONE: zeus rake db:migrate in 0.537195 sec
13927
+ [2017-03-10 21:28:08 +0100] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g migration ChangeTheModelUserAtTime1489177688
13928
+ [2017-03-10 21:28:11 +0100] - invoke active_record
13929
+ create db/migrate/20170310202811_change_the_model_user_at_time1489177688.rb
13930
+
13931
+ [2017-03-10 21:28:11 +0100] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g migration ChangeTheModelUserAtTime1489177688 in 2.903838 sec
13932
+ [2017-03-10 21:28:11 +0100] - DOING...: zeus rake db:migrate
13933
+ [2017-03-10 21:28:11 +0100] -
13934
+ [2017-03-10 21:28:11 +0100] - DONE: zeus rake db:migrate in 0.556914 sec
13935
+ [2017-03-10 21:28:11 +0100] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g migration ChangeTheModelPostAtTime1489177691
13936
+ [2017-03-10 21:28:14 +0100] - invoke active_record
13937
+ create db/migrate/20170310202814_change_the_model_post_at_time1489177691.rb
13938
+
13939
+ [2017-03-10 21:28:14 +0100] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g migration ChangeTheModelPostAtTime1489177691 in 2.88842 sec
13940
+ [2017-03-10 21:28:14 +0100] - DOING...: zeus rake db:migrate
13941
+ [2017-03-10 21:28:15 +0100] -
13942
+ [2017-03-10 21:28:15 +0100] - DONE: zeus rake db:migrate in 0.584983 sec
13943
+ [2017-03-10 21:28:15 +0100] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g migration ChangeTheModelPostAtTime1489177695
13944
+ [2017-03-10 21:28:18 +0100] - invoke active_record
13945
+ create db/migrate/20170310202818_change_the_model_post_at_time1489177695.rb
13946
+
13947
+ [2017-03-10 21:28:18 +0100] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g migration ChangeTheModelPostAtTime1489177695 in 2.932362 sec
13948
+ [2017-03-10 21:28:18 +0100] - DOING...: zeus rake db:migrate
13949
+ [2017-03-10 21:28:18 +0100] -
13950
+ [2017-03-10 21:28:18 +0100] - DONE: zeus rake db:migrate in 0.539557 sec
13951
+ [2017-03-10 21:28:18 +0100] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g migration ChangeTheModelPostAtTime1489177698
13952
+ [2017-03-10 21:28:21 +0100] - invoke active_record
13953
+ create db/migrate/20170310202821_change_the_model_post_at_time1489177698.rb
13954
+
13955
+ [2017-03-10 21:28:21 +0100] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g migration ChangeTheModelPostAtTime1489177698 in 3.021043 sec
13956
+ [2017-03-10 21:28:21 +0100] - DOING...: zeus rake db:migrate
13957
+ [2017-03-10 21:28:22 +0100] -
13958
+ [2017-03-10 21:28:22 +0100] - DONE: zeus rake db:migrate in 0.581673 sec
13959
+ [2017-03-10 21:28:22 +0100] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g migration ChangeTheModelPostAtTime1489177702
13960
+ [2017-03-10 21:28:25 +0100] - invoke active_record
13961
+ create db/migrate/20170310202825_change_the_model_post_at_time1489177702.rb
13962
+
13963
+ [2017-03-10 21:28:25 +0100] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g migration ChangeTheModelPostAtTime1489177702 in 2.844485 sec
13964
+ [2017-03-10 21:28:25 +0100] - DOING...: zeus rake db:migrate
13965
+ [2017-03-10 21:28:25 +0100] -
13966
+ [2017-03-10 21:28:25 +0100] - DONE: zeus rake db:migrate in 0.574176 sec
13967
+ [2017-03-10 21:28:25 +0100] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g migration ChangeTheModelPostAtTime1489177705
13968
+ [2017-03-10 21:28:28 +0100] - invoke active_record
13969
+ create db/migrate/20170310202828_change_the_model_post_at_time1489177705.rb
13970
+
13971
+ [2017-03-10 21:28:28 +0100] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g migration ChangeTheModelPostAtTime1489177705 in 2.948664 sec
13972
+ [2017-03-10 21:28:28 +0100] - DOING...: zeus rake db:migrate
13973
+ [2017-03-10 21:28:29 +0100] -
13974
+ [2017-03-10 21:28:29 +0100] - DONE: zeus rake db:migrate in 0.577246 sec
13975
+ [2017-03-10 21:28:29 +0100] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g migration ChangeTheModelPostAtTime1489177709
13976
+ [2017-03-10 21:28:32 +0100] - invoke active_record
13977
+ create db/migrate/20170310202832_change_the_model_post_at_time1489177709.rb
13978
+
13979
+ [2017-03-10 21:28:32 +0100] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g migration ChangeTheModelPostAtTime1489177709 in 2.907982 sec
13980
+ [2017-03-10 21:28:32 +0100] - DOING...: zeus rake db:migrate
13981
+ [2017-03-10 21:28:32 +0100] -
13982
+ [2017-03-10 21:28:32 +0100] - DONE: zeus rake db:migrate in 0.543746 sec
13983
+ [2017-03-10 21:28:32 +0100] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g migration ChangeTheModelPostAtTime1489177712
13984
+ [2017-03-10 21:28:35 +0100] - invoke active_record
13985
+ create db/migrate/20170310202835_change_the_model_post_at_time1489177712.rb
13986
+
13987
+ [2017-03-10 21:28:35 +0100] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g migration ChangeTheModelPostAtTime1489177712 in 2.948144 sec
13988
+ [2017-03-10 21:28:35 +0100] - DOING...: zeus rake db:migrate
13989
+ [2017-03-10 21:28:36 +0100] -
13990
+ [2017-03-10 21:28:36 +0100] - DONE: zeus rake db:migrate in 0.552934 sec
13991
+ [2017-03-10 21:28:36 +0100] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g migration ChangeTheModelPostAtTime1489177716
13992
+ [2017-03-10 21:28:39 +0100] - invoke active_record
13993
+ create db/migrate/20170310202839_change_the_model_post_at_time1489177716.rb
13994
+
13995
+ [2017-03-10 21:28:39 +0100] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g migration ChangeTheModelPostAtTime1489177716 in 2.909611 sec
13996
+ [2017-03-10 21:28:39 +0100] - DOING...: zeus rake db:migrate
13997
+ [2017-03-10 21:28:39 +0100] -
13998
+ [2017-03-10 21:28:39 +0100] - DONE: zeus rake db:migrate in 0.565137 sec
13999
+ [2017-03-10 21:28:39 +0100] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g migration ChangeTheModelPostAtTime1489177719
14000
+ [2017-03-10 21:28:42 +0100] - invoke active_record
14001
+ create db/migrate/20170310202842_change_the_model_post_at_time1489177719.rb
14002
+
14003
+ [2017-03-10 21:28:42 +0100] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g migration ChangeTheModelPostAtTime1489177719 in 2.91326 sec
14004
+ [2017-03-10 21:28:42 +0100] - DOING...: zeus rake db:migrate
14005
+ [2017-03-10 21:28:43 +0100] -
14006
+ [2017-03-10 21:28:43 +0100] - DONE: zeus rake db:migrate in 0.568246 sec
14007
+ [2017-03-10 21:28:43 +0100] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g model Post title:string:index content:text
14008
+ [2017-03-10 21:28:46 +0100] - invoke active_record
14009
+ create db/migrate/20170310202846_create_posts.rb
14010
+ create app/models/application_record.rb
14011
+ create app/models/post.rb
14012
+
14013
+ [2017-03-10 21:28:46 +0100] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g model Post title:string:index content:text in 2.959361 sec
14014
+ [2017-03-10 21:28:46 +0100] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && zeus rake db:migrate
14015
+ [2017-03-10 21:28:46 +0100] -
14016
+ [2017-03-10 21:28:46 +0100] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && zeus rake db:migrate in 0.555998 sec
14017
+ [2017-03-10 21:28:46 +0100] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g model User name:string:index metadata:jsonb
14018
+ [2017-03-10 21:28:49 +0100] - invoke active_record
14019
+ create db/migrate/20170310202849_create_users.rb
14020
+ create app/models/user.rb
14021
+
14022
+ [2017-03-10 21:28:49 +0100] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g model User name:string:index metadata:jsonb in 2.941453 sec
14023
+ [2017-03-10 21:28:49 +0100] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && zeus rake db:migrate
14024
+ [2017-03-10 21:28:50 +0100] -
14025
+ [2017-03-10 21:28:50 +0100] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && zeus rake db:migrate in 0.553727 sec
14026
+ [2017-03-10 21:28:50 +0100] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g model Post title:string:index content:text
14027
+ [2017-03-10 21:28:53 +0100] - invoke active_record
14028
+ create db/migrate/20170310202853_create_posts.rb
14029
+ create app/models/application_record.rb
14030
+ create app/models/post.rb
14031
+
14032
+ [2017-03-10 21:28:53 +0100] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g model Post title:string:index content:text in 3.33086 sec
14033
+ [2017-03-10 21:28:53 +0100] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g model User name:string:index metadata:jsonb
14034
+ [2017-03-10 21:28:56 +0100] - invoke active_record
14035
+ create db/migrate/20170310202856_create_users.rb
14036
+ create app/models/user.rb
14037
+
14038
+ [2017-03-10 21:28:56 +0100] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g model User name:string:index metadata:jsonb in 3.246574 sec
14039
+ [2017-03-10 21:28:56 +0100] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g model UserPost user:references post:references
14040
+ [2017-03-10 21:29:00 +0100] - invoke active_record
14041
+ create db/migrate/20170310202900_create_user_posts.rb
14042
+ create app/models/user_post.rb
14043
+
14044
+ [2017-03-10 21:29:00 +0100] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g model UserPost user:references post:references in 3.105788 sec
14045
+ [2017-03-10 21:29:00 +0100] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && zeus rake db:migrate
14046
+ [2017-03-10 21:29:00 +0100] -
14047
+ [2017-03-10 21:29:00 +0100] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && zeus rake db:migrate in 0.774199 sec
14048
+ [2017-03-10 21:29:36 +0100] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g migration ChangeTheModelPostAtTime1489177776
14049
+ [2017-03-10 21:29:39 +0100] - invoke active_record
14050
+ create db/migrate/20170310202939_change_the_model_post_at_time1489177776.rb
14051
+
14052
+ [2017-03-10 21:29:39 +0100] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g migration ChangeTheModelPostAtTime1489177776 in 2.927605 sec
14053
+ [2017-03-10 21:29:39 +0100] - DOING...: bundle exec rake db:migrate
14054
+ [2017-03-10 21:29:41 +0100] - == 20170310202939 ChangeTheModelPostAtTime1489177776: migrating ===============
14055
+ -- create_table(:posts)
14056
+ -> 0.0089s
14057
+ == 20170310202939 ChangeTheModelPostAtTime1489177776: migrated (0.0090s) ======
14058
+
14059
+
14060
+ [2017-03-10 21:29:41 +0100] - DONE: bundle exec rake db:migrate in 2.805076 sec
14061
+ [2017-03-10 21:29:41 +0100] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g migration ChangeTheModelUserAtTime1489177781
14062
+ [2017-03-10 21:29:44 +0100] - invoke active_record
14063
+ create db/migrate/20170310202944_change_the_model_user_at_time1489177781.rb
14064
+
14065
+ [2017-03-10 21:29:44 +0100] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g migration ChangeTheModelUserAtTime1489177781 in 2.946459 sec
14066
+ [2017-03-10 21:29:44 +0100] - DOING...: bundle exec rake db:migrate
14067
+ [2017-03-10 21:29:47 +0100] - == 20170310202944 ChangeTheModelUserAtTime1489177781: migrating ===============
14068
+ -- create_table(:users)
14069
+ -> 0.0111s
14070
+ == 20170310202944 ChangeTheModelUserAtTime1489177781: migrated (0.0112s) ======
14071
+
14072
+
14073
+ [2017-03-10 21:29:47 +0100] - DONE: bundle exec rake db:migrate in 2.631512 sec
14074
+ [2017-03-10 21:29:47 +0100] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g migration ChangeTheModelPostAtTime1489177787
14075
+ [2017-03-10 21:29:50 +0100] - invoke active_record
14076
+ create db/migrate/20170310202950_change_the_model_post_at_time1489177787.rb
14077
+
14078
+ [2017-03-10 21:29:50 +0100] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g migration ChangeTheModelPostAtTime1489177787 in 3.490447 sec
14079
+ [2017-03-10 21:29:50 +0100] - DOING...: bundle exec rake db:migrate
14080
+ [2017-03-10 21:29:54 +0100] - == 20170310202950 ChangeTheModelPostAtTime1489177787: migrating ===============
14081
+ -- add_column(:posts, :tags, :text, {:default=>[], :array=>true})
14082
+ -> 0.0177s
14083
+ -- add_index(:posts, :tags, {:using=>:gin})
14084
+ -> 0.0032s
14085
+ -- add_column(:posts, :views, :integer, {:default=>0, :null=>false, :index=>true})
14086
+ -> 0.0095s
14087
+ -- add_column(:posts, :content, :text)
14088
+ -> 0.0005s
14089
+ -- add_column(:posts, :title, :string, {:index=>true})
14090
+ -> 0.0071s
14091
+ == 20170310202950 ChangeTheModelPostAtTime1489177787: migrated (0.0383s) ======
14092
+
14093
+
14094
+ [2017-03-10 21:29:54 +0100] - DONE: bundle exec rake db:migrate in 3.356353 sec
14095
+ [2017-03-10 21:29:54 +0100] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g migration ChangeTheModelPostAtTime1489177794
14096
+ [2017-03-10 21:29:58 +0100] - invoke active_record
14097
+ create db/migrate/20170310202958_change_the_model_post_at_time1489177794.rb
14098
+
14099
+ [2017-03-10 21:29:58 +0100] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g migration ChangeTheModelPostAtTime1489177794 in 3.79312 sec
14100
+ [2017-03-10 21:29:58 +0100] - DOING...: bundle exec rake db:migrate
14101
+ [2017-03-10 21:30:01 +0100] - == 20170310202958 ChangeTheModelPostAtTime1489177794: migrating ===============
14102
+ == 20170310202958 ChangeTheModelPostAtTime1489177794: migrated (0.0000s) ======
14103
+
14104
+
14105
+ [2017-03-10 21:30:01 +0100] - DONE: bundle exec rake db:migrate in 2.843374 sec
14106
+ [2017-03-10 21:30:01 +0100] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g migration ChangeTheModelPostAtTime1489177801
14107
+ [2017-03-10 21:30:03 +0100] - invoke active_record
14108
+ create db/migrate/20170310203003_change_the_model_post_at_time1489177801.rb
14109
+
14110
+ [2017-03-10 21:30:03 +0100] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g migration ChangeTheModelPostAtTime1489177801 in 2.911041 sec
14111
+ [2017-03-10 21:30:03 +0100] - DOING...: bundle exec rake db:migrate
14112
+ [2017-03-10 21:30:06 +0100] - == 20170310203003 ChangeTheModelPostAtTime1489177801: migrating ===============
14113
+ -- rename_column(:posts, :content, :content_new)
14114
+ -> 0.0059s
14115
+ == 20170310203003 ChangeTheModelPostAtTime1489177801: migrated (0.0059s) ======
14116
+
14117
+
14118
+ [2017-03-10 21:30:06 +0100] - DONE: bundle exec rake db:migrate in 2.688895 sec
14119
+ [2017-03-10 21:30:06 +0100] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g migration ChangeTheModelPostAtTime1489177806
14120
+ [2017-03-10 21:30:09 +0100] - invoke active_record
14121
+ create db/migrate/20170310203009_change_the_model_post_at_time1489177806.rb
14122
+
14123
+ [2017-03-10 21:30:09 +0100] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g migration ChangeTheModelPostAtTime1489177806 in 3.182671 sec
14124
+ [2017-03-10 21:30:09 +0100] - DOING...: bundle exec rake db:migrate
14125
+ [2017-03-10 21:30:12 +0100] - == 20170310203009 ChangeTheModelPostAtTime1489177806: migrating ===============
14126
+ -- rename_column(:posts, :views, :views_by_users)
14127
+ -> 0.0049s
14128
+ -- remove_column(:posts, :title)
14129
+ -> 0.0009s
14130
+ == 20170310203009 ChangeTheModelPostAtTime1489177806: migrated (0.0059s) ======
14131
+
14132
+
14133
+ [2017-03-10 21:30:12 +0100] - DONE: bundle exec rake db:migrate in 2.926717 sec
14134
+ [2017-03-10 21:30:12 +0100] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g migration ChangeTheModelPostAtTime1489177812
14135
+ [2017-03-10 21:30:15 +0100] - invoke active_record
14136
+ create db/migrate/20170310203015_change_the_model_post_at_time1489177812.rb
14137
+
14138
+ [2017-03-10 21:30:15 +0100] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g migration ChangeTheModelPostAtTime1489177812 in 2.986063 sec
14139
+ [2017-03-10 21:30:15 +0100] - DOING...: bundle exec rake db:migrate
14140
+ [2017-03-10 21:30:18 +0100] - == 20170310203015 ChangeTheModelPostAtTime1489177812: migrating ===============
14141
+ -- add_index(:posts, :views_by_users)
14142
+ -> 0.0035s
14143
+ -- change_column(:posts, :content_new, :string)
14144
+ -> 0.0006s
14145
+ == 20170310203015 ChangeTheModelPostAtTime1489177812: migrated (0.0042s) ======
14146
+
14147
+
14148
+ [2017-03-10 21:30:18 +0100] - DONE: bundle exec rake db:migrate in 2.645391 sec
14149
+ [2017-03-10 21:30:18 +0100] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g migration ChangeTheModelPostAtTime1489177818
14150
+ [2017-03-10 21:30:21 +0100] - invoke active_record
14151
+ create db/migrate/20170310203021_change_the_model_post_at_time1489177818.rb
14152
+
14153
+ [2017-03-10 21:30:21 +0100] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g migration ChangeTheModelPostAtTime1489177818 in 2.949175 sec
14154
+ [2017-03-10 21:30:21 +0100] - DOING...: bundle exec rake db:migrate
14155
+ [2017-03-10 21:30:24 +0100] - == 20170310203021 ChangeTheModelPostAtTime1489177818: migrating ===============
14156
+ -- add_index(:posts, :content_new)
14157
+ -> 0.0117s
14158
+ == 20170310203021 ChangeTheModelPostAtTime1489177818: migrated (0.0118s) ======
14159
+
14160
+
14161
+ [2017-03-10 21:30:24 +0100] - DONE: bundle exec rake db:migrate in 2.672193 sec
14162
+ [2017-03-10 21:30:24 +0100] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g migration ChangeTheModelPostAtTime1489177824
14163
+ [2017-03-10 21:30:26 +0100] - invoke active_record
14164
+ create db/migrate/20170310203026_change_the_model_post_at_time1489177824.rb
14165
+
14166
+ [2017-03-10 21:30:26 +0100] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g migration ChangeTheModelPostAtTime1489177824 in 2.917029 sec
14167
+ [2017-03-10 21:30:26 +0100] - DOING...: bundle exec rake db:migrate
14168
+ [2017-03-10 21:30:29 +0100] - == 20170310203026 ChangeTheModelPostAtTime1489177824: migrating ===============
14169
+ -- add_reference(:posts, :user, {:foreign_key=>true, :index=>true})
14170
+ -> 0.0083s
14171
+ == 20170310203026 ChangeTheModelPostAtTime1489177824: migrated (0.0084s) ======
14172
+
14173
+
14174
+ [2017-03-10 21:30:29 +0100] - DONE: bundle exec rake db:migrate in 2.654886 sec
14175
+ [2017-03-10 21:30:29 +0100] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g migration ChangeTheModelPostAtTime1489177829
14176
+ [2017-03-10 21:30:32 +0100] - invoke active_record
14177
+ create db/migrate/20170310203032_change_the_model_post_at_time1489177829.rb
14178
+
14179
+ [2017-03-10 21:30:32 +0100] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g migration ChangeTheModelPostAtTime1489177829 in 2.851578 sec
14180
+ [2017-03-10 21:30:32 +0100] - DOING...: bundle exec rake db:migrate
14181
+ [2017-03-10 21:30:35 +0100] - == 20170310203032 ChangeTheModelPostAtTime1489177829: migrating ===============
14182
+ -- remove_index(:posts, :views_by_users)
14183
+ -> 0.0059s
14184
+ == 20170310203032 ChangeTheModelPostAtTime1489177829: migrated (0.0059s) ======
14185
+
14186
+
14187
+ [2017-03-10 21:30:35 +0100] - DONE: bundle exec rake db:migrate in 2.951638 sec
14188
+ [2017-03-10 21:30:35 +0100] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g migration ChangeTheModelPostAtTime1489177835
14189
+ [2017-03-10 21:30:39 +0100] - invoke active_record
14190
+ create db/migrate/20170310203039_change_the_model_post_at_time1489177835.rb
14191
+
14192
+ [2017-03-10 21:30:39 +0100] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g migration ChangeTheModelPostAtTime1489177835 in 4.381966 sec
14193
+ [2017-03-10 21:30:39 +0100] - DOING...: bundle exec rake db:migrate
14194
+ [2017-03-10 21:30:43 +0100] - == 20170310203039 ChangeTheModelPostAtTime1489177835: migrating ===============
14195
+ -- drop_table(:posts, {:force=>:cascade})
14196
+ -> 0.0055s
14197
+ == 20170310203039 ChangeTheModelPostAtTime1489177835: migrated (0.0056s) ======
14198
+
14199
+
14200
+ [2017-03-10 21:30:43 +0100] - DONE: bundle exec rake db:migrate in 4.188068 sec
14201
+ [2017-03-10 21:30:44 +0100] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g model Post title:string:index content:text
14202
+ [2017-03-10 21:30:47 +0100] - invoke active_record
14203
+ create db/migrate/20170310203047_create_posts.rb
14204
+ create app/models/application_record.rb
14205
+ create app/models/post.rb
14206
+
14207
+ [2017-03-10 21:30:47 +0100] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g model Post title:string:index content:text in 3.641683 sec
14208
+ [2017-03-10 21:30:47 +0100] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rake db:migrate
14209
+ [2017-03-10 21:30:51 +0100] - == 20170310203047 CreatePosts: migrating ======================================
14210
+ -- create_table(:posts)
14211
+ -> 0.0286s
14212
+ -- add_index(:posts, :title)
14213
+ -> 0.0177s
14214
+ == 20170310203047 CreatePosts: migrated (0.0465s) =============================
14215
+
14216
+
14217
+ [2017-03-10 21:30:51 +0100] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rake db:migrate in 3.536813 sec
14218
+ [2017-03-10 21:30:51 +0100] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g model User name:string:index metadata:jsonb
14219
+ [2017-03-10 21:30:55 +0100] - invoke active_record
14220
+ create db/migrate/20170310203055_create_users.rb
14221
+ create app/models/user.rb
14222
+
14223
+ [2017-03-10 21:30:55 +0100] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g model User name:string:index metadata:jsonb in 3.812875 sec
14224
+ [2017-03-10 21:30:55 +0100] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rake db:migrate
14225
+ [2017-03-10 21:30:58 +0100] - == 20170310203055 CreateUsers: migrating ======================================
14226
+ -- create_table(:users)
14227
+ -> 0.0143s
14228
+ -- add_index(:users, :name)
14229
+ -> 0.0063s
14230
+ == 20170310203055 CreateUsers: migrated (0.0208s) =============================
14231
+
14232
+
14233
+ [2017-03-10 21:30:58 +0100] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rake db:migrate in 3.055014 sec
14234
+ [2017-03-10 21:30:58 +0100] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g model Post title:string:index content:text
14235
+ [2017-03-10 21:31:01 +0100] - invoke active_record
14236
+ create db/migrate/20170310203101_create_posts.rb
14237
+ create app/models/application_record.rb
14238
+ create app/models/post.rb
14239
+
14240
+ [2017-03-10 21:31:01 +0100] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g model Post title:string:index content:text in 3.220594 sec
14241
+ [2017-03-10 21:31:01 +0100] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g model User name:string:index metadata:jsonb
14242
+ [2017-03-10 21:31:04 +0100] - invoke active_record
14243
+ create db/migrate/20170310203104_create_users.rb
14244
+ create app/models/user.rb
14245
+
14246
+ [2017-03-10 21:31:04 +0100] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g model User name:string:index metadata:jsonb in 3.227453 sec
14247
+ [2017-03-10 21:31:04 +0100] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g model UserPost user:references post:references
14248
+ [2017-03-10 21:31:07 +0100] - invoke active_record
14249
+ create db/migrate/20170310203107_create_user_posts.rb
14250
+ create app/models/user_post.rb
14251
+
14252
+ [2017-03-10 21:31:07 +0100] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g model UserPost user:references post:references in 3.204538 sec
14253
+ [2017-03-10 21:31:07 +0100] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rake db:migrate
14254
+ [2017-03-10 21:31:10 +0100] - == 20170310203101 CreatePosts: migrating ======================================
14255
+ -- create_table(:posts)
14256
+ -> 0.0040s
14257
+ -- add_index(:posts, :title)
14258
+ -> 0.0028s
14259
+ == 20170310203101 CreatePosts: migrated (0.0069s) =============================
14260
+
14261
+ == 20170310203104 CreateUsers: migrating ======================================
14262
+ -- create_table(:users)
14263
+ -> 0.0043s
14264
+ -- add_index(:users, :name)
14265
+ -> 0.0045s
14266
+ == 20170310203104 CreateUsers: migrated (0.0088s) =============================
14267
+
14268
+ == 20170310203107 CreateUserPosts: migrating ==================================
14269
+ -- create_table(:user_posts)
14270
+ -> 0.0150s
14271
+ == 20170310203107 CreateUserPosts: migrated (0.0150s) =========================
14272
+
14273
+
14274
+ [2017-03-10 21:31:10 +0100] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rake db:migrate in 2.823656 sec
14275
+ [2017-03-10 21:40:10 +0100] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g model Post name:string
14276
+ [2017-03-10 21:40:15 +0100] - No Pry.
14277
+ invoke active_record
14278
+ create db/migrate/20170310204015_create_posts.rb
14279
+ create app/models/application_record.rb
14280
+ create app/models/post.rb
14281
+
14282
+ [2017-03-10 21:40:15 +0100] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g model Post name:string in 4.790109 sec
14283
+ [2017-03-10 21:40:15 +0100] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rake db:migrate
14284
+ [2017-03-10 21:40:18 +0100] - No Pry.
14285
+ == 20170310204015 CreatePosts: migrating ======================================
14286
+ -- create_table(:posts)
14287
+ -> 0.0238s
14288
+ == 20170310204015 CreatePosts: migrated (0.0239s) =============================
14289
+
14290
+
14291
+ [2017-03-10 21:40:18 +0100] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rake db:migrate in 3.493872 sec
14292
+ [2017-03-10 21:42:36 +0100] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g model User name:string
14293
+ [2017-03-10 21:42:41 +0100] - No Pry.
14294
+ invoke active_record
14295
+ create db/migrate/20170310204241_create_users.rb
14296
+ create app/models/user.rb
14297
+
14298
+ [2017-03-10 21:42:41 +0100] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g model User name:string in 4.949245 sec
14299
+ [2017-03-10 21:42:41 +0100] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rake db:migrate
14300
+ [2017-03-10 21:42:44 +0100] - No Pry.
14301
+ == 20170310204241 CreateUsers: migrating ======================================
14302
+ -- create_table(:users)
14303
+ -> 0.0298s
14304
+ == 20170310204241 CreateUsers: migrated (0.0299s) =============================
14305
+
14306
+
14307
+ [2017-03-10 21:42:44 +0100] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rake db:migrate in 3.446434 sec
14308
+ [2017-03-10 21:42:59 +0100] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g migration ChangeTheModelAtTime1489178579
14309
+ [2017-03-10 21:43:03 +0100] - No Pry.
14310
+ invoke active_record
14311
+ create db/migrate/20170310204303_change_the_model_at_time1489178579.rb
14312
+
14313
+ [2017-03-10 21:43:03 +0100] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g migration ChangeTheModelAtTime1489178579 in 3.917315 sec
14314
+ [2017-03-10 21:43:03 +0100] - DOING...: bundle exec rake db:migrate
14315
+ [2017-03-10 21:43:07 +0100] - No Pry.
14316
+ == 20170310204303 ChangeTheModelAtTime1489178579: migrating ===================
14317
+ -- add_reference(:posts, :user, {:foreign_key=>true, :index=>true})
14318
+ -> 0.0277s
14319
+ == 20170310204303 ChangeTheModelAtTime1489178579: migrated (0.0277s) ==========
14320
+
14321
+
14322
+ [2017-03-10 21:43:07 +0100] - DONE: bundle exec rake db:migrate in 3.51164 sec
14323
+ [2017-03-10 21:46:31 +0100] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g migration ChangeTheModelPostAtTime1489178791
14324
+ [2017-03-10 21:46:34 +0100] - invoke active_record
14325
+ create db/migrate/20170310204634_change_the_model_post_at_time1489178791.rb
14326
+
14327
+ [2017-03-10 21:46:34 +0100] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g migration ChangeTheModelPostAtTime1489178791 in 3.638317 sec
14328
+ [2017-03-10 21:46:34 +0100] - DOING...: bundle exec rake db:migrate
14329
+ [2017-03-10 21:46:37 +0100] - == 20170310204634 ChangeTheModelPostAtTime1489178791: migrating ===============
14330
+ -- create_table(:posts)
14331
+ -> 0.0081s
14332
+ == 20170310204634 ChangeTheModelPostAtTime1489178791: migrated (0.0082s) ======
14333
+
14334
+
14335
+ [2017-03-10 21:46:37 +0100] - DONE: bundle exec rake db:migrate in 3.266927 sec
14336
+ [2017-03-10 21:46:37 +0100] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g migration ChangeTheModelUserAtTime1489178797
14337
+ [2017-03-10 21:46:41 +0100] - invoke active_record
14338
+ create db/migrate/20170310204641_change_the_model_user_at_time1489178797.rb
14339
+
14340
+ [2017-03-10 21:46:41 +0100] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g migration ChangeTheModelUserAtTime1489178797 in 3.505112 sec
14341
+ [2017-03-10 21:46:41 +0100] - DOING...: bundle exec rake db:migrate
14342
+ [2017-03-10 21:46:44 +0100] - == 20170310204641 ChangeTheModelUserAtTime1489178797: migrating ===============
14343
+ -- create_table(:users)
14344
+ -> 0.0109s
14345
+ == 20170310204641 ChangeTheModelUserAtTime1489178797: migrated (0.0110s) ======
14346
+
14347
+
14348
+ [2017-03-10 21:46:44 +0100] - DONE: bundle exec rake db:migrate in 3.307131 sec
14349
+ [2017-03-10 21:46:44 +0100] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g migration ChangeTheModelPostAtTime1489178804
14350
+ [2017-03-10 21:46:48 +0100] - invoke active_record
14351
+ create db/migrate/20170310204648_change_the_model_post_at_time1489178804.rb
14352
+
14353
+ [2017-03-10 21:46:48 +0100] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g migration ChangeTheModelPostAtTime1489178804 in 3.322894 sec
14354
+ [2017-03-10 21:46:48 +0100] - DOING...: bundle exec rake db:migrate
14355
+ [2017-03-10 21:46:51 +0100] - == 20170310204648 ChangeTheModelPostAtTime1489178804: migrating ===============
14356
+ -- add_column(:posts, :tags, :text, {:default=>[], :array=>true})
14357
+ -> 0.0078s
14358
+ -- add_index(:posts, :tags, {:using=>:gin})
14359
+ -> 0.0228s
14360
+ -- add_column(:posts, :views, :integer, {:default=>0, :null=>false, :index=>true})
14361
+ -> 0.0087s
14362
+ -- add_column(:posts, :content, :text)
14363
+ -> 0.0004s
14364
+ -- add_column(:posts, :title, :string, {:index=>true})
14365
+ -> 0.0003s
14366
+ == 20170310204648 ChangeTheModelPostAtTime1489178804: migrated (0.0403s) ======
14367
+
14368
+
14369
+ [2017-03-10 21:46:51 +0100] - DONE: bundle exec rake db:migrate in 3.187567 sec
14370
+ [2017-03-10 21:46:51 +0100] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g migration ChangeTheModelPostAtTime1489178811
14371
+ [2017-03-10 21:46:55 +0100] - invoke active_record
14372
+ create db/migrate/20170310204655_change_the_model_post_at_time1489178811.rb
14373
+
14374
+ [2017-03-10 21:46:55 +0100] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g migration ChangeTheModelPostAtTime1489178811 in 4.329903 sec
14375
+ [2017-03-10 21:46:55 +0100] - DOING...: bundle exec rake db:migrate
14376
+ [2017-03-10 21:46:58 +0100] - == 20170310204655 ChangeTheModelPostAtTime1489178811: migrating ===============
14377
+ == 20170310204655 ChangeTheModelPostAtTime1489178811: migrated (0.0000s) ======
14378
+
14379
+
14380
+ [2017-03-10 21:46:58 +0100] - DONE: bundle exec rake db:migrate in 3.16453 sec
14381
+ [2017-03-10 21:46:58 +0100] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g migration ChangeTheModelPostAtTime1489178818
14382
+ [2017-03-10 21:47:02 +0100] - invoke active_record
14383
+ create db/migrate/20170310204702_change_the_model_post_at_time1489178818.rb
14384
+
14385
+ [2017-03-10 21:47:02 +0100] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g migration ChangeTheModelPostAtTime1489178818 in 3.413904 sec
14386
+ [2017-03-10 21:47:02 +0100] - DOING...: bundle exec rake db:migrate
14387
+ [2017-03-10 21:47:05 +0100] - == 20170310204702 ChangeTheModelPostAtTime1489178818: migrating ===============
14388
+ -- rename_column(:posts, :content, :content_new)
14389
+ -> 0.0051s
14390
+ == 20170310204702 ChangeTheModelPostAtTime1489178818: migrated (0.0052s) ======
14391
+
14392
+
14393
+ [2017-03-10 21:47:05 +0100] - DONE: bundle exec rake db:migrate in 2.919357 sec
14394
+ [2017-03-10 21:47:05 +0100] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g migration ChangeTheModelPostAtTime1489178825
14395
+ [2017-03-10 21:47:08 +0100] - invoke active_record
14396
+ create db/migrate/20170310204708_change_the_model_post_at_time1489178825.rb
14397
+
14398
+ [2017-03-10 21:47:08 +0100] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g migration ChangeTheModelPostAtTime1489178825 in 3.440302 sec
14399
+ [2017-03-10 21:47:08 +0100] - DOING...: bundle exec rake db:migrate
14400
+ [2017-03-10 21:47:11 +0100] - == 20170310204708 ChangeTheModelPostAtTime1489178825: migrating ===============
14401
+ -- rename_column(:posts, :views, :views_by_users)
14402
+ -> 0.0045s
14403
+ -- remove_column(:posts, :title)
14404
+ -> 0.0009s
14405
+ == 20170310204708 ChangeTheModelPostAtTime1489178825: migrated (0.0054s) ======
14406
+
14407
+
14408
+ [2017-03-10 21:47:11 +0100] - DONE: bundle exec rake db:migrate in 2.885781 sec
14409
+ [2017-03-10 21:47:11 +0100] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g migration ChangeTheModelPostAtTime1489178831
14410
+ [2017-03-10 21:47:14 +0100] - invoke active_record
14411
+ create db/migrate/20170310204714_change_the_model_post_at_time1489178831.rb
14412
+
14413
+ [2017-03-10 21:47:14 +0100] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g migration ChangeTheModelPostAtTime1489178831 in 3.175172 sec
14414
+ [2017-03-10 21:47:14 +0100] - DOING...: bundle exec rake db:migrate
14415
+ [2017-03-10 21:47:17 +0100] - == 20170310204714 ChangeTheModelPostAtTime1489178831: migrating ===============
14416
+ -- add_index(:posts, :views_by_users)
14417
+ -> 0.0123s
14418
+ -- change_column(:posts, :content_new, :string)
14419
+ -> 0.0007s
14420
+ == 20170310204714 ChangeTheModelPostAtTime1489178831: migrated (0.0131s) ======
14421
+
14422
+
14423
+ [2017-03-10 21:47:17 +0100] - DONE: bundle exec rake db:migrate in 2.865272 sec
14424
+ [2017-03-10 21:47:17 +0100] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g migration ChangeTheModelPostAtTime1489178837
14425
+ [2017-03-10 21:47:20 +0100] - invoke active_record
14426
+ create db/migrate/20170310204720_change_the_model_post_at_time1489178837.rb
14427
+
14428
+ [2017-03-10 21:47:20 +0100] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g migration ChangeTheModelPostAtTime1489178837 in 3.206183 sec
14429
+ [2017-03-10 21:47:20 +0100] - DOING...: bundle exec rake db:migrate
14430
+ [2017-03-10 21:47:23 +0100] - == 20170310204720 ChangeTheModelPostAtTime1489178837: migrating ===============
14431
+ -- add_index(:posts, :content_new)
14432
+ -> 0.0129s
14433
+ == 20170310204720 ChangeTheModelPostAtTime1489178837: migrated (0.0129s) ======
14434
+
14435
+
14436
+ [2017-03-10 21:47:23 +0100] - DONE: bundle exec rake db:migrate in 2.937599 sec
14437
+ [2017-03-10 21:47:23 +0100] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g migration ChangeTheModelPostAtTime1489178843
14438
+ [2017-03-10 21:47:27 +0100] - invoke active_record
14439
+ create db/migrate/20170310204727_change_the_model_post_at_time1489178843.rb
14440
+
14441
+ [2017-03-10 21:47:27 +0100] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g migration ChangeTheModelPostAtTime1489178843 in 3.436618 sec
14442
+ [2017-03-10 21:47:27 +0100] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g migration ChangeTheModelPostAtTime1489178847
14443
+ [2017-03-10 21:47:30 +0100] - invoke active_record
14444
+ create db/migrate/20170310204730_change_the_model_post_at_time1489178847.rb
14445
+
14446
+ [2017-03-10 21:47:30 +0100] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g migration ChangeTheModelPostAtTime1489178847 in 3.204435 sec
14447
+ [2017-03-10 21:47:30 +0100] - DOING...: bundle exec rake db:migrate
14448
+ [2017-03-10 21:47:33 +0100] - == 20170310204727 ChangeTheModelPostAtTime1489178843: migrating ===============
14449
+ -- add_reference(:posts, :user, {:foreign_key=>true, :index=>true})
14450
+ -> 0.0105s
14451
+ == 20170310204727 ChangeTheModelPostAtTime1489178843: migrated (0.0106s) ======
14452
+
14453
+ == 20170310204730 ChangeTheModelPostAtTime1489178847: migrating ===============
14454
+ -- remove_index(:posts, :views_by_users)
14455
+ -> 0.0074s
14456
+ == 20170310204730 ChangeTheModelPostAtTime1489178847: migrated (0.0075s) ======
14457
+
14458
+
14459
+ [2017-03-10 21:47:33 +0100] - DONE: bundle exec rake db:migrate in 2.917151 sec
14460
+ [2017-03-10 21:47:33 +0100] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g migration ChangeTheModelPostAtTime1489178853
14461
+ [2017-03-10 21:47:36 +0100] - invoke active_record
14462
+ create db/migrate/20170310204736_change_the_model_post_at_time1489178853.rb
14463
+
14464
+ [2017-03-10 21:47:36 +0100] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g migration ChangeTheModelPostAtTime1489178853 in 3.224019 sec
14465
+ [2017-03-10 21:47:36 +0100] - DOING...: bundle exec rake db:migrate
14466
+ [2017-03-10 21:47:39 +0100] - == 20170310204736 ChangeTheModelPostAtTime1489178853: migrating ===============
14467
+ -- drop_table(:posts, {:force=>:cascade})
14468
+ -> 0.0119s
14469
+ == 20170310204736 ChangeTheModelPostAtTime1489178853: migrated (0.0120s) ======
14470
+
14471
+
14472
+ [2017-03-10 21:47:39 +0100] - DONE: bundle exec rake db:migrate in 2.89854 sec
14473
+ [2017-03-10 21:47:39 +0100] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g model Post title:string:index content:text
14474
+ [2017-03-10 21:47:42 +0100] - invoke active_record
14475
+ create db/migrate/20170310204742_create_posts.rb
14476
+ create app/models/application_record.rb
14477
+ create app/models/post.rb
14478
+
14479
+ [2017-03-10 21:47:42 +0100] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g model Post title:string:index content:text in 3.202314 sec
14480
+ [2017-03-10 21:47:42 +0100] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rake db:migrate
14481
+ [2017-03-10 21:47:45 +0100] - == 20170310204742 CreatePosts: migrating ======================================
14482
+ -- create_table(:posts)
14483
+ -> 0.0054s
14484
+ -- add_index(:posts, :title)
14485
+ -> 0.0042s
14486
+ == 20170310204742 CreatePosts: migrated (0.0096s) =============================
14487
+
14488
+
14489
+ [2017-03-10 21:47:45 +0100] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rake db:migrate in 2.806676 sec
14490
+ [2017-03-10 21:47:45 +0100] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g model User name:string:index metadata:jsonb
14491
+ [2017-03-10 21:47:48 +0100] - invoke active_record
14492
+ create db/migrate/20170310204748_create_users.rb
14493
+ create app/models/user.rb
14494
+
14495
+ [2017-03-10 21:47:48 +0100] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g model User name:string:index metadata:jsonb in 3.18753 sec
14496
+ [2017-03-10 21:47:48 +0100] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rake db:migrate
14497
+ [2017-03-10 21:47:51 +0100] - == 20170310204748 CreateUsers: migrating ======================================
14498
+ -- create_table(:users)
14499
+ -> 0.0139s
14500
+ -- add_index(:users, :name)
14501
+ -> 0.0043s
14502
+ == 20170310204748 CreateUsers: migrated (0.0183s) =============================
14503
+
14504
+
14505
+ [2017-03-10 21:47:51 +0100] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rake db:migrate in 2.87395 sec
14506
+ [2017-03-10 21:47:51 +0100] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g model Post title:string:index content:text
14507
+ [2017-03-10 21:47:54 +0100] - invoke active_record
14508
+ create db/migrate/20170310204754_create_posts.rb
14509
+ create app/models/application_record.rb
14510
+ create app/models/post.rb
14511
+
14512
+ [2017-03-10 21:47:54 +0100] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g model Post title:string:index content:text in 3.20002 sec
14513
+ [2017-03-10 21:47:54 +0100] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g model User name:string:index metadata:jsonb
14514
+ [2017-03-10 21:47:58 +0100] - invoke active_record
14515
+ create db/migrate/20170310204758_create_users.rb
14516
+ create app/models/user.rb
14517
+
14518
+ [2017-03-10 21:47:58 +0100] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g model User name:string:index metadata:jsonb in 3.789358 sec
14519
+ [2017-03-10 21:47:58 +0100] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g model UserPost user:references post:references
14520
+ [2017-03-10 21:48:01 +0100] - invoke active_record
14521
+ create db/migrate/20170310204801_create_user_posts.rb
14522
+ create app/models/user_post.rb
14523
+
14524
+ [2017-03-10 21:48:01 +0100] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g model UserPost user:references post:references in 3.307439 sec
14525
+ [2017-03-10 21:48:01 +0100] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rake db:migrate
14526
+ [2017-03-10 21:48:05 +0100] - == 20170310204754 CreatePosts: migrating ======================================
14527
+ -- create_table(:posts)
14528
+ -> 0.0045s
14529
+ -- add_index(:posts, :title)
14530
+ -> 0.0041s
14531
+ == 20170310204754 CreatePosts: migrated (0.0087s) =============================
14532
+
14533
+ == 20170310204758 CreateUsers: migrating ======================================
14534
+ -- create_table(:users)
14535
+ -> 0.0040s
14536
+ -- add_index(:users, :name)
14537
+ -> 0.0037s
14538
+ == 20170310204758 CreateUsers: migrated (0.0078s) =============================
14539
+
14540
+ == 20170310204801 CreateUserPosts: migrating ==================================
14541
+ -- create_table(:user_posts)
14542
+ -> 0.0123s
14543
+ == 20170310204801 CreateUserPosts: migrated (0.0123s) =========================
14544
+
14545
+
14546
+ [2017-03-10 21:48:05 +0100] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rake db:migrate in 3.411258 sec
14547
+ [2017-03-10 21:49:02 +0100] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g migration ChangeTheModelPostAtTime1489178942
14548
+ [2017-03-10 21:49:05 +0100] - invoke active_record
14549
+ create db/migrate/20170310204905_change_the_model_post_at_time1489178942.rb
14550
+
14551
+ [2017-03-10 21:49:05 +0100] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g migration ChangeTheModelPostAtTime1489178942 in 3.476865 sec
14552
+ [2017-03-10 21:49:05 +0100] - DOING...: bundle exec rake db:migrate
14553
+ [2017-03-10 21:49:08 +0100] - == 20170310204905 ChangeTheModelPostAtTime1489178942: migrating ===============
14554
+ -- create_table(:posts)
14555
+ -> 0.0088s
14556
+ == 20170310204905 ChangeTheModelPostAtTime1489178942: migrated (0.0089s) ======
14557
+
14558
+
14559
+ [2017-03-10 21:49:08 +0100] - DONE: bundle exec rake db:migrate in 3.091199 sec
14560
+ [2017-03-10 21:49:08 +0100] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g migration ChangeTheModelUserAtTime1489178948
14561
+ [2017-03-10 21:49:12 +0100] - invoke active_record
14562
+ create db/migrate/20170310204912_change_the_model_user_at_time1489178948.rb
14563
+
14564
+ [2017-03-10 21:49:12 +0100] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g migration ChangeTheModelUserAtTime1489178948 in 3.504511 sec
14565
+ [2017-03-10 21:49:12 +0100] - DOING...: bundle exec rake db:migrate
14566
+ [2017-03-10 21:49:15 +0100] - == 20170310204912 ChangeTheModelUserAtTime1489178948: migrating ===============
14567
+ -- create_table(:users)
14568
+ -> 0.0104s
14569
+ == 20170310204912 ChangeTheModelUserAtTime1489178948: migrated (0.0105s) ======
14570
+
14571
+
14572
+ [2017-03-10 21:49:15 +0100] - DONE: bundle exec rake db:migrate in 3.09655 sec
14573
+ [2017-03-10 21:49:15 +0100] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g migration ChangeTheModelPostAtTime1489178955
14574
+ [2017-03-10 21:49:18 +0100] - invoke active_record
14575
+ create db/migrate/20170310204918_change_the_model_post_at_time1489178955.rb
14576
+
14577
+ [2017-03-10 21:49:18 +0100] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g migration ChangeTheModelPostAtTime1489178955 in 3.2174 sec
14578
+ [2017-03-10 21:49:18 +0100] - DOING...: bundle exec rake db:migrate
14579
+ [2017-03-10 21:49:21 +0100] - == 20170310204918 ChangeTheModelPostAtTime1489178955: migrating ===============
14580
+ -- add_column(:posts, :tags, :text, {:default=>[], :array=>true})
14581
+ -> 0.0161s
14582
+ -- add_index(:posts, :tags, {:using=>:gin})
14583
+ -> 0.0037s
14584
+ -- add_column(:posts, :views, :integer, {:default=>0, :null=>false, :index=>true})
14585
+ -> 0.0091s
14586
+ -- add_column(:posts, :content, :text)
14587
+ -> 0.0005s
14588
+ -- add_column(:posts, :title, :string, {:index=>true})
14589
+ -> 0.0005s
14590
+ == 20170310204918 ChangeTheModelPostAtTime1489178955: migrated (0.0302s) ======
14591
+
14592
+
14593
+ [2017-03-10 21:49:21 +0100] - DONE: bundle exec rake db:migrate in 2.994449 sec
14594
+ [2017-03-10 21:49:21 +0100] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g migration ChangeTheModelPostAtTime1489178961
14595
+ [2017-03-10 21:49:24 +0100] - invoke active_record
14596
+ create db/migrate/20170310204924_change_the_model_post_at_time1489178961.rb
14597
+
14598
+ [2017-03-10 21:49:24 +0100] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g migration ChangeTheModelPostAtTime1489178961 in 3.298353 sec
14599
+ [2017-03-10 21:49:24 +0100] - DOING...: bundle exec rake db:migrate
14600
+ [2017-03-10 21:49:27 +0100] - == 20170310204924 ChangeTheModelPostAtTime1489178961: migrating ===============
14601
+ == 20170310204924 ChangeTheModelPostAtTime1489178961: migrated (0.0000s) ======
14602
+
14603
+
14604
+ [2017-03-10 21:49:27 +0100] - DONE: bundle exec rake db:migrate in 2.876526 sec
14605
+ [2017-03-10 21:49:27 +0100] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g migration ChangeTheModelPostAtTime1489178967
14606
+ [2017-03-10 21:49:30 +0100] - invoke active_record
14607
+ create db/migrate/20170310204930_change_the_model_post_at_time1489178967.rb
14608
+
14609
+ [2017-03-10 21:49:30 +0100] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g migration ChangeTheModelPostAtTime1489178967 in 3.256738 sec
14610
+ [2017-03-10 21:49:30 +0100] - DOING...: bundle exec rake db:migrate
14611
+ [2017-03-10 21:49:33 +0100] - == 20170310204930 ChangeTheModelPostAtTime1489178967: migrating ===============
14612
+ -- rename_column(:posts, :content, :content_new)
14613
+ -> 0.0059s
14614
+ == 20170310204930 ChangeTheModelPostAtTime1489178967: migrated (0.0059s) ======
14615
+
14616
+
14617
+ [2017-03-10 21:49:33 +0100] - DONE: bundle exec rake db:migrate in 2.909908 sec
14618
+ [2017-03-10 21:49:33 +0100] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g migration ChangeTheModelPostAtTime1489178973
14619
+ [2017-03-10 21:49:37 +0100] - invoke active_record
14620
+ create db/migrate/20170310204937_change_the_model_post_at_time1489178973.rb
14621
+
14622
+ [2017-03-10 21:49:37 +0100] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g migration ChangeTheModelPostAtTime1489178973 in 3.185777 sec
14623
+ [2017-03-10 21:49:37 +0100] - DOING...: bundle exec rake db:migrate
14624
+ [2017-03-10 21:49:39 +0100] - == 20170310204937 ChangeTheModelPostAtTime1489178973: migrating ===============
14625
+ -- rename_column(:posts, :views, :views_by_users)
14626
+ -> 0.0043s
14627
+ -- remove_column(:posts, :title)
14628
+ -> 0.0010s
14629
+ == 20170310204937 ChangeTheModelPostAtTime1489178973: migrated (0.0055s) ======
14630
+
14631
+
14632
+ [2017-03-10 21:49:39 +0100] - DONE: bundle exec rake db:migrate in 2.833713 sec
14633
+ [2017-03-10 21:49:39 +0100] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g migration ChangeTheModelPostAtTime1489178979
14634
+ [2017-03-10 21:49:43 +0100] - invoke active_record
14635
+ create db/migrate/20170310204943_change_the_model_post_at_time1489178979.rb
14636
+
14637
+ [2017-03-10 21:49:43 +0100] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g migration ChangeTheModelPostAtTime1489178979 in 3.116629 sec
14638
+ [2017-03-10 21:49:43 +0100] - DOING...: bundle exec rake db:migrate
14639
+ [2017-03-10 21:49:45 +0100] - == 20170310204943 ChangeTheModelPostAtTime1489178979: migrating ===============
14640
+ -- add_index(:posts, :views_by_users)
14641
+ -> 0.0120s
14642
+ -- change_column(:posts, :content_new, :string)
14643
+ -> 0.0007s
14644
+ == 20170310204943 ChangeTheModelPostAtTime1489178979: migrated (0.0128s) ======
14645
+
14646
+
14647
+ [2017-03-10 21:49:45 +0100] - DONE: bundle exec rake db:migrate in 2.851659 sec
14648
+ [2017-03-10 21:49:45 +0100] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g migration ChangeTheModelPostAtTime1489178985
14649
+ [2017-03-10 21:49:49 +0100] - invoke active_record
14650
+ create db/migrate/20170310204949_change_the_model_post_at_time1489178985.rb
14651
+
14652
+ [2017-03-10 21:49:49 +0100] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g migration ChangeTheModelPostAtTime1489178985 in 3.177433 sec
14653
+ [2017-03-10 21:49:49 +0100] - DOING...: bundle exec rake db:migrate
14654
+ [2017-03-10 21:49:54 +0100] - == 20170310204949 ChangeTheModelPostAtTime1489178985: migrating ===============
14655
+ -- add_index(:posts, :content_new)
14656
+ -> 0.0051s
14657
+ == 20170310204949 ChangeTheModelPostAtTime1489178985: migrated (0.0052s) ======
14658
+
14659
+
14660
+ [2017-03-10 21:49:54 +0100] - DONE: bundle exec rake db:migrate in 5.298755 sec
14661
+ [2017-03-10 21:49:54 +0100] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g migration ChangeTheModelPostAtTime1489178994
14662
+ [2017-03-10 21:49:58 +0100] - invoke active_record
14663
+ create db/migrate/20170310204958_change_the_model_post_at_time1489178994.rb
14664
+
14665
+ [2017-03-10 21:49:58 +0100] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g migration ChangeTheModelPostAtTime1489178994 in 4.02394 sec
14666
+ [2017-03-10 21:49:58 +0100] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g migration ChangeTheModelPostAtTime1489178998
14667
+ [2017-03-10 21:50:02 +0100] - invoke active_record
14668
+ create db/migrate/20170310205002_change_the_model_post_at_time1489178998.rb
14669
+
14670
+ [2017-03-10 21:50:02 +0100] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g migration ChangeTheModelPostAtTime1489178998 in 3.638197 sec
14671
+ [2017-03-10 21:50:02 +0100] - DOING...: bundle exec rake db:migrate
14672
+ [2017-03-10 21:50:05 +0100] - == 20170310204958 ChangeTheModelPostAtTime1489178994: migrating ===============
14673
+ -- add_reference(:posts, :user, {:foreign_key=>true, :index=>true})
14674
+ -> 0.0187s
14675
+ == 20170310204958 ChangeTheModelPostAtTime1489178994: migrated (0.0188s) ======
14676
+
14677
+ == 20170310205002 ChangeTheModelPostAtTime1489178998: migrating ===============
14678
+ -- remove_index(:posts, :views_by_users)
14679
+ -> 0.0065s
14680
+ == 20170310205002 ChangeTheModelPostAtTime1489178998: migrated (0.0066s) ======
14681
+
14682
+
14683
+ [2017-03-10 21:50:05 +0100] - DONE: bundle exec rake db:migrate in 3.074532 sec
14684
+ [2017-03-10 21:50:05 +0100] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g migration ChangeTheModelPostAtTime1489179005
14685
+ [2017-03-10 21:50:08 +0100] - invoke active_record
14686
+ create db/migrate/20170310205008_change_the_model_post_at_time1489179005.rb
14687
+
14688
+ [2017-03-10 21:50:08 +0100] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g migration ChangeTheModelPostAtTime1489179005 in 3.419041 sec
14689
+ [2017-03-10 21:50:08 +0100] - DOING...: bundle exec rake db:migrate
14690
+ [2017-03-10 21:50:12 +0100] - == 20170310205008 ChangeTheModelPostAtTime1489179005: migrating ===============
14691
+ -- drop_table(:posts, {:force=>:cascade})
14692
+ -> 0.0032s
14693
+ == 20170310205008 ChangeTheModelPostAtTime1489179005: migrated (0.0033s) ======
14694
+
14695
+
14696
+ [2017-03-10 21:50:12 +0100] - DONE: bundle exec rake db:migrate in 4.104958 sec
14697
+ [2017-03-10 21:51:15 +0100] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g migration ChangeTheModelPostAtTime1489179075
14698
+ [2017-03-10 21:51:18 +0100] - invoke active_record
14699
+ create db/migrate/20170310205118_change_the_model_post_at_time1489179075.rb
14700
+
14701
+ [2017-03-10 21:51:18 +0100] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g migration ChangeTheModelPostAtTime1489179075 in 3.19233 sec
14702
+ [2017-03-10 21:51:18 +0100] - DOING...: bundle exec rake db:migrate
14703
+ [2017-03-10 21:51:21 +0100] - == 20170310205118 ChangeTheModelPostAtTime1489179075: migrating ===============
14704
+ -- create_table(:posts)
14705
+ -> 0.0023s
14706
+ == 20170310205118 ChangeTheModelPostAtTime1489179075: migrated (0.0024s) ======
14707
+
14708
+
14709
+ [2017-03-10 21:51:21 +0100] - DONE: bundle exec rake db:migrate in 2.959587 sec
14710
+ [2017-03-10 21:51:21 +0100] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g migration ChangeTheModelUserAtTime1489179081
14711
+ [2017-03-10 21:51:24 +0100] - invoke active_record
14712
+ create db/migrate/20170310205124_change_the_model_user_at_time1489179081.rb
14713
+
14714
+ [2017-03-10 21:51:24 +0100] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g migration ChangeTheModelUserAtTime1489179081 in 3.14526 sec
14715
+ [2017-03-10 21:51:24 +0100] - DOING...: bundle exec rake db:migrate
14716
+ [2017-03-10 21:51:27 +0100] - == 20170310205124 ChangeTheModelUserAtTime1489179081: migrating ===============
14717
+ -- create_table(:users)
14718
+ -> 0.0037s
14719
+ == 20170310205124 ChangeTheModelUserAtTime1489179081: migrated (0.0038s) ======
14720
+
14721
+
14722
+ [2017-03-10 21:51:27 +0100] - DONE: bundle exec rake db:migrate in 2.955182 sec
14723
+ [2017-03-10 21:51:27 +0100] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g migration ChangeTheModelPostAtTime1489179087
14724
+ [2017-03-10 21:51:31 +0100] - invoke active_record
14725
+ create db/migrate/20170310205131_change_the_model_post_at_time1489179087.rb
14726
+
14727
+ [2017-03-10 21:51:31 +0100] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g migration ChangeTheModelPostAtTime1489179087 in 3.240416 sec
14728
+ [2017-03-10 21:51:31 +0100] - DOING...: bundle exec rake db:migrate
14729
+ [2017-03-10 21:51:34 +0100] - == 20170310205131 ChangeTheModelPostAtTime1489179087: migrating ===============
14730
+ -- add_column(:posts, :tags, :text, {:default=>[], :array=>true})
14731
+ -> 0.0062s
14732
+ -- add_index(:posts, :tags, {:using=>:gin})
14733
+ -> 0.0028s
14734
+ -- add_column(:posts, :views, :integer, {:default=>0, :null=>false, :index=>true})
14735
+ -> 0.0062s
14736
+ -- add_column(:posts, :content, :text)
14737
+ -> 0.0005s
14738
+ -- add_column(:posts, :title, :string, {:index=>true})
14739
+ -> 0.0003s
14740
+ == 20170310205131 ChangeTheModelPostAtTime1489179087: migrated (0.0163s) ======
14741
+
14742
+
14743
+ [2017-03-10 21:51:34 +0100] - DONE: bundle exec rake db:migrate in 3.086742 sec
14744
+ [2017-03-10 21:51:34 +0100] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g migration ChangeTheModelPostAtTime1489179094
14745
+ [2017-03-10 21:51:37 +0100] - invoke active_record
14746
+ create db/migrate/20170310205137_change_the_model_post_at_time1489179094.rb
14747
+
14748
+ [2017-03-10 21:51:37 +0100] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g migration ChangeTheModelPostAtTime1489179094 in 3.298569 sec
14749
+ [2017-03-10 21:51:37 +0100] - DOING...: bundle exec rake db:migrate
14750
+ [2017-03-10 21:51:41 +0100] - == 20170310205137 ChangeTheModelPostAtTime1489179094: migrating ===============
14751
+ == 20170310205137 ChangeTheModelPostAtTime1489179094: migrated (0.0000s) ======
14752
+
14753
+
14754
+ [2017-03-10 21:51:41 +0100] - DONE: bundle exec rake db:migrate in 3.516406 sec
14755
+ [2017-03-10 21:51:41 +0100] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g migration ChangeTheModelPostAtTime1489179101
14756
+ [2017-03-10 21:51:44 +0100] - invoke active_record
14757
+ create db/migrate/20170310205144_change_the_model_post_at_time1489179101.rb
14758
+
14759
+ [2017-03-10 21:51:44 +0100] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g migration ChangeTheModelPostAtTime1489179101 in 3.270136 sec
14760
+ [2017-03-10 21:51:44 +0100] - DOING...: bundle exec rake db:migrate
14761
+ [2017-03-10 21:51:47 +0100] - == 20170310205144 ChangeTheModelPostAtTime1489179101: migrating ===============
14762
+ -- rename_column(:posts, :content, :content_new)
14763
+ -> 0.0053s
14764
+ == 20170310205144 ChangeTheModelPostAtTime1489179101: migrated (0.0054s) ======
14765
+
14766
+
14767
+ [2017-03-10 21:51:47 +0100] - DONE: bundle exec rake db:migrate in 3.083647 sec
14768
+ [2017-03-10 21:51:47 +0100] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g migration ChangeTheModelPostAtTime1489179107
14769
+ [2017-03-10 21:51:51 +0100] - invoke active_record
14770
+ create db/migrate/20170310205151_change_the_model_post_at_time1489179107.rb
14771
+
14772
+ [2017-03-10 21:51:51 +0100] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g migration ChangeTheModelPostAtTime1489179107 in 3.601162 sec
14773
+ [2017-03-10 21:51:51 +0100] - DOING...: bundle exec rake db:migrate
14774
+ [2017-03-10 21:51:54 +0100] - == 20170310205151 ChangeTheModelPostAtTime1489179107: migrating ===============
14775
+ -- rename_column(:posts, :views, :views_by_users)
14776
+ -> 0.0061s
14777
+ -- remove_column(:posts, :title)
14778
+ -> 0.0011s
14779
+ == 20170310205151 ChangeTheModelPostAtTime1489179107: migrated (0.0074s) ======
14780
+
14781
+
14782
+ [2017-03-10 21:51:54 +0100] - DONE: bundle exec rake db:migrate in 3.044281 sec
14783
+ [2017-03-10 21:51:54 +0100] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g migration ChangeTheModelPostAtTime1489179114
14784
+ [2017-03-10 21:51:57 +0100] - invoke active_record
14785
+ create db/migrate/20170310205157_change_the_model_post_at_time1489179114.rb
14786
+
14787
+ [2017-03-10 21:51:57 +0100] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g migration ChangeTheModelPostAtTime1489179114 in 3.459857 sec
14788
+ [2017-03-10 21:51:57 +0100] - DOING...: bundle exec rake db:migrate
14789
+ [2017-03-10 21:52:00 +0100] - == 20170310205157 ChangeTheModelPostAtTime1489179114: migrating ===============
14790
+ -- add_index(:posts, :views_by_users)
14791
+ -> 0.0122s
14792
+ -- change_column(:posts, :content_new, :string)
14793
+ -> 0.0009s
14794
+ == 20170310205157 ChangeTheModelPostAtTime1489179114: migrated (0.0133s) ======
14795
+
14796
+
14797
+ [2017-03-10 21:52:00 +0100] - DONE: bundle exec rake db:migrate in 3.20086 sec
14798
+ [2017-03-10 21:52:00 +0100] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g migration ChangeTheModelPostAtTime1489179120
14799
+ [2017-03-10 21:52:04 +0100] - invoke active_record
14800
+ create db/migrate/20170310205204_change_the_model_post_at_time1489179120.rb
14801
+
14802
+ [2017-03-10 21:52:04 +0100] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g migration ChangeTheModelPostAtTime1489179120 in 3.544506 sec
14803
+ [2017-03-10 21:52:04 +0100] - DOING...: bundle exec rake db:migrate
14804
+ [2017-03-10 21:52:07 +0100] - == 20170310205204 ChangeTheModelPostAtTime1489179120: migrating ===============
14805
+ -- add_index(:posts, :content_new)
14806
+ -> 0.0038s
14807
+ == 20170310205204 ChangeTheModelPostAtTime1489179120: migrated (0.0038s) ======
14808
+
14809
+
14810
+ [2017-03-10 21:52:07 +0100] - DONE: bundle exec rake db:migrate in 3.314966 sec
14811
+ [2017-03-10 21:52:07 +0100] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g migration ChangeTheModelPostAtTime1489179127
14812
+ [2017-03-10 21:52:12 +0100] - invoke active_record
14813
+ create db/migrate/20170310205212_change_the_model_post_at_time1489179127.rb
14814
+
14815
+ [2017-03-10 21:52:12 +0100] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g migration ChangeTheModelPostAtTime1489179127 in 4.85164 sec
14816
+ [2017-03-10 21:52:12 +0100] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g migration ChangeTheModelPostAtTime1489179132
14817
+ [2017-03-10 21:52:16 +0100] - invoke active_record
14818
+ create db/migrate/20170310205216_change_the_model_post_at_time1489179132.rb
14819
+
14820
+ [2017-03-10 21:52:16 +0100] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g migration ChangeTheModelPostAtTime1489179132 in 3.868973 sec
14821
+ [2017-03-10 21:52:16 +0100] - DOING...: bundle exec rake db:migrate
14822
+ [2017-03-10 21:52:19 +0100] - == 20170310205212 ChangeTheModelPostAtTime1489179127: migrating ===============
14823
+ -- add_reference(:posts, :user, {:foreign_key=>true, :index=>true})
14824
+ -> 0.0125s
14825
+ == 20170310205212 ChangeTheModelPostAtTime1489179127: migrated (0.0126s) ======
14826
+
14827
+ == 20170310205216 ChangeTheModelPostAtTime1489179132: migrating ===============
14828
+ -- remove_index(:posts, :views_by_users)
14829
+ -> 0.0066s
14830
+ == 20170310205216 ChangeTheModelPostAtTime1489179132: migrated (0.0067s) ======
14831
+
14832
+
14833
+ [2017-03-10 21:52:19 +0100] - DONE: bundle exec rake db:migrate in 3.298066 sec
14834
+ [2017-03-10 21:52:19 +0100] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g migration ChangeTheModelPostAtTime1489179139
14835
+ [2017-03-10 21:52:23 +0100] - invoke active_record
14836
+ create db/migrate/20170310205223_change_the_model_post_at_time1489179139.rb
14837
+
14838
+ [2017-03-10 21:52:23 +0100] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g migration ChangeTheModelPostAtTime1489179139 in 3.775899 sec
14839
+ [2017-03-10 21:52:23 +0100] - DOING...: bundle exec rake db:migrate
14840
+ [2017-03-10 21:52:26 +0100] - == 20170310205223 ChangeTheModelPostAtTime1489179139: migrating ===============
14841
+ -- drop_table(:posts, {:force=>:cascade})
14842
+ -> 0.0029s
14843
+ == 20170310205223 ChangeTheModelPostAtTime1489179139: migrated (0.0029s) ======
14844
+
14845
+
14846
+ [2017-03-10 21:52:26 +0100] - DONE: bundle exec rake db:migrate in 2.992421 sec
14847
+ [2017-03-10 21:52:26 +0100] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g model Post title:string:index content:text
14848
+ [2017-03-10 21:52:30 +0100] - invoke active_record
14849
+ create db/migrate/20170310205230_create_posts.rb
14850
+ create app/models/application_record.rb
14851
+ create app/models/post.rb
14852
+
14853
+ [2017-03-10 21:52:30 +0100] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g model Post title:string:index content:text in 3.733986 sec
14854
+ [2017-03-10 21:52:30 +0100] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rake db:migrate
14855
+ [2017-03-10 21:52:33 +0100] - == 20170310205230 CreatePosts: migrating ======================================
14856
+ -- create_table(:posts)
14857
+ -> 0.0039s
14858
+ -- add_index(:posts, :title)
14859
+ -> 0.0036s
14860
+ == 20170310205230 CreatePosts: migrated (0.0076s) =============================
14861
+
14862
+
14863
+ [2017-03-10 21:52:33 +0100] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rake db:migrate in 3.138565 sec
14864
+ [2017-03-10 21:52:33 +0100] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g model User name:string:index metadata:jsonb
14865
+ [2017-03-10 21:52:36 +0100] - invoke active_record
14866
+ create db/migrate/20170310205236_create_users.rb
14867
+ create app/models/user.rb
14868
+
14869
+ [2017-03-10 21:52:36 +0100] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g model User name:string:index metadata:jsonb in 3.331925 sec
14870
+ [2017-03-10 21:52:36 +0100] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rake db:migrate
14871
+ [2017-03-10 21:52:39 +0100] - == 20170310205236 CreateUsers: migrating ======================================
14872
+ -- create_table(:users)
14873
+ -> 0.0135s
14874
+ -- add_index(:users, :name)
14875
+ -> 0.0044s
14876
+ == 20170310205236 CreateUsers: migrated (0.0179s) =============================
14877
+
14878
+
14879
+ [2017-03-10 21:52:39 +0100] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rake db:migrate in 2.835127 sec
14880
+ [2017-03-10 21:52:39 +0100] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g model Post title:string:index content:text
14881
+ [2017-03-10 21:52:43 +0100] - invoke active_record
14882
+ create db/migrate/20170310205242_create_posts.rb
14883
+ create app/models/application_record.rb
14884
+ create app/models/post.rb
14885
+
14886
+ [2017-03-10 21:52:43 +0100] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g model Post title:string:index content:text in 3.344655 sec
14887
+ [2017-03-10 21:52:43 +0100] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g model User name:string:index metadata:jsonb
14888
+ [2017-03-10 21:52:46 +0100] - invoke active_record
14889
+ create db/migrate/20170310205246_create_users.rb
14890
+ create app/models/user.rb
14891
+
14892
+ [2017-03-10 21:52:46 +0100] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g model User name:string:index metadata:jsonb in 3.20188 sec
14893
+ [2017-03-10 21:52:46 +0100] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g model UserPost user:references post:references
14894
+ [2017-03-10 21:52:49 +0100] - invoke active_record
14895
+ create db/migrate/20170310205249_create_user_posts.rb
14896
+ create app/models/user_post.rb
14897
+
14898
+ [2017-03-10 21:52:49 +0100] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g model UserPost user:references post:references in 3.300989 sec
14899
+ [2017-03-10 21:52:49 +0100] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rake db:migrate
14900
+ [2017-03-10 21:52:52 +0100] - == 20170310205242 CreatePosts: migrating ======================================
14901
+ -- create_table(:posts)
14902
+ -> 0.0045s
14903
+ -- add_index(:posts, :title)
14904
+ -> 0.0033s
14905
+ == 20170310205242 CreatePosts: migrated (0.0079s) =============================
14906
+
14907
+ == 20170310205246 CreateUsers: migrating ======================================
14908
+ -- create_table(:users)
14909
+ -> 0.0042s
14910
+ -- add_index(:users, :name)
14911
+ -> 0.0034s
14912
+ == 20170310205246 CreateUsers: migrated (0.0077s) =============================
14913
+
14914
+ == 20170310205249 CreateUserPosts: migrating ==================================
14915
+ -- create_table(:user_posts)
14916
+ -> 0.0115s
14917
+ == 20170310205249 CreateUserPosts: migrated (0.0116s) =========================
14918
+
14919
+
14920
+ [2017-03-10 21:52:52 +0100] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rake db:migrate in 2.892712 sec
14921
+ [2017-03-10 21:53:10 +0100] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g model Post title:string:index content:text
14922
+ [2017-03-10 21:53:13 +0100] - invoke active_record
14923
+ create db/migrate/20170310205313_create_posts.rb
14924
+ create app/models/application_record.rb
14925
+ create app/models/post.rb
14926
+
14927
+ [2017-03-10 21:53:13 +0100] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g model Post title:string:index content:text in 3.260069 sec
14928
+ [2017-03-10 21:53:13 +0100] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rake db:migrate
14929
+ [2017-03-10 21:53:17 +0100] - == 20170310205313 CreatePosts: migrating ======================================
14930
+ -- create_table(:posts)
14931
+ -> 0.0223s
14932
+ -- add_index(:posts, :title)
14933
+ -> 0.0060s
14934
+ == 20170310205313 CreatePosts: migrated (0.0284s) =============================
14935
+
14936
+
14937
+ [2017-03-10 21:53:17 +0100] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rake db:migrate in 3.334929 sec
14938
+ [2017-03-10 21:53:17 +0100] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g migration ChangeTheModelPostAtTime1489179197
14939
+ [2017-03-10 21:53:20 +0100] - invoke active_record
14940
+ create db/migrate/20170310205320_change_the_model_post_at_time1489179197.rb
14941
+
14942
+ [2017-03-10 21:53:20 +0100] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g migration ChangeTheModelPostAtTime1489179197 in 3.248995 sec
14943
+ [2017-03-10 21:53:20 +0100] - DOING...: bundle exec rake db:migrate
14944
+ [2017-03-10 21:53:23 +0100] - == 20170310205320 ChangeTheModelPostAtTime1489179197: migrating ===============
14945
+ -- add_reference(:posts, :user, {:foreign_key=>true, :index=>true})
14946
+
14947
+ [2017-03-10 21:53:23 +0100] - DONE: bundle exec rake db:migrate in 3.081403 sec
14948
+ [2017-03-10 21:55:22 +0100] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g model Post title:string:index content:text
14949
+ [2017-03-10 21:55:25 +0100] - invoke active_record
14950
+ create db/migrate/20170310205525_create_posts.rb
14951
+ create app/models/application_record.rb
14952
+ create app/models/post.rb
14953
+
14954
+ [2017-03-10 21:55:25 +0100] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g model Post title:string:index content:text in 3.184379 sec
14955
+ [2017-03-10 21:55:25 +0100] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rake db:migrate
14956
+ [2017-03-10 21:55:28 +0100] - == 20170310205525 CreatePosts: migrating ======================================
14957
+ -- create_table(:posts)
14958
+ -> 0.0036s
14959
+ -- add_index(:posts, :title)
14960
+ -> 0.0028s
14961
+ == 20170310205525 CreatePosts: migrated (0.0065s) =============================
14962
+
14963
+
14964
+ [2017-03-10 21:55:28 +0100] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rake db:migrate in 2.854987 sec
14965
+ [2017-03-10 21:55:28 +0100] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g model User name:string:index metadata:jsonb
14966
+ [2017-03-10 21:55:31 +0100] - invoke active_record
14967
+ create db/migrate/20170310205531_create_users.rb
14968
+ create app/models/user.rb
14969
+
14970
+ [2017-03-10 21:55:31 +0100] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g model User name:string:index metadata:jsonb in 3.255658 sec
14971
+ [2017-03-10 21:55:31 +0100] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rake db:migrate
14972
+ [2017-03-10 21:55:34 +0100] - == 20170310205531 CreateUsers: migrating ======================================
14973
+ -- create_table(:users)
14974
+ -> 0.0147s
14975
+ -- add_index(:users, :name)
14976
+ -> 0.0045s
14977
+ == 20170310205531 CreateUsers: migrated (0.0194s) =============================
14978
+
14979
+
14980
+ [2017-03-10 21:55:34 +0100] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rake db:migrate in 2.765475 sec
14981
+ [2017-03-10 21:55:34 +0100] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g migration ChangeTheModelPostAtTime1489179334
14982
+ [2017-03-10 21:55:37 +0100] - invoke active_record
14983
+ create db/migrate/20170310205537_change_the_model_post_at_time1489179334.rb
14984
+
14985
+ [2017-03-10 21:55:37 +0100] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g migration ChangeTheModelPostAtTime1489179334 in 3.528066 sec
14986
+ [2017-03-10 21:55:37 +0100] - DOING...: bundle exec rake db:migrate
14987
+ [2017-03-10 21:55:41 +0100] - == 20170310205537 ChangeTheModelPostAtTime1489179334: migrating ===============
14988
+ -- add_reference(:posts, :user, {:foreign_key=>true, :index=>true})
14989
+ -> 0.0174s
14990
+ == 20170310205537 ChangeTheModelPostAtTime1489179334: migrated (0.0175s) ======
14991
+
14992
+
14993
+ [2017-03-10 21:55:41 +0100] - DONE: bundle exec rake db:migrate in 3.239002 sec
14994
+ [2017-03-10 21:58:23 +0100] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g model Post title:string:index content:text
14995
+ [2017-03-10 21:58:27 +0100] - invoke active_record
14996
+ create db/migrate/20170310205827_create_posts.rb
14997
+ create app/models/application_record.rb
14998
+ create app/models/post.rb
14999
+
15000
+ [2017-03-10 21:58:27 +0100] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g model Post title:string:index content:text in 3.911758 sec
15001
+ [2017-03-10 21:58:27 +0100] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rake db:migrate
15002
+ [2017-03-10 21:58:30 +0100] - == 20170310205827 CreatePosts: migrating ======================================
15003
+ -- create_table(:posts)
15004
+ -> 0.0196s
15005
+ -- add_index(:posts, :title)
15006
+ -> 0.0081s
15007
+ == 20170310205827 CreatePosts: migrated (0.0278s) =============================
15008
+
15009
+
15010
+ [2017-03-10 21:58:30 +0100] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rake db:migrate in 3.521094 sec
15011
+ [2017-03-10 21:58:30 +0100] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g model User name:string:index metadata:jsonb
15012
+ [2017-03-10 21:58:34 +0100] - invoke active_record
15013
+ create db/migrate/20170310205834_create_users.rb
15014
+ create app/models/user.rb
15015
+
15016
+ [2017-03-10 21:58:34 +0100] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g model User name:string:index metadata:jsonb in 3.698755 sec
15017
+ [2017-03-10 21:58:34 +0100] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rake db:migrate
15018
+ [2017-03-10 21:58:37 +0100] - == 20170310205834 CreateUsers: migrating ======================================
15019
+ -- create_table(:users)
15020
+ -> 0.0126s
15021
+ -- add_index(:users, :name)
15022
+ -> 0.0039s
15023
+ == 20170310205834 CreateUsers: migrated (0.0167s) =============================
15024
+
15025
+
15026
+ [2017-03-10 21:58:37 +0100] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rake db:migrate in 2.888884 sec
15027
+ [2017-03-10 21:58:37 +0100] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g migration ChangeTheModelPostAtTime1489179517
15028
+ [2017-03-10 21:58:41 +0100] - invoke active_record
15029
+ create db/migrate/20170310205841_change_the_model_post_at_time1489179517.rb
15030
+
15031
+ [2017-03-10 21:58:41 +0100] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g migration ChangeTheModelPostAtTime1489179517 in 3.614253 sec
15032
+ [2017-03-10 21:58:41 +0100] - DOING...: bundle exec rake db:migrate
15033
+ [2017-03-10 21:58:44 +0100] - == 20170310205841 ChangeTheModelPostAtTime1489179517: migrating ===============
15034
+ -- add_reference(:posts, :user, {:foreign_key=>true, :index=>true})
15035
+ -> 0.0188s
15036
+ == 20170310205841 ChangeTheModelPostAtTime1489179517: migrated (0.0189s) ======
15037
+
15038
+
15039
+ [2017-03-10 21:58:44 +0100] - DONE: bundle exec rake db:migrate in 3.382338 sec
15040
+ [2017-03-10 22:00:19 +0100] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g model Post title:string:index content:text
15041
+ [2017-03-10 22:00:22 +0100] - invoke active_record
15042
+ create db/migrate/20170310210022_create_posts.rb
15043
+ create app/models/application_record.rb
15044
+ create app/models/post.rb
15045
+
15046
+ [2017-03-10 22:00:22 +0100] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g model Post title:string:index content:text in 3.499871 sec
15047
+ [2017-03-10 22:00:22 +0100] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rake db:migrate
15048
+ [2017-03-10 22:00:25 +0100] - == 20170310210022 CreatePosts: migrating ======================================
15049
+ -- create_table(:posts)
15050
+ -> 0.0043s
15051
+ -- add_index(:posts, :title)
15052
+ -> 0.0033s
15053
+ == 20170310210022 CreatePosts: migrated (0.0078s) =============================
15054
+
15055
+
15056
+ [2017-03-10 22:00:25 +0100] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rake db:migrate in 3.017257 sec
15057
+ [2017-03-10 22:00:25 +0100] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g model User name:string:index metadata:jsonb
15058
+ [2017-03-10 22:00:29 +0100] - invoke active_record
15059
+ create db/migrate/20170310210029_create_users.rb
15060
+ create app/models/user.rb
15061
+
15062
+ [2017-03-10 22:00:29 +0100] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g model User name:string:index metadata:jsonb in 3.456805 sec
15063
+ [2017-03-10 22:00:29 +0100] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rake db:migrate
15064
+ [2017-03-10 22:00:32 +0100] - == 20170310210029 CreateUsers: migrating ======================================
15065
+ -- create_table(:users)
15066
+ -> 0.0121s
15067
+ -- add_index(:users, :name)
15068
+ -> 0.0040s
15069
+ == 20170310210029 CreateUsers: migrated (0.0162s) =============================
15070
+
15071
+
15072
+ [2017-03-10 22:00:32 +0100] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rake db:migrate in 2.848203 sec
15073
+ [2017-03-10 22:00:32 +0100] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g migration ChangeTheModelPostAtTime1489179632
15074
+ [2017-03-10 22:00:35 +0100] - invoke active_record
15075
+ create db/migrate/20170310210035_change_the_model_post_at_time1489179632.rb
15076
+
15077
+ [2017-03-10 22:00:35 +0100] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g migration ChangeTheModelPostAtTime1489179632 in 3.234947 sec
15078
+ [2017-03-10 22:00:35 +0100] - DOING...: bundle exec rake db:migrate
15079
+ [2017-03-10 22:00:38 +0100] - == 20170310210035 ChangeTheModelPostAtTime1489179632: migrating ===============
15080
+ -- add_reference(:posts, :user, {:foreign_key=>true, :index=>true})
15081
+ -> 0.0147s
15082
+ == 20170310210035 ChangeTheModelPostAtTime1489179632: migrated (0.0148s) ======
15083
+
15084
+
15085
+ [2017-03-10 22:00:38 +0100] - DONE: bundle exec rake db:migrate in 2.967841 sec
15086
+ [2017-03-10 22:00:53 +0100] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g migration ChangeTheModelPostAtTime1489179653
15087
+ [2017-03-10 22:00:56 +0100] - invoke active_record
15088
+ create db/migrate/20170310210056_change_the_model_post_at_time1489179653.rb
15089
+
15090
+ [2017-03-10 22:00:56 +0100] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g migration ChangeTheModelPostAtTime1489179653 in 3.25069 sec
15091
+ [2017-03-10 22:00:56 +0100] - DOING...: bundle exec rake db:migrate
15092
+ [2017-03-10 22:00:59 +0100] - == 20170310210056 ChangeTheModelPostAtTime1489179653: migrating ===============
15093
+ -- create_table(:posts)
15094
+ -> 0.0023s
15095
+ == 20170310210056 ChangeTheModelPostAtTime1489179653: migrated (0.0024s) ======
15096
+
15097
+
15098
+ [2017-03-10 22:00:59 +0100] - DONE: bundle exec rake db:migrate in 3.012265 sec
15099
+ [2017-03-10 22:00:59 +0100] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g migration ChangeTheModelUserAtTime1489179659
15100
+ [2017-03-10 22:01:02 +0100] - invoke active_record
15101
+ create db/migrate/20170310210102_change_the_model_user_at_time1489179659.rb
15102
+
15103
+ [2017-03-10 22:01:02 +0100] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g migration ChangeTheModelUserAtTime1489179659 in 3.234639 sec
15104
+ [2017-03-10 22:01:02 +0100] - DOING...: bundle exec rake db:migrate
15105
+ [2017-03-10 22:01:05 +0100] - == 20170310210102 ChangeTheModelUserAtTime1489179659: migrating ===============
15106
+ -- create_table(:users)
15107
+ -> 0.0127s
15108
+ == 20170310210102 ChangeTheModelUserAtTime1489179659: migrated (0.0128s) ======
15109
+
15110
+
15111
+ [2017-03-10 22:01:05 +0100] - DONE: bundle exec rake db:migrate in 2.888695 sec
15112
+ [2017-03-10 22:01:05 +0100] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g migration ChangeTheModelPostAtTime1489179665
15113
+ [2017-03-10 22:01:08 +0100] - invoke active_record
15114
+ create db/migrate/20170310210108_change_the_model_post_at_time1489179665.rb
15115
+
15116
+ [2017-03-10 22:01:08 +0100] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g migration ChangeTheModelPostAtTime1489179665 in 3.219468 sec
15117
+ [2017-03-10 22:01:08 +0100] - DOING...: bundle exec rake db:migrate
15118
+ [2017-03-10 22:01:11 +0100] - == 20170310210108 ChangeTheModelPostAtTime1489179665: migrating ===============
15119
+ -- add_column(:posts, :tags, :text, {:default=>[], :array=>true})
15120
+ -> 0.0172s
15121
+ -- add_index(:posts, :tags, {:using=>:gin})
15122
+ -> 0.0074s
15123
+ -- add_column(:posts, :views, :integer, {:default=>0, :null=>false, :index=>true})
15124
+ -> 0.0068s
15125
+ -- add_column(:posts, :content, :text)
15126
+ -> 0.0007s
15127
+ -- add_column(:posts, :title, :string, {:index=>true})
15128
+ -> 0.0006s
15129
+ == 20170310210108 ChangeTheModelPostAtTime1489179665: migrated (0.0330s) ======
15130
+
15131
+
15132
+ [2017-03-10 22:01:11 +0100] - DONE: bundle exec rake db:migrate in 2.918985 sec
15133
+ [2017-03-10 22:01:11 +0100] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g migration ChangeTheModelPostAtTime1489179671
15134
+ [2017-03-10 22:01:15 +0100] - invoke active_record
15135
+ create db/migrate/20170310210115_change_the_model_post_at_time1489179671.rb
15136
+
15137
+ [2017-03-10 22:01:15 +0100] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g migration ChangeTheModelPostAtTime1489179671 in 3.258844 sec
15138
+ [2017-03-10 22:01:15 +0100] - DOING...: bundle exec rake db:migrate
15139
+ [2017-03-10 22:01:31 +0100] - == 20170310210115 ChangeTheModelPostAtTime1489179671: migrating ===============
15140
+ == 20170310210115 ChangeTheModelPostAtTime1489179671: migrated (0.0000s) ======
15141
+
15142
+
15143
+ [2017-03-10 22:01:31 +0100] - DONE: bundle exec rake db:migrate in 16.002568 sec
15144
+ [2017-03-10 22:01:31 +0100] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g migration ChangeTheModelPostAtTime1489179691
15145
+ [2017-03-10 22:01:52 +0100] - invoke active_record
15146
+ create db/migrate/20170310210152_change_the_model_post_at_time1489179691.rb
15147
+
15148
+ [2017-03-10 22:01:52 +0100] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g migration ChangeTheModelPostAtTime1489179691 in 21.108458 sec
15149
+ [2017-03-10 22:01:52 +0100] - DOING...: bundle exec rake db:migrate
15150
+ [2017-03-10 22:02:06 +0100] - == 20170310210152 ChangeTheModelPostAtTime1489179691: migrating ===============
15151
+ -- rename_column(:posts, :content, :content_new)
15152
+ -> 0.0226s
15153
+ == 20170310210152 ChangeTheModelPostAtTime1489179691: migrated (0.0228s) ======
15154
+
15155
+
15156
+ [2017-03-10 22:02:06 +0100] - DONE: bundle exec rake db:migrate in 14.623721 sec
15157
+ [2017-03-10 22:02:06 +0100] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g migration ChangeTheModelPostAtTime1489179726
15158
+ [2017-03-10 22:02:26 +0100] - invoke active_record
15159
+ create db/migrate/20170310210226_change_the_model_post_at_time1489179726.rb
15160
+
15161
+ [2017-03-10 22:02:26 +0100] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g migration ChangeTheModelPostAtTime1489179726 in 19.213612 sec
15162
+ [2017-03-10 22:02:26 +0100] - DOING...: bundle exec rake db:migrate
15163
+ [2017-03-10 22:02:40 +0100] - == 20170310210226 ChangeTheModelPostAtTime1489179726: migrating ===============
15164
+ -- rename_column(:posts, :views, :views_by_users)
15165
+ -> 0.0270s
15166
+ -- remove_column(:posts, :title)
15167
+ -> 0.0030s
15168
+ == 20170310210226 ChangeTheModelPostAtTime1489179726: migrated (0.0304s) ======
15169
+
15170
+
15171
+ [2017-03-10 22:02:40 +0100] - DONE: bundle exec rake db:migrate in 13.95848 sec
15172
+ [2017-03-10 22:02:40 +0100] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g migration ChangeTheModelPostAtTime1489179760
15173
+ [2017-03-10 22:02:55 +0100] - invoke active_record
15174
+ create db/migrate/20170310210255_change_the_model_post_at_time1489179760.rb
15175
+
15176
+ [2017-03-10 22:02:55 +0100] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g migration ChangeTheModelPostAtTime1489179760 in 15.234939 sec
15177
+ [2017-03-10 22:02:55 +0100] - DOING...: bundle exec rake db:migrate
15178
+ [2017-03-10 22:03:09 +0100] - == 20170310210255 ChangeTheModelPostAtTime1489179760: migrating ===============
15179
+ -- add_index(:posts, :views_by_users)
15180
+ -> 0.0226s
15181
+ -- change_column(:posts, :content_new, :string)
15182
+ -> 0.0020s
15183
+ == 20170310210255 ChangeTheModelPostAtTime1489179760: migrated (0.0248s) ======
15184
+
15185
+
15186
+ [2017-03-10 22:03:09 +0100] - DONE: bundle exec rake db:migrate in 14.174239 sec
15187
+ [2017-03-10 22:03:09 +0100] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g migration ChangeTheModelPostAtTime1489179789
15188
+ [2017-03-10 22:03:27 +0100] - invoke active_record
15189
+ create db/migrate/20170310210327_change_the_model_post_at_time1489179789.rb
15190
+
15191
+ [2017-03-10 22:03:27 +0100] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g migration ChangeTheModelPostAtTime1489179789 in 17.857096 sec
15192
+ [2017-03-10 22:03:27 +0100] - DOING...: bundle exec rake db:migrate
15193
+ [2017-03-10 22:03:43 +0100] - == 20170310210327 ChangeTheModelPostAtTime1489179789: migrating ===============
15194
+ -- add_index(:posts, :content_new)
15195
+ -> 0.0229s
15196
+ == 20170310210327 ChangeTheModelPostAtTime1489179789: migrated (0.0232s) ======
15197
+
15198
+
15199
+ [2017-03-10 22:03:43 +0100] - DONE: bundle exec rake db:migrate in 16.101911 sec
15200
+ [2017-03-10 22:03:43 +0100] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g model Post title:string:index content:text
15201
+ [2017-03-10 22:04:00 +0100] - invoke active_record
15202
+ create db/migrate/20170310210400_create_posts.rb
15203
+ create app/models/application_record.rb
15204
+ create app/models/post.rb
15205
+
15206
+ [2017-03-10 22:04:00 +0100] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g model Post title:string:index content:text in 17.124711 sec
15207
+ [2017-03-10 22:04:00 +0100] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rake db:migrate
15208
+ [2017-03-10 22:04:14 +0100] - == 20170310210400 CreatePosts: migrating ======================================
15209
+ -- create_table(:posts)
15210
+
15211
+ [2017-03-10 22:04:14 +0100] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rake db:migrate in 14.197165 sec
15212
+ [2017-03-10 22:04:14 +0100] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g model User name:string:index metadata:jsonb
15213
+ [2017-03-10 22:04:33 +0100] - invoke active_record
15214
+ create db/migrate/20170310210433_create_users.rb
15215
+ create app/models/user.rb
15216
+
15217
+ [2017-03-10 22:04:33 +0100] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g model User name:string:index metadata:jsonb in 18.926255 sec
15218
+ [2017-03-10 22:04:33 +0100] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rake db:migrate
15219
+ [2017-03-10 22:04:54 +0100] - == 20170310210400 CreatePosts: migrating ======================================
15220
+ -- create_table(:posts)
15221
+
15222
+ [2017-03-10 22:04:54 +0100] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rake db:migrate in 20.782582 sec
15223
+ [2017-03-10 22:04:54 +0100] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g migration ChangeTheModelPostAtTime1489179894
15224
+ [2017-03-10 22:05:26 +0100] - invoke active_record
15225
+ create db/migrate/20170310210526_change_the_model_post_at_time1489179894.rb
15226
+
15227
+ [2017-03-10 22:05:26 +0100] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g migration ChangeTheModelPostAtTime1489179894 in 31.514826 sec
15228
+ [2017-03-10 22:05:26 +0100] - DOING...: bundle exec rake db:migrate
15229
+ [2017-03-10 22:05:40 +0100] - == 20170310210400 CreatePosts: migrating ======================================
15230
+ -- create_table(:posts)
15231
+
15232
+ [2017-03-10 22:05:40 +0100] - DONE: bundle exec rake db:migrate in 14.683308 sec
15233
+ [2017-03-10 22:05:40 +0100] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g migration ChangeTheModelPostAtTime1489179940
15234
+ [2017-03-10 22:05:57 +0100] - invoke active_record
15235
+ create db/migrate/20170310210557_change_the_model_post_at_time1489179940.rb
15236
+
15237
+ [2017-03-10 22:05:57 +0100] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g migration ChangeTheModelPostAtTime1489179940 in 16.344509 sec
15238
+ [2017-03-10 22:05:57 +0100] - DOING...: bundle exec rake db:migrate
15239
+ [2017-03-10 22:06:14 +0100] - == 20170310210400 CreatePosts: migrating ======================================
15240
+ -- create_table(:posts)
15241
+
15242
+ [2017-03-10 22:06:14 +0100] - DONE: bundle exec rake db:migrate in 17.289511 sec
15243
+ [2017-03-10 22:06:14 +0100] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g migration ChangeTheModelPostAtTime1489179974
15244
+ [2017-03-10 22:06:44 +0100] - invoke active_record
15245
+ create db/migrate/20170310210644_change_the_model_post_at_time1489179974.rb
15246
+
15247
+ [2017-03-10 22:06:44 +0100] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g migration ChangeTheModelPostAtTime1489179974 in 30.184627 sec
15248
+ [2017-03-10 22:06:44 +0100] - DOING...: bundle exec rake db:migrate
15249
+ [2017-03-10 22:07:04 +0100] - == 20170310210400 CreatePosts: migrating ======================================
15250
+ -- create_table(:posts)
15251
+
15252
+ [2017-03-10 22:07:04 +0100] - DONE: bundle exec rake db:migrate in 19.978739 sec
15253
+ [2017-03-10 22:07:04 +0100] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g model Post title:string:index content:text
15254
+ [2017-03-10 22:07:33 +0100] - invoke active_record
15255
+ create db/migrate/20170310210733_create_posts.rb
15256
+ create app/models/application_record.rb
15257
+ create app/models/post.rb
15258
+
15259
+ [2017-03-10 22:07:33 +0100] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g model Post title:string:index content:text in 28.501559 sec
15260
+ [2017-03-10 22:07:33 +0100] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rake db:migrate
15261
+ [2017-03-10 22:07:44 +0100] -
15262
+ [2017-03-10 22:07:44 +0100] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rake db:migrate in 11.386464 sec
15263
+ [2017-03-10 22:08:11 +0100] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g migration ChangeTheModelPostAtTime1489180091
15264
+ [2017-03-10 22:08:15 +0100] - invoke active_record
15265
+ create db/migrate/20170310210815_change_the_model_post_at_time1489180091.rb
15266
+
15267
+ [2017-03-10 22:08:15 +0100] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g migration ChangeTheModelPostAtTime1489180091 in 3.599327 sec
15268
+ [2017-03-10 22:08:15 +0100] - DOING...: bundle exec rake db:migrate
15269
+ [2017-03-10 22:08:18 +0100] - == 20170310210815 ChangeTheModelPostAtTime1489180091: migrating ===============
15270
+ -- create_table(:posts)
15271
+ -> 0.0023s
15272
+ == 20170310210815 ChangeTheModelPostAtTime1489180091: migrated (0.0024s) ======
15273
+
15274
+
15275
+ [2017-03-10 22:08:18 +0100] - DONE: bundle exec rake db:migrate in 3.084673 sec
15276
+ [2017-03-10 22:08:18 +0100] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g migration ChangeTheModelUserAtTime1489180098
15277
+ [2017-03-10 22:08:22 +0100] - invoke active_record
15278
+ create db/migrate/20170310210822_change_the_model_user_at_time1489180098.rb
15279
+
15280
+ [2017-03-10 22:08:22 +0100] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g migration ChangeTheModelUserAtTime1489180098 in 3.621959 sec
15281
+ [2017-03-10 22:08:22 +0100] - DOING...: bundle exec rake db:migrate
15282
+ [2017-03-10 22:08:25 +0100] - == 20170310210822 ChangeTheModelUserAtTime1489180098: migrating ===============
15283
+ -- create_table(:users)
15284
+ -> 0.0085s
15285
+ == 20170310210822 ChangeTheModelUserAtTime1489180098: migrated (0.0086s) ======
15286
+
15287
+
15288
+ [2017-03-10 22:08:25 +0100] - DONE: bundle exec rake db:migrate in 3.100878 sec
15289
+ [2017-03-10 22:08:25 +0100] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g migration ChangeTheModelPostAtTime1489180105
15290
+ [2017-03-10 22:08:28 +0100] - invoke active_record
15291
+ create db/migrate/20170310210828_change_the_model_post_at_time1489180105.rb
15292
+
15293
+ [2017-03-10 22:08:28 +0100] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g migration ChangeTheModelPostAtTime1489180105 in 3.446305 sec
15294
+ [2017-03-10 22:08:28 +0100] - DOING...: bundle exec rake db:migrate
15295
+ [2017-03-10 22:08:31 +0100] - == 20170310210828 ChangeTheModelPostAtTime1489180105: migrating ===============
15296
+ -- add_column(:posts, :tags, :text, {:default=>[], :array=>true})
15297
+ -> 0.0058s
15298
+ -- add_index(:posts, :tags, {:using=>:gin})
15299
+ -> 0.0033s
15300
+ -- add_column(:posts, :views, :integer, {:default=>0, :null=>false, :index=>true})
15301
+ -> 0.0061s
15302
+ -- add_column(:posts, :content, :text)
15303
+ -> 0.0007s
15304
+ -- add_column(:posts, :title, :string, {:index=>true})
15305
+ -> 0.0005s
15306
+ == 20170310210828 ChangeTheModelPostAtTime1489180105: migrated (0.0166s) ======
15307
+
15308
+
15309
+ [2017-03-10 22:08:31 +0100] - DONE: bundle exec rake db:migrate in 2.946382 sec
15310
+ [2017-03-10 22:08:31 +0100] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g migration ChangeTheModelPostAtTime1489180111
15311
+ [2017-03-10 22:08:34 +0100] - invoke active_record
15312
+ create db/migrate/20170310210834_change_the_model_post_at_time1489180111.rb
15313
+
15314
+ [2017-03-10 22:08:34 +0100] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g migration ChangeTheModelPostAtTime1489180111 in 3.129655 sec
15315
+ [2017-03-10 22:08:34 +0100] - DOING...: bundle exec rake db:migrate
15316
+ [2017-03-10 22:08:37 +0100] - == 20170310210834 ChangeTheModelPostAtTime1489180111: migrating ===============
15317
+ == 20170310210834 ChangeTheModelPostAtTime1489180111: migrated (0.0000s) ======
15318
+
15319
+
15320
+ [2017-03-10 22:08:37 +0100] - DONE: bundle exec rake db:migrate in 2.834676 sec
15321
+ [2017-03-10 22:08:37 +0100] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g migration ChangeTheModelPostAtTime1489180117
15322
+ [2017-03-10 22:08:40 +0100] - invoke active_record
15323
+ create db/migrate/20170310210840_change_the_model_post_at_time1489180117.rb
15324
+
15325
+ [2017-03-10 22:08:40 +0100] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g migration ChangeTheModelPostAtTime1489180117 in 3.294234 sec
15326
+ [2017-03-10 22:08:40 +0100] - DOING...: bundle exec rake db:migrate
15327
+ [2017-03-10 22:08:43 +0100] - == 20170310210840 ChangeTheModelPostAtTime1489180117: migrating ===============
15328
+ -- rename_column(:posts, :content, :content_new)
15329
+ -> 0.0045s
15330
+ == 20170310210840 ChangeTheModelPostAtTime1489180117: migrated (0.0047s) ======
15331
+
15332
+
15333
+ [2017-03-10 22:08:43 +0100] - DONE: bundle exec rake db:migrate in 2.996954 sec
15334
+ [2017-03-10 22:08:43 +0100] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g migration ChangeTheModelPostAtTime1489180123
15335
+ [2017-03-10 22:08:47 +0100] - invoke active_record
15336
+ create db/migrate/20170310210847_change_the_model_post_at_time1489180123.rb
15337
+
15338
+ [2017-03-10 22:08:47 +0100] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g migration ChangeTheModelPostAtTime1489180123 in 3.183304 sec
15339
+ [2017-03-10 22:08:47 +0100] - DOING...: bundle exec rake db:migrate
15340
+ [2017-03-10 22:08:49 +0100] - == 20170310210847 ChangeTheModelPostAtTime1489180123: migrating ===============
15341
+ -- rename_column(:posts, :views, :views_by_users)
15342
+ -> 0.0051s
15343
+ -- remove_column(:posts, :title)
15344
+ -> 0.0008s
15345
+ == 20170310210847 ChangeTheModelPostAtTime1489180123: migrated (0.0059s) ======
15346
+
15347
+
15348
+ [2017-03-10 22:08:49 +0100] - DONE: bundle exec rake db:migrate in 2.843523 sec
15349
+ [2017-03-10 22:08:49 +0100] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g migration ChangeTheModelPostAtTime1489180129
15350
+ [2017-03-10 22:08:53 +0100] - invoke active_record
15351
+ create db/migrate/20170310210853_change_the_model_post_at_time1489180129.rb
15352
+
15353
+ [2017-03-10 22:08:53 +0100] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g migration ChangeTheModelPostAtTime1489180129 in 3.303841 sec
15354
+ [2017-03-10 22:08:53 +0100] - DOING...: bundle exec rake db:migrate
15355
+ [2017-03-10 22:08:56 +0100] - == 20170310210853 ChangeTheModelPostAtTime1489180129: migrating ===============
15356
+ -- add_index(:posts, :views_by_users)
15357
+ -> 0.0041s
15358
+ -- change_column(:posts, :content_new, :string)
15359
+ -> 0.0007s
15360
+ == 20170310210853 ChangeTheModelPostAtTime1489180129: migrated (0.0050s) ======
15361
+
15362
+
15363
+ [2017-03-10 22:08:56 +0100] - DONE: bundle exec rake db:migrate in 3.1926 sec
15364
+ [2017-03-10 22:08:56 +0100] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g migration ChangeTheModelPostAtTime1489180136
15365
+ [2017-03-10 22:09:01 +0100] - invoke active_record
15366
+ create db/migrate/20170310210901_change_the_model_post_at_time1489180136.rb
15367
+
15368
+ [2017-03-10 22:09:01 +0100] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g migration ChangeTheModelPostAtTime1489180136 in 4.670549 sec
15369
+ [2017-03-10 22:09:01 +0100] - DOING...: bundle exec rake db:migrate
15370
+ [2017-03-10 22:09:04 +0100] - == 20170310210901 ChangeTheModelPostAtTime1489180136: migrating ===============
15371
+ -- add_index(:posts, :content_new)
15372
+ -> 0.0111s
15373
+ == 20170310210901 ChangeTheModelPostAtTime1489180136: migrated (0.0112s) ======
15374
+
15375
+
15376
+ [2017-03-10 22:09:04 +0100] - DONE: bundle exec rake db:migrate in 3.667921 sec
15377
+ [2017-03-10 22:09:04 +0100] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g migration ChangeTheModelPostAtTime1489180144
15378
+ [2017-03-10 22:09:08 +0100] - invoke active_record
15379
+ create db/migrate/20170310210908_change_the_model_post_at_time1489180144.rb
15380
+
15381
+ [2017-03-10 22:09:08 +0100] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g migration ChangeTheModelPostAtTime1489180144 in 3.796315 sec
15382
+ [2017-03-10 22:09:08 +0100] - DOING...: bundle exec rake db:migrate
15383
+ [2017-03-10 22:09:12 +0100] - == 20170310210908 ChangeTheModelPostAtTime1489180144: migrating ===============
15384
+ -- remove_index(:posts, :views_by_users)
15385
+ -> 0.0062s
15386
+ == 20170310210908 ChangeTheModelPostAtTime1489180144: migrated (0.0062s) ======
15387
+
15388
+
15389
+ [2017-03-10 22:09:12 +0100] - DONE: bundle exec rake db:migrate in 3.889702 sec
15390
+ [2017-03-10 22:09:12 +0100] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g migration ChangeTheModelPostAtTime1489180152
15391
+ [2017-03-10 22:09:16 +0100] - invoke active_record
15392
+ create db/migrate/20170310210916_change_the_model_post_at_time1489180152.rb
15393
+
15394
+ [2017-03-10 22:09:16 +0100] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g migration ChangeTheModelPostAtTime1489180152 in 3.619335 sec
15395
+ [2017-03-10 22:09:16 +0100] - DOING...: bundle exec rake db:migrate
15396
+ [2017-03-10 22:09:19 +0100] - == 20170310210916 ChangeTheModelPostAtTime1489180152: migrating ===============
15397
+ -- drop_table(:posts, {:force=>:cascade})
15398
+ -> 0.0017s
15399
+ == 20170310210916 ChangeTheModelPostAtTime1489180152: migrated (0.0017s) ======
15400
+
15401
+
15402
+ [2017-03-10 22:09:19 +0100] - DONE: bundle exec rake db:migrate in 3.588441 sec
15403
+ [2017-03-10 22:09:19 +0100] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g model Post title:string:index content:text
15404
+ [2017-03-10 22:09:23 +0100] - invoke active_record
15405
+ create db/migrate/20170310210923_create_posts.rb
15406
+ create app/models/application_record.rb
15407
+ create app/models/post.rb
15408
+
15409
+ [2017-03-10 22:09:23 +0100] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g model Post title:string:index content:text in 3.849973 sec
15410
+ [2017-03-10 22:09:23 +0100] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rake db:migrate
15411
+ [2017-03-10 22:09:26 +0100] - == 20170310210923 CreatePosts: migrating ======================================
15412
+ -- create_table(:posts)
15413
+ -> 0.0041s
15414
+ -- add_index(:posts, :title)
15415
+ -> 0.0033s
15416
+ == 20170310210923 CreatePosts: migrated (0.0075s) =============================
15417
+
15418
+
15419
+ [2017-03-10 22:09:26 +0100] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rake db:migrate in 3.242778 sec
15420
+ [2017-03-10 22:09:26 +0100] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g model User name:string:index metadata:jsonb
15421
+ [2017-03-10 22:09:30 +0100] - invoke active_record
15422
+ create db/migrate/20170310210930_create_users.rb
15423
+ create app/models/user.rb
15424
+
15425
+ [2017-03-10 22:09:30 +0100] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g model User name:string:index metadata:jsonb in 3.228983 sec
15426
+ [2017-03-10 22:09:30 +0100] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rake db:migrate
15427
+ [2017-03-10 22:09:32 +0100] - == 20170310210930 CreateUsers: migrating ======================================
15428
+ -- create_table(:users)
15429
+ -> 0.0060s
15430
+ -- add_index(:users, :name)
15431
+ -> 0.0042s
15432
+ == 20170310210930 CreateUsers: migrated (0.0103s) =============================
15433
+
15434
+
15435
+ [2017-03-10 22:09:32 +0100] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rake db:migrate in 2.743969 sec
15436
+ [2017-03-10 22:09:32 +0100] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g model Post title:string:index content:text
15437
+ [2017-03-10 22:09:35 +0100] - invoke active_record
15438
+ create db/migrate/20170310210935_create_posts.rb
15439
+ create app/models/application_record.rb
15440
+ create app/models/post.rb
15441
+
15442
+ [2017-03-10 22:09:35 +0100] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g model Post title:string:index content:text in 3.145746 sec
15443
+ [2017-03-10 22:09:35 +0100] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rake db:migrate
15444
+ [2017-03-10 22:09:38 +0100] - == 20170310210935 CreatePosts: migrating ======================================
15445
+ -- create_table(:posts)
15446
+ -> 0.0050s
15447
+ -- add_index(:posts, :title)
15448
+ -> 0.0036s
15449
+ == 20170310210935 CreatePosts: migrated (0.0088s) =============================
15450
+
15451
+
15452
+ [2017-03-10 22:09:38 +0100] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rake db:migrate in 2.734072 sec
15453
+ [2017-03-10 22:09:38 +0100] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g model User name:string:index metadata:jsonb
15454
+ [2017-03-10 22:09:41 +0100] - invoke active_record
15455
+ create db/migrate/20170310210941_create_users.rb
15456
+ create app/models/user.rb
15457
+
15458
+ [2017-03-10 22:09:41 +0100] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g model User name:string:index metadata:jsonb in 3.238088 sec
15459
+ [2017-03-10 22:09:41 +0100] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rake db:migrate
15460
+ [2017-03-10 22:09:44 +0100] - == 20170310210941 CreateUsers: migrating ======================================
15461
+ -- create_table(:users)
15462
+ -> 0.0177s
15463
+ -- add_index(:users, :name)
15464
+ -> 0.0073s
15465
+ == 20170310210941 CreateUsers: migrated (0.0251s) =============================
15466
+
15467
+
15468
+ [2017-03-10 22:09:44 +0100] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rake db:migrate in 2.78976 sec
15469
+ [2017-03-10 22:09:44 +0100] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g migration ChangeTheModelPostAtTime1489180184
15470
+ [2017-03-10 22:09:48 +0100] - invoke active_record
15471
+ create db/migrate/20170310210948_change_the_model_post_at_time1489180184.rb
15472
+
15473
+ [2017-03-10 22:09:48 +0100] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g migration ChangeTheModelPostAtTime1489180184 in 3.465806 sec
15474
+ [2017-03-10 22:09:48 +0100] - DOING...: bundle exec rake db:migrate
15475
+ [2017-03-10 22:09:51 +0100] - == 20170310210948 ChangeTheModelPostAtTime1489180184: migrating ===============
15476
+ -- add_reference(:posts, :user, {:foreign_key=>true, :index=>true})
15477
+ -> 0.0170s
15478
+ == 20170310210948 ChangeTheModelPostAtTime1489180184: migrated (0.0170s) ======
15479
+
15480
+
15481
+ [2017-03-10 22:09:51 +0100] - DONE: bundle exec rake db:migrate in 3.57012 sec
15482
+ [2017-03-10 22:09:51 +0100] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g model Post title:string:index content:text
15483
+ [2017-03-10 22:09:55 +0100] - invoke active_record
15484
+ create db/migrate/20170310210955_create_posts.rb
15485
+ create app/models/application_record.rb
15486
+ create app/models/post.rb
15487
+
15488
+ [2017-03-10 22:09:55 +0100] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g model Post title:string:index content:text in 3.283584 sec
15489
+ [2017-03-10 22:09:55 +0100] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g model User name:string:index metadata:jsonb
15490
+ [2017-03-10 22:09:58 +0100] - invoke active_record
15491
+ create db/migrate/20170310210958_create_users.rb
15492
+ create app/models/user.rb
15493
+
15494
+ [2017-03-10 22:09:58 +0100] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g model User name:string:index metadata:jsonb in 3.13432 sec
15495
+ [2017-03-10 22:09:58 +0100] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g model UserPost user:references post:references
15496
+ [2017-03-10 22:10:01 +0100] - invoke active_record
15497
+ create db/migrate/20170310211001_create_user_posts.rb
15498
+ create app/models/user_post.rb
15499
+
15500
+ [2017-03-10 22:10:01 +0100] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g model UserPost user:references post:references in 3.008565 sec
15501
+ [2017-03-10 22:10:01 +0100] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rake db:migrate
15502
+ [2017-03-10 22:10:03 +0100] - == 20170310210955 CreatePosts: migrating ======================================
15503
+ -- create_table(:posts)
15504
+ -> 0.0044s
15505
+ -- add_index(:posts, :title)
15506
+ -> 0.0036s
15507
+ == 20170310210955 CreatePosts: migrated (0.0081s) =============================
15508
+
15509
+ == 20170310210958 CreateUsers: migrating ======================================
15510
+ -- create_table(:users)
15511
+ -> 0.0055s
15512
+ -- add_index(:users, :name)
15513
+ -> 0.0035s
15514
+ == 20170310210958 CreateUsers: migrated (0.0090s) =============================
15515
+
15516
+ == 20170310211001 CreateUserPosts: migrating ==================================
15517
+ -- create_table(:user_posts)
15518
+ -> 0.0122s
15519
+ == 20170310211001 CreateUserPosts: migrated (0.0123s) =========================
15520
+
15521
+
15522
+ [2017-03-10 22:10:03 +0100] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rake db:migrate in 2.721931 sec
15523
+ [2017-03-10 22:11:17 +0100] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g model Post title:string:index content:text
15524
+ [2017-03-10 22:11:20 +0100] - invoke active_record
15525
+ create db/migrate/20170310211120_create_posts.rb
15526
+ create app/models/application_record.rb
15527
+ create app/models/post.rb
15528
+
15529
+ [2017-03-10 22:11:20 +0100] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g model Post title:string:index content:text in 3.118931 sec
15530
+ [2017-03-10 22:11:20 +0100] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rake db:migrate
15531
+ [2017-03-10 22:11:23 +0100] - == 20170310211120 CreatePosts: migrating ======================================
15532
+ -- create_table(:posts)
15533
+ -> 0.0044s
15534
+ -- add_index(:posts, :title)
15535
+ -> 0.0038s
15536
+ == 20170310211120 CreatePosts: migrated (0.0083s) =============================
15537
+
15538
+
15539
+ [2017-03-10 22:11:23 +0100] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rake db:migrate in 2.810195 sec
15540
+ [2017-03-10 22:11:23 +0100] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g model User name:string:index metadata:jsonb
15541
+ [2017-03-10 22:11:26 +0100] - invoke active_record
15542
+ create db/migrate/20170310211126_create_users.rb
15543
+ create app/models/user.rb
15544
+
15545
+ [2017-03-10 22:11:26 +0100] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g model User name:string:index metadata:jsonb in 3.660229 sec
15546
+ [2017-03-10 22:11:26 +0100] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rake db:migrate
15547
+ [2017-03-10 22:11:29 +0100] - == 20170310211126 CreateUsers: migrating ======================================
15548
+ -- create_table(:users)
15549
+ -> 0.0132s
15550
+ -- add_index(:users, :name)
15551
+ -> 0.0042s
15552
+ == 20170310211126 CreateUsers: migrated (0.0176s) =============================
15553
+
15554
+
15555
+ [2017-03-10 22:11:29 +0100] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rake db:migrate in 2.892921 sec
15556
+ [2017-03-10 22:11:29 +0100] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g migration ChangeTheModelPostAtTime1489180289
15557
+ [2017-03-10 22:11:33 +0100] - invoke active_record
15558
+ create db/migrate/20170310211133_change_the_model_post_at_time1489180289.rb
15559
+
15560
+ [2017-03-10 22:11:33 +0100] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g migration ChangeTheModelPostAtTime1489180289 in 3.322189 sec
15561
+ [2017-03-10 22:11:33 +0100] - DOING...: bundle exec rake db:migrate
15562
+ [2017-03-10 22:11:36 +0100] - == 20170310211133 ChangeTheModelPostAtTime1489180289: migrating ===============
15563
+ -- add_reference(:posts, :user, {:foreign_key=>true, :index=>true})
15564
+ -> 0.0153s
15565
+ == 20170310211133 ChangeTheModelPostAtTime1489180289: migrated (0.0153s) ======
15566
+
15567
+
15568
+ [2017-03-10 22:11:36 +0100] - DONE: bundle exec rake db:migrate in 2.99533 sec
15569
+ [2017-03-10 22:11:36 +0100] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g model Post title:string:index content:text
15570
+ [2017-03-10 22:11:39 +0100] - invoke active_record
15571
+ create db/migrate/20170310211139_create_posts.rb
15572
+ create app/models/application_record.rb
15573
+ create app/models/post.rb
15574
+
15575
+ [2017-03-10 22:11:39 +0100] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g model Post title:string:index content:text in 3.057415 sec
15576
+ [2017-03-10 22:11:39 +0100] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g model User name:string:index metadata:jsonb
15577
+ [2017-03-10 22:11:42 +0100] - invoke active_record
15578
+ create db/migrate/20170310211142_create_users.rb
15579
+ create app/models/user.rb
15580
+
15581
+ [2017-03-10 22:11:42 +0100] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g model User name:string:index metadata:jsonb in 3.042733 sec
15582
+ [2017-03-10 22:11:42 +0100] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g model UserPost user:references post:references
15583
+ [2017-03-10 22:11:45 +0100] - invoke active_record
15584
+ create db/migrate/20170310211145_create_user_posts.rb
15585
+ create app/models/user_post.rb
15586
+
15587
+ [2017-03-10 22:11:45 +0100] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g model UserPost user:references post:references in 3.308287 sec
15588
+ [2017-03-10 22:11:45 +0100] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rake db:migrate
15589
+ [2017-03-10 22:11:48 +0100] - == 20170310211139 CreatePosts: migrating ======================================
15590
+ -- create_table(:posts)
15591
+ -> 0.0050s
15592
+ -- add_index(:posts, :title)
15593
+ -> 0.0039s
15594
+ == 20170310211139 CreatePosts: migrated (0.0091s) =============================
15595
+
15596
+ == 20170310211142 CreateUsers: migrating ======================================
15597
+ -- create_table(:users)
15598
+ -> 0.0051s
15599
+ -- add_index(:users, :name)
15600
+ -> 0.0034s
15601
+ == 20170310211142 CreateUsers: migrated (0.0086s) =============================
15602
+
15603
+ == 20170310211145 CreateUserPosts: migrating ==================================
15604
+ -- create_table(:user_posts)
15605
+ -> 0.0139s
15606
+ == 20170310211145 CreateUserPosts: migrated (0.0139s) =========================
15607
+
15608
+
15609
+ [2017-03-10 22:11:48 +0100] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rake db:migrate in 3.444848 sec
15610
+ [2017-03-10 22:11:56 +0100] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g migration ChangeTheModelPostAtTime1489180316
15611
+ [2017-03-10 22:11:59 +0100] - invoke active_record
15612
+ create db/migrate/20170310211159_change_the_model_post_at_time1489180316.rb
15613
+
15614
+ [2017-03-10 22:11:59 +0100] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g migration ChangeTheModelPostAtTime1489180316 in 3.279828 sec
15615
+ [2017-03-10 22:11:59 +0100] - DOING...: bundle exec rake db:migrate
15616
+ [2017-03-10 22:12:02 +0100] - == 20170310211159 ChangeTheModelPostAtTime1489180316: migrating ===============
15617
+ -- create_table(:posts)
15618
+ -> 0.0029s
15619
+ == 20170310211159 ChangeTheModelPostAtTime1489180316: migrated (0.0030s) ======
15620
+
15621
+
15622
+ [2017-03-10 22:12:02 +0100] - DONE: bundle exec rake db:migrate in 2.909877 sec
15623
+ [2017-03-10 22:12:02 +0100] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g migration ChangeTheModelUserAtTime1489180322
15624
+ [2017-03-10 22:12:05 +0100] - invoke active_record
15625
+ create db/migrate/20170310211205_change_the_model_user_at_time1489180322.rb
15626
+
15627
+ [2017-03-10 22:12:05 +0100] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g migration ChangeTheModelUserAtTime1489180322 in 3.332021 sec
15628
+ [2017-03-10 22:12:05 +0100] - DOING...: bundle exec rake db:migrate
15629
+ [2017-03-10 22:12:08 +0100] - == 20170310211205 ChangeTheModelUserAtTime1489180322: migrating ===============
15630
+ -- create_table(:users)
15631
+ -> 0.0127s
15632
+ == 20170310211205 ChangeTheModelUserAtTime1489180322: migrated (0.0129s) ======
15633
+
15634
+
15635
+ [2017-03-10 22:12:08 +0100] - DONE: bundle exec rake db:migrate in 3.263197 sec
15636
+ [2017-03-10 22:12:08 +0100] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g migration ChangeTheModelPostAtTime1489180328
15637
+ [2017-03-10 22:12:12 +0100] - invoke active_record
15638
+ create db/migrate/20170310211212_change_the_model_post_at_time1489180328.rb
15639
+
15640
+ [2017-03-10 22:12:12 +0100] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g migration ChangeTheModelPostAtTime1489180328 in 3.24941 sec
15641
+ [2017-03-10 22:12:12 +0100] - DOING...: bundle exec rake db:migrate
15642
+ [2017-03-10 22:12:15 +0100] - == 20170310211212 ChangeTheModelPostAtTime1489180328: migrating ===============
15643
+ -- add_column(:posts, :tags, :text, {:default=>[], :array=>true})
15644
+ -> 0.0164s
15645
+ -- add_index(:posts, :tags, {:using=>:gin})
15646
+ -> 0.0039s
15647
+ -- add_column(:posts, :views, :integer, {:default=>0, :null=>false, :index=>true})
15648
+ -> 0.0064s
15649
+ -- add_column(:posts, :content, :text)
15650
+ -> 0.0007s
15651
+ -- add_column(:posts, :title, :string, {:index=>true})
15652
+ -> 0.0005s
15653
+ == 20170310211212 ChangeTheModelPostAtTime1489180328: migrated (0.0281s) ======
15654
+
15655
+
15656
+ [2017-03-10 22:12:15 +0100] - DONE: bundle exec rake db:migrate in 3.099124 sec
15657
+ [2017-03-10 22:12:15 +0100] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g migration ChangeTheModelPostAtTime1489180335
15658
+ [2017-03-10 22:12:18 +0100] - invoke active_record
15659
+ create db/migrate/20170310211218_change_the_model_post_at_time1489180335.rb
15660
+
15661
+ [2017-03-10 22:12:18 +0100] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g migration ChangeTheModelPostAtTime1489180335 in 3.208069 sec
15662
+ [2017-03-10 22:12:18 +0100] - DOING...: bundle exec rake db:migrate
15663
+ [2017-03-10 22:12:21 +0100] - == 20170310211218 ChangeTheModelPostAtTime1489180335: migrating ===============
15664
+ == 20170310211218 ChangeTheModelPostAtTime1489180335: migrated (0.0000s) ======
15665
+
15666
+
15667
+ [2017-03-10 22:12:21 +0100] - DONE: bundle exec rake db:migrate in 3.162657 sec
15668
+ [2017-03-10 22:12:21 +0100] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g migration ChangeTheModelPostAtTime1489180341
15669
+ [2017-03-10 22:12:25 +0100] - invoke active_record
15670
+ create db/migrate/20170310211225_change_the_model_post_at_time1489180341.rb
15671
+
15672
+ [2017-03-10 22:12:25 +0100] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g migration ChangeTheModelPostAtTime1489180341 in 3.867047 sec
15673
+ [2017-03-10 22:12:25 +0100] - DOING...: bundle exec rake db:migrate
15674
+ [2017-03-10 22:12:28 +0100] - == 20170310211225 ChangeTheModelPostAtTime1489180341: migrating ===============
15675
+ -- rename_column(:posts, :content, :content_new)
15676
+ -> 0.0043s
15677
+ == 20170310211225 ChangeTheModelPostAtTime1489180341: migrated (0.0044s) ======
15678
+
15679
+
15680
+ [2017-03-10 22:12:28 +0100] - DONE: bundle exec rake db:migrate in 2.896272 sec
15681
+ [2017-03-10 22:12:28 +0100] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g migration ChangeTheModelPostAtTime1489180348
15682
+ [2017-03-10 22:12:31 +0100] - invoke active_record
15683
+ create db/migrate/20170310211231_change_the_model_post_at_time1489180348.rb
15684
+
15685
+ [2017-03-10 22:12:31 +0100] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g migration ChangeTheModelPostAtTime1489180348 in 3.074953 sec
15686
+ [2017-03-10 22:12:31 +0100] - DOING...: bundle exec rake db:migrate
15687
+ [2017-03-10 22:12:34 +0100] - == 20170310211231 ChangeTheModelPostAtTime1489180348: migrating ===============
15688
+ -- rename_column(:posts, :views, :views_by_users)
15689
+ -> 0.0063s
15690
+ -- remove_column(:posts, :title)
15691
+ -> 0.0009s
15692
+ == 20170310211231 ChangeTheModelPostAtTime1489180348: migrated (0.0073s) ======
15693
+
15694
+
15695
+ [2017-03-10 22:12:34 +0100] - DONE: bundle exec rake db:migrate in 2.751478 sec
15696
+ [2017-03-10 22:12:34 +0100] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g migration ChangeTheModelPostAtTime1489180354
15697
+ [2017-03-10 22:12:37 +0100] - invoke active_record
15698
+ create db/migrate/20170310211237_change_the_model_post_at_time1489180354.rb
15699
+
15700
+ [2017-03-10 22:12:37 +0100] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g migration ChangeTheModelPostAtTime1489180354 in 3.083571 sec
15701
+ [2017-03-10 22:12:37 +0100] - DOING...: bundle exec rake db:migrate
15702
+ [2017-03-10 22:12:40 +0100] - == 20170310211237 ChangeTheModelPostAtTime1489180354: migrating ===============
15703
+ -- add_index(:posts, :views_by_users)
15704
+ -> 0.0116s
15705
+ -- change_column(:posts, :content_new, :string)
15706
+ -> 0.0010s
15707
+ == 20170310211237 ChangeTheModelPostAtTime1489180354: migrated (0.0127s) ======
15708
+
15709
+
15710
+ [2017-03-10 22:12:40 +0100] - DONE: bundle exec rake db:migrate in 2.818134 sec
15711
+ [2017-03-10 22:12:40 +0100] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g migration ChangeTheModelPostAtTime1489180360
15712
+ [2017-03-10 22:12:43 +0100] - invoke active_record
15713
+ create db/migrate/20170310211243_change_the_model_post_at_time1489180360.rb
15714
+
15715
+ [2017-03-10 22:12:43 +0100] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g migration ChangeTheModelPostAtTime1489180360 in 3.074249 sec
15716
+ [2017-03-10 22:12:43 +0100] - DOING...: bundle exec rake db:migrate
15717
+ [2017-03-10 22:12:46 +0100] - == 20170310211243 ChangeTheModelPostAtTime1489180360: migrating ===============
15718
+ -- add_index(:posts, :content_new)
15719
+ -> 0.0132s
15720
+ == 20170310211243 ChangeTheModelPostAtTime1489180360: migrated (0.0133s) ======
15721
+
15722
+
15723
+ [2017-03-10 22:12:46 +0100] - DONE: bundle exec rake db:migrate in 2.971941 sec
15724
+ [2017-03-10 22:12:46 +0100] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g migration ChangeTheModelPostAtTime1489180366
15725
+ [2017-03-10 22:12:49 +0100] - invoke active_record
15726
+ create db/migrate/20170310211249_change_the_model_post_at_time1489180366.rb
15727
+
15728
+ [2017-03-10 22:12:49 +0100] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g migration ChangeTheModelPostAtTime1489180366 in 3.071302 sec
15729
+ [2017-03-10 22:12:49 +0100] - DOING...: bundle exec rake db:migrate
15730
+ [2017-03-10 22:12:52 +0100] - == 20170310211249 ChangeTheModelPostAtTime1489180366: migrating ===============
15731
+ -- remove_index(:posts, :views_by_users)
15732
+ -> 0.0067s
15733
+ == 20170310211249 ChangeTheModelPostAtTime1489180366: migrated (0.0067s) ======
15734
+
15735
+
15736
+ [2017-03-10 22:12:52 +0100] - DONE: bundle exec rake db:migrate in 2.781473 sec
15737
+ [2017-03-10 22:12:52 +0100] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g migration ChangeTheModelPostAtTime1489180372
15738
+ [2017-03-10 22:12:55 +0100] - invoke active_record
15739
+ create db/migrate/20170310211255_change_the_model_post_at_time1489180372.rb
15740
+
15741
+ [2017-03-10 22:12:55 +0100] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g migration ChangeTheModelPostAtTime1489180372 in 3.167103 sec
15742
+ [2017-03-10 22:12:55 +0100] - DOING...: bundle exec rake db:migrate
15743
+ [2017-03-10 22:12:58 +0100] - == 20170310211255 ChangeTheModelPostAtTime1489180372: migrating ===============
15744
+ -- drop_table(:posts, {:force=>:cascade})
15745
+ -> 0.0023s
15746
+ == 20170310211255 ChangeTheModelPostAtTime1489180372: migrated (0.0023s) ======
15747
+
15748
+
15749
+ [2017-03-10 22:12:58 +0100] - DONE: bundle exec rake db:migrate in 2.821689 sec
15750
+ [2017-03-10 22:12:58 +0100] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g model Post title:string:index content:text
15751
+ [2017-03-10 22:13:01 +0100] - invoke active_record
15752
+ create db/migrate/20170310211301_create_posts.rb
15753
+ create app/models/application_record.rb
15754
+ create app/models/post.rb
15755
+
15756
+ [2017-03-10 22:13:01 +0100] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g model Post title:string:index content:text in 3.040334 sec
15757
+ [2017-03-10 22:13:01 +0100] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rake db:migrate
15758
+ [2017-03-10 22:13:03 +0100] - == 20170310211301 CreatePosts: migrating ======================================
15759
+ -- create_table(:posts)
15760
+ -> 0.0063s
15761
+ -- add_index(:posts, :title)
15762
+ -> 0.0036s
15763
+ == 20170310211301 CreatePosts: migrated (0.0100s) =============================
15764
+
15765
+
15766
+ [2017-03-10 22:13:03 +0100] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rake db:migrate in 2.688806 sec
15767
+ [2017-03-10 22:13:03 +0100] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g model User name:string:index metadata:jsonb
15768
+ [2017-03-10 22:13:06 +0100] - invoke active_record
15769
+ create db/migrate/20170310211306_create_users.rb
15770
+ create app/models/user.rb
15771
+
15772
+ [2017-03-10 22:13:06 +0100] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g model User name:string:index metadata:jsonb in 3.025242 sec
15773
+ [2017-03-10 22:13:06 +0100] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rake db:migrate
15774
+ [2017-03-10 22:13:09 +0100] - == 20170310211306 CreateUsers: migrating ======================================
15775
+ -- create_table(:users)
15776
+ -> 0.0133s
15777
+ -- add_index(:users, :name)
15778
+ -> 0.0040s
15779
+ == 20170310211306 CreateUsers: migrated (0.0173s) =============================
15780
+
15781
+
15782
+ [2017-03-10 22:13:09 +0100] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rake db:migrate in 2.647004 sec
15783
+ [2017-03-10 22:13:09 +0100] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g model Post title:string:index content:text
15784
+ [2017-03-10 22:13:12 +0100] - invoke active_record
15785
+ create db/migrate/20170310211312_create_posts.rb
15786
+ create app/models/application_record.rb
15787
+ create app/models/post.rb
15788
+
15789
+ [2017-03-10 22:13:12 +0100] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g model Post title:string:index content:text in 3.076811 sec
15790
+ [2017-03-10 22:13:12 +0100] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rake db:migrate
15791
+ [2017-03-10 22:13:15 +0100] - == 20170310211312 CreatePosts: migrating ======================================
15792
+ -- create_table(:posts)
15793
+ -> 0.0046s
15794
+ -- add_index(:posts, :title)
15795
+ -> 0.0044s
15796
+ == 20170310211312 CreatePosts: migrated (0.0091s) =============================
15797
+
15798
+
15799
+ [2017-03-10 22:13:15 +0100] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rake db:migrate in 2.853878 sec
15800
+ [2017-03-10 22:13:15 +0100] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g model User name:string:index metadata:jsonb
15801
+ [2017-03-10 22:13:18 +0100] - invoke active_record
15802
+ create db/migrate/20170310211318_create_users.rb
15803
+ create app/models/user.rb
15804
+
15805
+ [2017-03-10 22:13:18 +0100] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g model User name:string:index metadata:jsonb in 3.074445 sec
15806
+ [2017-03-10 22:13:18 +0100] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rake db:migrate
15807
+ [2017-03-10 22:13:21 +0100] - == 20170310211318 CreateUsers: migrating ======================================
15808
+ -- create_table(:users)
15809
+ -> 0.0070s
15810
+ -- add_index(:users, :name)
15811
+ -> 0.0043s
15812
+ == 20170310211318 CreateUsers: migrated (0.0114s) =============================
15813
+
15814
+
15815
+ [2017-03-10 22:13:21 +0100] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rake db:migrate in 2.756841 sec
15816
+ [2017-03-10 22:13:21 +0100] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g migration ChangeTheModelPostAtTime1489180401
15817
+ [2017-03-10 22:13:24 +0100] - invoke active_record
15818
+ create db/migrate/20170310211324_change_the_model_post_at_time1489180401.rb
15819
+
15820
+ [2017-03-10 22:13:24 +0100] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g migration ChangeTheModelPostAtTime1489180401 in 3.048954 sec
15821
+ [2017-03-10 22:13:24 +0100] - DOING...: bundle exec rake db:migrate
15822
+ [2017-03-10 22:13:27 +0100] - == 20170310211324 ChangeTheModelPostAtTime1489180401: migrating ===============
15823
+ -- add_reference(:posts, :user, {:foreign_key=>true, :index=>true})
15824
+ -> 0.0077s
15825
+ == 20170310211324 ChangeTheModelPostAtTime1489180401: migrated (0.0077s) ======
15826
+
15827
+
15828
+ [2017-03-10 22:13:27 +0100] - DONE: bundle exec rake db:migrate in 2.79792 sec
15829
+ [2017-03-10 22:13:27 +0100] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g model Post title:string:index content:text
15830
+ [2017-03-10 22:13:30 +0100] - invoke active_record
15831
+ create db/migrate/20170310211330_create_posts.rb
15832
+ create app/models/application_record.rb
15833
+ create app/models/post.rb
15834
+
15835
+ [2017-03-10 22:13:30 +0100] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g model Post title:string:index content:text in 3.042217 sec
15836
+ [2017-03-10 22:13:30 +0100] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g model User name:string:index metadata:jsonb
15837
+ [2017-03-10 22:13:33 +0100] - invoke active_record
15838
+ create db/migrate/20170310211333_create_users.rb
15839
+ create app/models/user.rb
15840
+
15841
+ [2017-03-10 22:13:33 +0100] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g model User name:string:index metadata:jsonb in 3.047055 sec
15842
+ [2017-03-10 22:13:33 +0100] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g model UserPost user:references post:references
15843
+ [2017-03-10 22:13:36 +0100] - invoke active_record
15844
+ create db/migrate/20170310211336_create_user_posts.rb
15845
+ create app/models/user_post.rb
15846
+
15847
+ [2017-03-10 22:13:36 +0100] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g model UserPost user:references post:references in 3.056602 sec
15848
+ [2017-03-10 22:13:36 +0100] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rake db:migrate
15849
+ [2017-03-10 22:13:39 +0100] - == 20170310211330 CreatePosts: migrating ======================================
15850
+ -- create_table(:posts)
15851
+ -> 0.0042s
15852
+ -- add_index(:posts, :title)
15853
+ -> 0.0037s
15854
+ == 20170310211330 CreatePosts: migrated (0.0080s) =============================
15855
+
15856
+ == 20170310211333 CreateUsers: migrating ======================================
15857
+ -- create_table(:users)
15858
+ -> 0.0051s
15859
+ -- add_index(:users, :name)
15860
+ -> 0.0038s
15861
+ == 20170310211333 CreateUsers: migrated (0.0091s) =============================
15862
+
15863
+ == 20170310211336 CreateUserPosts: migrating ==================================
15864
+ -- create_table(:user_posts)
15865
+ -> 0.0278s
15866
+ == 20170310211336 CreateUserPosts: migrated (0.0279s) =========================
15867
+
15868
+
15869
+ [2017-03-10 22:13:39 +0100] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rake db:migrate in 2.796285 sec