Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
ルートでスラッシュを開始することの重要性を誰かに教えてもらえますか?
get "search" => "hello#world" vs get "/search" => "hello#world"
どちらも機能しますが、違いは何ですか?
それらは同じです。Ruby on Railsは、両方のフォーマットを許可することで寛容になっています。それらは同じ意味で使用できます。