1
2

More than 5 years have passed since last update.

Rails4.2以降のurl_for

Last updated at Posted at 2015-04-01

問題

4.1から4.2にアップデートすると、***_path method ... only_path: true的なワーニングが出てくる

原因

  • viewurl_forメソッドを使っている箇所でワーニングが出ている
  • 4.2以降は、ActionView::RoutingUrlFor#url_forは、デフォルトonly_path: trueの動きと同じようになりました

対応方法

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