I wonder why it feels harder to spend 500 Euro in this

than this

Any thoughts? :)
The files live in this folder (at least on Windows 7 and possibly 8):
C:\Users\void\AppData\Roaming\MinerWars\Saves
If you use the standalone client, the files will be inside PUBLIC. If you are using STEAM, then they will be under STEAM. This way...
Time.now will give you the current date (and time), like so:
Time.now 2012-11-22 22:35:01 +0000
You can also request all the date parts individually:
Time.now.hour 22 Time.now.min 35 Time.now.sec 01 Time.now.day 22 Time.now.month 11...
Since lately i've been working a lot with Ruby (Android and Java as well, but that's a different story), i figured i posted a couple of interesting gems that will make your life easier, especially but not only for rails.
Slim
Slim is a templating...