Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Navigation issues #225

Open
ghost opened this issue May 4, 2017 · 6 comments
Open

Navigation issues #225

ghost opened this issue May 4, 2017 · 6 comments

Comments

@ghost
Copy link

ghost commented May 4, 2017

On a virigin rails app made purely to test this gem, I can't get any of the navigation components show on the Zurb website working. Is this a known problem?

@Deckluhm
Copy link
Contributor

Deckluhm commented May 4, 2017

Can you put your app on GitHub and share the link here please?

@ghost
Copy link
Author

ghost commented May 4, 2017 via email

@ghost
Copy link
Author

ghost commented May 4, 2017 via email

@Deckluhm
Copy link
Contributor

Deckluhm commented May 5, 2017

I don't have any issue with the app your provided.

You may have forgotten to restart your Rails server after installing the gem?

@ghost
Copy link
Author

ghost commented May 5, 2017 via email

@bdesmarez
Copy link

bdesmarez commented May 10, 2017

Your problem comes from javascript not working due to turbolinks
I spent few hours to make it works
Follow this issue here to solve your problem #201

If you're on Rails 5.1, you'll need to bring jQuery again and so remove the new ujs from Rails 5.1 from your application.js

//= require jquery
//= require jquery.turbolinks
//= require jquery_ujs
//# require rails-ujs

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants