HubSpot / sortable

Drop-in script to make tables sortable
http://github.hubspot.com/sortable/docs/welcome
MIT License
1.33k stars 116 forks source link

Not working with Rails 4 #11

Closed brunopgalvao closed 10 years ago

brunopgalvao commented 10 years ago

In Ruby on Rails 4 this is not working, only when I do a page refresh it works (sometimes). The same issue for your odometer plugin.

app/assets/javascript/sortable.js 
<table data-sortable>
    <!-- ... -->
</table>
brunopgalvao commented 10 years ago

<script src="/assets/sortable.js"></script> needs to be included in view.