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
lib
on
v0.4.1
User selector
All users
All time
Commit history
Commits on Oct 4, 2009
Merge branch 'clone' of git://github.com/dcu/mongomapper into dcu/clone
jnunemaker
committed
30f556d
View commit details
Copy full SHA for 30f556d
View code at this point
Browse repository at this point
Allow defining per_page class method to set pagination on document just like will paginate. (leshill)
jnunemaker
committed
154cd19
View commit details
Copy full SHA for 154cd19
View code at this point
Browse repository at this point
validates_uniqueness_of with scope can now take one or more fields to scope to.
jnunemaker
committed
379ce23
View commit details
Copy full SHA for 379ce23
View code at this point
Browse repository at this point
Removed pathname require as it is no longer being used.
jnunemaker
committed
80b2a26
View commit details
Copy full SHA for 80b2a26
View code at this point
Browse repository at this point
Removing explicit dir from requires.
jnunemaker
committed
23c11e6
View commit details
Copy full SHA for 23c11e6
View code at this point
Browse repository at this point
Commits on Oct 3, 2009
Alphabetized the support classes by name. I have a problem.
jnunemaker
committed
d04d75e
View commit details
Copy full SHA for d04d75e
View code at this point
Browse repository at this point
API CHANGE: To change a document's collection, you should now use set_collection_name instead of collection. Collection now lazy loads from collection name to make another step towards loading thin…
Show description for 33328e2
jnunemaker
committed
33328e2
View commit details
Copy full SHA for 33328e2
View code at this point
Browse repository at this point
Checking nil in to_utc_time so nil doesn't bomb
jnunemaker
committed
0c43023
View commit details
Copy full SHA for 0c43023
View code at this point
Browse repository at this point
Making the database loading more lazy to help with the Rails boot process.
jnunemaker
committed
2f3484b
View commit details
Copy full SHA for 2f3484b
View code at this point
Browse repository at this point
Moved functional embedded doc tests out of document functional test.
jnunemaker
committed
d34bb78
View commit details
Copy full SHA for d34bb78
View code at this point
Browse repository at this point
Beefed up tests for to/from mongo. Refactored attributes and to_mongo.
jnunemaker
committed
546d6b3
View commit details
Copy full SHA for 546d6b3
View code at this point
Browse repository at this point
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
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
Bumped version of mongodb-mongo to 0.14.1
jnunemaker
committed
b2888d9
View commit details
Copy full SHA for b2888d9
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
Adding parent reference to child embedded docs
Show description for 15ca223
jnunemaker
committed
15ca223
View commit details
Copy full SHA for 15ca223
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
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
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 Oct 1, 2009
Add scoping to validates_uniqueness_of.
seancribbs
committed
86157b7
View commit details
Copy full SHA for 86157b7
View code at this point
Browse repository at this point
Commits on Sep 24, 2009
method to clone a document
Show description for ff3c293
dcu
committed
ff3c293
View commit details
Copy full SHA for ff3c293
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
Previous
Next
You can’t perform that action at this time.