Diff’ing two rails releases

This is so easy, and really is just basic git:


git clone http://github.com/rails/rails.git
cd rails 
git diff -r v2.3.2 v2.3.5

and you’ve got a diff of 2.3.2 versus 2.3.5. Enjoy!