CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Sat, 23 Aug 2025 10:52:06 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20090829140708
location: https://web.archive.org/web/20090829140708/https://github.com/jnunemaker/mongomapper/tree/v0.3.3
server-timing: captures_list;dur=1.045775, exclusion.robots;dur=0.035709, exclusion.robots.policy;dur=0.014659, esindex;dur=0.019185, cdx.remote;dur=55.667792, LoadShardBlock;dur=339.200962, PetaboxLoader3.resolve;dur=147.548493, PetaboxLoader3.datanode;dur=158.828979
x-app-server: wwwb-app203
x-ts: 302
x-tr: 435
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
set-cookie: wb-p-SERVER=wwwb-app203; 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: Sat, 23 Aug 2025 10:52:08 GMT
content-type: text/html; charset=utf-8
x-archive-orig-server: nginx/0.6.26
x-archive-orig-date: Sat, 29 Aug 2009 14:07:06 GMT
x-archive-orig-connection: close
x-archive-orig-status: 200 OK
x-archive-orig-x-runtime: 533ms
x-archive-orig-etag: "3e668c64620f83459eb7343e8a4ba2c4"
x-archive-orig-cache-control: private, max-age=0, must-revalidate
x-archive-orig-content-length: 27666
x-archive-guessed-content-type: text/html
x-archive-guessed-charset: utf-8
memento-datetime: Sat, 29 Aug 2009 14:07:08 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate", ; rel="first memento"; datetime="Sat, 29 Aug 2009 14:07:08 GMT", ; rel="memento"; datetime="Sat, 29 Aug 2009 14:07:08 GMT", ; rel="next memento"; datetime="Sun, 06 Dec 2009 05:02:15 GMT", ; rel="last memento"; datetime="Fri, 15 Oct 2010 02:18:58 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_11_20090829124813_crawl100.gpg-c/52_11_20090829140707_crawl101.arc.gz
server-timing: captures_list;dur=0.701092, exclusion.robots;dur=0.029176, exclusion.robots.policy;dur=0.012247, esindex;dur=0.012184, cdx.remote;dur=11.050541, LoadShardBlock;dur=160.522148, PetaboxLoader3.datanode;dur=232.386593, PetaboxLoader3.resolve;dur=137.690272, load_resource;dur=218.400240
x-app-server: wwwb-app203
x-ts: 200
x-tr: 480
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.3.3 - 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 (

Run the following if you haven't already:
gem sources -a https://gems.github.com
Install the gem(s):
sudo gem install jnunemaker-mongomapper
Description: | Awesome gem for modeling your domain and storing it in mongo edit |
Homepage: | 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 | Sat Jul 18 22:35:12 -0700 2009 | Updated gitignore to ignore all *.gem files. [jnunemaker] |
![]() |
History | Loading commit data... ![]() |
|
![]() |
LICENSE | Fri May 22 16:20:23 -0700 2009 | Initial commit to mongo_mapper. [jnunemaker] |
![]() |
README.rdoc | Sun Jul 19 15:07:03 -0700 2009 | Corrected process for installing gem from master. [jnunemaker] |
![]() |
Rakefile | Sun Aug 16 08:38:30 -0700 2009 | Bumped the mongo ruby driver version to 0.11.1.... [jnunemaker] |
![]() |
VERSION | ||
![]() |
bin/ | Tue Jul 07 21:14:10 -0700 2009 | add examples Signed-off-by: David A. Cuadrado ... [David A. Cuadrado] |
![]() |
lib/ | ||
![]() |
mongomapper.gemspec | ||
![]() |
test/ |
README.rdoc
MongoMapper
Awesome gem for modeling your domain and storing it in mongo.
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, generate the updated gemspec, build the gem and install.
- rake gemspec
- gem build mongomapper.gemspec
- gem install the gem that was built
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.
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.
This feature is coming soon. Sit tight!