CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Fri, 05 Sep 2025 17:01:40 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20100206024300
location: https://web.archive.org/web/20100206024300/https://github.com/jnunemaker/mongomapper/tree/v0.1.2
server-timing: captures_list;dur=1.035914, exclusion.robots;dur=0.031766, exclusion.robots.policy;dur=0.013661, esindex;dur=0.018854, cdx.remote;dur=45.632292, LoadShardBlock;dur=681.166429, PetaboxLoader3.datanode;dur=186.200369, PetaboxLoader3.resolve;dur=327.619381
x-app-server: wwwb-app220
x-ts: 302
x-tr: 783
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=1
set-cookie: wb-p-SERVER=wwwb-app220; 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, 05 Sep 2025 17:01:41 GMT
content-type: text/html; charset=utf-8
x-archive-orig-server: nginx/0.7.61
x-archive-orig-date: Sat, 06 Feb 2010 02:43:00 GMT
x-archive-orig-connection: close
x-archive-orig-status: 200 OK
x-archive-orig-etag: "b1e53411cedd3883b73d36ae749f7bb1"
x-archive-orig-x-runtime: 113ms
x-archive-orig-content-length: 26593
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: Sat, 06 Feb 2010 02:43:00 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate", ; rel="first memento"; datetime="Sat, 12 Sep 2009 22:23:26 GMT", ; rel="prev memento"; datetime="Sat, 23 Jan 2010 14:59:08 GMT", ; rel="memento"; datetime="Sat, 06 Feb 2010 02:43:00 GMT", ; rel="next memento"; datetime="Sun, 14 Feb 2010 12:14:19 GMT", ; rel="last memento"; datetime="Fri, 15 Oct 2010 02:18:43 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_14_20100206015039_crawl100-c/52_14_20100206024240_crawl101.arc.gz
server-timing: captures_list;dur=0.702817, exclusion.robots;dur=0.031490, exclusion.robots.policy;dur=0.013478, esindex;dur=0.014592, cdx.remote;dur=72.878748, LoadShardBlock;dur=510.053873, PetaboxLoader3.datanode;dur=143.306579, PetaboxLoader3.resolve;dur=258.921478, load_resource;dur=278.757747
x-app-server: wwwb-app220
x-ts: 200
x-tr: 946
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 v0.1.2 - GitHub
jnunemaker / mongomapper
- Source
- Commits
- Network (139)
- Downloads (33)
- Wiki (4)
- Graphs
-
Tag:
v0.1.2
click here to add a description
click here to add a homepage
name | age | message | |
---|---|---|---|
![]() |
.gitignore | Loading commit data... ![]() |
|
![]() |
History | ||
![]() |
LICENSE | Fri May 22 16:20:23 -0700 2009 | Initial commit to mongo_mapper. [jnunemaker] |
![]() |
README.rdoc | ||
![]() |
Rakefile | ||
![]() |
VERSION | ||
![]() |
lib/ | ||
![]() |
mongomapper.gemspec | ||
![]() |
test/ |
README.rdoc
MongoMapper
Awesome gem for modeling your domain and storing it in mongo.
Note on Releases
Releases are tagged on github and also released as gems on github and rubyforge. Master is pushed to whenever I add a patch or a new feature. To build from master, you can clone the code and run ‘rake install’ to install the gem.
Note on Patches/Pull Requests
- Fork the project.
- Make your feature addition or bug fix.
- 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 I can ignore when I pull)
- Send me a pull request. Bonus points for topic branches.
Dependencies
- ActiveSupport (activesupport)
- Mongo Ruby Driver (mongodb-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.