Salahuddin Hairai
Joined
1,710 Experience
17 Lessons Completed
0 Questions Solved
Activity
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'