Skip to content

webmstk/rusrails

 
 

Repository files navigation

Diffs

q: How can I see diffs in bottom files by https://github.com/lifo/docrails/compare link, when there are too many files
a: I am afraid we cannot show large diffs. You can see it locally though. /Petros Amiridis (GitHub Staff)/

Поэтому в помощь форк docrails. Инструкция по форкам
А затем берем дифф по отдельному файлу: git diff fa159d317611d1fe5b48 — ./railties/guides/source/getting_started.textile >> gettin.diff

Так как директорию с руководствами перенесли в корень, чтобы получить нормальный дифф, нужно:

- вернуть ее обратно git mv guides/ railties/
- получить дифф
- ресетнуть git reset —hard

About

Ruby on Rails по-русски

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Ruby 70.9%
  • HTML 18.6%
  • CSS 6.0%
  • Shell 2.5%
  • CoffeeScript 1.3%
  • JavaScript 0.7%