0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

環境変数系が記述できているのに読めてない=>spring疑う、は常套手段

Posted at

初投稿
レベル低すぎて恥ずかしいけど備忘録はまとめたい
がんばるぞ

#発生
楽天APIを使用したアプリを作成してたらコンソールでうまく動作しなかった。
スクールの先生に助けてもらったところ、
先生「spring が悪さしていたのでspringを再起動したら治った」
僕「どうやてって気づいたんですか?」
先生「環境変数系が記述できているのに読めてない=>spring疑う、は常套手段
   でもカリキュラムには書いてないから気付けなくても仕方ないよ」

僕「(´・ω・`)」

う~ん先生いなかったらめっちゃハマってそう。。。

#springとは?
###参考記事
https://ruby-rails.hatenadiary.com/entry/20141026/1414289421
http://b0npu.hatenablog.com/entry/2016/04/11/032826

###学んだこと
・springはRails4.1から標準で付属するようになったアプリケーションプリローダー
・railsサーバー再起動では再読み込みはされない
・コンソール起動時に自動で起動される

###つまり
環境変数を書き換えた後はspringを再起動する
$ spring status
$ spring stop
$ rails c

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?