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 / rohit kumar shaw

For any Scripting languages like PHP, Ruby etc need a server
(It may be virtual server i.e. localhost) to run their code.

When you run this code in command line ruby script/server it
means you already started your apache server to run the code
and hence you can see your output in browser. If you close
your command line window, it means apache server is stop
working now and then you can't be able to see your output
anymore.

Is This Answer Correct ?    7 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Can you explain me how rails implements ajax?

434


What is rails router?

507


Explain bundler in rails.

484


What is a webrick web server?

485


What is the difference between symbol and string?

502






What are the three methods to install ruby on rails?

464


what are benefits of using active record as opposed to raw sql queries?

482


what is the difference between new, save and create?

509


What is the difference between concern and application_controller.rb in ruby on rails?

455


Do you know the role of garbage collection in ruby on rails?

452


what is the purpose of RJs in Rails?

547


Explain me what is the role of rails controller?

473


what is the defined operator?

605


Explain the controller in rails?

463


what is active record?

526