Salahuddin Hairai

Joined

10 Experience
0 Lessons Completed
0 Questions Solved

Activity

Posted in Using Vagrant for Rails Development Discussion

If this is your first time setting up rails with vagrant or you don't have any rails app, you need to installl rail gem 'gem install rails' and make rails executable 'rbenv rehash' before run 'rails server'. to check your rails is installed, run 'rails -v'