-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
確認ダイアログが複数回表示される #23
Comments
Rails4から導入された turbolinks が影響している模様 http://kray.jp/blog/must-know-about-turbolinks/ turbolinks ではGETアクションの結果を先読みし、外部 JavaScript と CSS が同じ場合は Title と Body の中身だけ書き換える。(取得した内容はキャッシュされる) 編集画面への遷移時(GETアクション)に、過去のキャッシュと一致するため、Bodyの中身の書き換えだけが実行される。 結果として、 |
|
scaffold で確認したところ、どうやら Rails 4.x では、head タグに |
twitter-bootstrap-rails が生成する layout ファイルが古い形式のようですね。 |
データ登録前のJavaScriptによる確認ダイアログが複数回表示される
The text was updated successfully, but these errors were encountered: