I will be writing the tutorial in 3 parts and this one being the first part. But before we begin...
Q1. Why ruby on rails ?
It's faster, free, and easy to use.
Q2. Why instant rails?
Well, In my beginners days I wasted a lot of time just to configure the database, server with rails. It's just a waste of time. I have not tried other tools , but instant rails solved the problem for me. It has everything integrated in it. Just download and get set ready to roll :).
(Note : This is just a quick start to show how fast rails can build a simple web application, if you want to master rails. Buy/download "Agile Web Development with rails")
Now without wasting time let's start rolling..................................
Step 1.
Download instant rails from here
Step 2.
Unzip the files somewhere in your computer ( I have mine in :C/IR)
Step 3.
Double click on InstantRails.exe icon. It will tell you that rails has been moved to some other directory and will ask for your confirmation to regenerate configuration file.
> Click on ok

Step 4.
Click on "Unblock" and let Apache server connect with web.

Step 5.
Click on the 'I' icon, then go to rails application and click on 'Open ruby console window'

No comments:
Post a Comment