CARVIEW |
Select Language
HTTP/2 200
server: nginx
date: Wed, 23 Jul 2025 14:28:19 GMT
content-type: text/html; charset=utf-8
x-archive-orig-server: nginx/0.6.26
x-archive-orig-date: Sun, 01 Feb 2009 04:32:02 GMT
x-archive-orig-connection: close
x-archive-orig-status: 200 OK
x-archive-orig-x-runtime: 102ms
x-archive-orig-etag: "826163a0e7fc1be472d54399df7ffa6f"
x-archive-orig-cache-control: private, max-age=0, must-revalidate
x-archive-orig-content-length: 21019
x-archive-guessed-content-type: text/html
x-archive-guessed-charset: utf-8
memento-datetime: Sun, 01 Feb 2009 04:32:02 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate", ; rel="first memento"; datetime="Wed, 29 Oct 2008 20:00:41 GMT", ; rel="prev memento"; datetime="Tue, 18 Nov 2008 18:16:35 GMT", ; rel="memento"; datetime="Sun, 01 Feb 2009 04:32:02 GMT", ; rel="next memento"; datetime="Tue, 03 Feb 2009 23:26:48 GMT", ; rel="last memento"; datetime="Sun, 21 Jun 2009 10:46:11 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_8_20090201014738_crawl103-c/52_8_20090201043201_crawl101.arc.gz
server-timing: captures_list;dur=0.706885, exclusion.robots;dur=0.023723, exclusion.robots.policy;dur=0.011584, esindex;dur=0.014359, cdx.remote;dur=93.213858, LoadShardBlock;dur=570.740378, PetaboxLoader3.resolve;dur=494.440632, PetaboxLoader3.datanode;dur=650.400974, load_resource;dur=596.803732
x-app-server: wwwb-app216
x-ts: 200
x-tr: 1350
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=1
set-cookie: SERVER=wwwb-app216; 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=()
content-encoding: gzip
qrush's rebase at master - 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 (

Description: | A weekly update about GitHub! |
Homepage: | https://github.com/blog |
Clone URL: |
git://github.com/qrush/rebase.git
Give this clone URL to anyone.
git clone git://github.com/qrush/rebase.git
|
commit 12cb781a085a18862c56d71a44232ff2d8ef32c0
tree c005257dc25d526605fc1ddeb93144c35388393f
parent 593a67b48f02f072368d1aa476972cbe641d3f29
tree c005257dc25d526605fc1ddeb93144c35388393f
parent 593a67b48f02f072368d1aa476972cbe641d3f29
rebase /
Rebase
I’m using this little Rails app to create my weekly column, the GitHub Rebase! Don’t run this app on a server, that would be really dumb. Using the app is simple. I’ve abstracted most of the dirty work out to Rails tasks. Here’s how a normal workflow goes:
- Find a good stopping point to stop ripping data. Something like:
https://github.com/timeline.atom?page=1250
- Download RSS files with
rake rebase:rip stop=1250
- Parse files with
rake rebase:parse stop=1250
- Fire up the server with
script/server
and check out your pretty graphs.
There’s a few other rake tasks available to help out too, do a rake -T | grep rebase
to see them all. If you’ve got any questions about the app feel free to bug me.
This feature is coming soon. Sit tight!