12th
Hey, I'm Dima Sabanin and I love programming and I've been doing this since I was 10 years old. For the last 3 years I work with Rails.
I study Zen, I have a family with a small kid. This is my brain dump.
Email: sdmitry@gmail.com
Probably old news, but for those who don’t know - GitX - an awesome Git GUI client for Mac OS X.
History view, commit view - allows you not only to browse Git repository, but to commit stuff and split different changes in a single file into separate commits. Slick GUI too. Supports GitHub’s Gists ;-)
I’m sure everybody knows about it already, but in case you don’t: http://github.com/binarylogic/memory_usage_logger.
Adds amount of memory used by current process to every line of Rails log, so that you see how memory usage grows during the request processing. Should be very useful for tracking memory leaks.
Thanks to EngineYard for the link! Best hosting ever, as usual.
Installation instruction are in the header of the link. For the lazy it’s:
$ cd ~; wget [link]
$ echo 'source bash-git-completion.sh' >> ~/.bashrc
The script is just awesome, it’s very thorough and proivdes completion for commands, commands options, branch names, and all kinds of stuff.
The link to a file I posted points to my server, but if it’s down for some reason you can always get latest copy of this script at git contrib repository.