[Rails] Re: Could not find [GEM] locally or in a repository

2010-09-13 Thread Jess Mckenzie
Heinz Strunk wrote: I mean Gem and Ruby Heinz, How would I find this out? Regards, Jess -- Posted via http://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

[Rails] Re: Could not find [GEM] locally or in a repository

2010-09-13 Thread Heinz Strunk
gem -v and ruby -v in your terminal window -- Posted via http://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,

[Rails] Re: Could not find [GEM] locally or in a repository

2010-09-13 Thread Jess Mckenzie
Heinz Strunk wrote: gem -v and ruby -v in your terminal window gem -v 1.2.0 ruby 1.8.7 (2008-08-11 patchlevel 72) [x86_64-linux] -- Posted via http://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

Re: [Rails] Re: Could not find [GEM] locally or in a repository

2010-09-13 Thread Walter McGinnis
Jess, Can you also do which gem from the command line, too, please? You should see something like what is mentioned under the Installing Rails Framework here: http://kete.net.nz/documentation/topics/show/261 Cheers, Walter On Mon, Sep 13, 2010 at 7:02 PM, Jess Mckenzie li...@ruby-forum.com

Re: [Rails] Re: Could not find [GEM] locally or in a repository

2010-09-13 Thread Walter McGinnis
By the way, what is probably underlying your problem is that the version of Ruby and RubyGems you are running is not up-to-date. The version that is that is available for Debian Lenny as a package is not up with the latest developments (the migration to GemCutter, etc.). On Mon, Sep 13, 2010 at

[Rails] Re: Could not find [GEM] locally or in a repository

2010-09-13 Thread bseanvt
in case you have any issues installing feedzirra... i've written about installing it here http://seanbehan.com/ruby-on-rails/installing-feedzirra-rss-parser-on-ubuntu-8/ On Sep 13, 8:00 am, Heinz Strunk li...@ruby-forum.com wrote: I think they recently added 1.9.1 to the apt thing. Try this:

[Rails] Re: Could not find [GEM] locally or in a repository

2010-09-13 Thread Marnen Laibow-Koser
Jess Mckenzie wrote: Heinz Strunk wrote: gem -v and ruby -v in your terminal window gem -v 1.2.0 ruby 1.8.7 (2008-08-11 patchlevel 72) [x86_64-linux] That's a very old version of gem (current is 1.3.7). You need to upgrade. Type gem update --system, or if that doesn't work, download

[Rails] Re: Could not find [GEM] locally or in a repository

2010-09-12 Thread Heinz Strunk
Which versions? -- Posted via http://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

[Rails] Re: Could not find [GEM] locally or in a repository

2010-09-12 Thread Heinz Strunk
I mean Gem and Ruby -- Posted via http://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

[Rails] Re: could not find [gem] locally or in a repository

2009-01-09 Thread MaD
i don't work on windows, but nmake can be found here: ftp://ftp.microsoft.com/softlib/mslfiles/nmake15.exe reference: http://msdn.microsoft.com/en-us/library/ms930369.aspx additionally i want to say, that i never used this program and i'm not sure if you really need it, but form your output

[Rails] Re: could not find [gem] locally or in a repository

2009-01-09 Thread Ss Kk
MaD wrote: i don't work on windows, but nmake can be found here: ftp://ftp.microsoft.com/softlib/mslfiles/nmake15.exe reference: http://msdn.microsoft.com/en-us/library/ms930369.aspx additionally i want to say, that i never used this program and i'm not sure if you really need it,

[Rails] Re: could not find [gem] locally or in a repository

2009-01-09 Thread Ss Kk
MaD wrote: for your OS to find the programm you need to add it to your path variable. look here (or google for it): http://vlaurie.com/computers2/Articles/environment.htm this should be very easy. when you adjusted your path variable try to invoke nmake from the command line to check if

[Rails] Re: could not find [gem] locally or in a repository

2009-01-08 Thread Ss Kk
Frederick Cheung wrote: On 17 Nov 2008, at 08:03, Remco Swoany wrote: i just tried gem install json-1.1.3.gem but again..the error- message: ERROR: could not find json-1.1.3.gem locally or in a repository That will only work if you have a file called json-1.1.3.gem sitting right there.

[Rails] Re: could not find [gem] locally or in a repository

2009-01-08 Thread MaD
you're obviously on windows. have you installed nmake? did you add it to your path-variable? it seems like it is not found on your machine. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Ruby on Rails: Talk group.

[Rails] Re: could not find [gem] locally or in a repository

2009-01-08 Thread Ss Kk
MaD wrote: you're obviously on windows. have you installed nmake? did you add it to your path-variable? it seems like it is not found on your machine. Thanks for the reply. Any hints how to do that? -- Posted via http://www.ruby-forum.com/.

[Rails] Re: could not find [gem] locally or in a repository

2008-11-17 Thread Remco Swoany
Shrikant Lokhande wrote: Actually Gem installation need enough memory on your server/system and Bandwidth. or if it is not just download that gem and install specific. gem install rails-2.0.2.gem, Pls check: i have install json like this.

[Rails] Re: could not find [gem] locally or in a repository

2008-11-17 Thread Abhishek shukla
@remco first check your internet connection and firewall is it working and configured properly or not. Coz the error ERROR: could not find json-1.1.3.gem locally or in a repository it can because of internet connectivity And yes if you are on windows then defiantly you have to do N

[Rails] Re: could not find [gem] locally or in a repository

2008-11-17 Thread Frederick Cheung
On 17 Nov 2008, at 08:03, Remco Swoany wrote: i just tried gem install json-1.1.3.gem but again..the error- message: ERROR: could not find json-1.1.3.gem locally or in a repository That will only work if you have a file called json-1.1.3.gem sitting right there. To install over the

[Rails] Re: could not find [gem] locally or in a repository

2008-11-14 Thread [EMAIL PROTECTED]
Which Rubygem version your are install on system. Just do gem install --system and then try. let me know if there is any error. Thanks, Deployd. On Nov 14, 8:48 pm, Remco Swoany [EMAIL PROTECTED] wrote: Hi, Every gem i tried to install i got the message: Error: Could not find locally or

[Rails] Re: could not find [gem] locally or in a repository

2008-11-14 Thread jemminger
Means whatever gem you're trying to install does not exist in your current working dir or in the standard repositories. You'll need to install via gem install some_gem http://some.server/path/to/some_gem On Nov 14, 10:48 am, Remco Swoany [EMAIL PROTECTED] wrote: Hi, Every gem i tried to

[Rails] Re: could not find [gem] locally or in a repository

2008-11-14 Thread Remco Swoany
Shrikant Lokhande wrote: Which Rubygem version your are install on system. Just do gem install --system and then try. let me know if there is any error. Thanks, Deployd. On Nov 14, 8:48 pm, Remco Swoany [EMAIL PROTECTED] I got this... gem install --system ERROR: While executing

[Rails] Re: could not find [gem] locally or in a repository

2008-11-14 Thread [EMAIL PROTECTED]
Use this and then try: gem update --system which specific gem you are trying to install ? Thanks, DeployD. On Nov 14, 8:54 pm, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Which Rubygem version your are install on system. Just do gem install --system and then try. let me know if there is

[Rails] Re: could not find [gem] locally or in a repository

2008-11-14 Thread Frederick Cheung
On Nov 14, 3:48 pm, Remco Swoany [EMAIL PROTECTED] wrote: Hi, Every gem i tried to install i got the message: Error: Could not find  locally or in a repository! Perhaps your gem sources list is borked? gem sources will display it. Fred

[Rails] Re: could not find [gem] locally or in a repository

2008-11-14 Thread Remco Swoany
Shrikant Lokhande wrote: Use this and then try: gem update --system which specific gem you are trying to install ? Thanks, DeployD. On Nov 14, 8:54 pm, [EMAIL PROTECTED] I am trying to install json and tzinfo... -- Posted via http://www.ruby-forum.com/.

[Rails] Re: could not find [gem] locally or in a repository

2008-11-14 Thread Remco Swoany
Frederick Cheung wrote: On Nov 14, 3:48�pm, Remco Swoany [EMAIL PROTECTED] wrote: Hi, Every gem i tried to install i got the message: Error: Could not find �locally or in a repository! Perhaps your gem sources list is borked? gem sources will display it. Fred gem sources ***

[Rails] Re: could not find [gem] locally or in a repository

2008-11-14 Thread [EMAIL PROTECTED]
Actually Gem installation need enough memory on your server/system and Bandwidth. or if it is not just download that gem and install specific. gem install rails-2.0.2.gem, Pls check: i have install json like this. === gem install json Bulk