Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
jakolehm
/
mongomapper
Public
forked from
cheald/mongomapper
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Branch selector
v0.2.0
User selector
All users
All time
Commit history
Commits on Jul 7, 2009
Regenerated gemspec for version 0.2.0
jnunemaker
committed
054f32b
View commit details
Copy full SHA for 054f32b
Browse repository at this point
Updated history.
jnunemaker
committed
53c35d0
View commit details
Copy full SHA for 53c35d0
Browse repository at this point
Version bump to 0.2.0
jnunemaker
committed
b185408
View commit details
Copy full SHA for b185408
Browse repository at this point
Added validates_inclusion_of and fixed bug in validates_exclusion_of. Fixes #19.
jnunemaker
committed
f710606
View commit details
Copy full SHA for f710606
Browse repository at this point
Added validates_exclusion_of. Fixes #20.
jnunemaker
committed
de02369
View commit details
Copy full SHA for de02369
Browse repository at this point
Updated history.
jnunemaker
committed
29d6c9e
View commit details
Copy full SHA for 29d6c9e
Browse repository at this point
Merge branch 'master' into dcu/descendants
Show description for 48e8991
jnunemaker
committed
48e8991
View commit details
Copy full SHA for 48e8991
Browse repository at this point
Explicitly requiring set.
jnunemaker
committed
fba9dda
View commit details
Copy full SHA for fba9dda
Browse repository at this point
Updated history with all the freakin awesome goodness that was added by dcu and tweaked by me.
jnunemaker
committed
3f34fad
View commit details
Copy full SHA for 3f34fad
Browse repository at this point
added :unique key shortcut to add validates_uniqueness_of automatically. Fixes #14.
jnunemaker
committed
4f362ee
View commit details
Copy full SHA for 4f362ee
Browse repository at this point
Used more clear variable names in the tests for associations.
jnunemaker
committed
56eeadb
View commit details
Copy full SHA for 56eeadb
Browse repository at this point
Merge branch 'master' into dcu/assocs
jnunemaker
committed
0fe20a5
View commit details
Copy full SHA for 0fe20a5
Browse repository at this point
EmbeddedDocument#attributes= no longer bombs when given nil. Fixes #22.
jnunemaker
committed
d7c079e
View commit details
Copy full SHA for d7c079e
Browse repository at this point
Implemented more thorough use of converting find conditions and options to mongo criteria and options. Fixes #23.
jnunemaker
committed
6f161df
View commit details
Copy full SHA for 6f161df
Browse repository at this point
add method to track document' descendants
Show description for 5b9460d
dcu
committed
5b9460d
View commit details
Copy full SHA for 5b9460d
Browse repository at this point
Made converting finder options to mongo criteria and options more public so it can be used more specificly in count and such.
jnunemaker
committed
3171b89
View commit details
Copy full SHA for 3171b89
Browse repository at this point
Updated history.
jnunemaker
committed
d2cb9b1
View commit details
Copy full SHA for d2cb9b1
Browse repository at this point
fix some bugs; add tests
Show description for d89023c
dcu
committed
d89023c
View commit details
Copy full SHA for d89023c
Browse repository at this point
fix initializing associations. Post.create(user => AnUser) is supported now
Show description for 8aa6ef9
dcu
committed
8aa6ef9
View commit details
Copy full SHA for 8aa6ef9
Browse repository at this point
add has_many to RailsCompatibility
Show description for 23bf282
dcu
committed
23bf282
View commit details
Copy full SHA for 23bf282
Browse repository at this point
polymorphic associations
Show description for 0a7f6ca
dcu
committed
0a7f6ca
View commit details
Copy full SHA for 0a7f6ca
Browse repository at this point
add proxy class for arrays
Show description for 8c4aaa0
dcu
committed
8c4aaa0
View commit details
Copy full SHA for 8c4aaa0
Browse repository at this point
more improvements
Show description for 9465f09
dcu
committed
9465f09
View commit details
Copy full SHA for 9465f09
Browse repository at this point
added has_many_embbeded proxy, consolidated api for many document
Show description for fb18e79
dcu
committed
fb18e79
View commit details
Copy full SHA for fb18e79
Browse repository at this point
initialize associations properly
Show description for d0ad111
dcu
committed
d0ad111
View commit details
Copy full SHA for d0ad111
Browse repository at this point
added has many proxy
Show description for 3d7a54e
dcu
committed
3d7a54e
View commit details
Copy full SHA for 3d7a54e
Browse repository at this point
proxy for belongs_to, nothing useful for now...
Show description for 5554743
dcu
committed
5554743
View commit details
Copy full SHA for 5554743
Browse repository at this point
create an association instance for each association type
Show description for db9ff6f
dcu
committed
db9ff6f
View commit details
Copy full SHA for db9ff6f
Browse repository at this point
move associations to its own module
Show description for ba3bfca
dcu
committed
ba3bfca
View commit details
Copy full SHA for ba3bfca
Browse repository at this point
initial support for belongs_to and has_many; implemented validates_uniqueness_of
Show description for 6b0ea3c
dcu
committed
6b0ea3c
View commit details
Copy full SHA for 6b0ea3c
Browse repository at this point
Refactored callbacks and added observers. Used inheritance for now. Might switch to include pattern later to be more consistent.
jnunemaker
committed
0dc317a
View commit details
Copy full SHA for 0dc317a
Browse repository at this point
Updated history to say master and not include release date as it is not released.
jnunemaker
committed
37f9047
View commit details
Copy full SHA for 37f9047
Browse repository at this point
Revert "Version bump to 0.1.3" so I can push to github without building new gem.
Show description for 5dfbe9e
jnunemaker
committed
5dfbe9e
View commit details
Copy full SHA for 5dfbe9e
Browse repository at this point
Commits on Jul 5, 2009
Added tests for validate, validate_on_create and validate_on_update callbacks which can be used to add validation errors.
jnunemaker
committed
4f9cf72
View commit details
Copy full SHA for 4f9cf72
Browse repository at this point
Now using collection#save instead of collection#insert and collection#modify.
jnunemaker
committed
c0dd766
View commit details
Copy full SHA for c0dd766
Browse repository at this point
Previous
Next
You can’t perform that action at this time.