Questions tagged [devkit]

The Ruby DevKit is a toolkit that makes it easy to build and use native C/C++ extensions.

The RubyInstaller Development Kit is a toolkit that makes it easy to build and use native C/C++ extensions such as RDiscount and RedCloth for Ruby on Windows.

You can download the devkit from here

Knowledge Base

DevKit Wiki

119 questions
0
votes
0 answers

Mule Devkit show up the Inbound Properties

we can put some keys and values by using callback,Process("Test", Map in @Source method. In this way, we only put the properties into the Output-> Inbound Properties. we can show them out. But I found that the mule built-in connector…
Boris Z.
  • 49
  • 4
0
votes
1 answer

quickbooks web connector "edit" function

I am using the quickbooks PHP web connector and am able to send new customer data to quickbooks desktop. However I couldn't find any documentation on editing a customer(i.e. I want to send an edit done on the web application to the qb desktop). Is…
0
votes
1 answer

Error when running example_web_connector.php

I am trying to use quickbooks php webkit to connect my PHP website to quickbooks web connector. However when I run example_web_connector.php in my browser as suggested by…
0
votes
1 answer

Ruby Devkit install error on Windows

I don't have directories such as Ruby200 and Ruby 64. I'd installed them a few months ago. But I deleted them all. Now I'm trying to install ruby v2.2.6(86) and use devkit. But there are some errors like "Skipping invalid directory" What do I have…
taeungha
  • 3
  • 1
0
votes
1 answer

Why is installing the json 1.8.6 gem on Windows 8 not working?

I've cloned down a Rails app and am trying to install all the gems on my PC. I'm running Windows 8.1 x64, and I've installed the x64 devkit at C:/devkit and am using uru to manage ruby versions so that I can use ruby 2.3.1. When I run bundle install…
RSid
  • 768
  • 1
  • 8
  • 30
0
votes
1 answer

How to import new invoices only from Quickbooks To MySQL Database?

I am using the QuickBooks PHP DevKit v2.0.0 and was wondering if it possible to import only new invoices into MySQL database rather than having to re-import existing data? Currently I have only used the example MySQL mirror script to create my…
Manj
  • 1
0
votes
1 answer

Ruby failed to build native gem

I'm trying to make Ruby development environment portable, and I've had a few issues localising DevKit. It installed fine, but when I try to install a gem that requires it (in this case, wdm). The contents of mkmf.log can be found below: "gcc -o…
TechnicalTophat
  • 1,655
  • 1
  • 15
  • 37
0
votes
1 answer

gem install json --platform=ruby failed windows 7 64 bit

I'm following the DevKit to get json gem to install. However it has not worked for me. This has been preventing me to do bundle install. Computer is Win 7 64 bit. Commands for ruby dk.rb init and ruby dk.rb install passed. ruby 2.1.8p440 (2015-12-16…
khoamle
  • 676
  • 2
  • 7
  • 21
0
votes
1 answer

Error while installing libxml-ruby on windows : need libxml2

I installed Ruby x64 on windows then the development kit following these instructions mentionned in a solution I found in the forum here : Download and install the latest Ruby for your architecture from rubyinstaller.org Download the matching…
0
votes
1 answer

json gem can't be installed after fixing bcrypt_ext load error

I'm trying to get my RefineryCMS site up and running and I'm catching a bcrypt_ext cannot load error when trying to register the first user. I have taken these steps C:\> gem install --no-ri --no-rdoc bcrypt C:\> cd (path to gems…
Alexis Moody
  • 11
  • 1
  • 1
0
votes
0 answers

Can't find libcurl or curl/curl.h (runtimeerror) ruby (Ruby, Windows 7)

I keep getting this error every time I try and install curb or curl-multi in the console. I've tried reinstalling devkit and uninstalling and reinstalling curb and curl-multi but it didn't work. Does anyone know what I need to do to get around this…
semiflex
  • 1,176
  • 3
  • 25
  • 44
0
votes
0 answers

Can't install C:\Devkit>gem install json --platform=ruby on Windows 10

I keep getting this same error message: C:\Devkit>gem install json --platform=ruby Temporarily enhancing PATH to include DevKit... Building native extensions. This could take a while... ERROR: Error installing json: ERROR: Failed to build gem…
0
votes
1 answer

Error creating new Rails app

I am trying to create a new Rails app, but I am getting the following error: D:\>rails new blog D:/Ruby200-x64/lib/ruby/2.0.0/rubygems/core_ext/kernel_require.rb:55:in `require': cannot load such file -- D:/config/boot (LoadError) from…
Saju
  • 61
  • 1
  • 1
  • 4
0
votes
1 answer

Error in Installing Rails Using DevKit

Im trying to install rails using Devkit on windows 7 I have installed railsinstaller I added the path to Ruby2.1.0 in config.yml: # This configuration file contains the absolute path locations of all # installed Rubies to be enhanced to work with…
Abkreno
  • 153
  • 1
  • 8
0
votes
1 answer

Failed to build native extension while installing oily_png

I'm having a hard time installing a gem required by my Ruby project (automated tests based on Cucumber and SitePrism but I don't think that's relevant). The output suggests a problem with native extensions but I do have the devkit installed and have…
toniedzwiedz
  • 17,895
  • 9
  • 86
  • 131