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
ruby_2.0
User selector
All users
All time
Commit history
Commits on Nov 25, 2012
Minor optimizations; memoize enum-build values and reduce iterations where possible
cheald
committed
12c131a
View commit details
Copy full SHA for 12c131a
View code at this point
Browse repository at this point
Skip dirty checks and assignments while loading from the DB; improves load times
cheald
committed
808cd4e
View commit details
Copy full SHA for 808cd4e
View code at this point
Browse repository at this point
Commits on Nov 3, 2012
Fix Ruby 2.0 breakage caused by behavior changes to #respond_to? - fixes #473
cheald
committed
eb232a9
View commit details
Copy full SHA for eb232a9
View code at this point
Browse repository at this point
Commits on Oct 22, 2012
Save typecast/uncast values and use those where possible, rather than recomputing them every time they're accessed.
Show description for 942003c
cheald
committed
942003c
View commit details
Copy full SHA for 942003c
View code at this point
Browse repository at this point
Commits on Oct 19, 2012
Eliminate a couple more extraneous block bindings
cheald
committed
400f4b3
View commit details
Copy full SHA for 400f4b3
View code at this point
Browse repository at this point
Don't iterate the whole cursor twice when using IdentityMap with #all. Improve performance by avoiding explicit block bindings, extraneous method calls, and extraneous array creation.
cheald
committed
ab77215
View commit details
Copy full SHA for ab77215
View code at this point
Browse repository at this point
Commits on Oct 2, 2012
Provide a fix for many associations not yielding to each in callbacks.
Show description for 9844b2a
gaffneyc
committed
9844b2a
View commit details
Copy full SHA for 9844b2a
View code at this point
Browse repository at this point
Commits on Oct 1, 2012
Support non-ObjectID ids being given to modifiers.
Show description for 73f30d9
gaffneyc
committed
73f30d9
View commit details
Copy full SHA for 73f30d9
View code at this point
Browse repository at this point
Commits on Sep 28, 2012
OoO fix and a method call savings for Time#from_mongo
cheald
committed
94e9825
View commit details
Copy full SHA for 94e9825
View code at this point
Browse repository at this point
Various performance fixes mostly related to avoid extraneous method invocation
cheald
committed
c4657ad
View commit details
Copy full SHA for c4657ad
View code at this point
Browse repository at this point
Commits on Sep 21, 2012
Optimization: _id just does this behind the scenes.
jnunemaker
committed
4c7419a
View commit details
Copy full SHA for 4c7419a
View code at this point
Browse repository at this point
Optimization: use key?
Show description for 6bc16b5
jnunemaker
committed
6bc16b5
View commit details
Copy full SHA for 6bc16b5
View code at this point
Browse repository at this point
Merge branch 'safe_accepts_hash' of https://github.com/balexand/mongomapper into balexand-safe_accepts_hash
jnunemaker
committed
08ef976
View commit details
Copy full SHA for 08ef976
View code at this point
Browse repository at this point
Merge branch 'embedded-callbacks-optional'
jnunemaker
committed
3f28a93
View commit details
Copy full SHA for 3f28a93
View code at this point
Browse repository at this point
Merge branch 'generator-parent-option' of https://github.com/bearded/mongomapper into bearded-generator-parent-option
jnunemaker
committed
3d302fa
View commit details
Copy full SHA for 3d302fa
View code at this point
Browse repository at this point
Merge branch 'bug/issue-421' of https://github.com/andrewtimberlake/mongomapper into andrewtimberlake-bug/issue-421
jnunemaker
committed
31c5b9a
View commit details
Copy full SHA for 31c5b9a
View code at this point
Browse repository at this point
Inherit connection and database name.
Show description for 6c1cb7c
jnunemaker
committed
6c1cb7c
View commit details
Copy full SHA for 6c1cb7c
View code at this point
Browse repository at this point
Rewrite part of the default key stuff
Show description for 5106f80
jnunemaker
committed
5106f80
View commit details
Copy full SHA for 5106f80
View code at this point
Browse repository at this point
Merge branch 'feature/initialize_defaults' of https://github.com/wpeterson/mongomapper into wpeterson-feature/initialize_defaults
jnunemaker
committed
684faf6
View commit details
Copy full SHA for 684faf6
View code at this point
Browse repository at this point
Only pass ssl key if present
jnunemaker
committed
bd6d20f
View commit details
Copy full SHA for bd6d20f
View code at this point
Browse repository at this point
Minor: formatting
jnunemaker
committed
65b04fd
View commit details
Copy full SHA for 65b04fd
View code at this point
Browse repository at this point
Added SSL connection support
danielbecker
authored and
jnunemaker
committed
b06b72b
View commit details
Copy full SHA for b06b72b
View code at this point
Browse repository at this point
Commits on Sep 17, 2012
Add automatic id generation when not set.
Show description for 182fb9f
Winfield Peterson
committed
182fb9f
View commit details
Copy full SHA for 182fb9f
View code at this point
Browse repository at this point
Initialize default values for all cases
Show description for 29bf264
Winfield Peterson
committed
29bf264
View commit details
Copy full SHA for 29bf264
View code at this point
Browse repository at this point
Commits on Sep 14, 2012
Only set defaults values on initialize()
Show description for 6ef7fd1
Winfield Peterson
committed
6ef7fd1
View commit details
Copy full SHA for 6ef7fd1
View code at this point
Browse repository at this point
Commits on Sep 12, 2012
Release 0.12.0
jnunemaker
committed
fb517ee
View commit details
Copy full SHA for fb517ee
View code at this point
Browse repository at this point
Add a note about identity map usage.
jnunemaker
committed
8cf29ce
View commit details
Copy full SHA for 8cf29ce
View code at this point
Browse repository at this point
Commits on Sep 7, 2012
test/fix for records with partial set of fields being added to identity map when using .each on Plucky::Query
darragh
committed
1bead1a
View commit details
Copy full SHA for 1bead1a
View code at this point
Browse repository at this point
Commits on Sep 1, 2012
Merge branch 'identity-map'
jnunemaker
committed
9cd9d3f
View commit details
Copy full SHA for 9cd9d3f
View code at this point
Browse repository at this point
Commits on Jul 27, 2012
Support for the new mongo hosts option format.
Show description for 505caec
jqr
committed
505caec
View commit details
Copy full SHA for 505caec
View code at this point
Browse repository at this point
Commits on Jul 21, 2012
Release 0.11.2.
Show description for 142aa68
jnunemaker
committed
142aa68
View commit details
Copy full SHA for 142aa68
View code at this point
Browse repository at this point
Commits on Jul 14, 2012
allow options hash to be passed to safe method
balexand
committed
d629a86
View commit details
Copy full SHA for d629a86
View code at this point
Browse repository at this point
Commits on Jul 9, 2012
Middleware is now optional as it turns IM on.
jnunemaker
committed
fad2ccc
View commit details
Copy full SHA for fad2ccc
View code at this point
Browse repository at this point
Update identity map middleware.
Show description for aaadd84
jnunemaker
committed
aaadd84
View commit details
Copy full SHA for aaadd84
View code at this point
Browse repository at this point
Always include IdentityMap, but disabled by default.
jnunemaker
committed
9f9a0a9
View commit details
Copy full SHA for 9f9a0a9
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.