0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

ずっとエラーになっていたjquery-ui-rails について

Posted at

ずっとエラーになっていたjquery-ui-rails について

application.jsのrequireで
//= require jquery-ui/widgets/autocomplete
を読み込んでいたのだが、

application.jsで読み込めへんやんエラーが発生。

文面には
ActionView::Template::Error (couldn't find file 'jquery-ui/widgets/autocomplete' with type 'application/javascript'

となっていた。

おかしな部分として

application/javascript

自分のjsファイルの読み込み場所と違っていた。
jquery-uiのgithubのページに行くと

In your Gemfile, add:

gem 'jquery-ui-rails'

と書いていた。
まずgemファイルに記述していないのに
jsファイルに読み込まれるわけがないよねというポンコツエラーでした。

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

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?