Skip to content
This repository has been archived by the owner on Nov 10, 2023. It is now read-only.

railsdiff/api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RailsDiff API

This app serves the data for railsdiff.org. It does so by reporting its known versions at the /versions path, and with diffs at the /:source/:target path. And, those diffs are generated on the fly from the generated Rails apps included in this app.

Generating files

This project makes extensive use of Rake. The default task generates all the missing generated Rails apps:

rake

But, each generated Rails app can be independently [re]generated:

rake generated/v3.0.0/v4.0.0.beta1