Re: [Rails] Re: jquery drop down hover

2019-04-02 Thread David Merrick
Have you checked your gem file and whats in application.js? On Wed, Apr 3, 2019 at 9:54 AM Joe Guerra wrote: > No, that's in the gem file... > > I even tried adding the jquery right to the application.erb from the > Jquery CND... > > src="

Re: [Rails] Re: jquery drop down hover

2019-04-02 Thread 'Jake Niemiec' via Ruby on Rails: Talk
What version of Rails do you use? On Tue, Apr 2, 2019 at 3:54 PM Joe Guerra wrote: > No, that's in the gem file... > > I even tried adding the jquery right to the application.erb from the > Jquery CND... > > src="

Re: [Rails] Re: jquery drop down hover

2019-04-02 Thread Joe Guerra
No, that's in the gem file... I even tried adding the jquery right to the application.erb from the Jquery CND... https://code.jquery.com/jquery-3.3.1.min.js"; integrity="sha256-FgpCb/KJQlLNfOu91ta32o/NMZxltwRo8QtmkMRdAu8=" crossorigin="anonymous"> Still loads 1.12.4, no idea

Re: [Rails] Re: jquery drop down hover

2019-04-02 Thread David Merrick
Make sure you have the gem bootstrap sass could help On Wed, 3 Apr 2019 9:03 AM Joe Guerra wrote: > ok, here's my application.js > > // This is a manifest file that'll be compiled into application.js, which > will include all the files > // listed below. > // > // Any JavaScript/Coffee file

Re: [Rails] Re: jquery drop down hover

2019-04-02 Thread Joe Guerra
ok, here's my application.js // This is a manifest file that'll be compiled into application.js, which will include all the files // listed below. // // Any JavaScript/Coffee file within this directory, lib/assets/javascripts, vendor/assets/javascripts, // or any plugin's

[Rails] Integration tests and unfinished requests

2019-04-02 Thread TheBean
Hi everyone, first timer here, We have been experiencing an intermittent issue and I would like to see if someone in here has insight to how we can tackle it. We are doing our integration tests with Minitest + Capybara and Chrome headless driver. The issue is when a test is finished, the