Re: [Rails] Re: jquery drop down hover

2019-03-29 Thread Brandon McClelland
If your production server is serving JQuery make sure it's the correct version on that server. If source is from somewhere else make sure the Production server's code has the correct URL and double check your load order for all JS assets. On Fri, Mar 29, 2019 at 3:31 PM Joe Guerra wrote: > I

[Rails] Re: jquery drop down hover

2019-03-29 Thread Joe Guerra
I ran console.log(jQuery.fn.jquery); (which checked the jquery version in the browsers console) and 3.3.1 on the development, 1.12.4 on the production. I would imagine that's what's wrong, now why? On Friday, March 29, 2019 at 4:04:01 PM UTC-4, Joe Guerra wrote: > > ok, well I guess JQuery

[Rails] Re: jquery drop down hover

2019-03-29 Thread Joe Guerra
ok, well I guess JQuery is not running on my production site, but seems to load and run locally... On Friday, March 29, 2019 at 3:56:29 PM UTC-4, Joe Guerra wrote: > > I got this dropdown hover script working on my local pc, unfortunately > when push it to github and build it on heroku it

Re: [Rails] no root path

2019-03-29 Thread Rob Zolkos
Not quite sure what you're asking. Rails by default has no root path configured. You have to add that in yourself.You can have non-root paths too. If you see a Rails app where the root path seems to work but there isn't one defined it could be being proxied there by the webserver. On Fri,

[Rails] no root path

2019-03-29 Thread fugee ohu
I came across an app with no root path How does it work? -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscr...@googlegroups.com.