Merging in performance updates from master |
|
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 |
|
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 |
|
More...
|
over 15 years ago
|
Rails 3 validations: - Removed dependency on durran-validatable - Added inclusion of ActiveModel::Validations - Added uniqueness validation - Added associated validation |
|
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 |
|
More...
|
over 15 years ago
|
Updating models for ActiveSupport::Concern, adding serialization, naming and translation |
|
More...
|
over 15 years ago
|
Merge branch 'prerelease' of github.com:durran/mongoid into prerelease |
|
More...
|
over 15 years ago
|
Criteria#merge sets documents collection |
|
More...
|
over 15 years ago
|
Adding Matcher#first |
|
More...
|
over 15 years ago
|
Adding ability to determine if a document matches a selector without hitting the db |
|
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 |
|
More...
|
over 15 years ago
|
Regenerated gemspec for version 1.0.6 |
|
More...
|
over 15 years ago
|
Version bump to 1.0.6 |
|
More...
|
over 15 years ago
|
Updating integer sets to allow blank and nil |
|
More...
|
over 15 years ago
|
Allow setting of blank values in attributes - validation should be used to prevent it |
|
More...
|
over 15 years ago
|