CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Fri, 22 Aug 2025 07:23:20 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20091206050306
location: https://web.archive.org/web/20091206050306/https://github.com/jnunemaker/mongomapper/tree/v0.5.4
server-timing: captures_list;dur=4.270309, exclusion.robots;dur=0.032021, exclusion.robots.policy;dur=0.015507, esindex;dur=0.026913, cdx.remote;dur=66.267706, LoadShardBlock;dur=313.915324, PetaboxLoader3.datanode;dur=211.667457, PetaboxLoader3.resolve;dur=66.208298
x-app-server: wwwb-app204
x-ts: 302
x-tr: 461
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=1
set-cookie: wb-p-SERVER=wwwb-app204; path=/
x-location: All
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
HTTP/2 200
server: nginx
date: Fri, 22 Aug 2025 07:23:21 GMT
content-type: text/html; charset=utf-8
x-archive-orig-server: nginx/0.7.61
x-archive-orig-date: Sun, 06 Dec 2009 05:03:04 GMT
x-archive-orig-connection: close
x-archive-orig-status: 200 OK
x-archive-orig-etag: "77813fb6355fce49fb4428251ab4903d"
x-archive-orig-x-runtime: 84ms
x-archive-orig-content-length: 32046
x-archive-orig-cache-control: private, max-age=0, must-revalidate
x-archive-guessed-content-type: text/html
x-archive-guessed-charset: utf-8
memento-datetime: Sun, 06 Dec 2009 05:03:06 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate", ; rel="first memento"; datetime="Sun, 06 Dec 2009 05:03:06 GMT", ; rel="memento"; datetime="Sun, 06 Dec 2009 05:03:06 GMT", ; rel="next memento"; datetime="Sat, 06 Feb 2010 03:09:20 GMT", ; rel="last memento"; datetime="Fri, 15 Oct 2010 00:31:30 GMT"
content-security-policy: default-src 'self' 'unsafe-eval' 'unsafe-inline' data: blob: archive.org web.archive.org web-static.archive.org wayback-api.archive.org athena.archive.org analytics.archive.org pragma.archivelab.org wwwb-events.archive.org
x-archive-src: 52_13_20091206042527_crawl101-c/52_13_20091206050012_crawl101.arc.gz
server-timing: captures_list;dur=0.599774, exclusion.robots;dur=0.024422, exclusion.robots.policy;dur=0.011722, esindex;dur=0.014129, cdx.remote;dur=19.824713, LoadShardBlock;dur=197.743503, PetaboxLoader3.datanode;dur=108.146608, PetaboxLoader3.resolve;dur=508.637743, load_resource;dur=516.923582
x-app-server: wwwb-app204
x-ts: 200
x-tr: 819
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=1
x-location: All
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
content-encoding: gzip
jnunemaker's mongomapper at v0.5.4 - GitHub
This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (

This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (

Description: | Awesome gem for modeling your domain and storing it in mongo edit |
Homepage: | https://mongomapper.com edit |
Public Clone URL: |
git://github.com/jnunemaker/mongomapper.git
Give this clone URL to anyone.
git clone git://github.com/jnunemaker/mongomapper.git
|
Your Clone URL: |
Use this clone URL yourself.
git clone git@github.com:jnunemaker/mongomapper.git
|
name | age | message | |
---|---|---|---|
![]() |
.gitignore | Wed Oct 07 16:52:22 -0700 2009 | Added tmp to git ignore. [jnunemaker] |
![]() |
LICENSE | Fri May 22 16:20:23 -0700 2009 | Initial commit to mongo_mapper. [jnunemaker] |
![]() |
README.rdoc | Sun Oct 11 09:43:31 -0700 2009 | Updated readme to note that I'm only releasing ... [jnunemaker] |
![]() |
Rakefile | Sun Oct 11 13:53:36 -0700 2009 | Updated jnunemaker-validatable dependency versi... [jnunemaker] |
![]() |
VERSION | Sun Oct 11 18:26:33 -0700 2009 | Version bump to 0.5.4 [jnunemaker] |
![]() |
bin/ | Tue Oct 06 20:12:53 -0700 2009 | Renaming gem to fit conventions. MongoMapper mo... [jnunemaker] |
![]() |
lib/ | Loading commit data... ![]() |
|
![]() |
mongo_mapper.gemspec | Sun Oct 11 18:26:38 -0700 2009 | Regenerated gemspec for version 0.5.4 [jnunemaker] |
![]() |
specs.watchr | Wed Oct 07 19:14:29 -0700 2009 | Added a watchr (gem install watchr) to make con... [jnunemaker] |
![]() |
test/ |
README.rdoc
MongoMapper
Awesome gem for modeling your domain and storing it in mongo.
Releases are tagged on github and released on gemcutter. Master is pushed to whenever I add a patch or a new feature, but I do not release a new gem version each time I push.
Note on Patches/Pull Requests
- Fork the project.
- Make your feature addition or bug fix.
- Add tests for it. This is important so I don’t break it in a future version unintentionally.
- Commit, do not mess with rakefile, version, or history. (if you want to have your own version, that is fine but bump version in a commit by itself in another branch so I can ignore when I pull)
- Send me a pull request. Bonus points for topic branches.
Install
MongoMapper is only released on gemcutter. To install, you can setup gemcutter as your default gem source.
$ gem install gemcutter $ gem tumble
Then you can install MM:
$ gem install mongo_mapper
You can also just declare the source:
$ gem install mongo_mapper -s https://gemcutter.org
Dependencies
- ActiveSupport (typically the latest version)
- Mongo Ruby Driver (mongo)
- My fork of the validatable gem (jnunemaker-validatable)
Documentation
rdoc.info/projects/jnunemaker/mongomapper
More Info
You can learn more about mongo here: www.mongodb.org/
You can learn more about the mongo ruby driver here: github.com/mongodb/mongo-ruby-driver/tree/master
Copyright
Copyright © 2009 John Nunemaker. See LICENSE for details.
This feature is coming soon. Sit tight!