HTTP/2 302
server: nginx
date: Fri, 01 Aug 2025 15:11:14 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20090225233125
location: https://web.archive.org/web/20090225233125/https://www.merbivore.com/
server-timing: captures_list;dur=0.754379, exclusion.robots;dur=0.032181, exclusion.robots.policy;dur=0.013836, esindex;dur=0.015274, cdx.remote;dur=42.610271, LoadShardBlock;dur=502.045538, PetaboxLoader3.datanode;dur=149.094628, PetaboxLoader3.resolve;dur=114.125174
x-app-server: wwwb-app222
x-ts: 302
x-tr: 595
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
set-cookie: SERVER=wwwb-app222; 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, 01 Aug 2025 15:11:15 GMT
content-type: text/html
x-archive-orig-server: nginx/0.6.1
x-archive-orig-date: Wed, 25 Feb 2009 23:31:25 GMT
x-archive-orig-content-length: 6934
x-archive-orig-last-modified: Tue, 23 Dec 2008 20:29:11 GMT
x-archive-orig-connection: close
x-archive-orig-expires: Thu, 31 Dec 2037 23:55:55 GMT
x-archive-orig-cache-control: max-age=315360000
x-archive-orig-accept-ranges: bytes
x-archive-guessed-content-type: text/html
x-archive-guessed-charset: utf-8
memento-datetime: Wed, 25 Feb 2009 23:31:25 GMT
link:
; rel="original",
; rel="timemap"; type="application/link-format",
; rel="timegate",
; rel="first memento"; datetime="Tue, 09 Jan 2007 16:51:09 GMT",
; rel="prev memento"; datetime="Wed, 18 Feb 2009 18:42:23 GMT",
; rel="memento"; datetime="Wed, 25 Feb 2009 23:31:25 GMT",
; rel="next memento"; datetime="Fri, 27 Feb 2009 09:45:21 GMT",
; rel="last memento"; datetime="Mon, 28 Dec 2020 05:37:01 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_8_20090225200913_crawl100-c/51_8_20090225233013_crawl103.arc.gz
server-timing: captures_list;dur=0.715157, exclusion.robots;dur=0.023847, exclusion.robots.policy;dur=0.010420, esindex;dur=0.015758, cdx.remote;dur=51.484976, LoadShardBlock;dur=123.928746, PetaboxLoader3.datanode;dur=108.692836, PetaboxLoader3.resolve;dur=126.607371, load_resource;dur=119.758967
x-app-server: wwwb-app222
x-ts: 200
x-tr: 333
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
Merb | Looking for a hacker's framework?
All you need... nil you don't.
Built for speed.
Enjoy the performance of a framework that was engineered from the ground up to run at blazing speeds. Read More
Lightweight.
Too much unnecessary code wearing you down? Discover the advantages of a leaner, meaner codebase. Read More
Powerful.
Despite its small footprint, Merb's flexibility empowers developers to build and choose their own tools. Read More
Faster, Lighter, More Agile.
Merb is an MVC framework that is ORM-agnostic, JavaScript library agnostic, and template language agnostic, preferring plugins that add in support for a particular feature rather than trying to produce a monolithic library with everything in the core. In fact, this is a guiding principle of the project, which has led to third-party support for the ActiveRecord , DataMapper , and Sequel ORMs.
In addition, it means that the core code in Merb is kept simple and well organized. This has multiple benefits. It means it’s faster for one thing. It’s also easier to understand, maintain and extend.
Merb is already packed with good stuff; flexible routing, gem plugins, the provides API, part and mail controllers etc. To get a better idea check out the features.
Or if you’re feeling impatient, just get to it and install Merb!
Install it
$ sudo gem install merb
Generate & Run
$ merb-gen app my_application $ cd my_application $ merb