[Rails] Rubygems code does not match github

2015-06-17 Thread jimmy karily
Maybe I'm missing something here but: The code served by rubygems for 4.1.11 version or Rails (https://rubygems.org/downloads/activerecord-4.1.11.gem) does not match the repo's code E.g. Check the blacklist here:

[Rails] rubygems, rubygems-bundler and bundler

2013-03-17 Thread Christopher Frost
Hello, I would like to exactly know how rubygems-bundler and bundler make difference in Rails applications. I am using RVM to manage different Ruby versions and ruby gems. When I have a look into @global gemset for each ruby version, I can see four gems have been by default installed. (rvm,

[Rails] rubygems Problem on ubuntu 10.04

2011-10-30 Thread MaT 2.
hello.. i have problem with rubygems version 1.8.7 on ubuntu 10.04 server LTS 64bit.this rubygems i also try both installation automatic using apt-get package manager and using manually installation but the problem also same. the problem occur when i try to install any gems installation package.i

[Rails] rubygems (LoadError)

2011-04-27 Thread Sayem Islam
I'm trying to set up a cron job with a runner that calls a method in one of my models. I'm using javan's whenever gem to do this and I'm running CentOS on my server. Whenever the cron executes though I'm getting the following error: `require': no such file to load -- rubygems (LoadError) The

Re: [Rails] rubygems (LoadError)

2011-04-27 Thread Frederick Cheung
On 27 Apr 2011, at 17:24, Sayem Islam li...@ruby-forum.com wrote: I'm trying to set up a cron job with a runner that calls a method in one of my models. I'm using javan's whenever gem to do this and I'm running CentOS on my server. Whenever the cron executes though I'm getting the following

[Rails] rubygems fail - require hpricot!

2011-04-18 Thread Anush J.
Hi guys, I wanted to fetch some info from webpage and use it in my db. I read hpricot is one way to do it. But the problem is I'm unable to use it with my app. For some reason after successfully installing hpricot it fails when I try to use it in the rails console. I've been trying to fix this

[Rails] rubygems

2009-12-08 Thread samuelgilman
ERROR MESSAGE: WARNING: RubyGems 1.2+ index not found for: RubyGems will revert to legacy indexes degrading performance. Bulk updating Gem source index for: http://gems.rubyforge.org/ -- ** I get this error when i try to do the following: gem install, gem update, update_gems,

Re: [Rails] rubygems

2009-12-08 Thread Kristian Hellquist
Tried this http://kl93.blogspot.com/2008/08/add-and-remove-remote-source-from-gem.html ? -- 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

Re: [Rails] rubygems

2009-12-08 Thread samuel gilman
wow, thanks so much for taking your time and doing some research. But, I don't have Merb. Thanks again. Sam On Tue, Dec 8, 2009 at 1:17 AM, Kristian Hellquist kristian.hellqu...@gmail.com wrote: Tried this http://kl93.blogspot.com/2008/08/add-and-remove-remote-source-from-gem.html ? --

Re: [Rails] rubygems

2009-12-08 Thread Kristian Hellquist
The step that fixed Dougs problem was to set another source for the gems. sudo gem sources -a http://gems.github.com 2009/12/8 samuel gilman samuelgil...@gmail.com: wow, thanks so much for taking your time and doing some research. But, I don't have Merb. Thanks again. Sam On Tue, Dec

Re: [Rails] rubygems

2009-12-08 Thread samuel gilman
Thanks, again. But I have tried that too. Very strange problem. Maybe it has something to do with a slow connection. I currently in Shanghai. But I posted a comment on Craiglist and other Rails folks said they could gem install and such. Best, Sam On Tue, Dec 8, 2009 at 1:48 AM, Kristian

Re: [Rails] rubygems

2009-12-08 Thread samuel gilman
Wow, I just figured it out. I have been using the same connection in my house for all these attempts. So maybe it was an IP, or slow connection albiet my connection ay home is faster that where I am now. I'm currently in a coffee shop and success, I don't get this stupid error anymore. Thanks

[Rails] RubyGems RUBY EXECUTABLE

2009-11-09 Thread Christian Fürst
Hi folks, I Have a problem depending on RubyGems. I have installed ruby 1.8.7 with macports. which ruby /opt/local/bin/ruby ruby -v ruby 1.8.7 (2008-08-11 patchlevel 72) [i686-darwin9] Now my rubygems says: which gem /usr/bin/gem gem env RubyGems Environment: - RUBYGEMS VERSION: 1.3.5

[Rails] Rubygems 1.3.5 thinks it's 1.3.1

2009-09-19 Thread Arthaey Angosii
I upgraded to Rails to 2.3.4, and now some things aren't working in a freshly created Rails project. For example: $ script/plugin -l Rails requires RubyGems = 1.3.2 (you have 1.3.1). Please `gem update --system` and try again. So I'm trying to update rubygems (in a user directory; I don't have

[Rails] RubyGems 1.3, Ruby 1.9.1-p0

2009-02-23 Thread Ephraim Mamo
I am newbie to RoR and trying to install on CentOS. Installing of Ruby from ftp://ftp.ruby-lang.org/pub/ruby/1.9/ruby-1.9.1-p0.tar.gz and that went smoothly. % ruby -v ruby 1.9.1p0 (2009-01-30 revision 21907) [i686-linux] Then trying installing rubygems from

[Rails] rubygems-update 1.3.0 causing rake task problems?

2008-10-28 Thread lunaclaire
I'm running into problems with some of my rake tasks and I think it's since my host updated rubygems to v 1.3.0. Has anybody else seen this message? Gem::SourceIndex#search support for String patterns is deprecated ./script/../config/boot.rb:26 is outdated that line of code is as

[Rails] Rubygems version needed for Rails 2.1?

2008-09-17 Thread Flinn Mueller
Anyone know what version of Rubygems is needed for Rails 2.1? Thanks --flinn -- 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