gryphon / simple_datatables

Simple Datatables.net integration for rails 3
MIT License
60 stars 40 forks source link

Parse error #6

Closed werner closed 12 years ago

werner commented 12 years ago

I was trying to follow the instructions using the gem, but it gives me the next error:

http://localhost:3000/posts

Error: Parse error on line 69: Unexpected 'TERMINATOR' (in F:/RailsInstaller/Ruby1.9.2/lib/ruby/gems/1.9.1/gems/simple_datatables-0.2.0/vendor/assets/javascripts/simple_datatables.js.coffee)

arrtchiu commented 12 years ago

I've submitted a pull request to fix this; either gryphon can pull it, you can use my fork, or, you can modify yourself.

https://github.com/gryphon/simple_datatables/pull/7

gryphon commented 12 years ago

Thanks!