Interesting
- Git 1.7.8 is out!
- We have a new gong in the office!
- When using
Timecop.timetravel in your tests, make sure that you use before setting up your test data. Otherwise the data could potentially be created before that time existed! git whatchanged gives you a normal git log with a list of changed files.
Help
- Rails console history is crazy! On opening a new session, and pressing up for history, random data appears from history, many eons ago. Two files are written to with each rails command -> irb_history and irb-history. Any idea what’s going? Some people think that it might the interaction with wirble.
re: `git whatchanged` – i like `git log –stat` better, personally. shows how many lines were added/removed (relatively), as well.
December 15, 2011 at 2:50 am