similar to: gem install rails -include--dependencies doesnt -> to 1.1

Displaying 20 results from an estimated 100000 matches similar to: "gem install rails -include--dependencies doesnt -> to 1.1"

2006 Jun 13
0
gem install rails --include-dependencies fails
Hello, I''m very new to ruby, and don''t understand the following error, while trying to auto-install rubyonrails via gem; [root@svrlnweb02 root]# gem install rails --include-dependencies /opt/rubygems/0.8.11/bin/gem:3:in `require'': no such file to load -- rubygems (LoadError) from /opt/rubygems/0.8.11/bin/gem:3 [root@svrlnweb02 root]# type gem gem is
2006 May 10
10
Can''t Install Rails with Ruby Gem Dependencies, OS X
Hello Community: I''m a brand new user of Ruby on Rails, and am having a great deal of trouble compiling from source. I''m using the tutorial at http://hivelogic.com/articles/2005/12/01/ruby_rails_lighttpd_mysql_tiger to complete the install. Readline and Ruby installed just fine, and the Ruby Gems appeared to. But when I tried to sudo gem install Rails --include-dependencies,
2006 Apr 03
6
problem upgrading to rails 1.1 on Unix
Hi, I''m having problems installing rails on our Unix server. "gem install rails --include-dependencies" only install rails 1.0.0 "gem update rails" updates to rails 1.0.0 I have installed rails on my windows box (i forgot how!). Running "gem -list --local" on my windows box gives me: rails (1.0.0.4008,.... Yet when i run : gem -list --remote there is
2006 Aug 22
0
gem install rails --include-dependencies Freezes
Hello, Im on a windows machine and I cant figure out why when I run "gem install rails --include-dependencies" freezes. Whenever I type that in it does nothing. I''ve let it sit for an hour and nothing happens. When I type ''gem'' it returns the little help info. Any ideas about whats causing this to freeze? -Mark
2009 Nov 03
2
Problem with gem install and rails update
Hi everyone. I''m new to Rails and have been trying to learn something listening to Ryan Bates'' podcast. I have tried to install the authlogic gem, inserting the extension as a dependency in the environment.rb file as requested. But, when I run ''sudo rake gems:install'' I get an error: wrong number of arguments. I''ve pasted the trace blow. Then
2007 Feb 20
2
Gem install rails, no dependencies?
Hi, I''m having an odd problem trying to install Rails on my box: > gem install rails Successfully installed rails-1.2.2 > What happened to the dependencies? Jason --~--~---------~--~----~------------~-------~--~----~ 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
2006 Mar 24
3
Gem doesn''t update rails ...
lists@libros:~> gem update rails -include-dependencies Upgrading installed gems... Attempting remote upgrade of rails Attempting remote installation of ''rails'' Successfully installed rails-1.0.0 Gems: [rails] updated lists@libros:~> which rails /usr/local/bin/rails lists@libros:~> rails -v Rails 1.0.0 Is this because the 1.1 is still beta or am I doing something wrong?
2009 Aug 14
7
"sudo gem install rails" not able to install thin dependency
Hi folks, I''m having trouble getting gems to install rails. It just keeps asking me which version of thin I want to install. Until I choose skip or cancel, in which case I''m told that something has gone wrong. Any advice? Thanks kindly, Tommy PS: Gems is 0.94. --------------------------------------------------------------------- tommy@tommy-laptop:~/www/blog$ sudo gem
2005 Dec 15
1
Rails Gem Not Installing Properly?
Hey guys, I get a very strange behavior when I attempt to install the Rails gem on my server: [root@hotaces local]# gem install rails --remote Attempting remote installation of ''rails'' Successfully installed rails-1.0.0 Normally it asks if I want to include dependencies etc. etc. This appears to be instant but then when I try to use the rails command it is not there. I
2006 Apr 04
4
Cannot upgrade rails to 1.1, only 1.0. Nubee. Please help
I''ve used putty to SSH in to our solaris system as root: Here is what happens when i try to install rails: # gem install rails -include-dependencies -p http://saiproxy:3128 Attempting local installation of ''rails'' Local gem file not found: rails*.gem Attempting remote installation of ''rails'' Successfully installed rails-1.0.0 So my question is why
2006 Aug 09
6
gem install rails
Hi All, I installed ruby184-20 and rubygems-0.9.0 on my computer. When I tried to run C:\ruby>gem install rails --include-dependencies, it showed the following message: Bulk updating Gem source index for: http://gems.rubyforge.org ERROR: While executing gem ... (Gem::GemNotFoundException) Could not find actionpack (= 1.12.4) in the repository Could any one help to solve the above
2006 Apr 13
4
Installation of Rails without ''gem install rails''
I am wondering if anyone has any procedural documentation for installing and using Rails from the standalone packages rather then via ''gem install''. It seems there should be some steps outside of simply unpacking the tar ball in order to integate it with your Ruby installation. Seems every bit of installation documentation I can find has ''gem install
2006 Aug 09
1
Problem install rails via gem
I am getting the following errors when trying to install a new copy of rails: gem install rails --include-dependencies Attempting local installation of ''rails'' ERROR: Error installing gem rails[.gem]: No metadata found! it seems to not be going out to the repository but I was able to update rake via gem update rake. I am running Ruby 1.8.4 on centos Is it just me or is
2008 Apr 04
2
can't install rails. gem zlib crc error
hi all i''m trying to install ruby on rails on my debian server. i didn''t use apt-get. i installed everything from source. i used this tutorial (without PD-Admin): http://railswiki.de/Ruby_on_Rails_auf_einem_Debian_Server_installieren now i can''t install rails over gem, i''m getting this zlib crc error: root@co2:~# gem install rails --include-dependencies
2006 Jan 12
2
Rails 1.0 gem installation - rake version not supported on
gem install rails-1.0.0 the above commands gives an error saying it requires rake 0.6? what should be done here ? - Thanks - Nirav -- Posted via http://www.ruby-forum.com/.
2009 Oct 31
3
1.9 Compat and merging mail gem into ActionMailer
Hi all of both RoR Core and TMail. You may know me better as the maintainer of TMail. However, TMail has been a bit difficult to get working with Ruby 1.9, so in the light of that, I sat down over the past few months and wrote myself an all encompasing mail gem. Mail passes all of its hundreds of specs equally well in Ruby 1.8.6, 1.8.7 and 1.9.1. Mail reads every email in the TMail test suite
2006 Jul 24
1
Version of gem
Hi all, I am following this tutorial: http://allaboutruby.wordpress.com/2006/01/09/installing-rails-on-windows-step-by-step-tutorial/ The problem is that i have an older version of gem. I think I have downloaded the latest version of gem. 0.8.11. But I dont know where to place and how to use it? When i am running the following command: *c:\ruby>bin>gem install rails
2012 Jan 20
2
Build a ruby gem and conditionally specify dependencies
I am working on a gem that has needs to set dependencies conditionally when the gem is installed. I''ve done some digging around and it looks like i''m not alone in this need. http://stackoverflow.com/questions/4596606/rubygems-how-do-i-add-platform-specific-dependency # this is a long thread http://www.ruby-forum.com/topic/957999 The only way I can see to add dependencies to
2006 Apr 11
18
Rails 1.1 in Production
My hosting company is still supporting only Rails 1.0. I have installed Rails 1.1.2 to my vendor directory and deployed it in production which should mean that my application should be using the Rails version in my vendor diretory. But It looks like its still using local gem libraries, here is the error from dispatch.fcgi when I try and invoke my app NoMethodError (undefined method
2006 Mar 28
2
Rails 1.1 and Rails 1.0 gems
Firstly, Congrats to the Rails team for the 1.1 release! I installed Rails using the package created by Tony Arnold, referenced here: <http://tonyarnold.com/articles/2005/08/10/rolling-with-ruby-on-rails-on-mac-os-x-tiger-for-beginners> I did the upgrade to Rails 1.1 and all went well. Now, however, I seem to have two sets of gems installed. Doing a ''gems list'', I see: