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
v0.4.0
User selector
All users
All time
Commit history
Commits on Oct 2, 2009
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
View code at this point
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
View code at this point
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
View code at this point
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
View code at this point
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
View code at this point
Browse repository at this point
Minor: style changes.
jnunemaker
committed
e2b540e
View commit details
Copy full SHA for e2b540e
View code at this point
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
View code at this point
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
View code at this point
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
View code at this point
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
View code at this point
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
View code at this point
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
View code at this point
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
View code at this point
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
View code at this point
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
View code at this point
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
View code at this point
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
View code at this point
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
View code at this point
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
View code at this point
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
View code at this point
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
View code at this point
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
View code at this point
Browse repository at this point
Commits on Aug 29, 2009
Added explicit order to #first test for as proxy.
jnunemaker
committed
82a1834
View commit details
Copy full SHA for 82a1834
View code at this point
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
View code at this point
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
View code at this point
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
View code at this point
Browse repository at this point
Commits on Aug 28, 2009
Whitespace stuff.
jnunemaker
committed
769aaee
View commit details
Copy full SHA for 769aaee
View code at this point
Browse repository at this point
refactored tests to be more clear
Show description for ce38c83
dcu
authored and
jnunemaker
committed
ce38c83
View commit details
Copy full SHA for ce38c83
View code at this point
Browse repository at this point
implemented has_many :as relationship
Show description for 093bb47
dcu
authored and
jnunemaker
committed
093bb47
View commit details
Copy full SHA for 093bb47
View code at this point
Browse repository at this point
to_json now includes embedded documents and dynamic attributes by default. Yay!
jnunemaker
committed
6c1259a
View commit details
Copy full SHA for 6c1259a
View code at this point
Browse repository at this point
Moved to regex matches for json serialization so order of keys doesn't matter.
jnunemaker
committed
f964b44
View commit details
Copy full SHA for f964b44
View code at this point
Browse repository at this point
Commits on Aug 16, 2009
Switched to foreign_key from belongs_to_key_name.
jnunemaker
committed
842cfbb
View commit details
Copy full SHA for 842cfbb
View code at this point
Browse repository at this point
Removed all magic keys. You now have to declare belongs_to and polymorphic keys in your model. They do not happen automatically behind the scenes. Fixes #57.
Show description for 2610cc3
jnunemaker
committed
2610cc3
View commit details
Copy full SHA for 2610cc3
View code at this point
Browse repository at this point
Timestamps are now optional. To use them add timestamps! to your model.
Show description for 2b588c7
jnunemaker
committed
2b588c7
View commit details
Copy full SHA for 2b588c7
View code at this point
Browse repository at this point
Changed item_order to position in tests and some minor whitespace.
jnunemaker
committed
1839629
View commit details
Copy full SHA for 1839629
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.