Ruby on Rails Monday, May 9, 2016

On 9 May 2016 at 08:16, Solarflow 99 <lists@ruby-forum.com> wrote:
> Hi, I have a rhel7 system and am trying to install the rails gem, I was
> wondering how to troubleshoot this since I don't see any useful error
> message. I'm guessing i'm just missing something, how to see what it
> might be?

I think you are missing something that is required to build nokigiri.
I generally recommend using rvm to install ruby and rails, as rvm will
install all the requirements for you and will help you to manage
different versions of ruby and rails, but I don't know about using rvm
with rhel7. On ubuntu this would be as simple as

gpg --keyserver hkp://keys.gnupg.net --recv-keys
409B6B1796C275462A1703113804BB82D39DC0E3
\curl -L https://get.rvm.io | bash -s stable --rails

See rvm.io

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 rubyonrails-talk+unsubscribe@googlegroups.com.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/CAL%3D0gLvRT%2BFnP4bTkU7yAhRszWVuuCe7r1BFcsg3OfgTS4zqTA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment