Are you able to create a rails application?
rails new myapp
If that works go to the myapp folder and you should then be able to do
rails console.
Have you installed ruby and rails using RVM? If not then I strongly
suggest that you do this. It will make life much easier in the long
run. If you google for
install rails rvm ubuntu
I am sure you will find instructions for doing this.
Yes i am able to create application using rails new myapp. so can u
please suggest me the link that can guide me for installing ruby and
rails using RVM.
Yes i am able to create application using rails new myapp. so can u
please suggest me the link that can guide me for installing ruby and
rails using RVM.