I assumed it was already installed but in my gemfile i have
gem "jquery-rails"
but in the asset/javascripts folder i have
accounts.js.coffee
application.js
which are both commented out
Here is my dummy rails application but in the source there is no jQuery and the delete link doesnt work...any ideas whats missing
application.js?