I\'m trying to add Froala editor to my project.
Problem only on production server(on localhost it works fine) I\'m using rails 4.1.0 In gemfile i\'m have
<
How do you have the foundation added to the project?
In app/assets/javascripts/aplication.js
app/assets/javascripts/aplication.js
I had the same error
$ is no defined
and I resolved by reloading the foundation js this way:
jQuery(document).ready(function($) { $(document).foundation(); });