You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 5, 2018. It is now read-only.
I'm attempting to use this gem for the first time. I added the line to my gemfile and did bundle install. I then added
//= require aloha
in my application.js file after my require of jquery and added the link to the stylesheets in my layout. This causes the following scripts to be loaded on the page:
Hello,
I'm attempting to use this gem for the first time. I added the line to my gemfile and did bundle install. I then added
//= require aloha
in my application.js file after my require of jquery and added the link to the stylesheets in my layout. This causes the following scripts to be loaded on the page:
The preinit attempts:
but throws: Cannot read property 'settings' of undefined
aloha.js itself then throws:
Uncaught TypeError: Object function (module, callback) {
return _require("", module, callback);
} has no method 'config'
any ideas?
The text was updated successfully, but these errors were encountered: