GitHub - railsdiff/api: Legacy API for http://railsdiff.org data
This repository was archived by the owner on Nov 10, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
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:
But, each generated Rails app can be independently [re]generated:
rake generated/v3.0.0/v4.0.0.beta1