[Rails] Re: cPanel Ruby Gems

2009-06-08 Thread Rob Pa
Matt Jones wrote: > This looks like a host problem of some sort - the segmentation faults > are > a problem that older versions of Rubygems had, where they would try to > load the entire RubyForge gem listing into memory (and then fail). The > 1.3.1 > Rubygems now only tries to load 1000 items, so

[Rails] Re: cPanel Ruby Gems

2009-02-16 Thread Matt Jones
This looks like a host problem of some sort - the segmentation faults are a problem that older versions of Rubygems had, where they would try to load the entire RubyForge gem listing into memory (and then fail). The 1.3.1 Rubygems now only tries to load 1000 items, so either cPanel's hitting an ol

[Rails] Re: cPanel Ruby Gems

2009-02-15 Thread Rob Pa
Matt Jones wrote: > Very odd - what version of rails is this under? > > --Matt Jones Hi, Im using; Gems version 1.3.1 Rails version 2.0.2 Cheers, Rob -- Posted via http://www.ruby-forum.com/. --~--~-~--~~~---~--~~ You received this message because you are su

[Rails] Re: cPanel Ruby Gems

2009-02-15 Thread Michael Mike
I actually can list the gems sometimes from ssh. AND, I have been able to install gems from there and they will even show up in cpanel but I can't access them in my apps for some reason. -- Posted via http://www.ruby-forum.com/. --~--~-~--~~~---~--~~ You receive

[Rails] Re: cPanel Ruby Gems

2009-02-15 Thread Michael Mike
In cpanel, if I try to Show Available Ruby Gem(s) I get: "There was a problem fetching the list of available modules." If I try to search for a gem I get: "No Modules matched your search terms." If I try to install a gem: INFO: `gem install -y` is now default and will be removed INFO: use --

[Rails] Re: cPanel Ruby Gems

2009-02-15 Thread Matt Jones
Very odd - what version of rails is this under? --Matt Jones On Feb 15, 2:15 pm, Rob Pa wrote: > Hi, > > It does it whenever I type in a command, i.e. ruby script/generate > controller home > > Thanks, Rob > -- > Posted viahttp://www.ruby-forum.com/. --~--~-~--~~~--

[Rails] Re: cPanel Ruby Gems

2009-02-15 Thread Rob Pa
Hi, It does it whenever I type in a command, i.e. ruby script/generate controller home Thanks, Rob -- Posted via http://www.ruby-forum.com/. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" g

[Rails] Re: cPanel Ruby Gems

2009-02-14 Thread Matt Jones
On Feb 13, 9:49 am, Rob Pa wrote: > Michael Mike wrote: > > Did you find a solution to this? I am experiencing the same problem. > > I contacted my host and got them to update my Ruby Gems. > > However I now get this message; > > :0:Warning: Gem::SourceIndex#search support for Regexp patterns i

[Rails] Re: cPanel Ruby Gems

2009-02-13 Thread Rob Pa
Michael Mike wrote: > Did you find a solution to this? I am experiencing the same problem. I contacted my host and got them to update my Ruby Gems. However I now get this message; :0:Warning: Gem::SourceIndex#search support for Regexp patterns is deprecated Cheers, Rob -- Posted via http://w

[Rails] Re: cPanel Ruby Gems

2009-02-12 Thread Michael Mike
Did you find a solution to this? I am experiencing the same problem. -- 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

[Rails] Re: cPanel Ruby Gems

2009-01-15 Thread Jeremy McAnally
Also try: gem update --system --Jeremy On Thu, Jan 15, 2009 at 1:48 PM, Rob Pa wrote: > > Hi, > > I am trying to install will_paginate along with other plugins/gems. > > However it seems I have version 1.1.1 of Ruby Gems. > > I try updating it by 'gem install rubygems-update' but I get an error