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
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Merge remote-tracking branch 'remotes/origin/master' into custom-fiel…
…d-type-support
  • Loading branch information
johnnyshields committed Apr 13, 2022
commit 3cf2f230ce7f101be2e0cb9fc1d202d231803bc4
6 changes: 6 additions & 0 deletions docs/release-notes/mongoid-8.0.txt
Original file line number Diff line number Diff line change
@@ -278,6 +278,12 @@ as well as ActiveRecord-compatible ``previously_new_record?`` and
user.previously_persisted? # => true


Removed ``Document#to_a`` method
--------------------------------

The ``Document#to_a`` method has been removed in Mongoid 8.


Setting Field Type as a Class is Deprecated
-------------------------------------------

You are viewing a condensed version of this merge commit. You can view the full changes here.