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 (
rebase /
| name | age | message | |
|---|---|---|---|
| |
.gitignore | ||
| |
README.textile | ||
| |
Rakefile | ||
| |
app/ | ||
| |
config/ | ||
| |
db/ | ||
| |
doc/ | ||
| |
lib/ | ||
| |
log/ | ||
| |
public/ | ||
| |
script/ | ||
| |
test/ | ||
| |
vendor/ |
README.textile
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:
http://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/serverand 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.








