質問編集履歴

2

修正

2017/05/20 06:16

投稿

big2017
big2017

スコア39

test CHANGED
File without changes
test CHANGED
@@ -16,9 +16,9 @@
16
16
 
17
17
  $ rails s
18
18
 
19
- DEPRECATION WARNING: alias_method_chain is deprecated. Please, use Module#prepend instead. From module, you can access the original method using super. (called from <top (required)> at /Users/hoge/Desktop/code4pro/config/application.rb:7)
20
-
21
- DEPRECATION WARNING: alias_method_chain is deprecated. Please, use Module#prepend instead. From module, you can access the original method using super. (called from <top (required)> at /Users/hoge/Desktop/code4pro/config/application.rb:7)
19
+ DEPRECATION WARNING: alias_method_chain is deprecated. Please, use Module#prepend instead. From module, you can access the original method using super. (called from <top (required)> at /Users/hoge/Desktop/app_name/config/application.rb:7)
20
+
21
+ DEPRECATION WARNING: alias_method_chain is deprecated. Please, use Module#prepend instead. From module, you can access the original method using super. (called from <top (required)> at /Users/hoge/Desktop/app_name/config/application.rb:7)
22
22
 
23
23
  => Booting WEBrick
24
24
 
@@ -86,15 +86,15 @@
86
86
 
87
87
  from /Users/hoge/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/activesupport-5.0.0/lib/active_support/dependencies.rb:293:in `require'
88
88
 
89
- from /Users/hoge/Desktop/code4pro/config.ru:3:in `block in <main>'
89
+ from /Users/hoge/Desktop/app_name/config.ru:3:in `block in <main>'
90
90
 
91
91
  from /Users/hoge/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/rack-2.0.3/lib/rack/builder.rb:55:in `instance_eval'
92
92
 
93
93
  from /Users/hoge/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/rack-2.0.3/lib/rack/builder.rb:55:in `initialize'
94
94
 
95
- from /Users/hoge/Desktop/code4pro/config.ru:in `new'
95
+ from /Users/hoge/Desktop/app_name/config.ru:in `new'
96
-
96
+
97
- from /Users/hoge/Desktop/code4pro/config.ru:in `<main>'
97
+ from /Users/hoge/Desktop/app_name/config.ru:in `<main>'
98
98
 
99
99
  from /Users/hoge/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/rack-2.0.3/lib/rack/builder.rb:49:in `eval'
100
100
 
@@ -214,9 +214,7 @@
214
214
 
215
215
  gem 'stripe'
216
216
 
217
- gem 'figaro', '~> 1.1', '>= 1.1.1' # HerokuやDokkuで使う環境変数を管理するGem「laserlemon/figaro」の紹介です。 モダンなWebアプリケーションの設計の指針とも言える「Twelve-Factor App」を実現するのを手助けしてくれる素晴らしいGemです。
218
-
219
- gem 'fog' # AWS S3」へ画像アップロード連携ができるようにするために使います。
217
+ gem 'figaro', '~> 1.1', '>= 1.1.1'
220
218
 
221
219
  gem 'aws-sdk', '~> 2.3' # AWS
222
220
 

1

修正

2017/05/20 06:16

投稿

big2017
big2017

スコア39

test CHANGED
File without changes
test CHANGED
@@ -16,9 +16,9 @@
16
16
 
17
17
  $ rails s
18
18
 
19
- DEPRECATION WARNING: alias_method_chain is deprecated. Please, use Module#prepend instead. From module, you can access the original method using super. (called from <top (required)> at /Users/natsukisugawara/Desktop/code4pro/config/application.rb:7)
20
-
21
- DEPRECATION WARNING: alias_method_chain is deprecated. Please, use Module#prepend instead. From module, you can access the original method using super. (called from <top (required)> at /Users/natsukisugawara/Desktop/code4pro/config/application.rb:7)
19
+ DEPRECATION WARNING: alias_method_chain is deprecated. Please, use Module#prepend instead. From module, you can access the original method using super. (called from <top (required)> at /Users/hoge/Desktop/code4pro/config/application.rb:7)
20
+
21
+ DEPRECATION WARNING: alias_method_chain is deprecated. Please, use Module#prepend instead. From module, you can access the original method using super. (called from <top (required)> at /Users/hoge/Desktop/code4pro/config/application.rb:7)
22
22
 
23
23
  => Booting WEBrick
24
24