Installing rails in verbose mode CentOS and Red Hat

Installing rails in verbose mode CentOS and Red Hat

When we do “gem install rails” , the command actaully take time to install rails and we can not see what are the liberaries are installing in background.

To see the rails installation in verberose mode ,use the given below command :

gem install rails -V

Note: -V , here the alphabet V is in capital letters

Leave a Comment

This site uses Akismet to reduce spam. Learn how your comment data is processed.