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

Latest commit

 

History

History
21 lines (15 loc) · 552 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 552 Bytes

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