So, in the GemFile, if you leave it as a gem 'query-rails' and install the package, it will work. But if I specify the version as follows:
gem 'jquery-rails', '2.0.0'
and you want to install or update the package, it does not work and shows an error in the header.
I also did
sudo gem install jquery-rails
and tried again to provide the jQuery version, but still didn't work.
Why?
source share