Displaying 2 results from an estimated 2 matches for "find_home".
Did you mean:
find_done
2008 May 19
4
2 Minor issues with 1.3.0 on windows
...-1.3.0>ruby --version
ruby 1.8.6 (2007-09-24 patchlevel 111) [i386-mswin32]
We found two minor problems with CC.rb when trying to run on windows.
The first effects the Dashboard saying there is no project. In
boot.rb we had to add a .gsub(''\\'',''/'') in #find_home when returning
the USERPROFILE. (Unrelated to our problems, but possibly relevant to
some: at line 8 my system would not require the '':'' as it is already
part of SYSTEMDRIVE).
Second, since our USERPROFILE starts C:\Documents and Settings\... the
we need additional quoting in Co...
2010 Apr 09
9
gem install rails (Errno::ENOENT) No such file or directory
I have two PCs, one with Windows XP and another with Windows Vista. I''m
working as an administrator in both computers. I''m using Ruby 1.8.7 and
Rubygems 1.3.6. When I try to install Rails I get this error:
C:\>gem install rails
ERROR: While executing gem ... (Errno::ENOENT)
No such file or directory - C:/Users/Jesús Dugarte
I have installed Rails several times before