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

Support for ActiveRecord:Enum using string columns #2680

Merged

Commits on Jul 28, 2016

  1. type cast enum values before getting their key.

    This adds support for string-based enum columns.
    tiii committed Jul 28, 2016
    Configuration menu
    Copy the full SHA
    b489a2f View commit details
    Browse the repository at this point in the history
  2. Add ActiveRecord::Enum columns to teams and players

    There are no tests for the active_record_enum type. Now the integration
    tests at least test them implicitly
    tiii committed Jul 28, 2016
    Configuration menu
    Copy the full SHA
    91bc566 View commit details
    Browse the repository at this point in the history