I am developing the Sencha touch 2 application. I followed the " Styling the Sencha Touch UI Application " Touchscreen Application Tutorial ".
I need to install Ruby, Compass and SASS. I installed Ruby using the installer from rubyinstaller.org.
When I execute the following command, I get the expected result, which confirms the correct installation:
C:\>ruby -v ruby 1.9.3p327 (2012-11-10) [i386-mingw32]
Current source updated:
C:\>gem sources ** CURRENT SOURCES ** http://rubygems.org/
Further, since I am behind the proxy server, I used the following command to install HAML / Compass:
C:\>gem install -p [proxy:port] compass ERROR: While executing gem ... (Zlib::GzipFile::Error) not in gzip format**
Can someone help me? I found solutions, such as updating the system, updating the sources of precious stones, but everything is relevant in my system.
Edit:
C:\>gem install compass
works great on my private system. When I try to execute the same command from my workstation, I need to use a proxy server as above, and this leads to an error.
ruby sass compass-sass gem sencha-touch
senchaDev
source share