Updating cache documentation |
|
More...
|
over 15 years ago
|
Adding caching configuration at the class level |
|
More...
|
over 15 years ago
|
Fixed update_attributes to work with nil and false values. |
|
More...
|
over 15 years ago
|
Fixed update_attributes to work with nil and false values. |
|
More...
|
over 15 years ago
|
Regenerated gemspec for version 1.2.7 |
|
More...
|
over 15 years ago
|
Version bump to 1.2.7 |
|
More...
|
over 15 years ago
|
Store false value for fields with :default => false |
|
More...
|
over 15 years ago
|
Slight refactoring of question mark method def |
|
More...
|
over 15 years ago
|
Moving common id code together in contexts |
|
More...
|
over 15 years ago
|
Allowing the use of strings or Mongo::ObjectIDs as ids |
|
More...
|
over 15 years ago
|
Merge branch 'master' of github.com:durran/mongoid |
|
More...
|
over 15 years ago
|
Fix #limit |
|
More...
|
over 15 years ago
|
alias write_attributes to attributes= |
|
More...
|
over 15 years ago
|
add reader method with question mark to all field, not only Boolean |
|
More...
|
over 15 years ago
|
don't call after_create if you save a new document and it failed |
|
More...
|
over 15 years ago
|
Add as_json and encode_json to document, for Rails 3 compatibility |
|
More...
|
over 15 years ago
|
Bug fix to pass params to named scopes |
|
More...
|
over 15 years ago
|
we can search by :id and replace by :_id |
|
More...
|
over 15 years ago
|
Refactor .id_criteria to Contexts |
|
More...
|
over 15 years ago
|
reload a document return self, not an OrderedHash |
|
More...
|
over 15 years ago
|
Use object_id or string representation in generation |
|
More...
|
over 15 years ago
|
Adding use_object_ids configuration |
|
More...
|
over 15 years ago
|
Excluded the current document in UniquenessValidator so it does not cause errors when saving changes. |
|
More...
|
over 15 years ago
|
Removing hereditary support from Enumerable |
|
More...
|
over 15 years ago
|
Aliasing scope to named_scope |
|
More...
|
over 15 years ago
|
Refactor _type selector handling |
|
More...
|
over 15 years ago
|
Collection uses default enslavement if not parameter passed |
|
More...
|
over 15 years ago
|
Adding enslavement module |
|
More...
|
over 15 years ago
|
Document.delete_all and destroy_all should return true |
|
More...
|
over 15 years ago
|
Remove unused reference to hereditary |
|
More...
|
over 15 years ago
|