Ruby on Rails
Wednesday, May 13, 2015
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 <paramnoor.intersoft@gmail.com> wrote:
Try with these command. I sure you find your answer.Installation on window:1) download form rubyinstaller.org/downloadsthe latest version of ruby2) install the product3) Devkit installin c:/DevKit folder4) ruby dk.rb init5) type config.yml6) ruby dk.rb install7) gem install json --platform=ruby8) ruby -rubygems -e "require json: puts JSON.load<'[42]'>.inspect"9) gem update --systemfor checking version check gem -v10) gem install rails11) rails new application_nameOn Wed, May 13, 2015 at 2:38 PM, Frederick Cheung <frederick.cheung@gmail.com> 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 serverit says can't find json-1.8.2 run bundle installso I type >bundle installit 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.FredSo 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 rubyonrails-talk+unsubscribe@googlegroups.com.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/e32c4d5a-d3ea-49ff-a209-aa2d45654cce%40googlegroups.com.
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 rubyonrails-talk+unsubscribe@googlegroups.com.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/CAJMzsO-OChyLD3Z3NgsA%2B7LQzEBvqD4%2B25OtPTw3rExLsysPUw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment