I have a project of ruby on rails downloaded from net...how to execute that project ??
if possible send me the links or include the steps
i have Eclipse as an IDE and concerned plug in installed !!
Please Help !!
I have a project of ruby on rails downloaded from net...how to execute that project ??
if possible send me the links or include the steps
i have Eclipse as an IDE and concerned plug in installed !!
Please Help !!
You need to execute the script/server
that's inside the project directory (you can use the terminal provided on your system).
Then, according to the convention, and provided Ruby on Rails is properly installed, you should be able to access your site via http://localhost:3000.
I think , this is where you should start : http://guides.rubyonrails.org/