How run Ruby on Rails
Ruby on Rails :
shell# rails new app
shell# cd app
shell# ruby script/rails server -p 2894
Check : http://jp8000.shellmix.com:2894/
You can choose another vhost or ip. On shell use command vhost or ipconfig
More info :
https://help.ubuntu.com/community/RubyOnRails


Tutorials 