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
what is the difference between the Observers and Callbacks in Ruby on Rails?
when self.up and self.down method is used?
How you run your rails application without creating databases?
Mention the differences between the observers and callbacks in ruby on rails.
Is ruby on rails dying?
what is the defined operator?
Tell me what is polymorphic association in ruby on rails?
Choosing between belongs_to and has_one?
Write the command to run the migration.
What is Rails?
what is the difference between calling super() and super call?
what is the use of super function in ruby on rails?
What is rails scaffolding?
How is dynamic scaffolding different from static scaffolding?
How to serialize data with yaml?