I entered in "rails" from the terminal prompt. Here is what I got...... any help is appreciated Last login: Sun Mar 11 15:26:54 on console 67-61-37-207:~ clesceri$ rails Rails is not currently installed on this system. To get the latest version, simply type: $ sudo gem install rails You can then rerun your "rails" command. 67-61-37-207:~ clesceri$ sudo gem install rails Password: ERROR: While executing gem ... (Gem::RemoteSourceException) HTTP Response 302 fetching http://gems.rubyforge.org/yaml 67-61-37-207:~ clesceri$ So I did some searching and it said I need to update my ruby version. 67-61-37-207:rubygems-1.8.17 clesceri$ ruby setup.rb and I get ERROR: While executing gem ... (Errno::EACCES) Permission denied - /Library/Ruby/Site/1.8/gauntlet_rubygems.rb 67-61-37-207:rubygems-1.8.17 clesceri$ gem i rails --no-rdoc --no-ri I am wanting to learn how to write rails but this is hard to get this installed. Any help is appreciated. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
On Mar 11, 2012, at 9:45 PM, Clesceri wrote:> I entered in "rails" from the terminal prompt. Here is what I > got...... any help is appreciated > > Last login: Sun Mar 11 15:26:54 on console > 67-61-37-207:~ clesceri$ rails > Rails is not currently installed on this system. To get the latest > version, simply type: > > > $ sudo gem install rails > > > You can then rerun your "rails" command. > 67-61-37-207:~ clesceri$ sudo gem install rails > Password: > ERROR: While executing gem ... (Gem::RemoteSourceException) > HTTP Response 302 fetching http://gems.rubyforge.org/yaml > 67-61-37-207:~ clesceri$ > > So I did some searching and it said I need to update my ruby version. > 67-61-37-207:rubygems-1.8.17 clesceri$ ruby setup.rb > > and I get > > > ERROR: While executing gem ... (Errno::EACCES) > Permission denied - /Library/Ruby/Site/1.8/gauntlet_rubygems.rb > 67-61-37-207:rubygems-1.8.17 clesceri$ gem i rails --no-rdoc --no-ri > > I am wanting to learn how to write rails but this is hard to get this > installed. Any help is appreciated.---- as ''user'' you don''t have sufficient privileges... hence the need to invoke ''sudo'' (when it asks for a password, give it your password on the Macintosh itself which assumes that you have ''admin'' privileges) For now, just stay with the ruby you have and you can update to a newer ruby, perhaps even using something like rvm (ruby version manager) just as it says... sudo gem install rails Craig -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
Kisha M Richardson
2012-Mar-15 00:11 UTC
Re: Help: Ruby Newbie Trying to Install on OSX 10.7.3
Hey Craig, I''m also new to Ruby on Rails. This link was SUPER helpful --- It will walk you through the set-up step-by-step, based on your system http://installfest.railsbridge.org/installfest/installfest Good Luck! On Wed, Mar 14, 2012 at 3:28 PM, Craig White <craig.white-wmL3h9Ogt9DQT0dZR+AlfA@public.gmane.org> wrote:> > On Mar 11, 2012, at 9:45 PM, Clesceri wrote: > > > I entered in "rails" from the terminal prompt. Here is what I > > got...... any help is appreciated > > > > Last login: Sun Mar 11 15:26:54 on console > > 67-61-37-207:~ clesceri$ rails > > Rails is not currently installed on this system. To get the latest > > version, simply type: > > > > > > $ sudo gem install rails > > > > > > You can then rerun your "rails" command. > > 67-61-37-207:~ clesceri$ sudo gem install rails > > Password: > > ERROR: While executing gem ... (Gem::RemoteSourceException) > > HTTP Response 302 fetching http://gems.rubyforge.org/yaml > > 67-61-37-207:~ clesceri$ > > > > So I did some searching and it said I need to update my ruby version. > > 67-61-37-207:rubygems-1.8.17 clesceri$ ruby setup.rb > > > > and I get > > > > > > ERROR: While executing gem ... (Errno::EACCES) > > Permission denied - /Library/Ruby/Site/1.8/gauntlet_rubygems.rb > > 67-61-37-207:rubygems-1.8.17 clesceri$ gem i rails --no-rdoc --no-ri > > > > I am wanting to learn how to write rails but this is hard to get this > > installed. Any help is appreciated. > ---- > as ''user'' you don''t have sufficient privileges... hence the need to invoke > ''sudo'' (when it asks for a password, give it your password on the Macintosh > itself which assumes that you have ''admin'' privileges) > > For now, just stay with the ruby you have and you can update to a newer > ruby, perhaps even using something like rvm (ruby version manager) > > just as it says... > > sudo gem install rails > > Craig > > -- > You received this message because you are subscribed to the Google Groups > "Ruby on Rails: Talk" group. > To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > To unsubscribe from this group, send email to > rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > For more options, visit this group at > http://groups.google.com/group/rubyonrails-talk?hl=en. > >-- Sincere Regards, Kisha Richardson -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
Hey Kisha... track the messages more closely. I was not the OP and rather was suggesting a solution to the OP. Craig On Mar 14, 2012, at 5:11 PM, Kisha M Richardson wrote:> Hey Craig, > > I''m also new to Ruby on Rails. > This link was SUPER helpful --- It will walk you through the set-up step-by-step, based on your system > > http://installfest.railsbridge.org/installfest/installfest > > Good Luck! > > > On Wed, Mar 14, 2012 at 3:28 PM, Craig White <craig.white-wmL3h9Ogt9DQT0dZR+AlfA@public.gmane.org> wrote: > > On Mar 11, 2012, at 9:45 PM, Clesceri wrote: > > > I entered in "rails" from the terminal prompt. Here is what I > > got...... any help is appreciated > > > > Last login: Sun Mar 11 15:26:54 on console > > 67-61-37-207:~ clesceri$ rails > > Rails is not currently installed on this system. To get the latest > > version, simply type: > > > > > > $ sudo gem install rails > > > > > > You can then rerun your "rails" command. > > 67-61-37-207:~ clesceri$ sudo gem install rails > > Password: > > ERROR: While executing gem ... (Gem::RemoteSourceException) > > HTTP Response 302 fetching http://gems.rubyforge.org/yaml > > 67-61-37-207:~ clesceri$ > > > > So I did some searching and it said I need to update my ruby version. > > 67-61-37-207:rubygems-1.8.17 clesceri$ ruby setup.rb > > > > and I get > > > > > > ERROR: While executing gem ... (Errno::EACCES) > > Permission denied - /Library/Ruby/Site/1.8/gauntlet_rubygems.rb > > 67-61-37-207:rubygems-1.8.17 clesceri$ gem i rails --no-rdoc --no-ri > > > > I am wanting to learn how to write rails but this is hard to get this > > installed. Any help is appreciated. > ---- > as ''user'' you don''t have sufficient privileges... hence the need to invoke ''sudo'' (when it asks for a password, give it your password on the Macintosh itself which assumes that you have ''admin'' privileges) > > For now, just stay with the ruby you have and you can update to a newer ruby, perhaps even using something like rvm (ruby version manager) > > just as it says... > > sudo gem install rails > > Craig > > -- > You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. > To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en. > > > > > -- > Sincere Regards, > Kisha Richardson > > -- > You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. > To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.-- Craig White ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ craig.white-wmL3h9Ogt9DQT0dZR+AlfA@public.gmane.org 1.800.869.6908 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ www.ttiassessments.com Need help communicating between generations at work to achieve your desired success? Let us help! -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
Kisha M Richardson
2012-Mar-16 00:57 UTC
Re: Help: Ruby Newbie Trying to Install on OSX 10.7.3
Oops my apologies Craig. Will do On Thu, Mar 15, 2012 at 3:09 PM, Craig White <craig.white-wmL3h9Ogt9DQT0dZR+AlfA@public.gmane.org> wrote:> Hey Kisha... track the messages more closely. I was not the OP and rather > was suggesting a solution to the OP. > > Craig > > On Mar 14, 2012, at 5:11 PM, Kisha M Richardson wrote: > > > Hey Craig, > > > > I''m also new to Ruby on Rails. > > This link was SUPER helpful --- It will walk you through the set-up > step-by-step, based on your system > > > > http://installfest.railsbridge.org/installfest/installfest > > > > Good Luck! > > > > > > On Wed, Mar 14, 2012 at 3:28 PM, Craig White <craig.white-wmL3h9Ogt9DQT0dZR+AlfA@public.gmane.org> > wrote: > > > > On Mar 11, 2012, at 9:45 PM, Clesceri wrote: > > > > > I entered in "rails" from the terminal prompt. Here is what I > > > got...... any help is appreciated > > > > > > Last login: Sun Mar 11 15:26:54 on console > > > 67-61-37-207:~ clesceri$ rails > > > Rails is not currently installed on this system. To get the latest > > > version, simply type: > > > > > > > > > $ sudo gem install rails > > > > > > > > > You can then rerun your "rails" command. > > > 67-61-37-207:~ clesceri$ sudo gem install rails > > > Password: > > > ERROR: While executing gem ... (Gem::RemoteSourceException) > > > HTTP Response 302 fetching http://gems.rubyforge.org/yaml > > > 67-61-37-207:~ clesceri$ > > > > > > So I did some searching and it said I need to update my ruby version. > > > 67-61-37-207:rubygems-1.8.17 clesceri$ ruby setup.rb > > > > > > and I get > > > > > > > > > ERROR: While executing gem ... (Errno::EACCES) > > > Permission denied - /Library/Ruby/Site/1.8/gauntlet_rubygems.rb > > > 67-61-37-207:rubygems-1.8.17 clesceri$ gem i rails --no-rdoc --no-ri > > > > > > I am wanting to learn how to write rails but this is hard to get this > > > installed. Any help is appreciated. > > ---- > > as ''user'' you don''t have sufficient privileges... hence the need to > invoke ''sudo'' (when it asks for a password, give it your password on the > Macintosh itself which assumes that you have ''admin'' privileges) > > > > For now, just stay with the ruby you have and you can update to a newer > ruby, perhaps even using something like rvm (ruby version manager) > > > > just as it says... > > > > sudo gem install rails > > > > Craig > > > > -- > > You received this message because you are subscribed to the Google > Groups "Ruby on Rails: Talk" group. > > To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > > To unsubscribe from this group, send email to > rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > > For more options, visit this group at > http://groups.google.com/group/rubyonrails-talk?hl=en. > > > > > > > > > > -- > > Sincere Regards, > > Kisha Richardson > > > > -- > > You received this message because you are subscribed to the Google > Groups "Ruby on Rails: Talk" group. > > To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > > To unsubscribe from this group, send email to > rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > > For more options, visit this group at > http://groups.google.com/group/rubyonrails-talk?hl=en. > > -- > Craig White ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > craig.white-wmL3h9Ogt9DQT0dZR+AlfA@public.gmane.org > 1.800.869.6908 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > www.ttiassessments.com > > Need help communicating between generations at work to achieve your > desired success? Let us help! > > -- > You received this message because you are subscribed to the Google Groups > "Ruby on Rails: Talk" group. > To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > To unsubscribe from this group, send email to > rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > For more options, visit this group at > http://groups.google.com/group/rubyonrails-talk?hl=en. > >-- Sincere Regards, Kisha Richardson -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.