Displaying 16 results from an estimated 16 matches for "update_rubygems".
2007 Dec 28
3
Cannot install wxruby on Leopard
I''d like to try wxruby on my MacBook Pro with Leopard (10.5.1)
But I have troubles with gem.
I can see the gem is in rubyforge:
$ gem list wxruby -r
*** REMOTE GEMS ***
wxruby (1.9.2, 1.9.1, 1.9.0)
wxrubylayouts (0.0.3, 0.0.2, 0.0.1)
but when I try to install it:
$ sudo gem install wxruby -r
Password:
ERROR: could not find wxruby locally or in a repository
Any suggestion?
Thanks
2007 Mar 16
5
Bad ActiveSupport gem in gem repository?
All,
I''m attempting to update my gems to 1.2 and I get the following:
Install required dependency activesupport? [Yn] Y
ERROR: While executing gem ... (Gem::InstallError)
invalid gem format for
c:/ruby/lib/ruby/gems/1.8/cache/activesupport-1.4.2.g
em
Anyone else seeing this? Anyone willing to try it to see what''s up?
Thanks,
Wes
--
Posted via
2009 Mar 20
5
Rails requires RubyGems >= 1.3.1 (you have 1.1.1) on OSX
Hi, I just installed rails 2.3.2 and after
rails test
cd test
rake db:migrate
mongrel_rails start
I get this:
** Starting Mongrel listening at 0.0.0.0:3000
** Starting Rails with development environment...
Rails requires RubyGems >= 1.3.1 (you have 1.1.1). Please `gem update
--system` and try again.
gem -v => 1.3.1
Any ideas for a solution? Is it possible I have more than one
2006 Jan 29
3
Depot example doesn''t work on my pc
...le
require File.dirname(__FILE__) + "/../config/environment"
I supposed the problem is about rubygem installation so I checked it.
I''ve installed the rubygem in this folder.
matteod@bones:/opt/rubygems-0.8.11/bin$ ls
gem gem_mirror gem_server gemwhich generate_yaml_index.rb
update_rubygems
Is it right? What''s the matter now?
Many thanks!
Matteo.
--
Posted via http://www.ruby-forum.com/.
2010 Feb 17
7
ruby update on OS X 10.5 and I now this: "Rails requires RubyGems >= 1.3.2"
Hi all,
I''ve seen other messages on this problem, but I still can''t get back
to working with Rails after using MacPorts to install a recent version
of ruby on my mac OS X 10.5 (ruby 1.8.7.)
I''m getting: "Rails requires RubyGems >= 1.3.2."
In fact, I am running rubygems 1.3.5.
Here are some settings of mine that seemed important in previous posts
on this
2009 Sep 30
17
Apache2.2 + what to get Rails
Me: not experienced with Rails or Ruby,
Problem: Ubuntu 9.04 server in my shop ...couldn''t get Apache2.2 +
Passenger + Rails to work for Redmine. (No answer at Redmine list and
I don''t think its their problem anyway). Also couldn''t get Apache2.2
and just Rails to work, though some people said it would. Webrick
works.
Goal: run Redmine on a server that also runs PHP
2006 Jun 13
0
gem install rails --include-dependencies fails
...e'': no such file to load --
rubygems (LoadError)
from /opt/rubygems/0.8.11/bin/gem:3
[root@svrlnweb02 root]# type gem
gem is hashed (/opt/rubygems/0.8.11/bin/gem)
[root@svrlnweb02 root]# ls /opt/rubygems/0.8.11/bin/
gem gem_mirror gem_server gemwhich generate_yaml_index.rb
update_rubygems
[root@svrlnweb02 root]# type ruby
ruby is hashed (/usr/local/bin/ruby)
Can you advise ?
Best Regards,
--
Olivier Kaloudoff
Linux / Solaris Support / IT Design Nice
Texas Instruments France
821 av Jack Kilby
06270 VILLENEUVE LOUBET
2005 Mar 26
2
Problem with GEM
I try the following command:
gem cleanup
and I get this:
C:\Ruby\bin>"c:\Ruby\bin\ruby.exe" "c:\Ruby\bin\gem" cleanup
ERROR: While executing gem ... (RuntimeError)
Unknown command cleanup
Even if I try:
gem cleanup rails
I get the same thing.
Anyone know what I am doing wrong?
Thanks,
Chad
2006 Jan 10
0
Problem installing rubygems-0.8.11
...b
---> bin
<--- bin
---> lib
---> lib/rubygems
<--- lib/rubygems
<--- lib
rm -f InstalledFiles
---> bin
mkdir -p /usr/bin/
install gem /usr/bin/
install generate_yaml_index.rb /usr/bin/
install gem_mirror /usr/bin/
install gem_server /usr/bin/
install gemwhich /usr/bin/
install update_rubygems /usr/bin/
<--- bin
---> lib
mkdir -p /usr/local/lib/site_ruby/1.8/
install ubygems.rb /usr/local/lib/site_ruby/1.8/
install rubygems.rb /usr/local/lib/site_ruby/1.8/
install gemconfigure.rb /usr/local/lib/site_ruby/1.8/
---> lib/rubygems
mkdir -p /usr/local/lib/site_ruby/1.8/rubygems
insta...
2009 Nov 02
4
Ruby Gems version issue
Hi,
When I try to launch my ruby on rails server, it says my ruby gems
version is not up to date. However it is. I''ve even tried reinstalling
ruby gems to the latest version, but it still says I have an old
version. Does anyone know how to fix this issue? I''d be deeply
grateful.
Here is some code directly from my terminal (I''m on an ubuntu system):
2006 Jun 02
4
Web app developed in WInXP want to run on Linux
Hi All,
I have developed a web application using RoR on Window-XP. Now my server
is on linux and want to get this running on linux machine. I tried
starting the server but it failed to boot in boot.rb at this line:
unless RUBY_PLATFORM =~ /mswin32/
require ''pathname''
root_path = Pathname.new(root_path).cleanpath(true).to_s
end
so I changed(even though the file says
2011 Oct 03
4
gem update --system issue
I run the command
$gem update --system
after all time while installing gems and even
$rails -v
command also giving below error
Invalid gemspec in [/usr/local/lib/ruby/gems/1.9.1/specifications/
json-1.6.1.gemspec]: invalid date format in specification: "2011-09-18
00:00:00.000000000Z"
Invalid gemspec in [/usr/local/lib/ruby/gems/1.9.1/specifications/
json-1.6.0.gemspec]: invalid
2011 Dec 17
39
Stack Level Too Deep Error (can't seem to figure it out)
Hi all,
I am running into a weird issue where my application is giving me a
stack level too deep error. I can''t seem to find where my code is
throwing this error. On the machine I developed this code on, this
error does not show up when I run rails s but when I move the code to
another system to run it this error shows up.
The system that this code runs fine on is a mac os x machine
2006 Jun 27
25
1.1.3 available.
Hello,
DHH has just announced the release of Rails 1.1.3
http://weblog.rubyonrails.org/2006/6/27/rails-1-1-3-security-fix-and-minor-fixes
rails-1.1.3
activerecord-1.14.3
actionpack-1.12.2
actionmailer-1.2.2
actionwebservice-1.1.3
The announce without the repetition :)
"Rails 1.1.3: Security fix and minor fixes
Posted by David June 27, 2006 @ 08:07PM
We''ve found and fixed a
2006 Apr 01
8
ROR on solaris 10 gem installation error
...: gem_mirror
<--- bin
---> lib
---> lib/rubygems
<--- lib/rubygems
<--- lib
rm -f InstalledFiles
---> bin
mkdir -p /usr/local/bin/
install gemwhich /usr/local/bin/
install gem /usr/local/bin/
install gem_server /usr/local/bin/
install generate_yaml_index.rb /usr/local/bin/
install update_rubygems /usr/local/bin/
install gem_mirror /usr/local/bin/
<--- bin
---> lib
mkdir -p /usr/local/lib/ruby/site_ruby/1.8/
install ubygems.rb /usr/local/lib/ruby/site_ruby/1.8/
install rubygems.rb /usr/local/lib/ruby/site_ruby/1.8/
install gemconfigure.rb /usr/local/lib/ruby/site_ruby/1.8/
---> lib/...
2008 Nov 07
11
Rails requires RubyGems >= 1.1.1 : problem
Hello,
On my local machine (Mac OS X 10.5.5), I get the following error when I try
to run script/server start :
"Rails requires RubyGems >= 1.1.1 (you have 1.0.1). Please `gem update
--system` and try again."
The Rails app was a former 1.2.6 upgraded to 2.1, and it worked fine.
I''ve run the rake rails:update command.
If I create a new Rails app, it starts with the command