canvas-lms/config/initializers
Cody Cutrer 1474a8e13e use unicode compliant sorting for User#sortable_name (if possible)
fixes #7202

test plan:
 * Use postgres
 * Have pg_collkey installed
 * Add users whose last names are subsets of each other
 * Grade CSV, speedgrader, accounts page, etc. should sort them correctly
   (shorter last name first; case insensitively)

Change-Id: Idec2a9f0e89c4f4479b4fd54136291273ba49ad9
Reviewed-on: https://gerrit.instructure.com/10497
Tested-by: Jenkins <jenkins@instructure.com>
Reviewed-by: Mark Ericksen <marke@instructure.com>
Reviewed-by: Jon Jensen <jon@instructure.com>
2012-05-15 15:11:21 -06:00
..
active_record.rb use unicode compliant sorting for User#sortable_name (if possible) 2012-05-15 15:11:21 -06:00
acts_as_list.rb don't add items to list if their scope is nil 2012-01-04 11:16:50 -07:00
authlogic_mods.rb make "stay logged in" use a one-time token 2011-11-22 10:15:13 -07:00
backtrace_silencers.rb Initial commit. 2011-01-31 18:57:29 -07:00
barista.rb move barista gems to the development Gemfile group 2011-10-11 10:42:33 -06:00
compass.rb update compass to 0.12.1 (via compass-rails 1.0.1) 2012-04-18 15:13:06 -06:00
connection_specification.rb move ConnectionSpecification environment stuff to its own file 2012-04-23 09:06:55 -06:00
delayed_job.rb move Delayed::Job priorities into the plugin 2011-12-15 16:18:16 -07:00
dropped_columns.rb drop some more really old columns 2012-04-25 11:05:37 -06:00
haml.rb Initial commit. 2011-01-31 18:57:29 -07:00
i18n.rb AMD Conversion 2012-02-06 16:41:40 -07:00
in-memory-test.rb support running specs in parallel 2011-06-15 15:18:42 -06:00
incoming_mail.rb fix another instance of job log file path changed, and log mailman to rails log 2011-05-31 12:01:35 -06:00
inflections.rb alerts, closes #4317 2011-08-24 10:19:44 -06:00
json.rb use built-in escape_html_entities_in_json support 2012-04-27 14:22:28 -06:00
mime_types.rb Initial commit. 2011-01-31 18:57:29 -07:00
new_rails_defaults.rb Initial commit. 2011-01-31 18:57:29 -07:00
outgoing_mail.rb allow disabling mail from outgoing_mail.yml 2012-03-15 09:20:06 -06:00
plugin_symlinks.rb fix js:test for OSX, plugins, and dynamic manifest 2012-03-29 10:44:21 -06:00
rack.rb limit quizzes to 1000 questions, increase key limit. fixes #8172 2012-04-23 14:47:34 -06:00
rails_patches.rb fix duplicate key issue and general query cache/insert bug, fixes #7983 2012-04-30 09:12:22 -06:00
ruby193-helpers-fix.rb fixes for ruby 1.9.3 2012-05-12 14:34:23 -06:00
ruby_version_compat.rb fixes for ruby 1.9.3 2012-05-12 14:34:23 -06:00
scribd_thumbnail.rb Initial commit. 2011-01-31 18:57:29 -07:00
selenium_server_setup.rb fix file upload selenium tests 2011-05-06 15:03:56 -06:00
session_store.rb actually remove stuff from sessions 2012-05-11 11:02:34 -06:00
sqlite_savepoint.rb make sure users and pseudonyms get added together 2011-06-14 10:46:54 -06:00
stubs.rb initial sharding stubs 2012-01-03 12:29:29 -07:00
time.rb fixes for ruby 1.9.3 2012-05-12 14:34:23 -06:00
will_paginate.rb avoid page_views counts for users 2012-04-19 15:31:20 -06:00