lingz / alphabetical_paginate

An Alphabetical Pagination gem for Ruby on Rails
MIT License
24 stars 25 forks source link

Sorting is Case Sensitive #46

Open Petercopter opened 9 years ago

Petercopter commented 9 years ago

Great plugin, thanks. I just noticed that the sorting is case sensitive, so I have to manually sort the records in order to get them to display correctly.

Is there a way to get the sort working case insensitive? At this point I'm just going to sort_by the array, until I find a better solution...