CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Fri, 05 Sep 2025 00:38:37 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20100206023459
location: https://web.archive.org/web/20100206023459/https://github.com/jnunemaker/mongomapper/tree/v0.5.3
server-timing: captures_list;dur=2.127010, exclusion.robots;dur=0.024062, exclusion.robots.policy;dur=0.009712, esindex;dur=0.011541, cdx.remote;dur=29.879317, LoadShardBlock;dur=356.390215, PetaboxLoader3.datanode;dur=105.911672, PetaboxLoader3.resolve;dur=58.841031
x-app-server: wwwb-app220
x-ts: 302
x-tr: 479
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
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 00:38:38 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:34:59 GMT
x-archive-orig-connection: close
x-archive-orig-status: 200 OK
x-archive-orig-etag: "df779b21f6c92c44514b5276ce4cac0d"
x-archive-orig-x-runtime: 130ms
x-archive-orig-content-length: 30046
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:34:59 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate", ; rel="first memento"; datetime="Sun, 06 Dec 2009 05:03:00 GMT", ; rel="prev memento"; datetime="Sun, 24 Jan 2010 05:12:26 GMT", ; rel="memento"; datetime="Sat, 06 Feb 2010 02:34:59 GMT", ; rel="next memento"; datetime="Sun, 11 Apr 2010 01:08:14 GMT", ; rel="last memento"; datetime="Fri, 15 Oct 2010 01:29:23 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_20100206023419_crawl101.arc.gz
server-timing: captures_list;dur=0.602692, exclusion.robots;dur=0.021446, exclusion.robots.policy;dur=0.009138, esindex;dur=0.013303, cdx.remote;dur=20.268377, LoadShardBlock;dur=95.002934, PetaboxLoader3.datanode;dur=108.668346, PetaboxLoader3.resolve;dur=163.314000, load_resource;dur=234.744616
x-app-server: wwwb-app220
x-ts: 200
x-tr: 425
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.5.3 - GitHub
jnunemaker / mongomapper
- Source
- Commits
- Network (139)
- Downloads (33)
- Wiki (4)
- Graphs
-
Tag:
v0.5.3
click here to add a description
click here to add a homepage
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 13:52:48 -0700 2009 | Version bump to 0.5.3 [jnunemaker] |
![]() |
bin/ | Tue Oct 06 20:12:53 -0700 2009 | Renaming gem to fit conventions. MongoMapper mo... [jnunemaker] |
![]() |
lib/ | Sun Oct 11 13:34:05 -0700 2009 | Because :index => true and ensure_index do not ... [jnunemaker] |
![]() |
mongo_mapper.gemspec | Sun Oct 11 14:02:08 -0700 2009 | Regenerated gemspec for version 0.5.3 [jnunemaker] |
![]() |
specs.watchr | Wed Oct 07 19:14:29 -0700 2009 | Added a watchr (gem install watchr) to make con... [jnunemaker] |
![]() |
test/ | Loading commit data... ![]() |
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.