[Rails] Re: Cannot install Rails

2014-09-15 Thread Cody Skidmore
Rohan, I started developing Rails with Windows 7 & RubyMine. After about two months, I switched to Linux Mint 16 and never looked back. Learning a new operating systems + Rails/Ruby at the same time can be a lot to take in, but it was worth it. The vast repository information available on the

[Rails] Re: Cannot install Rails with Gems on WIndows

2011-05-04 Thread Roger Pack
for followers, upgrading to a newer version of rubygems (which required 1.8.7) fixed it for me. -- 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-

[Rails] Re: Cannot install Rails with Gems on WIndows

2010-02-19 Thread Sébastien Clément
Sharagoz -- wrote: >> HOMEDRIVE=P: > Your problem is probably there. > Run "set HOMEDRIVE=C:" > To verify that it has been set correctly run "echo %HOMEDRIVE%", which > should now print out "C:". Try to install rails. > > If that enables you to install gems you may want to edit the value > perma

[Rails] Re: Cannot install Rails with Gems on WIndows

2010-02-19 Thread Sharagoz --
> HOMEDRIVE=P: Your problem is probably there. Run "set HOMEDRIVE=C:" To verify that it has been set correctly run "echo %HOMEDRIVE%", which should now print out "C:". Try to install rails. If that enables you to install gems you may want to edit the value permanently to avoid future problems. T

[Rails] Re: Cannot install Rails with Gems on WIndows

2010-02-19 Thread Sébastien Clément
Aldric Giacomoni wrote: > Sébastien Clément wrote: >> I am using Windows Server 2007 SP2 > >> >> Then, starting the DOS console as an administrator and retyping the >> command gives the following result: >> >> - >> C:\>gem install rails >> ERROR: While executing gem ... (Err

[Rails] Re: Cannot install Rails with Gems on WIndows

2010-02-19 Thread Sébastien Clément
Sharagoz -- wrote: > The only thing I can think of is that something might be up with an > environment variable somewhere. If you run "set >> c:\dump.txt" from the > command line it will export the variables into that file. Post the > result here if you want us to have a look. Here is the resul

[Rails] Re: Cannot install Rails with Gems on WIndows

2010-02-19 Thread Aldric Giacomoni
Sébastien Clément wrote: > I am using Windows Server 2007 SP2 > > Then, starting the DOS console as an administrator and retyping the > command gives the following result: > > - > C:\>gem install rails > ERROR: While executing gem ... (Errno::ENOENT) > No such file or di

[Rails] Re: Cannot install Rails with Gems on WIndows

2010-02-18 Thread Sharagoz --
The only thing I can think of is that something might be up with an environment variable somewhere. If you run "set >> c:\dump.txt" from the command line it will export the variables into that file. Post the result here if you want us to have a look. -- Posted via http://www.ruby-forum.com/. -

[Rails] Re: Cannot install Rails with Gems on WIndows

2010-02-18 Thread Sébastien Clément
Sharagoz -- wrote: > I definatly should have read your opening post more carefully. I see > that there's a difference between the error message in normal and > elevated mode now, which is weird. > > I would start by uninstalling Ruby and then reinstalling it into a > directory without a space i

[Rails] Re: Cannot install Rails with Gems on WIndows

2010-02-18 Thread Sébastien Clément
Sharagoz -- wrote: > I definatly should have read your opening post more carefully. I see > that there's a difference between the error message in normal and > elevated mode now, which is weird. > > I would start by uninstalling Ruby and then reinstalling it into a > directory without a space i

Re: [Rails] Re: Cannot install Rails with Gems on WIndows

2010-02-18 Thread Greg Donald
On Thu, Feb 18, 2010 at 2:25 PM, Sharagoz -- wrote: > If that makes no difference, see if you have the same problem with Ruby > v1.8.6 1.8.7 for windoze is available here: http://rubyinstaller.org/download.html -- Greg Donald destiney.com | gregdonald.com -- You received this message becau

[Rails] Re: Cannot install Rails with Gems on WIndows

2010-02-18 Thread Sharagoz --
I definatly should have read your opening post more carefully. I see that there's a difference between the error message in normal and elevated mode now, which is weird. I would start by uninstalling Ruby and then reinstalling it into a directory without a space in the filename (like C:\ruby),

[Rails] Re: Cannot install Rails with Gems on WIndows

2010-02-18 Thread Sébastien Clément
I am both administrator on the system and doing "Run as administrator" to launch the DOS console. Sharagoz -- wrote: > Do you mean that you're running it under an administrator account, or > are you right-clicking on the cmd icon and chosing "run as > administrator"? > You need to do the latte

[Rails] Re: Cannot install Rails with Gems on WIndows

2010-02-18 Thread Sharagoz --
Do you mean that you're running it under an administrator account, or are you right-clicking on the cmd icon and chosing "run as administrator"? You need to do the latter, being an administrator is not enough. -- Posted via http://www.ruby-forum.com/. -- You received this message because you a

[Rails] Re: Cannot install Rails with Gems on WIndows

2010-02-18 Thread Sébastien Clément
Hi Sharagoz, Please see the second part of my message above. That's exactly what I did, but there's still an error. Sharagoz -- wrote: > Try running the command prompt as administrator -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the

[Rails] Re: Cannot install Rails with Gems on WIndows

2010-02-18 Thread Sharagoz --
Try running the command prompt as administrator -- 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 gr

[Rails] Re: Cannot install Rails version 1.2.5

2009-07-01 Thread Sébastien Clément
Rick, you nailed it. Many thanks. Seems the - was replaced for another similar character somewhere (I suspect Windows). Now works: c:\testror\TreeSNPs_pub>gem install rails -v1.2.5 --include-dependencies INFO: `gem install -y` is now default and will be removed INFO: use --ignore-dependencies

[Rails] Re: Cannot install Rails version 1.2.5

2009-07-01 Thread Rick DeNatale
2009/7/1 Sébastien Clément : > > I updated gems just in case (gem update --system). > > After trying to install Rails v1.2.5, I got a different error message, > but no more success: > > C:\testror>gem install rails -v 1.2.5 --include-dependencies > INFO:  `gem install -y` is now default and will b

[Rails] Re: Cannot install Rails version 1.2.5

2009-07-01 Thread Sébastien Clément
I updated gems just in case (gem update --system). After trying to install Rails v1.2.5, I got a different error message, but no more success: C:\testror>gem install rails -v 1.2.5 --include-dependencies INFO: `gem install -y` is now default and will be removed INFO: use --ignore-dependencies

[Rails] Re: Cannot install Rails version 1.2.5

2009-07-01 Thread Alexey Vakhov
Hm. On my win box it's like ok. C:\>gem install rails -v 1.2.5 Successfully installed activesupport-1.4.4 Successfully installed activerecord-1.15.5 Successfully installed actionpack-1.13.5 Successfully installed actionmailer-1.3.5 Successfully installed actionwebservice-1.2.5 Successfully install

[Rails] Re: Cannot install Rails version 1.2.5

2009-07-01 Thread Rick DeNatale
On Wed, Jul 1, 2009 at 11:08 AM, Alexey Vakhov wrote: >> rails (2.3.2) >> >> $ gem list --remote rails >> >> *** REMOTE GEMS *** >> >> rails (2.3.2) >> > > $gem list -r -a rails > > *** REMOTE GEMS *** > > rails (2.3.2, 2.2.2, 2.1.2, 2.1.1, 2.1.0, 2.0.5, 2.0.4, 2.0.2, 2.0.1, 2.0.0, > 1.2.6, 1.2.5,

[Rails] Re: Cannot install Rails version 1.2.5

2009-07-01 Thread Alexey Vakhov
> > rails (2.3.2) > > $ gem list --remote rails > > *** REMOTE GEMS *** > > rails (2.3.2) > > $gem list -r -a rails *** REMOTE GEMS *** rails (2.3.2, 2.2.2, 2.1.2, 2.1.1, 2.1.0, 2.0.5, 2.0.4, 2.0.2, 2.0.1, 2.0.0, 1.2.6, 1.2.5, 1.2.4, 1.2.3, 1.2.2, 1.2.1, 1.2.0, 1.1.6, 1.1.5, 1.1.4, 1.1.3, 1.1.2,

[Rails] Re: Cannot install Rails version 1.2.5

2009-07-01 Thread Rick DeNatale
2009/7/1 Sébastien Clément : > > We have an application that was developed under Rails 1.2.5, and will > not work as it is on Rails 2.0 and above. > > However, when we try to install the earlier Rails version as follows, it > forces the installation of v2.3.2: > > C:\testror>gem install rails -v 1