Tagged Questions
0
votes
1answer
76 views
Gem Charlock_holmes installation error on Windows XP
I am trying to run bundler for my RoR app on a Windows machine (Windows XP). But, while downloading the gems, it stops at the 'gem Charlock_Holmes' and gives the following error.
...
0
votes
1answer
21 views
Problems installing unf_ext on Win7x64
I know I got this working before on the same hardware/OS but today I'm stuck.
For 1.9.3 I get:
$ gem install unf_ext --version=0.0.5
Successfully installed unf_ext-0.0.5-x86-mingw32
Installing ri ...
0
votes
0answers
82 views
How to fix gem install gtk2 in cygwin Ruby on Windows
I choose to use Cygwin for installing ruby on my system than using the usual rubyinstaller way.
Now, just as when I'm trying to install gems I usually use (like gtk2). It squeaks out some errors.
...
1
vote
2answers
235 views
Building CompassApp (jruby app) executable from source on Windows
I would like to build the executable of CompassApp, a GUI application that lets webdesigners compile stylesheets by using SASS and Compass without using the command line.
The source can be found on ...
1
vote
1answer
94 views
Rails server errors on windows computer
I'm trying to install the Rails environment on my brother's computer so that we can collaborate on my app.
I think I've installed everything correctly, but now I'm running into major problems, I ...
1
vote
2answers
744 views
cannot load such file — ruby-wmi (LoadError) & cannot load such file — win32/service (LoadError)
I did install below mentioned ruby stuff
when i try executing chef-client, i receive below mentioned error
ERROR
c:\RubyDevKit>chef-client
...
2
votes
1answer
124 views
Ocra and scripts marked as executable in Rubygems gemspec
I have created a gem that exposes an executable that works under Linux. In Windows, if I navigate to the directory where the gem is installed I can run it from the command line, but I have to specify ...
0
votes
0answers
116 views
Error installing 'gem ruby-termios' on windows 7
I was trying to install gem ruby-termios on windows 7 but getting the following error :
Temporarily enhancing PATH to include DevKit...
Building native extensions. This could take a while...
...
1
vote
1answer
716 views
Ruby gems home on Windows
I installed ruby for windows and then rubygems but am getting the following error when trying to use rubygems to install bundler.
C:\Users\tgandrews\Ruby\rubygems-1.8.24>gem install bundler ...
2
votes
1answer
140 views
Rubygems: OK to have symlinks in gem distribution?
I'm a gem author. Is it OK to have symlinks in gem files, or will it break on Windows?
1
vote
1answer
173 views
Windows (or online) Web Workflow For A Newbie? (rubygems are confusing)
i'm a web designer (front-end developer) who would like to use sass+compass and slim-lang (similar to haml, but more lightweight). if you're unfamiliar, these are all rubygems, which parse code and ...
4
votes
3answers
1k views
Installing dm-types on Windows. (Win7 x64)
I am trying to install dm-types for DataMapper on my machine with
gem install dm-types
I've installed Ruby from RubyInstaller (1.9.3) and I also have the DevKit installed. (Aswell as some other ...
3
votes
1answer
371 views
gems error on windows - “openpath: pathname too long”
I recently started getting this error while running gems or bundler.
The only thing i can recall that I changed recently was upgrade my git version.
I am using MINGW32 as the shell, and this has been ...
2
votes
3answers
2k views
How do I install ruby gem libxml without 'extconf failure: need libxml2'
I'm currently trying to install a ruby gem which fails because extconf says it needs libxml, so when I follow these instructions to install libxml (which includes these instructions for the ruby dev ...
3
votes
2answers
3k views
Ruby bundle open, set $EDITOR
I am trying to use the command line to open the the jquery-rails gem. I am using the command: bundle open jquery-rails and I am getting the message returned: To open a bundled gem, set $EDITOR or ...
5
votes
1answer
936 views
How to install RedCloth on Windows?
When running gem install RedCloth (on Windows XP) I got:
Fetching: RedCloth-4.2.8.gem (100%)
Temporarily enhancing PATH to include DevKit...
Building native extensions. This could take a while...
...
0
votes
2answers
691 views
Sequel gem & MySQL (Ruby + Windows): load mysql.so file, not mysql.rb
Using ruby gem 'sequel', when I attempt Sequel.connect("mysql://localhost"), I get the following error:
Sequel::AdapterNotFound: LoadError: require 'mysql' did not define Mysql::CLIENT_MULTI_RESULTS!
...
2
votes
1answer
202 views
rmagick problem on Windows
I am trying to install rmagick on Windows for a rails app.
I've downloaded the following file and followed the instructions:
...
0
votes
2answers
557 views
Error when installing rails on windows
i just install ruby on windows system
C:\Users\PC>ruby --version
ruby 1.9.2p290 (2011-07-09) [i386-mingw32]
but when i try to install rails
C:\Users\PC>gem install rails ...
0
votes
3answers
1k views
How to install mysql2 gem on Windows
I'm using DevKit and XAMPP, and now I have to execute the following command:
gem install mysql2 -v 0.2.6 --platform=ruby -- --with-mysql-dir="x:\Prog
ram Files\mysql-5.5.11-winx64" ...
1
vote
1answer
898 views
Rails 3: Bundle install fails on Nokogiri gem, says libxml2
Hi I'm trying to get a dev environment setup on my windows machine. I've installed rubygems via cygwin. When I run bundle install I get an error on installing the nokogiri gem. It says I'm missing ...
0
votes
1answer
190 views
Problems building summarize gem on Ruby and Win32
I have a working Ruby 1.8.7 installation on Windows XP using the installer provided at http://rubyinstaller.org/, along with the Ruby Dev Kit also found there. Both are working, to the extent I can ...
0
votes
1answer
225 views
How can I install the YR weather gem?
I am trying to install the yr.no weather api gem from here but am having problems adding the repository.
I tried gem sources -a http://irbno.rubyforge.org/ but this results in the following error:
...
6
votes
4answers
4k views
GemCutter rake build now throws “undefined method 'write' for #<Syck::Emitter:…” after updating to rubygems 1.5.0 on ruby 1.9.2 on Windows
I just updated my Windows 2008 Server x64 box to rubygems 1.5.0 and now I cannot build a gem using the rake tasks (rake clobber build) that Gemcutter provides. I get the following error:
rake ...
0
votes
2answers
915 views
Problem with installing gems — Rails
I have Ruby 1.8.7 and Ruby 1.9.2 installed on my Windows Machine
in my console when I do ruby -v it gives me Ruby 1.8.7
now when I try
gem install rails -v 2.3.8
I get this error
ERROR: ...
0
votes
2answers
445 views
“undefined method path” error installing RubyGems
I have installed Ruby v1.9.2, and (according to the instructions on http://rubyonrails.org/download) I am trying to install Gems. I've downloaded the 1.4.2 zip from ...
1
vote
1answer
765 views
Create Local Ruby Gem Repository on Windows
I am trying to create a local gem repository on a Windows box that is just a folder, no web server involved at all. This way I can stick the repository on a Windows share like you can with Mercurial ...
1
vote
5answers
2k views
Bundler: installing a specific .gem file
Is there a way to tell Bundler to install a particular .gem file I have lying around?
I have a compiled version of ParseTree that I must use (damn you, Windows!), but didn't want to expand the gem ...
0
votes
1answer
419 views
Segmentation Faults on Database Gems For Ruby 1.9.2 on Windows Server 2008
I'm trying to get a rails app up and running on Windows Server 2008, and have hit a road block... I've installed the mysql2 gem and whenever I try to require it in irb to test the install, I get a ...
4
votes
1answer
734 views
Why ruby installed from RubyInstaller doesn't find dll's placed inside gem/lib folder?
My system: windows 7 x64.
I've installed:
ruby from RubyInstaller (1.8.7)
gem install rake
gem install libxml-ruby --platform=mswin32
Now, when I make:
require 'xml'
I get error about missing ...
1
vote
2answers
857 views
Rails Bundler on windows refuses to install hpricot (even on manual gem install get Error: no such file to load — hpricot)
Upgraded to rails 3, and using Bundler for gems, in a mixed platform development group. I am on Windows. When I run Bundle Install it completes succesfully but will not install hpricot. The hpricot ...
0
votes
2answers
479 views
deploying rails app to heroku migrations rake error on windows
I am attempting to deploy my app to heroku via a windows 7 machine.
I've made it as far as git push heroku master without running into any major issues but when I try to rake the migrations i get ...
1
vote
2answers
535 views
Why are the gems not findable by 'gem list local' even though the gem folder is full of installed gems?
When I type:
gem env
on my Windows system, it produces this info:
RubyGems Environment:
- RUBYGEMS VERSION: 1.3.5
- RUBY VERSION: 1.8.7 (2010-01-10 patchlevel 249) [i386-mingw32]
- ...
0
votes
1answer
2k views
How to change rubygems platform from x86-mingw32 to x86-mswin32-60 on windows
I am doing some ruby scripting in windows, which involves opening and closing a browser. To that end I needed some special gems to interface to the native windows system calls. But when I tried
> ...
1
vote
1answer
564 views
libcurl on Windows problems
I am having a hard time installing libcurl ruby bindings gem (curb) on Windows. I have done everything right. I have libcurl directory on the PATH, and then I try two ways of installing the gem
gem ...
2
votes
3answers
187 views
require 'rubygems' for linux but not in windows. why? and can I fix this?
I'm setting up a Linux development environment. After installing Ruby and RubyGems, I quickly found out that I need to require 'rubygems' in order to use gems, whereas I do not need to do this in ...
0
votes
1answer
418 views
1
vote
1answer
83 views
problem with rubygems in windows
I built Ruby 1.9 from scratch in Windows using MinGW, now I am trying to set up the environment and am having great difficulties getting the 'gem' command to work.
First not even 'irb' would work, so ...
1
vote
1answer
2k views
problems installing thin on Windows
I'm trying to install Thin on Windows (ruby 1.8.6 (2007-09-24 patchlevel 111) [i386-mswin32]) but get an error message:
C:>gem install thin Building native
extensions. This could take a
...
0
votes
1answer
733 views
Ruby Gems on Windows
I have removed and reinstalled ruby on my machine (windows 7, ruby 1.9.1). When I go to get rails again I get: While executing gem... File Exists C:
Yet when I list my gems is says none are ...
8
votes
8answers
7k views
Cannot install ruby-debug gem on Windows
I'm having trouble installing the Ruby-Debug Gem on windows. What does this error mean? How can I fix this? Thanks
C:\Users\Steve>gem install ruby-debug
Building native extensions. This could ...
1
vote
0answers
263 views
Installing Rake: invalid gem format
I installed Ruby on WinXP. Used rubyinstaller-1.8.6-p383-rc1.exe.
Ran gem install rake
Get error:
Error installing rake: invalid gem format for C:/Ruby/lib/ruby/gems/1.8/cache/rake-0.8.7.gem
...
6
votes
4answers
1k views
Rails : Rake Test:functionals cannot access DB (Sqlite3 on winXP)
I am unable to run rake test:functionals with SQLite3, it gives me this error :
rake aborted!
Permission denied - db/test.sqlite
(See full trace by running task with --trace)
My setup is on ...
2
votes
7answers
649 views
Installation problem of Ruby on Rails
I am beginner of Ruby on Rails and use Windows for development.
I do the following steps:
1. Download Ruby v.1.9.1
ftp://ftp.ruby-lang.org/pub/ruby/binaries/mswin32/ruby-1.9.1-p0-i386-mswin32.zip
...
17
votes
5answers
6k views
How to stop the 'gem' utility from accessing my home directory?
When I run
gem install <somegem>
command the gem utility tries to access my home directory. It contains some non-latin characters and installation fails because of that. For example:
...
1
vote
2answers
2k views
Why does the sqlite 1.2.3 gem install correctly for MRI but not for JRuby?
If I call:
gem install sqlite3-ruby --v 1.2.3
it works for MRI
but if I call:
jruby -S gem install sqlite3-ruby --v 1.2.3
it says it's trying to build a native extension (for Windows) and ...
1
vote
3answers
1k views
“gem install” freezes at “updating Gem source index for [..]”
For some weeks now I simply can't run gem install in windows.
It sticks on this line:
C:\Windows\System32>gem install rails --version 2.1.2
Bulk updating Gem source index for: ...
6
votes
4answers
6k views
Gem update on Windows - is it broken?
This is a follow-up to this question.
When I issue the gem update command on Windows, whenever it gets to a
gem whose latest version DOESN'T have Windows binaries, it'll attempt to
build the native ...