Ruby on Rails Question:
Download Questions PDF

What i have to do to view my project always on browser?

Ruby on Rails Interview Question
Ruby on Rails Interview Question

Answer:

if u run the server (ruby script/server -d) then the command
line will close ,but server is running.The server will run
until the machine is restart. you can start different port
using ruby script/server -p 3001 -d

Download Ruby on Rails Interview Questions And Answers PDF

Previous QuestionNext Question
Is it possible to build a 50% bespoke e-commerce platform hence having the ability to customize everything down the line? For example would it make sense to start coding an
application on the Ruby on Rails framework but where the most complex/time consuming code pieces (e.g. shopping cart, etc) can be initially bolted on (hence diminishing
development time and cost) having the ability to change them completely further down the line?
Is Ruby is a Scripting Language or Compiled Language?