devkit

Bluecloth v2.0.10 with windows 7 not working

陌路散爱 提交于 2020-01-23 05:49:26
问题 WIth Ruby 187, I had downloaded devkit from http://rubyinstaller.org/downloads and followed the instruction per https://github.com/oneclick/rubyinstaller/wiki/Development-Kit. I had also ensured that devkit is installed properly by following smoke test. I had then tried installing bluecloth (v2.0.10). It had failed with following error: C:\test\typo>gem install bluecloth --platform=ruby Temporarily enhancing PATH to include DevKit... Building native extensions. This could take a while...

Can't install Nokogiri for Ruby in Windows

穿精又带淫゛_ 提交于 2020-01-01 05:40:16
问题 I know this is simple but I just can't figure it out. I need to run a script in Ruby and it requires Nokogiri. I do have some experience in other languages but not in Ruby. Here is my system : Ruby 2.0.0-p195 (x64) is installed @ C:\Programs\RubyLanguage Ruby Development Kit (mingw64-64-4.7.2-20130224-1432) is installed @ C:\Programs\RubyDevKit When I run gem install nokogiri I get this error: ERROR: Error installing nokogiri: The 'nokogiri' native gem requires installed build tools. Please

Getting functional unit tests to wait until devkit connector is connected

廉价感情. 提交于 2019-12-25 07:31:13
问题 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 test to wait until this is completed. I would have thought the unit test would have waited until all the connectors in my flow were "connected". Atm I am using a sleep in the unit test to get round this in my FunctionalTestCase Thread.sleep(5000);

Error installing Rubygems on ruby command prompt in Win7

妖精的绣舞 提交于 2019-12-24 05:10:10
问题 I got the below error when trying to install rubygems on Ruby command prompt in Win7 (32bit). Note that I installed Ruby1.9.3 & added devkit (DevKit-tdm-32-4.5.2-20111229-1559-sfx.exe) to Ruby already. Below are all things that I have tried: C:\devkit>ruby dk.rb init [INFO] found RubyInstaller v1.9.3 at C:/Ruby193 Initialization complete! Please review and modify the auto-generated 'config.yml' file to ensure it contains the root directories to all of the installed Rubies you want enhanced by

How to install mysql2 gem on Windows

Deadly 提交于 2019-12-23 18:27:28
问题 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" --with-mysql-lib="x:\Program Files\mysql-5.5.11-winx64\lib" --with-my sql-include="x:\Program Files\mysql-5.5.11-winx64\include" --without-opt-dir However, XAMPP does not include a lib or include folder on its MySQL directory. What should I specify instead ? Thanks 回答1: Here's the solution I used to get Ruby with

how to fix the npm audit report

青春壹個敷衍的年華 提交于 2019-12-22 11:21:49
问题 When I run npm audit command === npm audit security report === `Manual Review Some vulnerabilities require your attention to resolve Visit https://go.npm.me/audit-guide for additional guidance ` High │ Arbitrary File Overwrite Package │ tar Patched in │ >=4.4.2 Dependency of │ @angular-devkit/build-angular [dev] Path │ @angular-devkit/build-angular > node-sass > node-gyp >tar More info │ https://nodesecurity.io/advisories/803 its saying found 1 high severity vulnerability in 42611 scanned

ERROR: Failed to build gem native extension on Windows

喜夏-厌秋 提交于 2019-12-21 05:11:29
问题 I'm getting the below error while installing ' redcarpet ' gem. It got installed without issue on my friends machine though. (I want to install this to run yard ) Ruby version: 1.9.3 cmd output: D:\Learning\Common_POM_FW\SampleProjects>yard [error]: Missing 'redcarpet' gem for Markdown formatting. Install it with `gem install redcarpet` D:\Learning\Common_POM_FW\SampleProjects>gem install redcarpet Temporarily enhancing PATH to include DevKit... Building native extensions. This could take a

Query for All Invoices With Open Balances using QuickBooks Online (QBO) Intuit Partner Platform (IPP) DevKit

生来就可爱ヽ(ⅴ<●) 提交于 2019-12-19 04:18:08
问题 I am trying to Query for all invoices with open balances using IPP but I keep on getting 0 results back. Am I doing something wrong in code? Here is my C# code snippet that I am trying to do with the applied Filtering InvoiceQuery qboInvoiceQuery = new InvoiceQuery(); int iMaxPageNumber = QUERY_MAX_PAGE_NUMBER; // A Constant with the Maximum Page Number allowed in a query int iResultsPerPage = QUERY_MAX_NUM_PER_PAGE_INVOICE; // A Constant with the Maximum Results per page // Paging

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

£可爱£侵袭症+ 提交于 2019-12-12 04:35:20
问题 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 or gem install json -v '1.8.6' -r --source http://rubygems.org/, I get the following error log: current directory: C:/Ruby23/lib/ruby/gems/2.3.0/gems/json-1.8.6/ext/json/ext/generator C:/Ruby23/bin/ruby.exe -r ./siteconf20170216-17824-1b67o5.rb

error failed to build json gem native extension on windows 7x64

一笑奈何 提交于 2019-12-10 19:38:00
问题 I am trying to install devkit and then to install json gem on Windows7 64bits, I have installed ruby 4.2.4 & extracted devkit configured config.yml and run ruby dk.rb install and then when i run gem install JSON --platform=ruby but it gives error as follows : current directory: C:/Ruby22/lib/ruby/gems/2.2.0/gems/json-1.8.3/ext/json/ext/generator C:/Ruby22/bin/ruby.exe -r ./siteconf20160205-1668-13fh07v.rb extconf.rb creating Makefile current directory: C:/Ruby22/lib/ruby/gems/2.2.0/gems/json