LoginSignup
0
1

More than 5 years have passed since last update.

rails5.1、ローカルでjqueryが読み込みできない問題の解決法

Posted at

railsの勉強中にjqueryを読み込めない問題が発生

rails 5.1
ローカル環境にて。

1、jquery-railsというgemを導入

gemfile
gem 'jquery-rails'

上記を追加して bundle install

それだけでは解決しなかった。

2、ローカル環境のサーバを立ち上げ直し。

ternminal
rails s

これで直った。

参考

http://jewelrybox.wpblog.jp/2017/09/23/rails5-1-jquery-railsを導入/
https://teratail.com/questions/113477

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