Home
Name Modified Size InfoDownloads / Week
README.txt 2009-11-13 1.4 kB
rails-installer.msi 2009-11-02 40.4 MB
Totals: 2 Items   40.4 MB 0
Installation and Creating your First Project
--------------------------------------------
Download and Install the Complete Rails Installer .

Then open DOS Prompt in Windows and Type ,

rails mynewproject

Then Type ,

cd mynewproject

Then Type ,

ruby script/server

[[[   Press UNBLOCK If a Popup-Box popsup from Oblivion :)   ]]]

Then Go to http://localhost:3000 in your Web Browser to view your newly created Project .

Now you come to the coding part which includes Creating and Editing Ruby and RHTML Files

Best Text Editor to use with Complete Rails Installer on Windows is PSPad - ( IMHO Ofcourse :)

http://www.pspad.com/

You can Download PSPad from here straight away

http://www.pspad.com/en/download.php

PSPad has Ruby , Ruby on Rails and Ruby in HTML Support , but it is not enabled by Default and is supported as User highlighter. You must load user highlighter definition into free slot in the Menu Settings / Highlighter settings in PSPad .

Thats it , You can use the included SQLite3 Database in Complete Rails Installer for your Database Needs ( For Development Atleast ) .

Just Open DOS Prompt and See Here ,
http://www.sqlite.org/sqlite.html

Thanks and Regards

Rohit Chauhan
Zend Framework and Symfony Programmer
http://www.rocketfreelancer.com/
http://www.technyooz.com/
http://rails-installer.sourceforge.net/

Source: README.txt, updated 2009-11-13