localtower 0.1.2 → 0.1.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/app/views/layouts/localtower/application.html.erb +9 -0
- data/app/views/localtower/pages/migrations.html.erb +0 -9
- data/lib/localtower/version.rb +1 -1
- data/public/1_schema.png +0 -0
- data/public/2_models_1.png +0 -0
- data/public/2_models_2.png +0 -0
- data/public/3_relations.png +0 -0
- data/public/4_migrations.png +0 -0
- data/spec/dummy/Gemfile.lock +1 -1
- data/spec/dummy/log/development.log +677 -0
- data/spec/dummy/log/localtower.log +485 -0
- data/spec/dummy/log/test.log +455 -0
- metadata +6 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 4b8f7b57103f27ce72779a5e2bb1be912c1f8b9f
|
|
4
|
+
data.tar.gz: 016a726c3005c76ac0525f4fd4a75bd4348e3faa
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: bf534cfffb2fb0b6607b83c07afda5b416cff8a4264d6f917782337fdeeb3e3af8188e525ae670002ff87daee73db1f8915034286e671fb0437fe42e44797a56
|
|
7
|
+
data.tar.gz: ec8fe979cb774707fbc0636307c090b7ceba5838ea94ee7223bd478c0bca4bcb9fac3caf703930c0efea43d490f5c906024bd156cc8fca617695f2e698025417
|
|
@@ -76,6 +76,15 @@
|
|
|
76
76
|
<h3>Magic stuff happening.</h3>
|
|
77
77
|
<br>
|
|
78
78
|
<i class="pe-7s-refresh-2 rotate"></i>
|
|
79
|
+
<br>
|
|
80
|
+
<br>
|
|
81
|
+
<br>
|
|
82
|
+
<p>
|
|
83
|
+
If you're seeing an error message on the next age, just run:
|
|
84
|
+
<br>
|
|
85
|
+
<br>
|
|
86
|
+
<code>bundle exec rails db:migrate</code>
|
|
87
|
+
</p>
|
|
79
88
|
</div>
|
|
80
89
|
|
|
81
90
|
</div>
|
|
@@ -10,15 +10,6 @@
|
|
|
10
10
|
<div class="content">
|
|
11
11
|
<%= form_tag migrations_path, class: "form" do %>
|
|
12
12
|
|
|
13
|
-
<div class="row">
|
|
14
|
-
<div class="col-md-6">
|
|
15
|
-
<div class="form-group">
|
|
16
|
-
<label>Name of the Migration</label>
|
|
17
|
-
<input type="text" name="migrations[migration_name]" class="form-control">
|
|
18
|
-
</div>
|
|
19
|
-
</div>
|
|
20
|
-
</div>
|
|
21
|
-
|
|
22
13
|
<table class="table table-hover table-striped">
|
|
23
14
|
<thead>
|
|
24
15
|
<th>Action</th>
|
data/lib/localtower/version.rb
CHANGED
data/public/1_schema.png
ADDED
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|