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
Breadcrumbs
History for
mongomapper
test
on
rails2
User selector
All users
All time
Commit history
Commits on Feb 1, 2011
Merge branch 'refactor-associations'
Show description for 96074f1
bkeepers
committed
96074f1
View commit details
Copy full SHA for 96074f1
View code at this point
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
View code at this point
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
View code at this point
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
View code at this point
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
View code at this point
Browse repository at this point
Minor: errant inspect statement in test.
jnunemaker
committed
03c5fcb
View commit details
Copy full SHA for 03c5fcb
View code at this point
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
View code at this point
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
View code at this point
Browse repository at this point
Commits on Jan 13, 2011
Added ruby-debug
bkeepers
committed
c059fe8
View commit details
Copy full SHA for c059fe8
View code at this point
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
View code at this point
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
View code at this point
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
View code at this point
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
View code at this point
Browse repository at this point
cosmetics
bkeepers
committed
878e549
View commit details
Copy full SHA for 878e549
View code at this point
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
View code at this point
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
View code at this point
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
View code at this point
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
View code at this point
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
View code at this point
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
View code at this point
Browse repository at this point
Commits on Nov 20, 2010
Merge branch 'master' of https://github.com/rainux/mongomapper
Show description for dd3b68f
bkeepers
committed
dd3b68f
View commit details
Copy full SHA for dd3b68f
View code at this point
Browse repository at this point
Commits on Nov 5, 2010
Fixed one proxy replace with nil value.
Show description for d5f1a35
jnunemaker
committed
d5f1a35
View commit details
Copy full SHA for d5f1a35
View code at this point
Browse repository at this point
Commits on Oct 11, 2010
Threw bundler into the mix.
jnunemaker
committed
9229c29
View commit details
Copy full SHA for 9229c29
View code at this point
Browse repository at this point
Minor: remove stupid leftover.
jnunemaker
committed
53c769d
View commit details
Copy full SHA for 53c769d
View code at this point
Browse repository at this point
Update plucky dependency (and as such mongo, bson, etc.) and upgrade Binary type to use BSON::Binary instead of BSON::ByteBuffer.
jnunemaker
committed
8ba01e9
View commit details
Copy full SHA for 8ba01e9
View code at this point
Browse repository at this point
Commits on Sep 8, 2010
Option :typecast for key works with Key#get
0x1b2c
committed
7d6f49b
View commit details
Copy full SHA for 7d6f49b
View code at this point
Browse repository at this point
Commits on Aug 29, 2010
Fix 1.9 test failures in json serializer.
jnunemaker
committed
4c27da2
View commit details
Copy full SHA for 4c27da2
View code at this point
Browse repository at this point
new documents should not validate on uniquness if allow_blank || allow_nil are false and the docs are blank || nil
ryana
authored and
jnunemaker
committed
67583fd
View commit details
Copy full SHA for 67583fd
View code at this point
Browse repository at this point
Calling build on a many association does not save the parent document.
tjtuom
authored and
jnunemaker
committed
f3acec7
View commit details
Copy full SHA for f3acec7
View code at this point
Browse repository at this point
Making sure that top level contact gets removed on teardown.
jnunemaker
committed
74d6b3f
View commit details
Copy full SHA for 74d6b3f
View code at this point
Browse repository at this point
Fixed a bug in the json serializer when including root
Tom Clarke
authored and
jnunemaker
committed
dd79cbd
View commit details
Copy full SHA for dd79cbd
View code at this point
Browse repository at this point
Fixes to allow to_json and as_json to work on associations
Tom Clarke
authored and
jnunemaker
committed
d7c6b77
View commit details
Copy full SHA for d7c6b77
View code at this point
Browse repository at this point
Fixed accessing _root_document from an embedded document that is nested within another embedded document.
Blake Carlson
authored and
jnunemaker
committed
2ef79e1
View commit details
Copy full SHA for 2ef79e1
View code at this point
Browse repository at this point
Just use associations instance methods and only test object id in reset.
jnunemaker
committed
bb5e804
View commit details
Copy full SHA for bb5e804
View code at this point
Browse repository at this point
Don't load attributes from identity map when finding by id with identity map off.
devwout
authored and
jnunemaker
committed
a6c2aa7
View commit details
Copy full SHA for a6c2aa7
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.