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
2 answers

after entering 'bundle install' on command line I get "make sure that 'gem install json -v 1.8.2' succeeds before bundling"

I've been following this lynda tutorial online on 'Ruby on Rails.' I've downloaded Ruby, devkit and rails on to my computer. After I created sample_app and tried to run bundle install, but it keeps telling me make sure that 'gem install json -v…
0
votes
0 answers

Issue on install native extension ruby with windows 7

I'm troubled with installing a native gem on windows Error Could not Create Makefile due to some reason, probably lack of necessary I guess it's a version issue, because I've installed the dev kit for windows to use with ruby 2.0 my gem env is…
aurny2420289
  • 481
  • 5
  • 16
0
votes
1 answer

Can I have two versions of Ruby plus the correct DevKit?

I have Win 7 Pro. I have upgraded from Ruby 1.9.3 to 2.1.3, and the correct DevKit. I now have problems with my Watir automated testing. In order to blame/absolve Ruby, I need to revert to Ruby 1.9.3 and the correct DevKit. Is there an easy way to…
OldGrantonian
  • 597
  • 1
  • 8
  • 23
0
votes
1 answer

Error message when installing Ruby DevKit

I've installed Ruby 2.0 with a Windows Ruby Installer (rubyinstaller-2.0.0-p481-x64), unpacked DevKit (DevKit-mingw64-64-4.7.2-20130224-1432-sfx) on a folder without spaces but when i run ruby dk.rb init i got that message ??? C:\devkit>ruby dk.rb…
0
votes
1 answer

Ruby Devkit installation not accepting path

I'm trying to install Ruby and Ruby Gems to a new Windows computer (originally on a Mac) and I'm unable to continue. I have followed, word for word, https://github.com/oneclick/rubyinstaller/wiki/Development-Kit. Downloaded, extracted to a…
Jeff
  • 133
  • 2
  • 8
0
votes
1 answer

Retriving data from quickbook through webconnector using DevKit

I am using DevKit to retrieve data from Quick Book through WebConnector. I have inserted data successfully in Quickbook but in retrieving something going wrong. when I execute the "example_web_connector_import.php" this page then I didn't retrieve…
Hashim
  • 61
  • 8
0
votes
1 answer

'gem install atomic' can't find DevKit even though it's right there in the path, why?

Here are some commands from my Windows 7 command prompt that show the problem. As you can see, I added everything I could think of to my path, trying to solve the problem. Same DevKit had worked for me before with the same Ruby installation, so I…
Irina Rapoport
  • 1,404
  • 1
  • 20
  • 37
0
votes
1 answer

Ruby devkit installing issue

I've been trying to install ruby dev kit and following the instruction on this page. http://rubyonwindowsguides.github.io/book/ch02-04.html My problem is that when I run rb.dk in the devkit directory, it quits before i am able to do anything (so i…
kwoskowicz
  • 537
  • 1
  • 5
  • 10
0
votes
1 answer

Moved DevKit to a different directory. How do I make it work again?

I know it said not to move it, but after I did ruby dk.rb init and ruby dk.rb install I moved it to a different directory because I didn't want it to clutter the directory it was in. I was able to gem install json before, but now when I try to test…
David
  • 7,028
  • 10
  • 48
  • 95
0
votes
2 answers

Creating new rails project throws exception when installing json

I'm kind of newbie in ruby and I'm trying to create a new project in my Win8.1 pc. I'm using the latest rails installer. The installations ends successfully but when I run rails new my_project I got this error when it is Installing json. Installing…
Ricbermo
  • 815
  • 1
  • 6
  • 28
0
votes
1 answer

CreditMemo revert has blank response / doesn't revert

For some reason when I try to revert a credit memo in Quickbooks IPP, I get a blank response. I removed the authorization header so I could post it below The request: POST https://services.intuit.com/sb/creditmemo/v2/[realmid] HTTP/1.1 Content-Type:…
Jeremy
  • 163
  • 3
  • 14
0
votes
1 answer

Mule can't find xsd generated by Devkit

I'm having issues the the xsd files that are generated with Devkit. Now the xsd file is generated fine but when trying to run the connector mule can't find the xsd. I get errors of this sort: org.xml.sax.SAXParseException; lineNumber: 15;…
Nikos
  • 7,295
  • 7
  • 52
  • 88
0
votes
1 answer

Devkit Update site issues with uses of this.getClass().getClassLoader()

We are having a lot of issues with devkit built jars that try to resolve files based on either of these methods: InputStream in = this.getClass().getClassLoader().getResourceAsStream(configFile); InputStream in =…
Nikos
  • 7,295
  • 7
  • 52
  • 88
0
votes
1 answer

Stop the continuation of a flow within a devkit @processor

Is there an agreed upon way to stop the continuation of a flow within a devit @processor method? I want it to behave like a filter, where the message is dropped.
Nikos
  • 7,295
  • 7
  • 52
  • 88
0
votes
1 answer

Mule EE jars command populate_m2_repo needs %MULE_HOME% env variable set in windows

When running populate_m2_repo C:\Users\me.m2\repository I get asked for %MULE_HOME% to be set. Typically on my computer I have more than one standalone version available for testing so its inconvenient to keep changing this variable every time a new…
Nikos
  • 7,295
  • 7
  • 52
  • 88