@@ -89,7 +89,7 @@ For instructions on upgrading to newer versions, visit
89
89
90
90
### Resolved Issues
91
91
92
- * \# 4091 Use sublcass context when calling a scope defined in a superclass. (Edgars Beigarts)
92
+ * \# 4091 Use subclass context when calling a scope defined in a superclass. (Edgars Beigarts)
93
93
94
94
* \# 4075 Made remove index logging specific to each index that was actually getting removed.
95
95
@@ -107,7 +107,7 @@ For instructions on upgrading to newer versions, visit
107
107
108
108
* \# 3993 Fixes issue where ` dup ` /` clone ` fails for embedded documents that use store_as without using Mongoid::Atributes::Dynamic
109
109
110
- * \# 3991 Fixed emebdded documents not flagging as changed after calling #changed? and modifying the
110
+ * \# 3991 Fixed embedded documents not flagging as changed after calling #changed? and modifying the
111
111
child elements.
112
112
113
113
* \# 3874 Adding snapshot option to context.
@@ -568,7 +568,7 @@ child elements.
568
568
* \# 3197 Improvements in the calls to ` aggregates ` on root and embedded
569
569
collections. (Wojciech Piekutowski)
570
570
571
- * \# 3144/\# 3219 Fixing name colission on @_ children ivar. (Arthur Neves)
571
+ * \# 3144/\# 3219 Fixing name collision on @_ children ivar. (Arthur Neves)
572
572
573
573
* \# 3088 Range field can accept a hash, which could be the attribute from the db.
574
574
(Daniel Libanori)
@@ -589,9 +589,9 @@ child elements.
589
589
590
590
### Resolved Issues
591
591
592
- * \# 3465 Fixed ambigous relation errors where inverse_of is set to nil.
592
+ * \# 3465 Fixed ambiguous relation errors where inverse_of is set to nil.
593
593
594
- * \# 3414 Backkport skip and limit options on aggregation. (Wojciech Piekutowski)
594
+ * \# 3414 Backport skip and limit options on aggregation. (Wojciech Piekutowski)
595
595
596
596
* \# 3469 Fix RegexpError: failed to allocate memory: /\. / on .hash_dot_syntax? (Dmitry Krasnoukhov)
597
597
@@ -628,7 +628,7 @@ child elements.
628
628
629
629
* \# 3137 Allow multiple ` belongs_to ` sets in a row with ids.
630
630
631
- * \# 3079 Embbed docs with paranoia parents, were losing the _ id when
631
+ * \# 3079 Embedded docs with paranoia parents were losing the _ id when
632
632
reloading from db, as they didnt have the right persisted? value. (Arthur Neves)
633
633
634
634
* \# 3081 Criteria's ` method_missing ` now checks if an array responds to the provided
@@ -1342,7 +1342,7 @@ child elements.
1342
1342
* \# 2411 BigDecimal fields are properly stored as strings when mongoizing
1343
1343
integers and floats.
1344
1344
1345
- * \# 2409 Don't warn about missing mongoid.yml if configured programatically .
1345
+ * \# 2409 Don't warn about missing mongoid.yml if configured programmatically .
1346
1346
1347
1347
* \# 2403 Return false on ` update_all ` of an embeds many with no documents.
1348
1348
@@ -1390,7 +1390,7 @@ child elements.
1390
1390
1391
1391
* \# 2353 Allow ` update_attribute ` to properly handle aliased fields.
1392
1392
1393
- * \# 2348 Conversion of strings to times should raise an arugment error if the
1393
+ * \# 2348 Conversion of strings to times should raise an argument error if the
1394
1394
string is invalid. (Campbell Allen)
1395
1395
1396
1396
* \# 2346 Ensure ` belongs_to ` relations are evolvable when passed the proxy and
@@ -1912,7 +1912,7 @@ child elements.
1912
1912
criteria.merge(filter)
1913
1913
1914
1914
* \# 1635 All exceptions now provide more comprehensive errors, including
1915
- the problem that occured , a detail summary of why it happened, and
1915
+ the problem that occurred , a detail summary of why it happened, and
1916
1916
potential resolutions. Example:
1917
1917
1918
1918
(Mongoid::Errors::DocumentNotFound)
@@ -1929,7 +1929,7 @@ child elements.
1929
1929
false, which will cause a nil to be returned instead
1930
1930
of raising this error.
1931
1931
1932
- * \# 1616 ` Model.find_by ` added which takes a hash of arugments to search
1932
+ * \# 1616 ` Model.find_by ` added which takes a hash of arguments to search
1933
1933
for in the database. If no single document is returned a DocumentNotFound
1934
1934
error is raised. (Piotr Jakubowski)
1935
1935
@@ -1990,7 +1990,7 @@ child elements.
1990
1990
1991
1991
* \# 1291 Mongoid now supports any number of database connections as defined in
1992
1992
the mongoid.yml. For example you could have a local single server db, a
1993
- multi availablity zone replica set, and a shard cluster all in the same
1993
+ multi availability zone replica set, and a shard cluster all in the same
1994
1994
application environment. Mongoid can connect to any session at any point in
1995
1995
time.
1996
1996
@@ -2941,7 +2941,7 @@ child elements.
2941
2941
* \# 1463 Batch insert consumers are now scoped to collection to avoid persistence
2942
2942
of documents to other collections in callbacks going to the wrong place.
2943
2943
2944
- * \# 1462 Assigning has many relations via nested attribtues ` *_attributes= ` does
2944
+ * \# 1462 Assigning has many relations via nested attributes ` *_attributes= ` does
2945
2945
not autosave the relation.
2946
2946
2947
2947
* \# 1461 Fixed serialization of foreign key fields in complex criteria not to
@@ -3040,7 +3040,7 @@ child elements.
3040
3040
3041
3041
* \# 1386 Lowered mongo/bson dependency to 1.3
3042
3042
3043
- * \# 1377 Fix aggregation functions to properly handle nil or indefined values.
3043
+ * \# 1377 Fix aggregation functions to properly handle nil or undefined values.
3044
3044
(Maxime Garcia)
3045
3045
3046
3046
* \# 1373 Warn if a scope overrides another scope.
@@ -3121,7 +3121,7 @@ child elements.
3121
3121
3122
3122
* \# 1287 Fixed max versions limitation with versioning.
3123
3123
3124
- * \# 1277 attribute_will_change! properly flags the attribute even if no change occured .
3124
+ * \# 1277 attribute_will_change! properly flags the attribute even if no change occurred .
3125
3125
3126
3126
* \# 1063 Paranoid documents properly run destroy callbacks on soft destroy.
3127
3127
@@ -3156,7 +3156,7 @@ child elements.
3156
3156
3157
3157
* \# 1256 Mongoid now can create indexes for models in Rails engines. (Caio Filipini)
3158
3158
3159
- * \# 1228 Allow pre formatting of compsoite keys by passing a block to #key.
3159
+ * \# 1228 Allow pre formatting of composite keys by passing a block to #key.
3160
3160
(Ben Hundley)
3161
3161
3162
3162
* \# 1222 Scoped mass assignment is now supported. (Andrew Shaydurov)
@@ -3236,7 +3236,7 @@ child elements.
3236
3236
3237
3237
## 2.2.4
3238
3238
3239
- * \# 1377 Fix aggregation functions to properly handle nil or indefined values.
3239
+ * \# 1377 Fix aggregation functions to properly handle nil or undefined values.
3240
3240
(Maxime Garcia)
3241
3241
3242
3242
* \# 1373 Warn if a scope overrides another scope.
@@ -3250,7 +3250,7 @@ child elements.
3250
3250
key without error.
3251
3251
3252
3252
* \# 1350, \# 1351 Fixed errors in the string conversions of double quotes and
3253
- tilde when paramterizing keys.
3253
+ tilde when parameterizing keys.
3254
3254
3255
3255
* \# 1349 Mongoid documents should not blow up when including Enumerable.
3256
3256
(Jonas Nicklas)
0 commit comments