CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Sun, 31 Aug 2025 07:48:49 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20100204200748
location: https://web.archive.org/web/20100204200748/https://github.com/jnunemaker/mongomapper
server-timing: captures_list;dur=0.573393, exclusion.robots;dur=0.023164, exclusion.robots.policy;dur=0.010494, esindex;dur=0.012681, cdx.remote;dur=9.362951, LoadShardBlock;dur=314.018350, PetaboxLoader3.datanode;dur=161.392834, PetaboxLoader3.resolve;dur=61.695933
x-app-server: wwwb-app210
x-ts: 302
x-tr: 355
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
set-cookie: wb-p-SERVER=wwwb-app210; 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: Sun, 31 Aug 2025 07:48:49 GMT
content-type: text/html; charset=utf-8
x-archive-orig-server: nginx/0.7.61
x-archive-orig-date: Thu, 04 Feb 2010 20:07:48 GMT
x-archive-orig-connection: close
x-archive-orig-status: 200 OK
x-archive-orig-etag: "54602a16f6e77c172cf6f1d633aff45b"
x-archive-orig-x-runtime: 104ms
x-archive-orig-content-length: 30732
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: Thu, 04 Feb 2010 20:07:48 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate", ; rel="first memento"; datetime="Mon, 03 Aug 2009 03:05:08 GMT", ; rel="prev memento"; datetime="Thu, 21 Jan 2010 14:46:48 GMT", ; rel="memento"; datetime="Thu, 04 Feb 2010 20:07:48 GMT", ; rel="next memento"; datetime="Tue, 02 Mar 2010 10:22:59 GMT", ; rel="last memento"; datetime="Sat, 16 Aug 2025 17:15:04 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: 51_14_20100204131212_crawl103-c/51_14_20100204200641_crawl101.arc.gz
server-timing: captures_list;dur=0.721022, exclusion.robots;dur=0.030324, exclusion.robots.policy;dur=0.012487, esindex;dur=0.014529, cdx.remote;dur=5.940303, LoadShardBlock;dur=126.081347, PetaboxLoader3.datanode;dur=102.974378, PetaboxLoader3.resolve;dur=140.732091, load_resource;dur=151.249215
x-app-server: wwwb-app210
x-ts: 200
x-tr: 378
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
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 master - GitHub
jnunemaker / mongomapper
- Source
- Commits
- Network (138)
- Issues (19)
- Downloads (33)
- Wiki (4)
- Graphs
-
Branch:
master
click here to add a description
click here to add a homepage
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
$ gem install mongo_mapper
Dependencies
- ActiveSupport (typically the latest version)
- Mongo Ruby Driver (mongo)
- My fork of the validatable gem (jnunemaker-validatable)
Documentation
Documentation is lacking right now because if you can’t look through the code right now and feel comfortable, this is probably too young for you to use. Wait til it stabilizes a bit more.
groups.google.com/group/mongomapper
More Info
Copyright
Copyright © 2009 John Nunemaker. See LICENSE for details.