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@googlegroups.com.
To unsubscribe from this group, send email to 
rubyonrails-talk+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en.

Reply via email to