LoginSignup
0
0

More than 1 year has passed since last update.

Railsの絞り込みルーティング検索

Posted at

「rails routes」のキーワード検索方法

rails routesを実行したときに、目当てのルーティングを見つけるのにいつも時間がかかっていました。
が、下記のコマンドを実行するとキーワードで絞り込み検索できるということを知りました!!

$rails routes | grep users

#「users」部分は好きなキーワードに変えてください!

ちなみに、grepは検索するときに使うLinuxコマンドらしいです!

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