Rails Ruby

// To creates the web application
// Use the command rails applicationName: 
rails rntsoft
// To launch your new application:
cd rntsoft
ruby script/server
// Open a browser on your machine and navigate to that URL  http://localhost:3000/
// To end the web server session, pressing Ctrl+C in Windows.
 
railsCommandGeneration.zip( 87 k)