0
0

More than 1 year has passed since last update.

【Rails】「rails console」で書いたコードについて

Last updated at Posted at 2022-01-06

「rails console」で書いたコードは原則として消えてしまう。
しかし、実行した結果は消えない。

つまり、「rails console」を使って
・「データベースへの登録」
・「データベースの更新」
を行うと、たとえ「rails console」を終了しても登録内容・更新内容は
データベースに反映されている。

※「データベースの更新」の場合は、「.save」メソッドを使って更新内容を保存しないとデータベースには更新内容が登録されないので注意。

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