質問編集履歴

2

URL変更

2016/10/01 15:42

投稿

san37
san37

スコア11

test CHANGED
File without changes
test CHANGED
@@ -1,4 +1,4 @@
1
- https://sibaken.herokuapp.com/static_pages/index に
1
+ https://sakuhin.herokuapp.com/static_pages/index に
2
2
 
3
3
  herokuにデプロイしたデータがエラーで表示されない状態になってしまいました。
4
4
 

1

application_helper\.rb についての追記があります。

2016/10/01 15:42

投稿

san37
san37

スコア11

test CHANGED
File without changes
test CHANGED
@@ -4,11 +4,21 @@
4
4
 
5
5
 
6
6
 
7
+ その前に
8
+
9
+ helpers/application_helper.rb をうっかりコピーして
10
+
11
+ helpers/application_helper1.rb を作ってしまい
12
+
13
+ そのままデプロイして
14
+
7
15
 
8
16
 
9
17
  herokuにcloud9で作ったapplication.cssをコンパイルしてアップしたら
10
18
 
19
+ Application Errorが出てしまいました。なのでhelpers/application_helper1.rbを削除して
20
+
11
- Application Errorてしまいました。
21
+ またデプロイし直したのですエラーが直らなくなってしまいました。
12
22
 
13
23
 
14
24
 
@@ -32,8 +42,34 @@
32
42
 
33
43
 
34
44
 
45
+ $ git status
46
+
47
+ On branch master
48
+
49
+ Your branch is ahead of 'origin/master' by 1 commit.
50
+
51
+ (use "git push" to publish your local commits)
35
52
 
36
53
 
54
+
55
+ Changes not staged for commit:
56
+
57
+ (use "git add/rm ..." to update what will be committed)
58
+
59
+ (use "git checkout -- ..." to discard changes in working directory)
60
+
61
+
62
+
63
+ deleted: app/helpers/application1_helper.rb
64
+
65
+ no changes added to commit (use "git add" and/or "git commit -a")
66
+
67
+
68
+
69
+ では削除したapplication1_helper.rb
70
+
37
- 恐れ入ります。
71
+ が問題になっているようなのです。
72
+
73
+
38
74
 
39
75
  ご教示の程、何卒宜しくお願い致します。