Try with these command. I sure you find your answer.

Installation on window:

1) download form rubyinstaller.org/downloads
    the latest version of ruby
2) install the product

3) Devkit install

in c:/DevKit folder

4) ruby dk.rb init

5) type config.yml
6) ruby dk.rb install
7) gem install json --platform=ruby

8) ruby -rubygems -e "require json: puts JSON.load<'[42]'>.inspect"

9)   gem  update --system
     for checking version check gem -v

10)  gem install rails

11) rails new application_name

On Wed, May 13, 2015 at 2:38 PM, Frederick Cheung <
[email protected]> wrote:

>
>
> On Tuesday, May 12, 2015 at 10:28:29 PM UTC+1, Chuck Williams wrote:
>>
>> Can anyone do a private sidebar to help me get past some installation
>> issues?
>>
>> I'm at the point where I type >rails server
>> it says can't find json-1.8.2  run bundle install
>> so I type >bundle install
>> it says it failed because json  requires installed build tools.
>>
>> Google says to install the DevKit again... done... but its the same as
>> above.
>>
>>
> Getting things right on windows can be quite finicky - knowing how you
> installed ruby, exactly what commands you are running, where and the exact
> output is useful. The devil is usually in the details; without them it's
> just wild guesses.
>
> Fred
>
>
>> So far I'm not finding the solution on Google.
>>
>> Can anyone help?
>>
>> Chuck
>>
>  --
> You received this message because you are subscribed to the Google Groups
> "Ruby on Rails: Talk" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to [email protected].
> To post to this group, send email to [email protected].
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/rubyonrails-talk/e32c4d5a-d3ea-49ff-a209-aa2d45654cce%40googlegroups.com
> <https://groups.google.com/d/msgid/rubyonrails-talk/e32c4d5a-d3ea-49ff-a209-aa2d45654cce%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/rubyonrails-talk/CAJMzsO8NVPO1vE_AK6zHaPh%3DPAcEgEYSRa7%2BdvZVp%3DVsZ%3Dtd%3DA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to