Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

#623: solve matching of binary-encoded strings with MySql (via rake rule or initializer setting) #634

Merged
merged 3 commits into from Mar 1, 2015

Commits on Mar 1, 2015

  1. added rake rule and a config parameter to force binary collation (MySql)

    added migration and rake task
    
    added rake rule and a config parameter to force binary collation (MySql)
    
    Added test for binary string collation
    
    included migration in test
    
    added self to migration
    
    moved binary collation migration to 'without unique index' context
    
    moved binary collation parameter from migration to app configuration
    
    (typo) removed import
    
    (typo) missing Configuration class name
    
    force_binary_collation change can be set by MySql users only
    
    (typo) method name using_mysql?
    
    when force_binary_collation is false, strict_case_match is not touch
    
    force_binary_collation not used in context without_unique_index
    
    updated README and simplified rake test
    
    rake task calls Configuration function
    
    updated README
    
    Gemfile cleaned
    
    cleaned READEME.md
    
    Added test for binary string collation
    
    (typo) removed import
    
    (typo) method name using_mysql?
    
    when force_binary_collation is false, strict_case_match is not touch
    
    force_binary_collation not used in context without_unique_index
    
    Gemfile cleaned
    
    updated CHANGELOG
    
    added migration and rake task
    
    Add context constraint to find_related_* methods. Fixes mbleigh#628
    
    version bump
    
    added rake rule and a config parameter to force binary collation (MySql)
    
    added rake rule and a config parameter to force binary collation (MySql)
    
    applied changes
    
    added migration and rake task
    rikettsie committed Mar 1, 2015
    Copy the full SHA
    390da34 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    9f6ee7b View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    14063a7 View commit details
    Browse the repository at this point in the history