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
faster_read_keys
User selector
All users
All time
Commit history
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
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
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
Browse repository at this point
Commits on Oct 3, 2012
Merge pull request #462 from jnunemaker/association-each-not-yielding
Show description for d1eb6bc
greatuserongithub
committed
d1eb6bc
View commit details
Copy full SHA for d1eb6bc
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
Browse repository at this point
Merge pull request #459 from jnunemaker/support-string-ids-in-modifiers
Show description for e3521dc
greatuserongithub
committed
e3521dc
View commit details
Copy full SHA for e3521dc
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
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
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
Browse repository at this point
Commits on Sep 21, 2012
Added document found assertion
jnunemaker
committed
80ed6de
View commit details
Copy full SHA for 80ed6de
Browse repository at this point
Change assert keys removed to just take document
jnunemaker
committed
6fb1b01
View commit details
Copy full SHA for 6fb1b01
Browse repository at this point
A few modifier test tweaks.
jnunemaker
committed
17badd6
View commit details
Copy full SHA for 17badd6
Browse repository at this point
Use a bson ordered hash to fix 1.8.7/ree.
jnunemaker
committed
b12af57
View commit details
Copy full SHA for b12af57
Browse repository at this point
Merge pull request #453 from leifcr/test_generator_fix
Show description for 62f8183
greatuserongithub
committed
62f8183
View commit details
Copy full SHA for 62f8183
Browse repository at this point
Fixes tests for generators
leifcr
committed
b192a8e
View commit details
Copy full SHA for b192a8e
Browse repository at this point
Moving generator tests around.
Show description for 9b75659
jnunemaker
committed
9b75659
View commit details
Copy full SHA for 9b75659
Browse repository at this point
Move test helpers to support folder.
jnunemaker
committed
289c844
View commit details
Copy full SHA for 289c844
Browse repository at this point
Optimization: _id just does this behind the scenes.
jnunemaker
committed
4c7419a
View commit details
Copy full SHA for 4c7419a
Browse repository at this point
Optimization: use key?
Show description for 6bc16b5
jnunemaker
committed
6bc16b5
View commit details
Copy full SHA for 6bc16b5
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
Browse repository at this point
Merge branch 'embedded-callbacks-optional'
jnunemaker
committed
3f28a93
View commit details
Copy full SHA for 3f28a93
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
Browse repository at this point
Fixes for ruby 1.8.
jnunemaker
committed
67b84ac
View commit details
Copy full SHA for 67b84ac
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
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
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
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
Browse repository at this point
Only pass ssl key if present
jnunemaker
committed
bd6d20f
View commit details
Copy full SHA for bd6d20f
Browse repository at this point
Minor: formatting
jnunemaker
committed
65b04fd
View commit details
Copy full SHA for 65b04fd
Browse repository at this point
test case for active SSL config
aledalgrande
authored and
jnunemaker
committed
60483b9
View commit details
Copy full SHA for 60483b9
Browse repository at this point
fixed tests broken by the SSL change
aledalgrande
authored and
jnunemaker
committed
a3e0c22
View commit details
Copy full SHA for a3e0c22
Browse repository at this point
Added SSL connection support
danielbecker
authored and
jnunemaker
committed
b06b72b
View commit details
Copy full SHA for b06b72b
Browse repository at this point
Merge pull request #451 from wpeterson/bug/travis_build
Show description for 0506756
greatuserongithub
committed
0506756
View commit details
Copy full SHA for 0506756
Browse repository at this point
Commits on Sep 20, 2012
Declare TravisCI mongo service dependency.
Show description for ad20a8c
Winfield Peterson
committed
ad20a8c
View commit details
Copy full SHA for ad20a8c
Browse repository at this point
Commits on Sep 19, 2012
Declare TravisCI mongo service dependency.
Show description for 20838ca
Winfield Peterson
committed
20838ca
View commit details
Copy full SHA for 20838ca
Browse repository at this point
Previous
Next
You can’t perform that action at this time.