Thank you, Ryan.
I got a syntax error with tokenInput and Rails 3.2.13, but fortunately fixed it by myself.
I guess that the new version of CoffeeScript compiler in Rails caused it.
What I got was
SyntaxError: unexpected INDENT
The solution is simple.
Just add "," after '/tags.json' in books.js.coffee.
Thank you, Ryan.
I got a syntax error with tokenInput and Rails 3.2.13, but fortunately fixed it by myself.
I guess that the new version of CoffeeScript compiler in Rails caused it.
What I got was
The solution is simple.
Just add "," after '/tags.json' in books.js.coffee.