10
I Use This!
Inactive

Commits : Listings

Analyzed about 10 hours ago. based on code collected about 10 hours ago.
Jul 19, 2024 — Jul 19, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
ruby 1.9 compat: Date._parse uses another format of date Fixes following spec: Mongoid::Extensions::Date::Conversions#set when string provided when string is a date returns a time from the string More... over 15 years ago
ruby 1.9 compat: splat logic changed so we need to simulate 1.8 behavior This fixes following spec: Mongoid::Attributes#method_missing when an attribute exists allows the setter More... over 15 years ago
ruby 1.9 compat: temporal solution - remove size method from Symbol so :aliases.size works Fixes following specs: Mongoid::Criteria#where with complex criterion#size returns those matching a size clause Mongoid::Criteria#where when provided a hash with complex criterion#size returns those matching a size clause More... over 15 years ago
ruby 1.9 compat: collect without a block returns Enumerator so we use entries for array This commit fixes following specs under ruby 1.9: Mongoid::Associations one-to-many relational associations when building sets the reverse association Mongoid::Document executing criteria with date comparisons handling specific dates handles false comparisons in a date range Mongoid::Criteria#[] when the criteria has not been executed executes the criteria and returns the element at the index Mongoid::Criteria#collect filtering filters out unused params Mongoid::Criteria#collect when type is :all adds the count instance variable Mongoid::Criteria#collect when type is not :first calls find on the collection with the selector and options More... over 15 years ago
ruby 1.9 compat: to re-open existing class we need to specify its explicit name More... over 15 years ago
Better inspect formatting for embedded documents More... over 15 years ago
Moving identity and typing into its own module
durran
as Durran Jordan
More... over 15 years ago
Regenerated gemspec for version 1.0.5
durran
as Durran Jordan
More... over 15 years ago
Version bump to 1.0.5
durran
as Durran Jordan
More... over 15 years ago
Has one sets parent before attributes
durran
as Durran Jordan
More... over 15 years ago
Has many associations now set parent first before attributes
durran
as Durran Jordan
More... over 15 years ago
Regenerated gemspec for version 1.0.4
durran
as Durran Jordan
More... over 15 years ago
Version bump to 1.0.4
durran
as Durran Jordan
More... over 15 years ago
Updating history
durran
as Durran Jordan
More... over 15 years ago
If inherited use _type to instantiate, otherwise use class
durran
as Durran Jordan
More... over 15 years ago
Floats that are empty strings or nils converted to 0.0
durran
as Durran Jordan
More... over 15 years ago
Updating history
durran
as Durran Jordan
More... over 15 years ago
Regenerated gemspec for version 1.0.3
durran
as Durran Jordan
More... over 15 years ago
Version bump to 1.0.3
durran
as Durran Jordan
More... over 15 years ago
Float.set with a non-numeric string should set the string in order for validates_numericality_of to catch it
durran
as Durran Jordan
More... over 15 years ago
Dont add _type to criteria when no subclasses exist
durran
as Durran Jordan
More... over 15 years ago
Regenerated gemspec for version 1.0.2
durran
as Durran Jordan
More... over 15 years ago
Version bump to 1.0.2
durran
as Durran Jordan
More... over 15 years ago
Updating history
durran
as Durran Jordan
More... over 15 years ago
Updating named scope integration specs
durran
as Durran Jordan
More... over 15 years ago
More named scope functionality additions: - named scope can be a criteria object - named scope can be a proc with a criteria object - named scoped and class methods that return criteria can be chained.
durran
as Durran Jordan
More... over 15 years ago
Updating Criteria#fuse and named scopes to accept method calls as hash keys
durran
as Durran Jordan
More... over 15 years ago
Save.execute returns false if parent doesn't save More... over 15 years ago
Moving field up one package to keep namespacing consistent
durran
as Durran Jordan
More... over 15 years ago
More named scope refactoring: NamedScopes becomes NamedScope
durran
as Durran Jordan
More... over 15 years ago