Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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 / manish nautiyal

ruby script/server -d

with -d your server will run always. This is for only your localhost machine. When you deploy your project on live server than you have to use apache to run it.

And to see it in the browser you have to type

http://localhost:3000/

3000 port is by default port for ruby on rails you can change the port by using -p

ruby script/server -d -p 3001

Is This Answer Correct ?    3 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain bundler in rails.

877


How many types of relationships does a model has?

876


How you run your Rails Application without creating database ?

958


Explain testing in rails.

974


How do I find only duplicate entries in a database table?

1014


Explain how does rails implement ajax?

1024


What is a proc ?

986


what are the limits of Ruby on Rails?

974


What is the purpose of load in ruby?

941


what are the positive aspects of Rails?

882


Do you know what is “yield” in ruby on rails?

861


what is the difference in scope for these two variables: @@name and @name?

906


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

910


Explain dry in rails?

913


Mention the differences between the observers and callbacks in ruby on rails.

902