- AutoRefresh your browser whenever you hit save.: Refresh 'em as you change the code!
- Require Using Expanded Path: use of require with and without File.expand_path is different as the former will only require once while the latter might require multiple times!
Actually, the other way around for expand_path: When you use an absolute path, Ruby will know that file has been loaded all the time, while relative paths might end up being loaded several times.
ReplyDelete@Christoph, yes, you are right.
ReplyDelete