LoginSignup
1
0

More than 1 year has passed since last update.

【Rails】Deviseのページが編集できない、反映されない

Last updated at Posted at 2022-05-03

起きている問題

app/views/users/registrations/new.html.erbなどのdeviseで作成されたビューページを編集してるにも関わらず、変更が反映されない。
エラーも表示されない

解決方法

config/initializers/devise.rb

# config.scoped_views = false

config.scoped_views = true

に変更、#も取る

見つからない場合はctrl(もしくはcommand) + Fでファイル検索できる。

変更後サーバーを再起動させる必要あり

$ rails s

以上

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