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
rspec
User selector
All users
All time
Commit history
Commits on Jun 22, 2013
Big changes to load behavior to improve load speeds substantially.
Show description for 852639b
cheald
committed
852639b
View commit details
Copy full SHA for 852639b
View code at this point
Browse repository at this point
Commits on Mar 14, 2013
Fix test name conflict.
jnunemaker
committed
829c919
View commit details
Copy full SHA for 829c919
View code at this point
Browse repository at this point
Tweak the test helper requires.
jnunemaker
committed
6750c70
View commit details
Copy full SHA for 6750c70
View code at this point
Browse repository at this point
Commits on Mar 6, 2013
Update bundler and fix mocha dependency
José Valim
committed
65d6e2d
View commit details
Copy full SHA for 65d6e2d
View code at this point
Browse repository at this point
Commits on Jan 23, 2013
Added record_timestamps class var to the timestamps plugin
kamilbednarz
committed
7b72393
View commit details
Copy full SHA for 7b72393
View code at this point
Browse repository at this point
Commits on Dec 28, 2012
Change mode of executable files to 0644.
jnunemaker
committed
30e062c
View commit details
Copy full SHA for 30e062c
View code at this point
Browse repository at this point
Merge branch 'master' of https://github.com/nviennot/mongomapper into nviennot-master
jnunemaker
committed
c6a4c60
View commit details
Copy full SHA for c6a4c60
View code at this point
Browse repository at this point
Ensure sort order of documents when verifying in query test.
jnunemaker
committed
f8d078c
View commit details
Copy full SHA for f8d078c
View code at this point
Browse repository at this point
Merge branch 'query_methods_match_correct_docs' of https://github.com/balexand/mongomapper into balexand-query_methods_match_correct_docs
jnunemaker
committed
5711274
View commit details
Copy full SHA for 5711274
View code at this point
Browse repository at this point
Commits on Dec 25, 2012
Some source files were executable
Show description for b3f469d
nviennot
committed
b3f469d
View commit details
Copy full SHA for b3f469d
View code at this point
Browse repository at this point
Commits on Dec 7, 2012
Upgrade straggler connection references.
Show description for 68373a5
cheald
committed
68373a5
View commit details
Copy full SHA for 68373a5
View code at this point
Browse repository at this point
Merge archSeer's mongo 1.8 changes, bump dependencies.
cheald
committed
875e9a3
View commit details
Copy full SHA for 875e9a3
View code at this point
Browse repository at this point
Fix legacy mongo class names, that are in deprecation as of 1.8.0.
Show description for 8d1f3fd
Blaž Hrastnik
authored and
cheald
committed
8d1f3fd
View commit details
Copy full SHA for 8d1f3fd
View code at this point
Browse repository at this point
Commits on Nov 25, 2012
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 Oct 26, 2012
move delete and destroy methods to Querying::Decorator
balexand
committed
8ae7ce0
View commit details
Copy full SHA for 8ae7ce0
View code at this point
Browse repository at this point
if scope method is found and called in model, then don't raise NoMethodError
balexand
committed
3a78f04
View commit details
Copy full SHA for 3a78f04
View code at this point
Browse repository at this point
Commits on Oct 22, 2012
Correctly define _id as bson ordered hash.
Show description for 197c2f6
jnunemaker
committed
197c2f6
View commit details
Copy full SHA for 197c2f6
View code at this point
Browse repository at this point
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 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 21, 2012
Added document found assertion
jnunemaker
committed
80ed6de
View commit details
Copy full SHA for 80ed6de
View code at this point
Browse repository at this point
Change assert keys removed to just take document
jnunemaker
committed
6fb1b01
View commit details
Copy full SHA for 6fb1b01
View code at this point
Browse repository at this point
A few modifier test tweaks.
jnunemaker
committed
17badd6
View commit details
Copy full SHA for 17badd6
View code at this point
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
View code at this point
Browse repository at this point
Fixes tests for generators
leifcr
committed
b192a8e
View commit details
Copy full SHA for b192a8e
View code at this point
Browse repository at this point
Moving generator tests around.
Show description for 9b75659
jnunemaker
committed
9b75659
View commit details
Copy full SHA for 9b75659
View code at this point
Browse repository at this point
Move test helpers to support folder.
jnunemaker
committed
289c844
View commit details
Copy full SHA for 289c844
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
Fixes for ruby 1.8.
jnunemaker
committed
67b84ac
View commit details
Copy full SHA for 67b84ac
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
Previous
Next
You can’t perform that action at this time.