One of the great things about developing Rails applications is that you don’t have to restart the server to test every change that you have made in your code. Still, there are cases when you may need to restart the server, but may face troubles trying to stop it, especially if you have your project server is started as a demon.
Continue readingTag: server
iTerm is a really great terminal replacement that I really like to use. One feature that I wanted to have after my migration from Windows to OS X is the ability to jump between words in the command line, and not having to go through the whole line character by character. It turns out that this is possible quite easily and without much pain and effort from your side. You do not need to pay 1 BTC to Apple to get this working. You only need to make a few keystroke changes in your iTerm preferences and you are done. Continue reading