LoginSignup
14
12

More than 5 years have passed since last update.

routesを爆速で確認する方法

Last updated at Posted at 2016-04-19

以下のコマンドでroutesを確認していたのですが、
routesが表示されるまで時間がかかると思っていました。

bundle exec rake routes

最近知ったroutesを確認する2つの方法についてのメモです。

1. rails s 実行中に以下のURLをたたく

http://localhost:3000/rails/info

2. rails consoleで確認

rails c
show-routes

以上。

14
12
1

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
14
12