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
1 answer

Null exception thrown when running mule, when a devkit 3.0.0 method that takes a @InboundAttachments param

I'm trying to make use of @attachment http properties I have a devkit method called validate in a flow that is called like so
Nikos
  • 7,295
  • 7
  • 52
  • 88
0
votes
1 answer

@ValidateConnection method is failing to be called when using "@Category component"

I have an issue in a new devkit Project where the following @ValidateConnection method is failing to be called (but my @processor methods are called fine when requested in the flows) @ValidateConnection public boolean isConnected() { …
Nikos
  • 7,295
  • 7
  • 52
  • 88
0
votes
1 answer

Getting functional unit tests to wait until devkit connector is connected

I often have a requirement to wait some async process is finished in my devKit connector (which then causes isConnected to return true ) @ValidateConnection public boolean isConnected() { return isConnected; } How can I get my functional unit…
Nikos
  • 7,295
  • 7
  • 52
  • 88
0
votes
1 answer

Error on installing watir gem on windows 7

I searched the whole stackoverflow to get a specific answer on how to successfully install watir, but I failed to install it. I am getting the same error, which I believe others too have got. But I'm not able to resolve it. Can anyone please help me…
0
votes
2 answers

Current Customer List?

I am testing the AggCat service and trying to put together a prototype. I'm using the .Net DevKit and have properly gotten through all the authentication issues including MFA. Unfortunately, I'm now getting a "Forbidden" as it says I've hit a…
0
votes
1 answer

Error in installing DevKit

Getting this error while installing DevKit C:\DevKit>gem install json --platform=ruby Fetching: json-1.7.7.gem (100%) Temporarily enhancing PATH to include DevKit... Building native extensions. This could take a while... Successfully…
anilCSE
  • 2,461
  • 3
  • 23
  • 29
0
votes
1 answer

How to enable Request and Response Logging in the .Net DevKit V2

How to enable logging for the XML? I tried to follow the directions from http://docs.developer.intuit.com/0025_Intuit_Anywhere/0200_DevKits/0100_IPP_.NET_DevKit/0600_Logging I put the code in a test program derived from the HelloIntuitAnywhere for a…
0
votes
1 answer

Ruby DevKit compile issues

My compass had broken >compass compile LoadError on line ["36"] of C: cannot load such file -- zurb-foundation C:/Ruby193/lib/ruby/site_ruby/1.9.1/rubygems/custom_require.rb:36:in `require' …
Markus Hedlund
  • 23,374
  • 22
  • 80
  • 109
0
votes
1 answer

How to edit the windows registry entry so that Devkit does not look at the incompletely uninstalled ruby installers in windows 7

When running ruby dk.rb init from C:/Devkit it displays as below [INFO] found RubyInstaller v1.8.7 at C:/ruby [INFO] found RubyInstaller v1.9.2 at C:/IRails/Ruby192 Initialization complete! Please review and modify the auto-generated 'config.yml'…
Gitapriya
  • 11
  • 2
-1
votes
1 answer

Cannot install the DevKit

I've installed ruby 2.3.0. Now I'm trying to install the DevKit from this link: http://rubyinstaller.org/downloads => DevKit-mingw64-64-4.7.2-20130224-1432-sfx.exe Unpacked it to C:\DevKit. and here's a problem: problem please, tell me what's…
-1
votes
2 answers

`rename': Permission denied @ sys_fail2

PS C:\Users\Roman> ruby dk.rb install [INFO] Updating convenience notice gem override for 'C:/Program Files (x86)/Heroku/ruby-1.9.3' dk.rb:86:in `rename': Permission denied @ sys_fail2 - (C:/Program Files…
Roman Davis
  • 351
  • 1
  • 4
  • 17
-1
votes
2 answers

VMC tunnel crash

I'm trying to execute vmc tunnel but i get error 'ruby interpreter has stopped working' . Tryed to find what's the problem on the Internet but the only solution i saw was to upgrade ruby version to 1.9.3 , but I already have this version. Thank you
user1379574
  • 689
  • 4
  • 11
  • 23
-2
votes
3 answers

Ruby interpreter (CUI) 1.9.2p180 [i386-mingw32] has stopped working - on the installation

I started to install ruby, and the devkit according to this tutorial. but i keep getting the same error when i try to open the cmd from ruby or to run a command on that folder: Ruby interpreter (CUI) 1.9.2p180 [i386-mingw32] has stopped working
Adi Mor
  • 2,145
  • 5
  • 25
  • 44
-2
votes
1 answer

Ruby DevKit install has Trojan virus

I am new to Ruby DevKit, and recently exposed to use this package for some integration work with CloudFoundry systems. Unfortunately, after I finished installing the Ruby Devkit, my antivirus software caught it to contain a trojan virus - which is…
Panini Luncher
  • 639
  • 8
  • 10
1 2 3 4 5 6 7
8