Closed TalkativeTree closed 10 years ago
Btw, the Travis CI build failed, because they tests are testing that they're receiving {}, when the change I made sends a []
This is fixed by pull request #264 which is more flexible and build continues to pass.
:+1:
in
Autocomplete.json_for_autocomplete
, collect! is being called on items, which is defaulted toitems = {}
, however.collect!
is not a Hash method, which is causing errors. I suggest changing it toitems - []
. I haven't this, because the 1.0.13 code hasn't been posted.