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
rails3
User selector
All users
All time
Commit history
Commits on Feb 1, 2011
Merge branch 'master' into rails3
Show description for b3ab248
bkeepers
committed
b3ab248
View commit details
Copy full SHA for b3ab248
Browse repository at this point
Call #save! instead of #save on the parent when calling #save! on an embedded doc
bkeepers
committed
5aca9ff
View commit details
Copy full SHA for 5aca9ff
Browse repository at this point
Commits on Jan 21, 2011
Added turn test output formatter.
Show description for d2e8114
jnunemaker
committed
d2e8114
View commit details
Copy full SHA for d2e8114
Browse repository at this point
No longer needed as I added tests for inspect in previous commit.
jnunemaker
committed
e6a6f92
View commit details
Copy full SHA for e6a6f92
Browse repository at this point
Attributes are now alpha sorted in #inspect.
Show description for dd3397e
jnunemaker
committed
dd3397e
View commit details
Copy full SHA for dd3397e
Browse repository at this point
Minor: errant inspect statement in test.
jnunemaker
committed
03c5fcb
View commit details
Copy full SHA for 03c5fcb
Browse repository at this point
Merge branch 'refactor-associations' into rails3
Show description for 6211577
bkeepers
committed
6211577
View commit details
Copy full SHA for 6211577
Browse repository at this point
Commits on Jan 15, 2011
Define association accessors on a module instead of directly on the model class
bkeepers
committed
a6ca22c
View commit details
Copy full SHA for a6ca22c
Browse repository at this point
Extract accessors specific to one and belongs_to associations
bkeepers
committed
aa07960
View commit details
Copy full SHA for aa07960
Browse repository at this point
Commits on Jan 14, 2011
Fix test for recent association changes
bkeepers
committed
49821df
View commit details
Copy full SHA for 49821df
Browse repository at this point
Merge branch 'master' into rails3
Show description for 5257b4d
bkeepers
committed
5257b4d
View commit details
Copy full SHA for 5257b4d
Browse repository at this point
Commits on Jan 13, 2011
Added ruby-debug
bkeepers
committed
c059fe8
View commit details
Copy full SHA for c059fe8
Browse repository at this point
Fix middleware test on Ruby 1.9
Show description for 817221b
bkeepers
committed
817221b
View commit details
Copy full SHA for 817221b
Browse repository at this point
Fix issue where belongs_to and one associations don't get reset if the value is nil
bkeepers
committed
ce69ed0
View commit details
Copy full SHA for ce69ed0
Browse repository at this point
Commits on Jan 12, 2011
Move code specific to OneAssociation
bkeepers
committed
bf30811
View commit details
Copy full SHA for bf30811
Browse repository at this point
Move code specific to many association
bkeepers
committed
f98b883
View commit details
Copy full SHA for f98b883
Browse repository at this point
Commits on Jan 8, 2011
Clone default values so they can't be modified
Show description for 985c9c6
bkeepers
committed
985c9c6
View commit details
Copy full SHA for 985c9c6
Browse repository at this point
Commits on Jan 7, 2011
Refactor association base into separate classes instead of using conditionals
bkeepers
committed
e378ad3
View commit details
Copy full SHA for e378ad3
Browse repository at this point
cosmetics
bkeepers
committed
878e549
View commit details
Copy full SHA for 878e549
Browse repository at this point
Merge branch 'nil_associations' of https://github.com/jaronkk/mongomapper
Show description for 7b44ce9
bkeepers
committed
7b44ce9
View commit details
Copy full SHA for 7b44ce9
Browse repository at this point
Merge branch 'master' into rails3
Show description for 108510c
bkeepers
committed
108510c
View commit details
Copy full SHA for 108510c
Browse repository at this point
Specify a source in the Gemfile so bundler can find missing gems
bkeepers
committed
1e3bfd7
View commit details
Copy full SHA for 1e3bfd7
Browse repository at this point
Add a rack middleware to clear the identity map and register it
bkeepers
committed
ada49ce
View commit details
Copy full SHA for ada49ce
Browse repository at this point
Merge branch 'master' into rails3
Show description for 5bbac85
bkeepers
committed
5bbac85
View commit details
Copy full SHA for 5bbac85
Browse repository at this point
Commits on Jan 4, 2011
Fixed an issue using the association_name= method to assign a new object updated existing pointers to the proxy, rather than generating a new one
jaronkk
committed
f42d360
View commit details
Copy full SHA for f42d360
Browse repository at this point
Commits on Jan 3, 2011
Modified accessor method for one and belongs_to associations to return nil rather than a proxy object if the association does not exist
Show description for b49beae
jaronkk
committed
b49beae
View commit details
Copy full SHA for b49beae
Browse repository at this point
Commits on Dec 27, 2010
Fixed issue with nested embedded one's not getting _id set properly.
Show description for 8a282c9
jnunemaker
committed
8a282c9
View commit details
Copy full SHA for 8a282c9
Browse repository at this point
Optimized in array proxy to not query if ids are blank.
jnunemaker
committed
2a8cf93
View commit details
Copy full SHA for 2a8cf93
Browse repository at this point
Commits on Nov 20, 2010
Merge branch 'master' into rails3
Show description for de8f8f3
bkeepers
committed
de8f8f3
View commit details
Copy full SHA for de8f8f3
Browse repository at this point
Merge branch 'master' of https://github.com/rainux/mongomapper
Show description for dd3b68f
bkeepers
committed
dd3b68f
View commit details
Copy full SHA for dd3b68f
Browse repository at this point
Commits on Nov 5, 2010
Merge remote branch 'jnunemaker/master' into rails3
Show description for 9f22809
bkeepers
committed
9f22809
View commit details
Copy full SHA for 9f22809
Browse repository at this point
Bundle update.
jnunemaker
committed
c1bd634
View commit details
Copy full SHA for c1bd634
Browse repository at this point
Updated rake file test tasks.
jnunemaker
committed
5e97a9b
View commit details
Copy full SHA for 5e97a9b
Browse repository at this point
Fixed one proxy replace with nil value.
Show description for d5f1a35
jnunemaker
committed
d5f1a35
View commit details
Copy full SHA for d5f1a35
Browse repository at this point
Commits on Nov 1, 2010
Added safe example.
jnunemaker
committed
31b34a3
View commit details
Copy full SHA for 31b34a3
Browse repository at this point
Previous
Next
You can’t perform that action at this time.