@@ -105,7 +105,7 @@ For instructions on upgrading to newer versions, visit
105
105
106
106
* \# 4005 Fixed inclusion of mongoid with Rails components that don't have the Rails environment.
107
107
108
- * \# 3993 Fixes issue where ` dup ` /` clone ` fails for embedded documents that use store_as without using Mongoid::Atributes ::Dynamic
108
+ * \# 3993 Fixes issue where ` dup ` /` clone ` fails for embedded documents that use store_as without using Mongoid::Attributes ::Dynamic
109
109
110
110
* \# 3991 Fixed embedded documents not flagging as changed after calling #changed? and modifying the
111
111
child elements.
@@ -798,7 +798,7 @@ child elements.
798
798
Band.where(name: "Placebo").unset(:members, :origin)
799
799
800
800
* \# 2669 Passing a block to ` Criteria#new ` now properly sends the
801
- block through to the model's contructor . (Arthur Neves)
801
+ block through to the model's constructor . (Arthur Neves)
802
802
803
803
* \# 2667 ` exists? ` no longer hits the database in cases where we have
804
804
the necessary information in memory.
@@ -1200,7 +1200,7 @@ child elements.
1200
1200
1201
1201
* \# 2571 Remove blank error message from locales. (Jordan Elver)
1202
1202
1203
- * \# 2568 Fix uniqueness validation for lacalized fields when a scope is also
1203
+ * \# 2568 Fix uniqueness validation for localized fields when a scope is also
1204
1204
provided.
1205
1205
1206
1206
* \# 2552 Ensure ` InvalidPath ` errors are raised when embedded documents try to
@@ -1609,7 +1609,7 @@ child elements.
1609
1609
1610
1610
Band.first.touch
1611
1611
1612
- Update a specific time field along with the udpated_at .
1612
+ Update a specific time field along with the updated_at .
1613
1613
1614
1614
Band.first.touch(:founded)
1615
1615
@@ -1728,7 +1728,7 @@ child elements.
1728
1728
# { "name" => "foo", "my_preferences" => [{ "value" => "ok" }]}
1729
1729
1730
1730
* \# 1806 ` Model.find_or_create_by ` and ` Model.find_or_initialize_by ` can now
1731
- take documents as paramters for belongs_to relations.
1731
+ take documents as parameters for belongs_to relations.
1732
1732
1733
1733
person = Person.first
1734
1734
Game.find_or_create_by(person: person)
@@ -2506,7 +2506,7 @@ child elements.
2506
2506
* \# 2038 Allow inverse relations to be determined by foreign keys alone
2507
2507
if defined on both sides, not just an inverse_of declaration.
2508
2508
2509
- * \# 2023 Allow serilialization of dynamic types that conflict with core
2509
+ * \# 2023 Allow serialization of dynamic types that conflict with core
2510
2510
Ruby methods to still be serialized.
2511
2511
2512
2512
* \# 2008 Presence validation should hit the db to check validity if the
@@ -2611,7 +2611,7 @@ child elements.
2611
2611
had the foreign key link persisted.
2612
2612
2613
2613
* \# 1820 Destroying embedded documents in an embeds_many should also
2614
- removed the document from the underlying _ uncoped target and reindex
2614
+ removed the document from the underlying _ unscoped target and reindex
2615
2615
the relation.
2616
2616
2617
2617
* \# 1814 Don't cascade callbacks on after_initialize.
@@ -3059,7 +3059,7 @@ child elements.
3059
3059
key without error.
3060
3060
3061
3061
* \# 1350, \# 1351 Fixed errors in the string conversions of double quotes and
3062
- tilde when paramterizing keys.
3062
+ tilde when parametrizing keys.
3063
3063
3064
3064
* \# 1349 Mongoid documents should not blow up when including Enumerable.
3065
3065
(Jonas Nicklas)
0 commit comments