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

MONGOID-5210 Prefer field :type as Symbol + custom field type symbols #5119

Open
wants to merge 17 commits into
base: master
Choose a base branch
from

Commits on Apr 5, 2022

  1. - Prefer defining field type value as a Symbol rather than a Class. (…

    …Symbol is already supported today.)
    
    - Deprecate using field type as a Class.
    - Add ability to define custom field types using a mini DSL (Mongoid::Fields.configure)
    - Fix Mongoid::Fields.option documentation
    johnnyshields committed Apr 5, 2022
    Configuration menu
    Copy the full SHA
    22222c6 View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2022

  1. Configuration menu
    Copy the full SHA
    3cf2f23 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2022

  1. Configuration menu
    Copy the full SHA
    0bdffeb View commit details
    Browse the repository at this point in the history
  2. Revert change

    johnnyshields authored May 3, 2022
    Configuration menu
    Copy the full SHA
    6fe4343 View commit details
    Browse the repository at this point in the history

Commits on May 5, 2022

  1. Fix spec

    johnnyshields committed May 5, 2022
    Configuration menu
    Copy the full SHA
    39d2988 View commit details
    Browse the repository at this point in the history
  2. Update fields.rb

    johnnyshields authored May 5, 2022
    Configuration menu
    Copy the full SHA
    6147e80 View commit details
    Browse the repository at this point in the history
  3. Fix spec

    johnnyshields committed May 5, 2022
    Configuration menu
    Copy the full SHA
    3a7128e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f7923cf View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5fd2ff0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1aee64b View commit details
    Browse the repository at this point in the history

Commits on May 8, 2022

  1. Configuration menu
    Copy the full SHA
    5c73b8f View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2022

  1. Configuration menu
    Copy the full SHA
    6157dcb View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2022

  1. Configuration menu
    Copy the full SHA
    8898e72 View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2023

  1. Configuration menu
    Copy the full SHA
    5f07f43 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2024

  1. Configuration menu
    Copy the full SHA
    c5eec57 View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2024

  1. Configuration menu
    Copy the full SHA
    5f804a2 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2024

  1. Configuration menu
    Copy the full SHA
    93c8ecb View commit details
    Browse the repository at this point in the history