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.4.0
User selector
All users
All time
Commit history
Commits on Oct 2, 2009
Regenerated gemspec for version 0.4.0
jnunemaker
committed
8e93f13
View commit details
Copy full SHA for 8e93f13
Browse repository at this point
Version bump to 0.4.0
jnunemaker
committed
f6e9f1f
View commit details
Copy full SHA for f6e9f1f
Browse repository at this point
Added embedded document new? method back in. Not perfect but I have a plan and it is good enough for now.
jnunemaker
committed
d377019
View commit details
Copy full SHA for d377019
Browse repository at this point
Removing history file. Tired of maintaining it. Look at the log plz.
jnunemaker
committed
3228afa
View commit details
Copy full SHA for 3228afa
Browse repository at this point
Completed the transition to to_mongo/from_mongo from all the typecasting stuff. This means now you can use any famdamily class you want as a type as long as you define to_mongo/from_mongo class met…
Show description for 8fb3f3e
jnunemaker
committed
8fb3f3e
View commit details
Copy full SHA for 8fb3f3e
Browse repository at this point
Merge branch 'custom_types' of git://github.com/pietern/mongomapper into pietern/custom_types
Show description for 2794f00
jnunemaker
committed
2794f00
View commit details
Copy full SHA for 2794f00
Browse repository at this point
FIX : Documents that inherit from another document don't inherit the parent's class associations (pointcom)
jnunemaker
committed
1bf5f4b
View commit details
Copy full SHA for 1bf5f4b
Browse repository at this point
Minor: not that sleeps annoy me. Should probably stub time or something.
jnunemaker
committed
601b73b
View commit details
Copy full SHA for 601b73b
Browse repository at this point
Minor: style changes.
jnunemaker
committed
e2b540e
View commit details
Copy full SHA for e2b540e
Browse repository at this point
Removed array serializing. I have a different idea for that.
Show description for c0d5502
jnunemaker
committed
c0d5502
View commit details
Copy full SHA for c0d5502
Browse repository at this point
Basics of time zone support seem to be in and working.
jnunemaker
committed
68a5775
View commit details
Copy full SHA for 68a5775
Browse repository at this point
Add #save and #update_attributes to EmbeddedDocument
sandro
authored and
jnunemaker
committed
a564cf0
View commit details
Copy full SHA for a564cf0
Browse repository at this point
Rename _parent_document to _root_document
sandro
authored and
jnunemaker
committed
0fdd4ee
View commit details
Copy full SHA for 0fdd4ee
Browse repository at this point
Serialize arbitrary object within an Array key
Show description for 9ad5fe8
Dave Ott and Sandro Turriate
authored and
jnunemaker
committed
9ad5fe8
View commit details
Copy full SHA for 9ad5fe8
Browse repository at this point
validate_uniqueness_of has scope option
Durran Jordan and Sandro Turriate
authored and
jnunemaker
committed
c560a91
View commit details
Copy full SHA for c560a91
Browse repository at this point
Bumped version of mongodb-mongo to 0.14.1
jnunemaker
committed
b2888d9
View commit details
Copy full SHA for b2888d9
Browse repository at this point
Support Date keys for Embedded Documents
Show description for b84fb39
jnunemaker
committed
b84fb39
View commit details
Copy full SHA for b84fb39
Browse repository at this point
Adding parent reference to child embedded docs
Show description for 15ca223
jnunemaker
committed
15ca223
View commit details
Copy full SHA for 15ca223
Browse repository at this point
added features to make embedded document collections compatible with Rails resource_controller nested routes and normal ActiveRecord association_proxy behavior. added
Show description for 3e4e267
jnunemaker
committed
3e4e267
View commit details
Copy full SHA for 3e4e267
Browse repository at this point
Support for _parent_document tracking on EmbeddedDocuments added to a collection
Bodaniel Jeanes and Les Hill
authored and
jnunemaker
committed
0563315
View commit details
Copy full SHA for 0563315
Browse repository at this point
embedded document #new_record? support
Show description for 1bc21e4
jnunemaker
committed
1bc21e4
View commit details
Copy full SHA for 1bc21e4
Browse repository at this point
Embedded Documents can reference parent document
Show description for 50002a4
jnunemaker
committed
50002a4
View commit details
Copy full SHA for 50002a4
Browse repository at this point
Adds support for Date type that is not prone to timezone twitches
Bodaniel Jeanes and Les Hill
authored and
jnunemaker
committed
d9aef59
View commit details
Copy full SHA for d9aef59
Browse repository at this point
allowed the proxy object's methods to be called by #send
Jack Chen
authored and
jnunemaker
committed
550d0d6
View commit details
Copy full SHA for 550d0d6
Browse repository at this point
Inspect calls #inspect on document's attributes
Obie Fernandez and Sandro Turriate
authored and
jnunemaker
committed
6f12f3d
View commit details
Copy full SHA for 6f12f3d
Browse repository at this point
Commit for Sandro to test validations on embedded documents
durran
authored and
jnunemaker
committed
e5e4d82
View commit details
Copy full SHA for e5e4d82
Browse repository at this point
Commits on Sep 5, 2009
Also typecast if the value given is of the custom type.
pietern
committed
897aa2c
View commit details
Copy full SHA for 897aa2c
Browse repository at this point
Implemented support for custom data types. Define your own Mongo serialization methods on type class (i.e. Date#to_mongo and Date#from_mongo).
pietern
committed
9863e24
View commit details
Copy full SHA for 9863e24
Browse repository at this point
Commits on Aug 29, 2009
Regenerated gemspec for version 0.3.5
jnunemaker
committed
aac0baf
View commit details
Copy full SHA for aac0baf
Browse repository at this point
Version bump to 0.3.5
jnunemaker
committed
b089300
View commit details
Copy full SHA for b089300
Browse repository at this point
Updated history
jnunemaker
committed
36a2d43
View commit details
Copy full SHA for 36a2d43
Browse repository at this point
Added explicit order to #first test for as proxy.
jnunemaker
committed
82a1834
View commit details
Copy full SHA for 82a1834
Browse repository at this point
Updated to 0.14 version of mongo ruby driver.
jnunemaker
committed
30d5fa9
View commit details
Copy full SHA for 30d5fa9
Browse repository at this point
_type key automatically set if blank when document initialized.
jnunemaker
committed
711c6a3
View commit details
Copy full SHA for 711c6a3
Browse repository at this point
Minor: Order by something more predictable than $natural in test for many documents as proxy.
jnunemaker
committed
241d234
View commit details
Copy full SHA for 241d234
Browse repository at this point
Previous
Next
You can’t perform that action at this time.