I have been attempting to integrate the jquery-atwho-rails into my application, a Rails gem designed for at.js. I have followed all the steps provided, executed bundle install
, included the necessary code in both application.js
and application.css
, stopped and restarted the server. However, I am consistently encountering this error:
couldn't find file 'jquery.atwho'
I am currently stumped on how to resolve this issue. Could someone please assist me with it? Thank you in advance.
Gemfile
gem 'rails', '3.2.13'
... (Gemfile content)
application.js
//= require jquery
//= require jquery_ujs
// ...Other required scripts...
//= require jquery.atwho
//= require_tree .
application.css
*= require_self
*= require redactor-rails
// ...Other required stylesheets...
*= require jquery.atwho
*= require_tree .