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
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-
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
> 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
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
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
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
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/.
-
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
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
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
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),
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
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
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
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
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
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
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
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
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 (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,
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
23 matches
Mail list logo