teratail header banner
teratail header banner
質問するログイン新規登録

質問編集履歴

2

修正

2017/05/20 06:16

投稿

big2017
big2017

スコア39

title CHANGED
File without changes
body CHANGED
@@ -7,8 +7,8 @@
7
7
 
8
8
  ```
9
9
  $ rails s
10
- 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)
11
- 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)
10
+ 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)
11
+ 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)
12
12
  => Booting WEBrick
13
13
  => Rails 5.0.0 application starting in development on http://localhost:3000
14
14
  => Run `rails server -h` for more startup options
@@ -42,11 +42,11 @@
42
42
  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 `block in require'
43
43
  from /Users/hoge/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/activesupport-5.0.0/lib/active_support/dependencies.rb:259:in `load_dependency'
44
44
  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'
45
- from /Users/hoge/Desktop/code4pro/config.ru:3:in `block in <main>'
45
+ from /Users/hoge/Desktop/app_name/config.ru:3:in `block in <main>'
46
46
  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'
47
47
  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'
48
- from /Users/hoge/Desktop/code4pro/config.ru:in `new'
48
+ from /Users/hoge/Desktop/app_name/config.ru:in `new'
49
- from /Users/hoge/Desktop/code4pro/config.ru:in `<main>'
49
+ from /Users/hoge/Desktop/app_name/config.ru:in `<main>'
50
50
  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'
51
51
  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 `new_from_string'
52
52
  from /Users/hoge/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/rack-2.0.3/lib/rack/builder.rb:40:in `parse_file'
@@ -106,8 +106,7 @@
106
106
  gem 'friendly_id', '~> 5.1'
107
107
  gem 'active_admin-sortable_tree', '0.2.1'
108
108
  gem 'stripe'
109
- gem 'figaro', '~> 1.1', '>= 1.1.1' # HerokuやDokkuで使う環境変数を管理するGem「laserlemon/figaro」の紹介です。 モダンなWebアプリケーションの設計の指針とも言える「Twelve-Factor App」を実現するのを手助けしてくれる素晴らしいGemです。
110
- gem 'fog' # AWS S3」へ画像アップロード連携ができるようにするために使います。
109
+ gem 'figaro', '~> 1.1', '>= 1.1.1'
111
110
  gem 'aws-sdk', '~> 2.3' # AWS
112
111
 
113
112
  group :development, :test do

1

修正

2017/05/20 06:16

投稿

big2017
big2017

スコア39

title CHANGED
File without changes
body CHANGED
@@ -7,8 +7,8 @@
7
7
 
8
8
  ```
9
9
  $ rails s
10
- 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)
11
- 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)
10
+ 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)
11
+ 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)
12
12
  => Booting WEBrick
13
13
  => Rails 5.0.0 application starting in development on http://localhost:3000
14
14
  => Run `rails server -h` for more startup options