Ruby on Rails Tutorial (25)

とりあえず再度 heroku にナニ。

$ heroku login
$ heroku create
Creating thawing-citadel-2516... done, stack is cedar
http://thawing-citadel-2516.herokuapp.com/ | git@heroku.com:thawing-citadel-2516.git

なのか。あ、スデに heroku な remote があるのかな。

$ git remote rm heroku
$ git remote add heroku git@heroku.com:thawing-citadel-2516.git

これで git push すれば良いのかな。

$ git push heroku master
$ heroku run rake db:migrate

を、これで見れました。これが完成版なのか。ということでこちらも次のエントリからはリバース開始となります。動作はローカルの方がデータが沢山あって良いかも。

example なユーザ

パスワードが忘却の彼方に。パスワードリセットもできないしって困ってたら "foobar" だったorz
これでできあがりなソレも確認できますね。