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
unit
on
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
View code at this point
Browse repository at this point
Commits on Jan 21, 2011
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
Merge branch 'refactor-associations' into rails3
Show description for 6211577
bkeepers
committed
6211577
View commit details
Copy full SHA for 6211577
View code at this point
Browse repository at this point
Commits on Jan 15, 2011
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 14, 2011
Merge branch 'master' into rails3
Show description for 5257b4d
bkeepers
committed
5257b4d
View commit details
Copy full SHA for 5257b4d
View code at this point
Browse repository at this point
Commits on Jan 13, 2011
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
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
Merge branch 'master' into rails3
Show description for 108510c
bkeepers
committed
108510c
View commit details
Copy full SHA for 108510c
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 Nov 20, 2010
Merge branch 'master' into rails3
Show description for de8f8f3
bkeepers
committed
de8f8f3
View commit details
Copy full SHA for de8f8f3
View code at this point
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
View code at this point
Browse repository at this point
Commits on Oct 11, 2010
Minor: remove stupid leftover.
jnunemaker
authored and
bkeepers
committed
6451acb
View commit details
Copy full SHA for 6451acb
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.
bkeepers
committed
7eb228e
View commit details
Copy full SHA for 7eb228e
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 Oct 2, 2010
Add :include option to serializable_hash
Show description for 405792d
bkeepers
committed
405792d
View commit details
Copy full SHA for 405792d
View code at this point
Browse repository at this point
Commits on Sep 30, 2010
Refactor #serializable_hash to call #serializable_hash on any objects returned from methods or embedded docs
bkeepers
committed
2e3f290
View commit details
Copy full SHA for 2e3f290
View code at this point
Browse repository at this point
Commits on Sep 26, 2010
Added XML serialization
bkeepers
committed
28c1d67
View commit details
Copy full SHA for 28c1d67
View code at this point
Browse repository at this point
Commits on Sep 23, 2010
Fix Binary.to_mongo test for mongo 1.9
bkeepers
committed
258eb9b
View commit details
Copy full SHA for 258eb9b
View code at this point
Browse repository at this point
Commits on Sep 12, 2010
Remove validation test that is inconsistent with Active Record
Show description for e3b4708
bkeepers
committed
e3b4708
View commit details
Copy full SHA for e3b4708
View code at this point
Browse repository at this point
Merge branch 'master' into rails3
Show description for e9d2bf5
bkeepers
committed
e9d2bf5
View commit details
Copy full SHA for e9d2bf5
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
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
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
Fix cloning of documents with loaded associations.
Show description for 7d81bc5
devwout
authored and
jnunemaker
committed
7d81bc5
View commit details
Copy full SHA for 7d81bc5
View code at this point
Browse repository at this point
Updated plucky dependency and BSON::ObjectID deprecations.
jnunemaker
committed
35c7c45
View commit details
Copy full SHA for 35c7c45
View code at this point
Browse repository at this point
Commits on Aug 9, 2010
Ensure that default _id only set if type can handle it (object id or string which may represent object id).
jnunemaker
committed
1166b65
View commit details
Copy full SHA for 1166b65
View code at this point
Browse repository at this point
Commits on Jul 30, 2010
Use ActiveSupport DescendantsTracker
bryckbost
committed
925b5ba
View commit details
Copy full SHA for 925b5ba
View code at this point
Browse repository at this point
Commits on Jul 7, 2010
Updating the emdedded document test validations for ActiveModel
bryckbost
committed
189fcb4
View commit details
Copy full SHA for 189fcb4
View code at this point
Browse repository at this point
Updating validates_inclusion_of to ActiveModel.
bryckbost
committed
7652a50
View commit details
Copy full SHA for 7652a50
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.