SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for ruby2.1-rubygem-mongoid-testsuite-5.1.4-1.1.x86_64.rpm :
Sat Aug 13 14:00:00 2016 cooloAATTsuse.com
- updated to version 5.1.4
see installed CHANGELOG.md

Fri Apr 22 14:00:00 2016 cooloAATTsuse.com
- updated to version 5.1.3
see installed CHANGELOG.md

Wed Apr 6 14:00:00 2016 cooloAATTsuse.com
- updated to version 5.1.2
see installed CHANGELOG.md

Fri Feb 19 13:00:00 2016 cooloAATTsuse.com
- updated to version 5.1.1
see installed CHANGELOG.md

Wed Jan 27 13:00:00 2016 cooloAATTsuse.com
- updated to version 5.1.0
see installed CHANGELOG.md

Thu Jan 21 13:00:00 2016 cooloAATTsuse.com
- updated to version 5.0.2
see installed CHANGELOG.md
[#]## As of version 5.0.2, please refer to the github releases for change logs.

Wed Nov 4 13:00:00 2015 cooloAATTsuse.com
- updated to version 5.0.1
see installed CHANGELOG.md

Sat Sep 12 14:00:00 2015 cooloAATTsuse.com
- updated to version 5.0.0
see installed CHANGELOG.md

Fri Feb 20 13:00:00 2015 cooloAATTsuse.com
- updated to version 4.0.2

Tue Feb 10 13:00:00 2015 cooloAATTsuse.com
- updated to version 4.0.1

Mon Oct 13 14:00:00 2014 cooloAATTsuse.com
- adapt to new rubygem packaging

Mon Jul 28 14:00:00 2014 cooloAATTsuse.com
- updated to version 4.0.0
[#]## Major Changes (Backwards Incompatible)

* \\#3320 Remove Rails dependencies on database rake tasks. (Arthur Neves)
All db:
* rake tasks should work as before when using Rails.
When not in a Rails, just load the database tasks using:
load \'mongoid/tasks/database.rake\'

* Mongoid 4 now only supports MongoDB 2.4.0 and higher.

* `Document#metadata` has been renamed to `Document#relation_metadata` to
avoid common conflicts. Relation proxies also have this renamed to the
same as well.

* Scopes and default scopes must now all be defined within lambdas or procs.

* `skip_version_check` config option was removed.

* IdentityMap removed. (Arthur Neves)

* Eager load rework. Eager load now doesnt need the identity map to load
related documents. A set of preloaders can eager load the associations
passed to .includes method. (Arthur Neves)
- see Changes file for more

Tue Dec 3 13:00:00 2013 cooloAATTsuse.com
- updated to version 3.1.6
[#]## Resolved Issues

* \\#3337 Ensure localized fields map is cloned with inheritance.

* \\#3262 Fixed atomic array operations on HABTM foreign key fields from turning
single elements into arrays.

* \\#3282 Fixed .timeless option to use a thread local instead of a class attribute.
Also remove the timeless methods from all docs, and only add to timestamps docs.
(Arthur Neves)

Mon Sep 23 14:00:00 2013 cooloAATTsuse.com
- updated to version 3.1.5
[#]## Resolved Issues

* \\#3231 Allow evolution of proxy documents to work in criteria.

* \\#3247 Bump dependency on tzinfo to 0.3.29.

* \\#3203 Fixed `index: true` specification for polymorphic relations.

* \\#3192 Fixed aliased fields + localized fields combinations with
validation. (Johnny Shields)

* \\#3173 Fixed issues around many to many relations with custom primary keys.
(Bowen Sun)

* \\#3159 Upserting now properly flags documents as persisted.

* \\#3137 Allow multiple `belongs_to` sets in a row with ids.

* \\#3079 Embbed docs with paranoia parents, were losing the _id when
reloading from db, as they didnt have the right persisted? value. (Arthur Neves)

* \\#3081 Criteria\'s `method_missing` now checks if an array responds to the provided
method before calling entries in order to not hit the database if a `NoMethodError`
was to get raised.

* \\#3068 Fixed spec runs on non standard MongoDB ports if `MONGOID_SPEC_PORT` is
set.

* \\#3047 Ensure `blank?` and `empty?` don\'t fall through method missing on criteria.

* Include updated_at on cache_key even when is a short timestamp (Arthur Neves)

Sat May 25 14:00:00 2013 cooloAATTsuse.com
- updated to version 3.1.4, see CHANGELOG.md

Wed Jan 2 13:00:00 2013 cooloAATTsuse.com
- updated to version 3.0.16
[#]## Resolved Issues

* \\#2661 Implement instance level `model_name` for documents.

* \\#2651 Ensure `Criteria#type` works properly with both symbol and string
keys in the selector.

* \\#2647 Ensure `deleted?` and `destroyed?` on paranoid documents return the
same value.

* \\#2646 Set unloaded doc in memory on enumerable targets before yielding to
the block.

* \\#2645 Take caching into consideration when asking for counts.
(Arthur Nogueira Neves)

* \\#2642 Don\'t batch push empty arrays on embedded documents. (Laszlo Bacsi)

* \\#2639 Avoid extra unnecesary queries on new records when building relations
off of them.

* \\#2638 When a criteria is eager loading, calling `first` or `last` then
iterating the entire results properly eager loads the full request.

* \\#2618 Validating uniqueness now always uses string consistency by default.

* \\#2564 Fixed infinite recursion for cases where a relation getter was
overridden and called the setter from that method.

* \\#2554 Ensure `unscoped` on an `embeds_many` does not include documents
flagged for destruction.

Wed Dec 19 13:00:00 2012 cooloAATTsuse.com
- updated to version 3.0.15
[#]## Resolved Issues

* \\#2630 Fix cascading when the metadata exists but no cascade defined.

* \\#2625 Fix `Marshal.dump` and `Marshal.load` of proxies and criteria
objects.

* \\#2619 Fixed the classes returned by `observed_classes` on an observer
when it is observing custom models.

* \\#2612 `DocumentNotFound` errors now expose the class in the error
instance.

* \\#2610 Ensure calling `first` after a `last` that had sorting options resets
the sort.

* \\#2604 Check pulls and pushes for conflicting updates. (Lucas Souza)

* \\#2600 Instantiate the proper class type for attributes when using
multi parameter attributes. (xxswingxx)

* \\#2598 Fixed sorting on localized fields with embedded docs.

* \\#2588 Block defining methods for dynamic attributes that would be invalid
ruby methods. (Matt Sanford)

* \\#2587 Fix method clash with `belongs_to` proxies when resetting relation
unloaded criteria.

* \\#2585 Ensure session configuration options get passed to Moped as symbols.

* \\#2584 Allow map/reduce to operate on secondaries if output is set to `inline`.

* \\#2582 Ensure `nil` session override can never cause to access a session with
name `nil`.

* \\#2581 Use strong consistency when reloading documents. (Mark Kremer)

Tue Nov 27 13:00:00 2012 cooloAATTsuse.com
- updated to version 3.0.14

* \\#2575 Prevent end of month times from rounding up since floats are not
precise enough to handle usec. (Steve Valaitis)

* \\#2573 Don\'t use i18n for inspection messages.

* \\#2571 Remove blank error message from locales. (Jordan Elver)

* \\#2568 Fix uniqueness validation for lacalized fields when a scope is also
provided.

* \\#2552 Ensure `InvalidPath` errors are raised when embedded documents try to
get paths from a root selector.

Thu Nov 15 13:00:00 2012 cooloAATTsuse.com
- updated to version 3.0.13
[#]## Resolved Issues

* \\#2548 Fix error when generating config file with a fresh app with Unicorn in
the gemset.

* \\#2542 Allow embedded documents using `store_as` to properly alias in
criteria.

* \\#2541 Ensure that the type change is correct when upcasting/downcasting a
document via `Document#becomes` (Ɓukasz Bandzarewicz)

* \\#2529 Fields on subclasses that override fields in the parent where both have
defaults with procs now properly override the default in the subclass.

* \\#2528 Aliased fields need to be duped when subclassing.

* \\#2527 Ensure removal of docs in a `has_many` does a multi update when setting
to an empty array.

Mon Nov 5 13:00:00 2012 cooloAATTsuse.com
- updated to version 3.0.11

* \\#2522 Fixed `Criteria#with` to return the criteria and not the class.

* \\#2518 Fix unit of work call for the identity map when using Passenger.

* \\#2512 Ensure nested attributes destroy works with the delayed destroys
introduced in 3.0.10 when multiple levels deep.

* \\#2509 Don\'t hit identity map an extra time when the returned value is an
empty hash. (Douwe Maan)

Sat Nov 3 13:00:00 2012 cooloAATTsuse.com
- updated to version 3.0.10, see CHANGELOG.md

Tue Oct 9 14:00:00 2012 cooloAATTsuse.com
- updated to version 3.0.6, plenty of bugs fixed

Mon Aug 27 14:00:00 2012 cooloAATTsuse.com
- updated to version 3.0.5

Wed Aug 1 14:00:00 2012 cooloAATTsuse.com
- updated to version 3.0.3

Fri Nov 4 13:00:00 2011 fcastelliAATTsuse.com
- Require rubygem-mongo-1_0 instead of rubygem-mongo-1

Tue Nov 1 13:00:00 2011 jmassaguerplaAATTsuse.de
- fixed the requires clause

Mon Oct 31 13:00:00 2011 jmassaguerplaAATTsuse.de
- initial commit


 
ICM