spine / spine-rails

Spine plugin for Rails
171 stars 38 forks source link

Update Spine source to 1.2.0 to fix sorting in Chrome #49

Closed Jurawa closed 11 years ago

Jurawa commented 11 years ago

Spine 1.1.0 has an issue with not respecting sort order of records returned from the DB in Chrome. This was fixed in Spine 1.2.0 - see spine/spine#483.

I updated the spine source to 1.2.0 and tested the ordering issue... All fixed. Submitting a pull request.

gvt commented 11 years ago

Can we get a release of the spine-rails gem that incorporates this pull request? The bug that breaks sorting in Chrome is a real pain.

whatyoubendoing commented 11 years ago

Hi @gvt, Sorry, we dont have the rights to publish the gem. That falls down to @maccman.

Jurawa commented 11 years ago

Thanks for merging @benjaminhainez. @maccman When you get a chance it would be awesome to get a release of the gem. Cheers

maccman commented 11 years ago

Done! Sorry for the delay guys.

Jurawa commented 11 years ago

Sweet thanks!