pik icon indicating copy to clipboard operation
pik copied to clipboard

Ruby version manager for Windows

Results 45 pik issues
Sort by recently updated
recently updated
newest added

On Windows 2000, pik commands produce: pik/windows_env.rb:83:in `initialize': GetProcAddress: IsUserAnAdmin or IsUserAnAdminA (RuntimeError) from pik/windows_env.rb:83:in`new' from pik/windows_env.rb:83 The Windows 2000 shell32.dll implements IsUserAnAdmin but does not make it visible by...

Feature Request: Save and Restore Ruby ENV vars on version switch The following ENV vars are still checked and allowed by Ruby on Win32 in both 1.8.x and 1.9.x branches...

pik isolate --command "gem install xxx" --with-path="..." C:\Users\gthiesfeld\Work\repo\pik>path PATH=C:\bin;C:\Ruby\ruby-187-p249\bin;C:\Program Files (x86)\Windows Resource Kits\Tools\;C:\Windows\system32; C:\Windows;C:\Windows\System32\Wbem;C:\Program Files (x86)\Git\cmd;...;REALLY LONG PATH;... C:\Users\gthiesfeld\Work\repo\pik>pik isolate --command="gem install somebinarygem" PATH=C:\Ruby\ruby-187-p249\bin;C:\Windows\system32;C:\Windows gem install somebinarygem Building native extensions....

Feature

i'm using pik rake to run some tests but it seems to lose the exit status of the rake task i'm running - always exiting with ERRORLEVEL 0, even when...

Bug

http://pastie.org/730569 [ C:\ ] > pik gemsync > Select which Ruby you want: > 1. 092: IronRuby 0.9.2.0 on .NET 2.0.0.0 > 2. 191: ruby 1.9.1p243 (2009-07-16 revision 24175) [i386-mingw32]...

Bug