Understanding Database Collation in Rails
You've likely seen collation settings in your schema.rb or database.yml many times, but do you know exactly how they impact your application?
In a standard Rails application, you might see this in a migration:
add_column :users, :name, :string, colla...
clearyourdoubt.in3 min read