Tagged Questions
0
votes
2answers
39 views
How to avoid the source being overwritten when compiling a Gem?
I am trying to install eventmachine Gem, however a line needs to be commented out in the source for this to work on Ruby 2.0 on Windows x64.
I have tried modifying the Gem source in the Ruby build ...
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 ...
1
vote
0answers
26 views
when trying to install the watir or watir-webdriver gem on Windows 7 via cygwin, getting long C stack trace with mentions of “W32 socket” issues [migrated]
When running:
$ gem install watir
on Windows 7 (cygwin), I get this
ERROR: Error installing watir:
ERROR: Failed to build gem native extension.
/usr/bin/ruby.exe extconf.rb
checking for ffi.h... ...
0
votes
1answer
90 views
ERROR: Failed to build gem native extension on windows 7x64
I've been following the instructions provided by Development Kit for the rubyinstaller
https://github.com/oneclick/rubyinstaller/wiki/Development-Kit
When I try the last step I get the following ...
0
votes
0answers
179 views
Running ruby gems on Windows
I am on Windows 7 and want to use http://hospice.io/. This requires Ruby gem librarian so I installed ruby 2.0 using http://rubyinstaller.org/ then downloaded RubyGems 1.8.25 from ...
0
votes
1answer
36 views
make is not recognize as an internal or external command
I am using Windows-7. I installed Ruby 1.9.3p327 and Rails 3.2.9.
Now, I create a project then run command in command prompt "rails install json -v 1.7.7" but get error below
make
'make' is not ...
0
votes
1answer
37 views
NSIS to install ruby gems
this is a function I have in nsis script:
Function rubyDependencies
DetailPrint "Installing Web Runtime Environment dependencies..."
ExecWait "gem install rails –v2.3.8"
ExecWait "gem ...
0
votes
2answers
250 views
issue running Jekyll on Windows localhost
To start, I'm new to Ruby and using localhost.
I'm using: Windows 8 Pro, Ruby is installed to C:\Ruby200, Ruby Devkit is installed to C:\RubyDEV, config.yml is properly configured to the correct ...
0
votes
0answers
137 views
Error when installing gems Windows 8
I'm having the following error after installing ruby on Windows 8, I've already uninstalled it several times, fired commands like gem cleanup, removed .gem folder, ruby folder, environment variables, ...
0
votes
0answers
20 views
how to resolve common error when trying to install a gem : checking for sth.(method name) in sth
error : checking for sth.(method name) in sth. * extconf.rb failed *
and in extconf.rb , you will see ruby method "have_library"
This error happens when lacking necessary libraries and/or headers.
I ...
0
votes
0answers
199 views
Rails: git push heroku error: sqlite3 on Windows 7
I am new to the rails and I am trying to push an app to heroku (just some basic stuff for practice) I have looked at the some of the solution to sqlite3 error problem on stackoverflow and I have ...
0
votes
1answer
97 views
Developing ROR between Windows and Ubuntu machines
I am in the situation where I would like to develop my app between two machines, work (windows) and home(Ubuntu). The first issue I have run into is windows needing
gem libv8
Which wont install at ...
0
votes
2answers
141 views
gem install buildr fails
I'm trying to install some dependencies for building a project on Windows 7. I've installed Cygwin with the Ruby dependencies I thought I needed.
When I run gem install buildr I receive the following ...
0
votes
1answer
48 views
Unable to install rails on jRuby
What I have installed until now is:
Latest JDK and JRE (version 7 update 6)
jRuby 1.7.0 preview 2
and successfully tested them.
Then I try the following command:
jruby -S gem install -y rails
...
2
votes
1answer
867 views
Installing Chef Server on Windows
I'm trying to get a Chef Server up and running on a Windows 2008 Server box.
I'm following the process here:
http://wiki.opscode.com/display/chef/Installing+Chef+Server+Manually
I've just installed ...
0
votes
1answer
629 views
JSON Gem fails to build on Windows
Okay, got a pretty basic Ruby 1.9.3 install with DevKit on Windows XP.
When I try to do a rails new myapp, it gets to installing json and dies.
Installing json (1.7.5) with native extensions ...
2
votes
1answer
1k views
RMagick error installing Redmine on Windows
I'm trying to upgrade my Redmine installation to the latest.
I updated ruby, rails, and gem as required.
current trunk | ruby 1.8.7, 1.9.2, 1.9.3, jruby-1.6.7 | Rails 3.2.6 | RubyGems <= ...
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...
...
0
votes
1answer
68 views
How to make this rails method - windows compatible?
I've grabbed the latest code base of a gem called socialstream but I'm noticing an issue with file uploads on windows machines. The issue seems to be with the code below...
# Monkey patches to Ruby ...
0
votes
0answers
179 views
raindrops gem install error
I am trying to set up Rails and a set of gems on a windows machine, with Aptana as the IDE. When I do a 'bundle install', I get the following message for raindrops 0.10.0.
Please help.
Installing ...
0
votes
2answers
848 views
Cannot load such file — All gemfiles
I'm running windows 7 64-bit, and have installed ruby via the rubyinstaller located at rubyinstaller.org I am trying to
require 'anygemfile'
And am getting
/dir/dir/file:#::in `require': cannot ...
2
votes
2answers
77 views
Is there an issue having Windows-only gems in Gemfile.lock?
When run bundle install on Windows, the Gemfile.lock gains a few gems that are Windows only, for example:
bcrypt-ruby (3.0.1)
bcrypt-ruby (3.0.1-x86-mingw32)
Is there any problem having those on ...
0
votes
3answers
1k views
Problems installing RMagick
I know there are already some questions and extensive answers about RMagick for Ruby 1.9.x, but I still have problems installing it.
I am working with the Ruby-Aptana Plugin for Eclipse and I have ...
0
votes
1answer
132 views
Git version error when calling heroku commands - Windows
I'm new to Heroku, so this has be stuck. I can work with heroku, but when I do something like a rake command, I get this error all of the time:
PS C:\rails\testApp> heroku rake db:migrate
...
2
votes
1answer
671 views
Problems with Rails and JavaScript runtime on Windows machine
I am currently in a web development class and we are using Ruby on Rails.
I am using Ruby v1.9.2 and Rails v3.1.1.
My initial problem started when I tried to execute 'rails server'.
I would get ...
1
vote
2answers
1k views
JSON Gem will not install (Windows)
Every time I try updating or installing the JSON gem I get a build error. These are the results in the output file:
c:/Ruby193/bin/ruby.exe extconf.rb
creating Makefile
make
generating ...
2
votes
1answer
416 views
bad interpreter: Permission denied error when running Ruby from Git Bash
$ gem install jekyll
sh.exe": /c/ruby/bin/gem: C:/ruby/bin: bad interpreter: Permission denied
when i am running gem install jeklly in git Bash,who can tell me how to change the permission.
the OS ...
2
votes
1answer
765 views
Ruby gem wrong installation directory
I had Ruby 1.9.2 install, but I uninstalled it long ago. Today I installed a brand new version of Ruby 1.9.3, downloaded gem and set it up with ruby setup.rb.
I then noticed that installing gems ...
0
votes
1answer
54 views
Exception with MySQL gem for Rails installing in Win 7
Good times for everyone.
I have such problem, feeling that it's simple, but due to I'm beginner I don't know the way to solve it: I'm trying to install mysql-gem for Ruby on Rails project in Windows. ...
0
votes
1answer
142 views
Erroy with Ruby (Errno:EN0ENT)
I've installed the latest version of ruby (1.9.2)
I've got the version 1.7.2 of gem.
I'm on a Win7 64bit and I run my prompt as administrator.
The fact is that I can not update or install new gems.
I ...
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 ...
0
votes
1answer
519 views
How to tell the bundle to use specific version of hpricot
I've successfully installed hpricot gem on windows platform. It got the name hpricot (0.8.4 i386-mswin32).
In Gemfile I have this line
group :development do
gem 'hpricot', "0.8.4", :platform => ...
0
votes
1answer
443 views
on windows Mysql native extension prob in ruby on rails gem time
As I'm new to ruby on rails,need help of pro's,in first app installation,as I'm using Mysql DB on my system,i installed its gem also,but Im getting this error when I doing Bundle install for a new ...
1
vote
1answer
322 views
less css via ruby on win 7 - ver greater than 1.2.21?
Is there a way to get any of the 2.x versions working via Ruby on Windows?
I tested all the versions listed via gem list --remote --all less
The problem is that I can only install the 1.2.21 ...
2
votes
1answer
187 views
can't get ruby 1.8.7 to work after installing 1.9.2
I installed ruby 1.9.2 via one click installer on windows 7.
Now I have a gem that only runs on 1.8.7
So I installed Pik and am trying to get 1.8.7 working.
irb runs fine, but require does not.
...
6
votes
4answers
4k views
How to uninstall all ruby gems on windows?
How to uninstall all ruby gems on Windows? Is it possible with single command?
0
votes
3answers
153 views
installing mysql as a gem
i want to develop rails 3 apps using mysql on windows 7 (64 bit) and i have installed mysql via the msi download from the mysql site.
my question is that do i still need to install the mysql gem?
...
3
votes
3answers
4k views
Permission denied error while installing gem
I am trying to install rackamole on Windows XP:
S:\development\DevKit>gem install rackamole
Temporarily enhancing PATH to include DevKit...
Building native extensions. This could take a while...
...
2
votes
2answers
363 views
Why does calling gem.bat from a cmd file exit after the first call?
I'm calling gem commands in a Windows .cmd file, but it exits after the first command. What gives?
gem sources --add http://gems.github.com
gem install haml
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 ...
0
votes
2answers
888 views
gem [Ruby] connecting through webproxy [windows]
I'm asking this age-old question on how go through your proxy when using ruby gem.
i tried setting the env variable HTTP_PROXY:
HTTP_PROXY=myusername:password@proxy.com:8080
but this does not ...
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 ...
19
votes
16answers
11k views
Can't install pg gem on Windows
I've got 2 Ruby versions: 1.8.7 and 1.9.2 and PostgreSQL 8.3. I cant install pg gem on any of them. Getting this error:
C:/Development/Ruby187/bin/ruby.exe extconf.rb
checking for pg_config... yes
...
0
votes
1answer
270 views
ImageScience for Windows on Ruby 1.9
Has anyone have any success installing ImageScience on Ruby 1.9 for Windows?
Unfortunately, I am currently using Ruby 1.8 Windows for my development. I want to upgrade to Ruby 1.9 for the performance ...
0
votes
1answer
445 views
Ruby on Rails on Windows: gem install fails, no output at all
I installed ruby through the windows installer yesterday.
All seemed fine.
Today, I went installing the rmagick win32 gem like so:
c:\ruby187\bin\gem install rmagick-2.7.1-x86-mswin32.gem
in the ...
0
votes
2answers
299 views
How to install a Linux Rails gem on Windows
I need to upload vendorize a gem which is causing problems at my host - in this case nokogiri. My host is using linux, my development system is windows. The gem contains binaries and so my local gem ...
1
vote
3answers
2k views
Won't Let Me Install Gem in Ruby Prompt
Windows Vista, Ruby v. 3.3.5
C:\>gem install rmagick
Building native extensions. This could take a while...
ERROR: Error installing rmagick:
ERROR: Failed to build gem native ...
4
votes
7answers
4k views
Installing bcrypt-ruby gem on Windows
I'm trying to install bcrypt-ruby on Windows Vista.
So far, I have been able to install nmake.exe from a MS knowledge base article and cl.exe from installing Visual Studio 2008 Express.
However, I ...
2
votes
2answers
1k views
error while installing ruby gem
I am trying to install a ruby gem. I am getting this error.
C:\>gem install racc
Building native extensions. This could take a while...
ERROR: Error installing racc:
ERROR: Failed to ...
4
votes
5answers
3k views
How do I make Ruby Gems installations on Windows use MinGW for making and compiling?
Trying to update some gems on a Windows machine and I continually get this error output for gems that do not have pre-compiled binaries:
Provided configuration options:
--with-opt-dir
...
