On 15 November 2015 at 15:56, vakho davlasheridze <[email protected]> wrote: > Of course i run bundle install, but no success. I will try on ubuntu, see > what happens
I recommend using rvm. Then you can install ruby and rails and all the dependencies using gpg --keyserver hkp://keys.gnupg.net --recv-keys 409B6B1796C275462A1703113804BB82D39DC0E3 /usr/bin/curl -sSL https://get.rvm.io | bash -s stable --rails However if you are just starting I also recommend working right through railstutorial.org (which is free to use online). Using that you can go through the tutorial on any OS as it is all browser based with the source in the cloud. Once that is complete then you can worry about which OS to use. Colin -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/CAL%3D0gLvKpr0BHesdv6uvkXTyv0YOj8Q%3DQRuqWCPgX-PA%2BSgf-g%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.

