putting ruby on rails for the first time…
The simplest way to start with rails is InstantRails. Installation and configuration (if there is any) is the simplest possible. After starting the application you can open console window from Rails Applications menu and magicly create new application just writing rails bee. That two words invoke building [...]

