Submitted by Mi-K on Wednesday, January 19, 2011 - 9:04am
To start the native server of Ruby on Rails, WEBrick, you have to open a shell and go until the path of your website and write "rails server" to start it. Example on Windows:
Submitted by Mi-K on Thursday, January 6, 2011 - 3:32pm
A Makefile has to be named Makefile with the first letter in capitalize.
There can be only one such file.
It is called with the make tool.
To use it simply write make on your terminal and it will execute the rules in your Makefile.