sort_alphabetical
Character sorting
Adds alphabetical sorting to UTF8 strings by comparing variants of characters at the same level
Ruby: sort UTF8 Strings alphabetical via Enumerable extension
68 stars
6 watching
18 forks
Language: Ruby
last commit: over 4 years ago Related projects:
Repository | Description | Stars |
---|---|---|
yourbasic/radix | A fast string sorting algorithm implemented in Go. | 192 |
spatie/eloquent-sortable | Adds sortable behaviour to Eloquent models by automatically assigning the highest order number to new records and providing a query scope for fetching records in the right order. | 1,407 |
brendon/ranked-model | An acts_as_sortable alternative with optimized performance and support for multiple lists per table | 1,089 |
ruby/did_you_mean | A gem that suggests corrections for typos and errors in Ruby code | 1,872 |
sindresorhus/alpha-sort | A utility function for sorting arrays of strings in various natural and case-insensitive orders | 39 |
tompazourek/naturalsort.extension | An extension to StringComparison that adds support for natural sorting of strings | 171 |
grosser/autotest | A tool that automates testing of Ruby projects by running tests as soon as a file is saved. | 121 |
mattreecebentley/plf_indiesort | A sorting algorithm that optimizes performance on non-random access containers and large data types | 19 |
dogweather/naturally | An algorithm to sort strings according to natural ordering with support for hierarchical identifiers and Unicode characters | 87 |
textacular/textacular | Exposes full text search capabilities from PostgreSQL to Ruby applications | 944 |
ankane/fasttext-ruby | Efficient text classification and representation learning library for Ruby | 203 |
alassek/activerecord-pg_enum | Enables Rails to use PostgreSQL's enumeration types in database columns | 167 |
zorab47/active_admin-sortable_tree | A gem that provides drag'n'drop sorting and tree views for ActiveAdmin resource indexes | 162 |
rsl/stringex | Extensions to Ruby's String class providing utility methods and permalink solutions. | 984 |
dancouper/natural_sort | A sorting function for natural ordering of strings containing numbers | 14 |