localtower 0.1.2 → 0.1.3

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 9d2d8d83f47e4d0d7f86fcef67d7f93c99f2b3c0
4
- data.tar.gz: 4a297711665747ec749e718f72376ed09e994c86
3
+ metadata.gz: 4b8f7b57103f27ce72779a5e2bb1be912c1f8b9f
4
+ data.tar.gz: 016a726c3005c76ac0525f4fd4a75bd4348e3faa
5
5
  SHA512:
6
- metadata.gz: 48a9d16cd57df39e79d39b01cf8dc7b2247a6d711cb70166c25f20392007572bcd41e795bdc5ecf3fb7612b1dcbad7079560798f3289ca356a8a7c40750384d6
7
- data.tar.gz: 2f02384b25e8ca6cda3ae985b0b53dd06987e540f009b3426804b11f9cd34b23dfb46dd144a8139f97badf95810a335b35326d95f06fd0dfbc7ce85daa30fe49
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>
@@ -1,3 +1,3 @@
1
1
  module Localtower
2
- VERSION = '0.1.2'.freeze
2
+ VERSION = '0.1.3'.freeze
3
3
  end
Binary file
Binary file
Binary file
Binary file
Binary file
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: /Users/damln/Work/localtower/localtower
3
3
  specs:
4
- localtower (0.1.2)
4
+ localtower (0.1.3)
5
5
  active_link_to
6
6
  pg
7
7
  rails (>= 5.0.1)