On May 18, 3:32 pm, David Zhu <dzwestwindso...@gmail.com> wrote:
> > > Iván Hernández Cazorla wrote:
> > > > Hello Frederick, I am a newbie in the installation of gem for Ruby, but
> > > > I
> > > > try. To install a gem I do this:
>
> > > >    1. Open *CMD*.
>
> I am not an expert on doing rails stuff on Windows, but as far as I
> know, git will work better on cygwin or this -http://code.google.com/p/
> msysgit/
>
> CMD is bad for git, I don't even know if it works. Maybe it does? But
> regardless, you should install the thing that I gave you above, and
> run your commands from that. (instead of CMD)
>
> > > >    2. Write the path of my directory when I have the rails apps. In my
> > > > case,
> > > >    C:\Users\Games\Documents\Ruby\rails_apps\
> > > >    3. Then, I go to the carpet *vendor/rails* of my
> > > >    app: C:\Users\Games\Documents\Ruby\rails_apps\rfb\vendor\rails\
>
> Be in the root of your app, not vendor\rails.
>
> so be in C:\Users\Games\Documents\Ruby\rails_apps\rfb\
>
> > > >    4. Here, I write this command:
> > > >    *gem install heroku*
> > > >    5. But, when I write says me:
> > > >    ERROR:  While executing gem ... (Gem::GemNotFoundException)
> > > >    Could not find heroku (> 0) in any repository
>
> > > > I think that these are the steps to follow, but I am not secure.
>
> Try-- gem install rubygems-update
>
> in your command line
>
> > > That should work.  It sounds like your gem repositories are not set up
> > > correctly.  What's the output of gem env ?
>
> > I don't understand these, ¿output of gem env? Sorry, that I am spanish.
>
> type "gem env" (without the quotes) in the command line. thats what he
> meant
>
>
>
> > > > In the directory *$path_of_rails_apps/rfb/vendor/rails/* I have the
> > > > directory Heroku, and here is the files of the zip files *data *and *
> > > > metadata*.
>
> > > That directory should not be in vendor/rails .  Nothing should be in
> > > vendor/rails except what Rake puts in there.
>
> > All right, althoug, where should be the gem directory?
>
> > Thanks ;)
>
> > Greetings
>
> > > Best,
> > > --
> > > Marnen Laibow-Koser
> > >http://www.marnen.org
> > > mar...@marnen.org
> > > --
> > > Posted viahttp://www.ruby-forum.com/.
>
> > > --
> > > 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-t...@googlegroups.com.
> > > To unsubscribe from this group, send email to
> > > rubyonrails-talk+unsubscr...@googlegroups.com<rubyonrails-talk%2bunsubscr...@googlegroups.com>
> > > .
> > > For more options, visit this group at
> > >http://groups.google.com/group/rubyonrails-talk?hl=en.


woops sorry for the repost, you guys beat me

-- 
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-t...@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