10
I Use This!
Inactive

Commits : Listings

Analyzed about 12 hours ago. based on code collected about 12 hours ago.
Jul 21, 2024 — Jul 21, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merging in performance updates from master
durran
as Durran Jordan
More... over 15 years ago
Performance updates: - Removing the evil HashWithIndifferentAccess all over - Before/After update callbacks dont occur on write_attribute - Only notify when id has been set
durran
as Durran Jordan
More... over 15 years ago
ruby 1.9 compat: Anonymous classes return nil as name that causes two specs to fail (can't collectionize nil) More... over 15 years ago
Observable is the ruby one
durran
as Durran Jordan
More... over 15 years ago
Rails 3 validations: - Removed dependency on durran-validatable - Added inclusion of ActiveModel::Validations - Added uniqueness validation - Added associated validation
durran
as Durran Jordan
More... over 15 years ago
ruby 1.9.1 compat: currently 1.9.1 changes constant lookup rules when *_eval used (it's going to be restored to lexical scope with release of 1.9.2) http://groups.google.com/group/ruby-core-google/browse_thread/thread/a92ac835dde22499 More... over 15 years ago
Document#human_name spec looks at model_name.human
durran
as Durran Jordan
More... over 15 years ago
Updating models for ActiveSupport::Concern, adding serialization, naming and translation
durran
as Durran Jordan
More... over 15 years ago
Merge branch 'prerelease' of github.com:durran/mongoid into prerelease
durran
as Durran Jordan
More... over 15 years ago
Criteria#merge sets documents collection
durran
as Durran Jordan
More... over 15 years ago
Adding Matcher#first
durran
as Durran Jordan
More... over 15 years ago
Adding ability to determine if a document matches a selector without hitting the db
durran
as Durran Jordan
More... over 15 years ago
Remove terminator for callbacks More... over 15 years ago
Remove terminator for callbacks More... over 15 years ago
Fix 7 failing callback specs, now only 2 failing specs left related to validation More... over 15 years ago
Fix 7 failing callback specs, now only 2 failing specs left related to validation More... over 15 years ago
We need to explicitly require active_support/json, it fixes related to_json specs More... over 15 years ago
We need to explicitly require active_support/json, it fixes related to_json specs More... over 15 years ago
In stable branch we need activesupport less then 3.0.pre More... over 15 years ago
Use ActiveModel::Callbacks module More... over 15 years ago
Use ActiveModel::Callbacks module More... over 15 years ago
Change version to 2.0.0.pre so we can differentiate rails 3 branch More... over 15 years ago
Change version to 2.0.0.pre so we can differentiate rails 3 branch More... over 15 years ago
Change dependency to activemodel 3.0.pre More... over 15 years ago
Change dependency to activemodel 3.0.pre More... over 15 years ago
Updating HasManyRelated#find to handle the expected params
durran
as Durran Jordan
More... over 15 years ago
Regenerated gemspec for version 1.0.6
durran
as Durran Jordan
More... over 15 years ago
Version bump to 1.0.6
durran
as Durran Jordan
More... over 15 years ago
Updating integer sets to allow blank and nil
durran
as Durran Jordan
More... over 15 years ago
Allow setting of blank values in attributes - validation should be used to prevent it
durran
as Durran Jordan
More... over 15 years ago