-3

!Note : I have the latest compatible development kit downloaded and extracted. Please help me how to solve it. Thanks

Sjvbny
  • 1
  • 2
  • you would get solution from this answer http://stackoverflow.com/questions/8100891/the-json-native-gem-requires-installed-build-tools – rick May 11 '15 at 10:54
  • This doesn't look like a complete question to me that will be useful to anyone. – David Hoelzer May 11 '15 at 10:57

2 Answers2

0

Try this -

 sudo gem install json --platform=ruby --verbose
Amit Suroliya
  • 1,515
  • 1
  • 11
  • 21
0

Try,

gem install json --platform=ruby

And follow Development Kit steps

rick
  • 1,675
  • 3
  • 15
  • 28
  • Step 1: Am installing rails in the directory >> sites Step 2: Once i give rails new "appname"and then pressed enter, at the end i get the error message shown in the snapshot. Note: Am able to create the app folder in a cloud environment, but not able to do that in my local PC. So how to resolve this json install error. Nick and amit : I tried them, not working.. its the same error. – Sjvbny May 11 '15 at 11:22
  • I have extracted the devkit to C drive. and when i enter ruby dk.rb init it shows unknown directory. and when i run "bundle install" it shows the same json error. Please help – Sjvbny May 11 '15 at 11:33
  • Thank you guys i found the solution. :) It was with the extraction of dev kit. Problem solved..... Thread closed.... :) – Sjvbny May 11 '15 at 11:46