Export - CSV (All fields)
Export - CSV (Current fields)
MONGOID-1336
.last/.first should not add _id: 1 sorting in some casesMONGOID-1681
Polymorphic not workingMONGOID-2075
Strange behavior on create!, safe: true, unique index and validationMONGOID-1940
#find_by raises DocumentNotFound even if Mongoid.raise_not_found_error = falseMONGOID-2048
NoMethodError (undefined method `update_values' for ["xxx"]:Array):MONGOID-1942
Don't raise in Document#find_by unless Mongoid.raise_not_found_error.MONGOID-2159
JSON encoding is slowMONGOID-1959
Support for the :touch option in relationsMONGOID-2088
Database Session or Threadsafe for relational databaseMONGOID-2152
Custom field value serializer not working?MONGOID-2153
Need an :upsert validation context?MONGOID-2131
3.0.0rc duplicate inserts to a unique index only errors every alternate time (even in safe mode)MONGOID-2140
Problems with callbacks and generated values on nested attributesMONGOID-1589
habtm changes being persisted immediately on setting variableMONGOID-2146
Batch Operations Memory LeakMONGOID-2122
embeds_many :order by Boolean attrMONGOID-2120
#new does not behave the same as #build on CriteriaMONGOID-2087
raise_not_found_error: false is not workingMONGOID-1998
Unable to prevent deletion of embedded doc after upgradeMONGOID-2008
rake db:drop not working in 3.0 due to removed method masterMONGOID-1208
:class_name required for associations when models nested in a moduleMONGOID-1747
Improve the field about translation can't be blankMONGOID-1746
update_attributes does a $pushAll on an embedded collectionMONGOID-1269
Rename the Method new? to new_record?MONGOID-1743
before_destroy callback not working once destroying embedded docsMONGOID-1951
empty array to all_in() on embedded documents returns all childrenMONGOID-2052
superclass mismatch for class Binary when bson gem used with Mongoid 3.0 rcMONGOID-1413
Added *_before_type_cast attributesMONGOID-1533
Can't serialize field of type Array of object-with-customized-serializationMONGOID-1612
Remove ruby warnings.MONGOID-1707
Improve Logging around Index Creation.MONGOID-1936
Criteria with #matches keys aren't mergedMONGOID-2007
new syntax for creating indexes in 3.0 not mentioned in changelogMONGOID-1460
Mongoid.without_identity_mapMONGOID-1293
#remove_attribute doesn't remove attributeMONGOID-1343
Remove support for conditions hash in finders.MONGOID-1904
Unsupported Javascript selector in embedded document criteria addedMONGOID-1924
Can't generate new style mongoid config if you have an old style mongoid configMONGOID-2118
DateTime <-> Time conversion discards timezone and millisecondsMONGOID-1908
Another crazy cleanup bingeMONGOID-2166
Eager loading / Identity map doesn't work i.c.w. inheritanceMONGOID-1993
Return self in Document#each.MONGOID-813
MongoDB URI must include all three of username, password, and db if any one of these is specified.MONGOID-1380
performance hit on first access to an array of embedded objectsMONGOID-1636
More Comprehensive ExceptionsMONGOID-1781
Integer id and range searchesMONGOID-1705
nil-error in relations/referenced/many.rb:546 (master)MONGOID-2057
Adding #empty? method breaks embedded docsMONGOID-2141
BigDecimal: assign empty string and type is now StringMONGOID-1992
each should return self instead of query
{"errorMessages":["jqlTooComplex"],"errors":{}}
[{"id":-1,"name":"My open issues","jql":"assignee = currentUser() AND resolution = Unresolved order by updated DESC","isSystem":true,"sharePermissions":[],"requiresLogin":true},{"id":-2,"name":"Reported by me","jql":"reporter = currentUser() order by created DESC","isSystem":true,"sharePermissions":[],"requiresLogin":true},{"id":-4,"name":"All issues","jql":"order by created DESC","isSystem":true,"sharePermissions":[],"requiresLogin":false},{"id":-5,"name":"Open issues","jql":"resolution = Unresolved order by priority DESC,updated DESC","isSystem":true,"sharePermissions":[],"requiresLogin":false},{"id":-9,"name":"Done issues","jql":"statusCategory = Done order by updated DESC","isSystem":true,"sharePermissions":[],"requiresLogin":false},{"id":-3,"name":"Viewed recently","jql":"issuekey in issueHistory() order by lastViewed DESC","isSystem":true,"sharePermissions":[],"requiresLogin":false},{"id":-6,"name":"Created recently","jql":"created >= -1w order by created DESC","isSystem":true,"sharePermissions":[],"requiresLogin":false},{"id":-7,"name":"Resolved recently","jql":"resolutiondate >= -1w order by updated DESC","isSystem":true,"sharePermissions":[],"requiresLogin":false},{"id":-8,"name":"Updated recently","jql":"updated >= -1w order by updated DESC","isSystem":true,"sharePermissions":[],"requiresLogin":false}]
0.3
0