am new to ruby. tell me one thing.
i can view my project on browser when i write "ruby
script/server". otherwise i cant view my project on localhost.
what i have to do to view my project always on browser?
pls help
Answer Posted / bidesh mondal
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
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
How do I find only duplicate entries in a database table?
Explain me what is the naming convention in rails?
what are some advantages of using ruby on rails?
how does ruby on rails use the model view controller (mvc) framework?
Explain the features of ruby on rails.
What is the difference between render and redirect?
Is ruby on rails popular?
Who designed active record in rails?
what is the difference between the Observers and Callbacks in Ruby on Rails?
what is Rails Active Record in Ruby on Rails?
What are the different components of rails ?
What is rails active record?
How to find second max element from database ?
Explain the importance of yield statement in rails.
Tell me what is rails migration?