Creating the Application Framework: Putting Ruby on Rails : Application Framework « Rails « Ruby






Creating the Application Framework: Putting Ruby on Rails



// To creates the web application
// Use the command rails applicationName: 
rails java2s


// To launch your new application:
cd java2s
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)

Related examples in the same category