localtower 0.1.8 → 0.1.9
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +31 -3
- data/app/controllers/localtower/pages_controller.rb +4 -0
- data/app/views/layouts/localtower/application.html.erb +8 -0
- data/app/views/localtower/pages/logs.html.erb +57 -0
- data/config/routes.rb +1 -0
- data/lib/localtower/plugins/capture.rb +113 -0
- data/lib/localtower/version.rb +1 -1
- data/lib/localtower.rb +1 -1
- metadata +4 -8
- data/spec/dummy/log/development.log +0 -218
- data/spec/dummy/log/localtower.log +0 -520
- data/spec/dummy/log/test.log +0 -508
@@ -1,520 +0,0 @@
|
|
1
|
-
[2017-03-23 11:58:28 +0100] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g migration ChangeTheModelPostAtTime1490266708
|
2
|
-
[2017-03-23 11:58:31 +0100] - invoke active_record
|
3
|
-
create db/migrate/20170323105831_change_the_model_post_at_time1490266708.rb
|
4
|
-
|
5
|
-
[2017-03-23 11:58:31 +0100] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g migration ChangeTheModelPostAtTime1490266708 in 2.58236 sec
|
6
|
-
[2017-03-23 11:58:31 +0100] - DOING...: bundle exec rake db:migrate
|
7
|
-
[2017-03-23 11:58:34 +0100] - == 20170323105831 ChangeTheModelPostAtTime1490266708: migrating ===============
|
8
|
-
-- create_table(:posts)
|
9
|
-
-> 0.0373s
|
10
|
-
== 20170323105831 ChangeTheModelPostAtTime1490266708: migrated (0.0374s) ======
|
11
|
-
|
12
|
-
|
13
|
-
[2017-03-23 11:58:34 +0100] - DONE: bundle exec rake db:migrate in 2.565974 sec
|
14
|
-
[2017-03-23 11:58:34 +0100] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g migration ChangeTheModelUserAtTime1490266714
|
15
|
-
[2017-03-23 11:58:36 +0100] - invoke active_record
|
16
|
-
create db/migrate/20170323105836_change_the_model_user_at_time1490266714.rb
|
17
|
-
|
18
|
-
[2017-03-23 11:58:36 +0100] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g migration ChangeTheModelUserAtTime1490266714 in 2.505124 sec
|
19
|
-
[2017-03-23 11:58:36 +0100] - DOING...: bundle exec rake db:migrate
|
20
|
-
[2017-03-23 11:58:38 +0100] - == 20170323105836 ChangeTheModelUserAtTime1490266714: migrating ===============
|
21
|
-
-- create_table(:users)
|
22
|
-
-> 0.0107s
|
23
|
-
== 20170323105836 ChangeTheModelUserAtTime1490266714: migrated (0.0107s) ======
|
24
|
-
|
25
|
-
|
26
|
-
[2017-03-23 11:58:38 +0100] - DONE: bundle exec rake db:migrate in 2.231666 sec
|
27
|
-
[2017-03-23 11:58:38 +0100] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g migration ChangeTheModelPostAtTime1490266718
|
28
|
-
[2017-03-23 11:58:41 +0100] - invoke active_record
|
29
|
-
create db/migrate/20170323105841_change_the_model_post_at_time1490266718.rb
|
30
|
-
|
31
|
-
[2017-03-23 11:58:41 +0100] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g migration ChangeTheModelPostAtTime1490266718 in 2.568152 sec
|
32
|
-
[2017-03-23 11:58:41 +0100] - DOING...: bundle exec rake db:migrate
|
33
|
-
[2017-03-23 11:58:43 +0100] - == 20170323105841 ChangeTheModelPostAtTime1490266718: migrating ===============
|
34
|
-
-- add_column(:posts, :tags, :text, {:default=>[], :array=>true})
|
35
|
-
-> 0.0405s
|
36
|
-
-- add_index(:posts, :tags, {:using=>:gin})
|
37
|
-
-> 0.0050s
|
38
|
-
-- add_column(:posts, :views, :integer, {:default=>0, :null=>false, :index=>true})
|
39
|
-
-> 0.0066s
|
40
|
-
-- add_column(:posts, :content, :text)
|
41
|
-
-> 0.0005s
|
42
|
-
-- add_column(:posts, :title, :string, {:index=>true})
|
43
|
-
-> 0.0004s
|
44
|
-
== 20170323105841 ChangeTheModelPostAtTime1490266718: migrated (0.0533s) ======
|
45
|
-
|
46
|
-
|
47
|
-
[2017-03-23 11:58:43 +0100] - DONE: bundle exec rake db:migrate in 2.38675 sec
|
48
|
-
[2017-03-23 11:58:43 +0100] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g migration ChangeTheModelPostAtTime1490266723
|
49
|
-
[2017-03-23 11:58:46 +0100] - invoke active_record
|
50
|
-
create db/migrate/20170323105846_change_the_model_post_at_time1490266723.rb
|
51
|
-
|
52
|
-
[2017-03-23 11:58:46 +0100] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g migration ChangeTheModelPostAtTime1490266723 in 2.583805 sec
|
53
|
-
[2017-03-23 11:58:46 +0100] - DOING...: bundle exec rake db:migrate
|
54
|
-
[2017-03-23 11:58:48 +0100] - == 20170323105846 ChangeTheModelPostAtTime1490266723: migrating ===============
|
55
|
-
== 20170323105846 ChangeTheModelPostAtTime1490266723: migrated (0.0000s) ======
|
56
|
-
|
57
|
-
|
58
|
-
[2017-03-23 11:58:48 +0100] - DONE: bundle exec rake db:migrate in 2.236206 sec
|
59
|
-
[2017-03-23 11:58:48 +0100] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g migration ChangeTheModelPostAtTime1490266728
|
60
|
-
[2017-03-23 11:58:51 +0100] - invoke active_record
|
61
|
-
create db/migrate/20170323105851_change_the_model_post_at_time1490266728.rb
|
62
|
-
|
63
|
-
[2017-03-23 11:58:51 +0100] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g migration ChangeTheModelPostAtTime1490266728 in 2.522714 sec
|
64
|
-
[2017-03-23 11:58:51 +0100] - DOING...: bundle exec rake db:migrate
|
65
|
-
[2017-03-23 11:58:53 +0100] - == 20170323105851 ChangeTheModelPostAtTime1490266728: migrating ===============
|
66
|
-
-- rename_column(:posts, :content, :content_new)
|
67
|
-
-> 0.0140s
|
68
|
-
== 20170323105851 ChangeTheModelPostAtTime1490266728: migrated (0.0141s) ======
|
69
|
-
|
70
|
-
|
71
|
-
[2017-03-23 11:58:53 +0100] - DONE: bundle exec rake db:migrate in 2.257463 sec
|
72
|
-
[2017-03-23 11:58:53 +0100] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g migration ChangeTheModelPostAtTime1490266733
|
73
|
-
[2017-03-23 11:58:55 +0100] - invoke active_record
|
74
|
-
create db/migrate/20170323105855_change_the_model_post_at_time1490266733.rb
|
75
|
-
|
76
|
-
[2017-03-23 11:58:55 +0100] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g migration ChangeTheModelPostAtTime1490266733 in 2.530874 sec
|
77
|
-
[2017-03-23 11:58:55 +0100] - DOING...: bundle exec rake db:migrate
|
78
|
-
[2017-03-23 11:58:58 +0100] - == 20170323105855 ChangeTheModelPostAtTime1490266733: migrating ===============
|
79
|
-
-- rename_column(:posts, :views, :views_by_users)
|
80
|
-
-> 0.0038s
|
81
|
-
-- remove_column(:posts, :title)
|
82
|
-
-> 0.0007s
|
83
|
-
== 20170323105855 ChangeTheModelPostAtTime1490266733: migrated (0.0045s) ======
|
84
|
-
|
85
|
-
|
86
|
-
[2017-03-23 11:58:58 +0100] - DONE: bundle exec rake db:migrate in 2.327748 sec
|
87
|
-
[2017-03-23 11:58:58 +0100] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g migration ChangeTheModelPostAtTime1490266738
|
88
|
-
[2017-03-23 11:59:00 +0100] - invoke active_record
|
89
|
-
create db/migrate/20170323105900_change_the_model_post_at_time1490266738.rb
|
90
|
-
|
91
|
-
[2017-03-23 11:59:00 +0100] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g migration ChangeTheModelPostAtTime1490266738 in 2.534641 sec
|
92
|
-
[2017-03-23 11:59:00 +0100] - DOING...: bundle exec rake db:migrate
|
93
|
-
[2017-03-23 11:59:03 +0100] - == 20170323105900 ChangeTheModelPostAtTime1490266738: migrating ===============
|
94
|
-
-- add_index(:posts, :views_by_users)
|
95
|
-
-> 0.0114s
|
96
|
-
-- change_column(:posts, :content_new, :string)
|
97
|
-
-> 0.0008s
|
98
|
-
== 20170323105900 ChangeTheModelPostAtTime1490266738: migrated (0.0122s) ======
|
99
|
-
|
100
|
-
|
101
|
-
[2017-03-23 11:59:03 +0100] - DONE: bundle exec rake db:migrate in 2.274759 sec
|
102
|
-
[2017-03-23 11:59:03 +0100] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g migration ChangeTheModelPostAtTime1490266743
|
103
|
-
[2017-03-23 11:59:05 +0100] - invoke active_record
|
104
|
-
create db/migrate/20170323105905_change_the_model_post_at_time1490266743.rb
|
105
|
-
|
106
|
-
[2017-03-23 11:59:05 +0100] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g migration ChangeTheModelPostAtTime1490266743 in 2.514163 sec
|
107
|
-
[2017-03-23 11:59:05 +0100] - DOING...: bundle exec rake db:migrate
|
108
|
-
[2017-03-23 11:59:07 +0100] - == 20170323105905 ChangeTheModelPostAtTime1490266743: migrating ===============
|
109
|
-
-- add_index(:posts, :content_new)
|
110
|
-
-> 0.0117s
|
111
|
-
== 20170323105905 ChangeTheModelPostAtTime1490266743: migrated (0.0117s) ======
|
112
|
-
|
113
|
-
|
114
|
-
[2017-03-23 11:59:07 +0100] - DONE: bundle exec rake db:migrate in 2.261126 sec
|
115
|
-
[2017-03-23 11:59:07 +0100] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g migration ChangeTheModelPostAtTime1490266747
|
116
|
-
[2017-03-23 11:59:10 +0100] - invoke active_record
|
117
|
-
create db/migrate/20170323105910_change_the_model_post_at_time1490266747.rb
|
118
|
-
|
119
|
-
[2017-03-23 11:59:10 +0100] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g migration ChangeTheModelPostAtTime1490266747 in 2.522548 sec
|
120
|
-
[2017-03-23 11:59:10 +0100] - DOING...: bundle exec rake db:migrate
|
121
|
-
[2017-03-23 11:59:12 +0100] - == 20170323105910 ChangeTheModelPostAtTime1490266747: migrating ===============
|
122
|
-
-- remove_index(:posts, :views_by_users)
|
123
|
-
-> 0.0051s
|
124
|
-
== 20170323105910 ChangeTheModelPostAtTime1490266747: migrated (0.0052s) ======
|
125
|
-
|
126
|
-
|
127
|
-
[2017-03-23 11:59:12 +0100] - DONE: bundle exec rake db:migrate in 2.241354 sec
|
128
|
-
[2017-03-23 11:59:12 +0100] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g migration ChangeTheModelPostAtTime1490266752
|
129
|
-
[2017-03-23 11:59:15 +0100] - invoke active_record
|
130
|
-
create db/migrate/20170323105915_change_the_model_post_at_time1490266752.rb
|
131
|
-
|
132
|
-
[2017-03-23 11:59:15 +0100] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g migration ChangeTheModelPostAtTime1490266752 in 2.547397 sec
|
133
|
-
[2017-03-23 11:59:15 +0100] - DOING...: bundle exec rake db:migrate
|
134
|
-
[2017-03-23 11:59:17 +0100] - == 20170323105915 ChangeTheModelPostAtTime1490266752: migrating ===============
|
135
|
-
-- drop_table(:posts, {:force=>:cascade})
|
136
|
-
-> 0.0106s
|
137
|
-
== 20170323105915 ChangeTheModelPostAtTime1490266752: migrated (0.0107s) ======
|
138
|
-
|
139
|
-
|
140
|
-
[2017-03-23 11:59:17 +0100] - DONE: bundle exec rake db:migrate in 2.308897 sec
|
141
|
-
[2017-03-23 11:59:17 +0100] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g model Post title:string:index content:text
|
142
|
-
[2017-03-23 11:59:20 +0100] - invoke active_record
|
143
|
-
create db/migrate/20170323105920_create_posts.rb
|
144
|
-
create app/models/application_record.rb
|
145
|
-
create app/models/post.rb
|
146
|
-
|
147
|
-
[2017-03-23 11:59:20 +0100] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g model Post title:string:index content:text in 2.878692 sec
|
148
|
-
[2017-03-23 11:59:20 +0100] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rake db:migrate
|
149
|
-
[2017-03-23 11:59:22 +0100] - == 20170323105920 CreatePosts: migrating ======================================
|
150
|
-
-- create_table(:posts)
|
151
|
-
-> 0.0051s
|
152
|
-
-- add_index(:posts, :title)
|
153
|
-
-> 0.0035s
|
154
|
-
== 20170323105920 CreatePosts: migrated (0.0088s) =============================
|
155
|
-
|
156
|
-
|
157
|
-
[2017-03-23 11:59:22 +0100] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rake db:migrate in 2.239003 sec
|
158
|
-
[2017-03-23 11:59:22 +0100] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g model User name:string:index metadata:jsonb
|
159
|
-
[2017-03-23 11:59:25 +0100] - invoke active_record
|
160
|
-
create db/migrate/20170323105925_create_users.rb
|
161
|
-
create app/models/user.rb
|
162
|
-
|
163
|
-
[2017-03-23 11:59:25 +0100] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g model User name:string:index metadata:jsonb in 2.599425 sec
|
164
|
-
[2017-03-23 11:59:25 +0100] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rake db:migrate
|
165
|
-
[2017-03-23 11:59:27 +0100] - == 20170323105925 CreateUsers: migrating ======================================
|
166
|
-
-- create_table(:users)
|
167
|
-
-> 0.0129s
|
168
|
-
-- add_index(:users, :name)
|
169
|
-
-> 0.0043s
|
170
|
-
== 20170323105925 CreateUsers: migrated (0.0174s) =============================
|
171
|
-
|
172
|
-
|
173
|
-
[2017-03-23 11:59:27 +0100] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rake db:migrate in 2.223067 sec
|
174
|
-
[2017-03-23 11:59:27 +0100] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g model Post title:string:index content:text
|
175
|
-
[2017-03-23 11:59:30 +0100] - invoke active_record
|
176
|
-
create db/migrate/20170323105930_create_posts.rb
|
177
|
-
create app/models/application_record.rb
|
178
|
-
create app/models/post.rb
|
179
|
-
|
180
|
-
[2017-03-23 11:59:30 +0100] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g model Post title:string:index content:text in 2.762433 sec
|
181
|
-
[2017-03-23 11:59:30 +0100] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rake db:migrate
|
182
|
-
[2017-03-23 11:59:32 +0100] - == 20170323105930 CreatePosts: migrating ======================================
|
183
|
-
-- create_table(:posts)
|
184
|
-
-> 0.0032s
|
185
|
-
-- add_index(:posts, :title)
|
186
|
-
-> 0.0029s
|
187
|
-
== 20170323105930 CreatePosts: migrated (0.0063s) =============================
|
188
|
-
|
189
|
-
|
190
|
-
[2017-03-23 11:59:32 +0100] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rake db:migrate in 2.216379 sec
|
191
|
-
[2017-03-23 11:59:32 +0100] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g model User name:string:index metadata:jsonb
|
192
|
-
[2017-03-23 11:59:35 +0100] - invoke active_record
|
193
|
-
create db/migrate/20170323105935_create_users.rb
|
194
|
-
create app/models/user.rb
|
195
|
-
|
196
|
-
[2017-03-23 11:59:35 +0100] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g model User name:string:index metadata:jsonb in 2.58296 sec
|
197
|
-
[2017-03-23 11:59:35 +0100] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rake db:migrate
|
198
|
-
[2017-03-23 11:59:37 +0100] - == 20170323105935 CreateUsers: migrating ======================================
|
199
|
-
-- create_table(:users)
|
200
|
-
-> 0.0045s
|
201
|
-
-- add_index(:users, :name)
|
202
|
-
-> 0.0036s
|
203
|
-
== 20170323105935 CreateUsers: migrated (0.0082s) =============================
|
204
|
-
|
205
|
-
|
206
|
-
[2017-03-23 11:59:37 +0100] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rake db:migrate in 2.176792 sec
|
207
|
-
[2017-03-23 11:59:37 +0100] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g migration ChangeTheModelPostAtTime1490266777
|
208
|
-
[2017-03-23 11:59:39 +0100] - invoke active_record
|
209
|
-
create db/migrate/20170323105939_change_the_model_post_at_time1490266777.rb
|
210
|
-
|
211
|
-
[2017-03-23 11:59:39 +0100] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g migration ChangeTheModelPostAtTime1490266777 in 2.533851 sec
|
212
|
-
[2017-03-23 11:59:39 +0100] - DOING...: bundle exec rake db:migrate
|
213
|
-
[2017-03-23 11:59:42 +0100] - == 20170323105939 ChangeTheModelPostAtTime1490266777: migrating ===============
|
214
|
-
-- add_reference(:posts, :user, {:foreign_key=>true, :index=>true})
|
215
|
-
-> 0.0276s
|
216
|
-
== 20170323105939 ChangeTheModelPostAtTime1490266777: migrated (0.0277s) ======
|
217
|
-
|
218
|
-
|
219
|
-
[2017-03-23 11:59:42 +0100] - DONE: bundle exec rake db:migrate in 2.277459 sec
|
220
|
-
[2017-03-23 11:59:42 +0100] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g model Post title:string:index content:text
|
221
|
-
[2017-03-23 11:59:44 +0100] - invoke active_record
|
222
|
-
create db/migrate/20170323105944_create_posts.rb
|
223
|
-
create app/models/application_record.rb
|
224
|
-
create app/models/post.rb
|
225
|
-
|
226
|
-
[2017-03-23 11:59:44 +0100] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g model Post title:string:index content:text in 2.578697 sec
|
227
|
-
[2017-03-23 11:59:44 +0100] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g model User name:string:index metadata:jsonb
|
228
|
-
[2017-03-23 11:59:47 +0100] - invoke active_record
|
229
|
-
create db/migrate/20170323105947_create_users.rb
|
230
|
-
create app/models/user.rb
|
231
|
-
|
232
|
-
[2017-03-23 11:59:47 +0100] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g model User name:string:index metadata:jsonb in 2.545559 sec
|
233
|
-
[2017-03-23 11:59:47 +0100] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g model UserPost user:references post:references
|
234
|
-
[2017-03-23 11:59:49 +0100] - invoke active_record
|
235
|
-
create db/migrate/20170323105949_create_user_posts.rb
|
236
|
-
create app/models/user_post.rb
|
237
|
-
|
238
|
-
[2017-03-23 11:59:49 +0100] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g model UserPost user:references post:references in 2.551671 sec
|
239
|
-
[2017-03-23 11:59:49 +0100] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rake db:migrate
|
240
|
-
[2017-03-23 11:59:52 +0100] - == 20170323105944 CreatePosts: migrating ======================================
|
241
|
-
-- create_table(:posts)
|
242
|
-
-> 0.0062s
|
243
|
-
-- add_index(:posts, :title)
|
244
|
-
-> 0.0038s
|
245
|
-
== 20170323105944 CreatePosts: migrated (0.0100s) =============================
|
246
|
-
|
247
|
-
== 20170323105947 CreateUsers: migrating ======================================
|
248
|
-
-- create_table(:users)
|
249
|
-
-> 0.0042s
|
250
|
-
-- add_index(:users, :name)
|
251
|
-
-> 0.0033s
|
252
|
-
== 20170323105947 CreateUsers: migrated (0.0076s) =============================
|
253
|
-
|
254
|
-
== 20170323105949 CreateUserPosts: migrating ==================================
|
255
|
-
-- create_table(:user_posts)
|
256
|
-
-> 0.0122s
|
257
|
-
== 20170323105949 CreateUserPosts: migrated (0.0123s) =========================
|
258
|
-
|
259
|
-
|
260
|
-
[2017-03-23 11:59:52 +0100] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rake db:migrate in 2.284815 sec
|
261
|
-
[2017-03-27 09:57:17 +0200] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g migration ChangeTheModelPostAtTime1490601437
|
262
|
-
[2017-03-27 09:57:20 +0200] - invoke active_record
|
263
|
-
create db/migrate/20170327075720_change_the_model_post_at_time1490601437.rb
|
264
|
-
|
265
|
-
[2017-03-27 09:57:20 +0200] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g migration ChangeTheModelPostAtTime1490601437 in 2.754007 sec
|
266
|
-
[2017-03-27 09:57:20 +0200] - DOING...: bundle exec rake db:migrate
|
267
|
-
[2017-03-27 09:57:22 +0200] - == 20170327075720 ChangeTheModelPostAtTime1490601437: migrating ===============
|
268
|
-
-- create_table(:posts)
|
269
|
-
-> 0.0313s
|
270
|
-
== 20170327075720 ChangeTheModelPostAtTime1490601437: migrated (0.0314s) ======
|
271
|
-
|
272
|
-
|
273
|
-
[2017-03-27 09:57:22 +0200] - DONE: bundle exec rake db:migrate in 2.877949 sec
|
274
|
-
[2017-03-27 09:57:22 +0200] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g migration ChangeTheModelUserAtTime1490601442
|
275
|
-
[2017-03-27 09:57:25 +0200] - invoke active_record
|
276
|
-
create db/migrate/20170327075725_change_the_model_user_at_time1490601442.rb
|
277
|
-
|
278
|
-
[2017-03-27 09:57:25 +0200] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g migration ChangeTheModelUserAtTime1490601442 in 2.752761 sec
|
279
|
-
[2017-03-27 09:57:25 +0200] - DOING...: bundle exec rake db:migrate
|
280
|
-
[2017-03-27 09:57:27 +0200] - == 20170327075725 ChangeTheModelUserAtTime1490601442: migrating ===============
|
281
|
-
-- create_table(:users)
|
282
|
-
-> 0.0114s
|
283
|
-
== 20170327075725 ChangeTheModelUserAtTime1490601442: migrated (0.0115s) ======
|
284
|
-
|
285
|
-
|
286
|
-
[2017-03-27 09:57:27 +0200] - DONE: bundle exec rake db:migrate in 2.31416 sec
|
287
|
-
[2017-03-27 09:57:28 +0200] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g migration ChangeTheModelPostAtTime1490601448
|
288
|
-
[2017-03-27 09:57:30 +0200] - invoke active_record
|
289
|
-
create db/migrate/20170327075730_change_the_model_post_at_time1490601448.rb
|
290
|
-
|
291
|
-
[2017-03-27 09:57:30 +0200] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g migration ChangeTheModelPostAtTime1490601448 in 2.686802 sec
|
292
|
-
[2017-03-27 09:57:30 +0200] - DOING...: bundle exec rake db:migrate
|
293
|
-
[2017-03-27 09:57:33 +0200] - == 20170327075730 ChangeTheModelPostAtTime1490601448: migrating ===============
|
294
|
-
-- add_column(:posts, :tags, :text, {:default=>[], :array=>true})
|
295
|
-
-> 0.0245s
|
296
|
-
-- add_index(:posts, :tags, {:using=>:gin})
|
297
|
-
-> 0.0047s
|
298
|
-
-- add_column(:posts, :views, :integer, {:default=>0, :null=>false, :index=>true})
|
299
|
-
-> 0.0057s
|
300
|
-
-- add_column(:posts, :content, :text)
|
301
|
-
-> 0.0005s
|
302
|
-
-- add_column(:posts, :title, :string, {:index=>true})
|
303
|
-
-> 0.0004s
|
304
|
-
== 20170327075730 ChangeTheModelPostAtTime1490601448: migrated (0.0360s) ======
|
305
|
-
|
306
|
-
|
307
|
-
[2017-03-27 09:57:33 +0200] - DONE: bundle exec rake db:migrate in 2.38478 sec
|
308
|
-
[2017-03-27 09:57:33 +0200] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g migration ChangeTheModelPostAtTime1490601453
|
309
|
-
[2017-03-27 09:57:35 +0200] - invoke active_record
|
310
|
-
create db/migrate/20170327075735_change_the_model_post_at_time1490601453.rb
|
311
|
-
|
312
|
-
[2017-03-27 09:57:35 +0200] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g migration ChangeTheModelPostAtTime1490601453 in 2.687155 sec
|
313
|
-
[2017-03-27 09:57:35 +0200] - DOING...: bundle exec rake db:migrate
|
314
|
-
[2017-03-27 09:57:38 +0200] - == 20170327075735 ChangeTheModelPostAtTime1490601453: migrating ===============
|
315
|
-
== 20170327075735 ChangeTheModelPostAtTime1490601453: migrated (0.0000s) ======
|
316
|
-
|
317
|
-
|
318
|
-
[2017-03-27 09:57:38 +0200] - DONE: bundle exec rake db:migrate in 2.380049 sec
|
319
|
-
[2017-03-27 09:57:38 +0200] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g migration ChangeTheModelPostAtTime1490601458
|
320
|
-
[2017-03-27 09:57:40 +0200] - invoke active_record
|
321
|
-
create db/migrate/20170327075740_change_the_model_post_at_time1490601458.rb
|
322
|
-
|
323
|
-
[2017-03-27 09:57:40 +0200] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g migration ChangeTheModelPostAtTime1490601458 in 2.666069 sec
|
324
|
-
[2017-03-27 09:57:40 +0200] - DOING...: bundle exec rake db:migrate
|
325
|
-
[2017-03-27 09:57:43 +0200] - == 20170327075740 ChangeTheModelPostAtTime1490601458: migrating ===============
|
326
|
-
-- rename_column(:posts, :content, :content_new)
|
327
|
-
-> 0.0138s
|
328
|
-
== 20170327075740 ChangeTheModelPostAtTime1490601458: migrated (0.0139s) ======
|
329
|
-
|
330
|
-
|
331
|
-
[2017-03-27 09:57:43 +0200] - DONE: bundle exec rake db:migrate in 2.351541 sec
|
332
|
-
[2017-03-27 09:57:43 +0200] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g migration ChangeTheModelPostAtTime1490601463
|
333
|
-
[2017-03-27 09:57:45 +0200] - invoke active_record
|
334
|
-
create db/migrate/20170327075745_change_the_model_post_at_time1490601463.rb
|
335
|
-
|
336
|
-
[2017-03-27 09:57:45 +0200] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g migration ChangeTheModelPostAtTime1490601463 in 2.805013 sec
|
337
|
-
[2017-03-27 09:57:45 +0200] - DOING...: bundle exec rake db:migrate
|
338
|
-
[2017-03-27 09:57:48 +0200] - == 20170327075745 ChangeTheModelPostAtTime1490601463: migrating ===============
|
339
|
-
-- rename_column(:posts, :views, :views_by_users)
|
340
|
-
-> 0.0040s
|
341
|
-
-- remove_column(:posts, :title)
|
342
|
-
-> 0.0007s
|
343
|
-
== 20170327075745 ChangeTheModelPostAtTime1490601463: migrated (0.0047s) ======
|
344
|
-
|
345
|
-
|
346
|
-
[2017-03-27 09:57:48 +0200] - DONE: bundle exec rake db:migrate in 2.691208 sec
|
347
|
-
[2017-03-27 09:57:48 +0200] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g migration ChangeTheModelPostAtTime1490601468
|
348
|
-
[2017-03-27 09:57:51 +0200] - invoke active_record
|
349
|
-
create db/migrate/20170327075751_change_the_model_post_at_time1490601468.rb
|
350
|
-
|
351
|
-
[2017-03-27 09:57:51 +0200] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g migration ChangeTheModelPostAtTime1490601468 in 3.12692 sec
|
352
|
-
[2017-03-27 09:57:51 +0200] - DOING...: bundle exec rake db:migrate
|
353
|
-
[2017-03-27 09:57:54 +0200] - == 20170327075751 ChangeTheModelPostAtTime1490601468: migrating ===============
|
354
|
-
-- add_index(:posts, :views_by_users)
|
355
|
-
-> 0.0118s
|
356
|
-
-- change_column(:posts, :content_new, :string)
|
357
|
-
-> 0.0009s
|
358
|
-
== 20170327075751 ChangeTheModelPostAtTime1490601468: migrated (0.0127s) ======
|
359
|
-
|
360
|
-
|
361
|
-
[2017-03-27 09:57:54 +0200] - DONE: bundle exec rake db:migrate in 2.866342 sec
|
362
|
-
[2017-03-27 09:57:54 +0200] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g migration ChangeTheModelPostAtTime1490601474
|
363
|
-
[2017-03-27 09:57:57 +0200] - invoke active_record
|
364
|
-
create db/migrate/20170327075757_change_the_model_post_at_time1490601474.rb
|
365
|
-
|
366
|
-
[2017-03-27 09:57:57 +0200] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g migration ChangeTheModelPostAtTime1490601474 in 3.066959 sec
|
367
|
-
[2017-03-27 09:57:57 +0200] - DOING...: bundle exec rake db:migrate
|
368
|
-
[2017-03-27 09:58:00 +0200] - == 20170327075757 ChangeTheModelPostAtTime1490601474: migrating ===============
|
369
|
-
-- add_index(:posts, :content_new)
|
370
|
-
-> 0.0111s
|
371
|
-
== 20170327075757 ChangeTheModelPostAtTime1490601474: migrated (0.0112s) ======
|
372
|
-
|
373
|
-
|
374
|
-
[2017-03-27 09:58:00 +0200] - DONE: bundle exec rake db:migrate in 2.9825 sec
|
375
|
-
[2017-03-27 09:58:00 +0200] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g migration ChangeTheModelPostAtTime1490601480
|
376
|
-
[2017-03-27 09:58:03 +0200] - invoke active_record
|
377
|
-
create db/migrate/20170327075803_change_the_model_post_at_time1490601480.rb
|
378
|
-
|
379
|
-
[2017-03-27 09:58:03 +0200] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g migration ChangeTheModelPostAtTime1490601480 in 2.902601 sec
|
380
|
-
[2017-03-27 09:58:03 +0200] - DOING...: bundle exec rake db:migrate
|
381
|
-
[2017-03-27 09:58:06 +0200] - == 20170327075803 ChangeTheModelPostAtTime1490601480: migrating ===============
|
382
|
-
-- remove_index(:posts, :views_by_users)
|
383
|
-
-> 0.0052s
|
384
|
-
== 20170327075803 ChangeTheModelPostAtTime1490601480: migrated (0.0053s) ======
|
385
|
-
|
386
|
-
|
387
|
-
[2017-03-27 09:58:06 +0200] - DONE: bundle exec rake db:migrate in 2.96771 sec
|
388
|
-
[2017-03-27 09:58:06 +0200] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g migration ChangeTheModelPostAtTime1490601486
|
389
|
-
[2017-03-27 09:58:10 +0200] - invoke active_record
|
390
|
-
create db/migrate/20170327075810_change_the_model_post_at_time1490601486.rb
|
391
|
-
|
392
|
-
[2017-03-27 09:58:10 +0200] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g migration ChangeTheModelPostAtTime1490601486 in 4.107857 sec
|
393
|
-
[2017-03-27 09:58:10 +0200] - DOING...: bundle exec rake db:migrate
|
394
|
-
[2017-03-27 09:58:14 +0200] - == 20170327075810 ChangeTheModelPostAtTime1490601486: migrating ===============
|
395
|
-
-- drop_table(:posts, {:force=>:cascade})
|
396
|
-
-> 0.0025s
|
397
|
-
== 20170327075810 ChangeTheModelPostAtTime1490601486: migrated (0.0026s) ======
|
398
|
-
|
399
|
-
|
400
|
-
[2017-03-27 09:58:14 +0200] - DONE: bundle exec rake db:migrate in 3.312748 sec
|
401
|
-
[2017-03-27 09:58:14 +0200] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g model Post title:string:index content:text
|
402
|
-
[2017-03-27 09:58:17 +0200] - invoke active_record
|
403
|
-
create db/migrate/20170327075817_create_posts.rb
|
404
|
-
create app/models/application_record.rb
|
405
|
-
create app/models/post.rb
|
406
|
-
|
407
|
-
[2017-03-27 09:58:17 +0200] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g model Post title:string:index content:text in 3.245137 sec
|
408
|
-
[2017-03-27 09:58:17 +0200] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rake db:migrate
|
409
|
-
[2017-03-27 09:58:20 +0200] - == 20170327075817 CreatePosts: migrating ======================================
|
410
|
-
-- create_table(:posts)
|
411
|
-
-> 0.0046s
|
412
|
-
-- add_index(:posts, :title)
|
413
|
-
-> 0.0025s
|
414
|
-
== 20170327075817 CreatePosts: migrated (0.0072s) =============================
|
415
|
-
|
416
|
-
|
417
|
-
[2017-03-27 09:58:20 +0200] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rake db:migrate in 2.682634 sec
|
418
|
-
[2017-03-27 09:58:20 +0200] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g model User name:string:index metadata:jsonb
|
419
|
-
[2017-03-27 09:58:22 +0200] - invoke active_record
|
420
|
-
create db/migrate/20170327075822_create_users.rb
|
421
|
-
create app/models/user.rb
|
422
|
-
|
423
|
-
[2017-03-27 09:58:22 +0200] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g model User name:string:index metadata:jsonb in 2.937958 sec
|
424
|
-
[2017-03-27 09:58:22 +0200] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rake db:migrate
|
425
|
-
[2017-03-27 09:58:25 +0200] - == 20170327075822 CreateUsers: migrating ======================================
|
426
|
-
-- create_table(:users)
|
427
|
-
-> 0.0115s
|
428
|
-
-- add_index(:users, :name)
|
429
|
-
-> 0.0030s
|
430
|
-
== 20170327075822 CreateUsers: migrated (0.0145s) =============================
|
431
|
-
|
432
|
-
|
433
|
-
[2017-03-27 09:58:25 +0200] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rake db:migrate in 2.460802 sec
|
434
|
-
[2017-03-27 09:58:25 +0200] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g model Post title:string:index content:text
|
435
|
-
[2017-03-27 09:58:28 +0200] - invoke active_record
|
436
|
-
create db/migrate/20170327075828_create_posts.rb
|
437
|
-
create app/models/application_record.rb
|
438
|
-
create app/models/post.rb
|
439
|
-
|
440
|
-
[2017-03-27 09:58:28 +0200] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g model Post title:string:index content:text in 2.878259 sec
|
441
|
-
[2017-03-27 09:58:28 +0200] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rake db:migrate
|
442
|
-
[2017-03-27 09:58:30 +0200] - == 20170327075828 CreatePosts: migrating ======================================
|
443
|
-
-- create_table(:posts)
|
444
|
-
-> 0.0046s
|
445
|
-
-- add_index(:posts, :title)
|
446
|
-
-> 0.0042s
|
447
|
-
== 20170327075828 CreatePosts: migrated (0.0088s) =============================
|
448
|
-
|
449
|
-
|
450
|
-
[2017-03-27 09:58:30 +0200] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rake db:migrate in 2.44548 sec
|
451
|
-
[2017-03-27 09:58:30 +0200] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g model User name:string:index metadata:jsonb
|
452
|
-
[2017-03-27 09:58:33 +0200] - invoke active_record
|
453
|
-
create db/migrate/20170327075833_create_users.rb
|
454
|
-
create app/models/user.rb
|
455
|
-
|
456
|
-
[2017-03-27 09:58:33 +0200] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g model User name:string:index metadata:jsonb in 2.703049 sec
|
457
|
-
[2017-03-27 09:58:33 +0200] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rake db:migrate
|
458
|
-
[2017-03-27 09:58:35 +0200] - == 20170327075833 CreateUsers: migrating ======================================
|
459
|
-
-- create_table(:users)
|
460
|
-
-> 0.0144s
|
461
|
-
-- add_index(:users, :name)
|
462
|
-
-> 0.0043s
|
463
|
-
== 20170327075833 CreateUsers: migrated (0.0189s) =============================
|
464
|
-
|
465
|
-
|
466
|
-
[2017-03-27 09:58:35 +0200] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rake db:migrate in 2.423077 sec
|
467
|
-
[2017-03-27 09:58:35 +0200] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g migration ChangeTheModelPostAtTime1490601515
|
468
|
-
[2017-03-27 09:58:38 +0200] - invoke active_record
|
469
|
-
create db/migrate/20170327075838_change_the_model_post_at_time1490601515.rb
|
470
|
-
|
471
|
-
[2017-03-27 09:58:38 +0200] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g migration ChangeTheModelPostAtTime1490601515 in 2.892346 sec
|
472
|
-
[2017-03-27 09:58:38 +0200] - DOING...: bundle exec rake db:migrate
|
473
|
-
[2017-03-27 09:58:41 +0200] - == 20170327075838 ChangeTheModelPostAtTime1490601515: migrating ===============
|
474
|
-
-- add_reference(:posts, :user, {:foreign_key=>true, :index=>true})
|
475
|
-
-> 0.0248s
|
476
|
-
== 20170327075838 ChangeTheModelPostAtTime1490601515: migrated (0.0248s) ======
|
477
|
-
|
478
|
-
|
479
|
-
[2017-03-27 09:58:41 +0200] - DONE: bundle exec rake db:migrate in 2.575549 sec
|
480
|
-
[2017-03-27 09:58:41 +0200] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g model Post title:string:index content:text
|
481
|
-
[2017-03-27 09:58:44 +0200] - invoke active_record
|
482
|
-
create db/migrate/20170327075844_create_posts.rb
|
483
|
-
create app/models/application_record.rb
|
484
|
-
create app/models/post.rb
|
485
|
-
|
486
|
-
[2017-03-27 09:58:44 +0200] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g model Post title:string:index content:text in 2.779467 sec
|
487
|
-
[2017-03-27 09:58:44 +0200] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g model User name:string:index metadata:jsonb
|
488
|
-
[2017-03-27 09:58:47 +0200] - invoke active_record
|
489
|
-
create db/migrate/20170327075847_create_users.rb
|
490
|
-
create app/models/user.rb
|
491
|
-
|
492
|
-
[2017-03-27 09:58:47 +0200] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g model User name:string:index metadata:jsonb in 2.828057 sec
|
493
|
-
[2017-03-27 09:58:47 +0200] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g model UserPost user:references post:references
|
494
|
-
[2017-03-27 09:58:49 +0200] - invoke active_record
|
495
|
-
create db/migrate/20170327075849_create_user_posts.rb
|
496
|
-
create app/models/user_post.rb
|
497
|
-
|
498
|
-
[2017-03-27 09:58:49 +0200] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rails g model UserPost user:references post:references in 2.771354 sec
|
499
|
-
[2017-03-27 09:58:49 +0200] - DOING...: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rake db:migrate
|
500
|
-
[2017-03-27 09:58:52 +0200] - == 20170327075844 CreatePosts: migrating ======================================
|
501
|
-
-- create_table(:posts)
|
502
|
-
-> 0.0079s
|
503
|
-
-- add_index(:posts, :title)
|
504
|
-
-> 0.0045s
|
505
|
-
== 20170327075844 CreatePosts: migrated (0.0126s) =============================
|
506
|
-
|
507
|
-
== 20170327075847 CreateUsers: migrating ======================================
|
508
|
-
-- create_table(:users)
|
509
|
-
-> 0.0042s
|
510
|
-
-- add_index(:users, :name)
|
511
|
-
-> 0.0035s
|
512
|
-
== 20170327075847 CreateUsers: migrated (0.0078s) =============================
|
513
|
-
|
514
|
-
== 20170327075849 CreateUserPosts: migrating ==================================
|
515
|
-
-- create_table(:user_posts)
|
516
|
-
-> 0.0115s
|
517
|
-
== 20170327075849 CreateUserPosts: migrated (0.0115s) =========================
|
518
|
-
|
519
|
-
|
520
|
-
[2017-03-27 09:58:52 +0200] - DONE: cd '/Users/damln/Work/localtower/localtower/spec/dummy' && bundle exec rake db:migrate in 2.42663 sec
|