5
5

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.

Rails コンソールで初期データを投入する

5
Posted at

環境
Target: http://api.cloudnpaas.com (v0.999)
Client: v0.3.23.5

下記の手順でクラウド・エヌ(PaaS)で動いている Rails アプリに初期データを投入しました。

console
# 接続
udn rails-console <appname>

# 消したければ
# Post.delete_all

load File.expand_path 'db/seeds.rb'
Post.count # 確認
5
5
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
5
5

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?