Beginner’s Guide on Hosting an Application for the first time

Hosting a website is a common phenomenon in the web hosting industry. Every one of us is aware of hosting a website and its parameters. In our blogger community when I was asked about hosting an application then I was a little bit worried as I was not aware of hosting an application. Or I […]

See More

Restart Ruby and Rails application

How to Restart  Ruby and Rails application by using ssh ? Ans : You can restart your ruby and rails application by using following command. Syntax : /usr/bin/ruby -I /home/USERNAME/ruby /usr/bin/mongrel_rails start -p PORT -d -e ENVIRONMENT -P log/mongrel.pid This should be executed in the root directory of the Rails app you wish to run on Mongrel. […]

See More