LoginSignup
0
1

More than 5 years have passed since last update.

Railstutorial 4版 覚書 第3章

Posted at

この章は順調にいった。が、ここだけ注意。

  • ルートを変更する場合
config/routes.rb
get  'static_pages/home'

config/routes.rb
root 'static_pages#home'

に変更するとき/を#に変更

個人的なまとめ

  • テストに色をつける
test/test_helper.rb
追加
require "minitest/reporters"
Minitest::Reporters.use!

0
1
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
1