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.
So far I’m not finding the solution on Google.
Can anyone help?
Chuck
We need to know the type of system you are trying to install in.
Windows and Mac and Linux are all quite different.
Norm
On Tuesday, May 12, 2015 at 10:28:29 PM UTC+1, Chuck Williams wrote:
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
If giving error of SSL then save the following code in a file named
cacert.pem and save in c:/railsinstaller/ folder.
2. then run the following command
set SSL_CERT_FILE=C:\RailsInstaller\cacert.pem
and then try
bundle install command again
Thanks
On Wed, May 13, 2015 at 3:32 PM, Paramnoor Singh <
Try with these command. I sure you find your answer.
Installation on window:
-
download form Downloads
the latest version of ruby
-
install the product
-
Devkit install
in c:/DevKit folder
-
ruby dk.rb init
-
type config.yml
-
ruby dk.rb install
-
gem install json --platform=ruby
-
ruby -rubygems -e “require json: puts JSON.load<‘[42]’>.inspect”
-
gem update --system
for checking version check gem -v
-
gem install rails
-
rails new application_name
On Wed, May 13, 2015 at 2:38 PM, Frederick C. <