Sono un principiante in Ruby, seguendo "Creating a New Rails Project".Impostazione del server Rails
Ma non riesco ad avviare il server. Ho provato:
esecuzione
rails server
ma ho ottenuto:Could not find gem 'tzinfo-data <>= 0> x86-mingw32' in the gems available on the machine. Run 'bundle install' to install missing gems.
esecuzione
bundle install
ma ho ottenuto:An error occurred while installing rake (10.4.2), and Bundler cannot continue. Make sure that 'gem install rake -v '10.4.2'' succeeds before bundling.
gem 'tzinfo-data'
ma ho ottenuto:Unknown command tzinfo-data
gem install tzinfo-data
:Could not find a valid gem 'tzinfo-data' <>= 0>, here is why: Unable to download data from...
Ho Windows 8.1. 64-bit
tzinfo-data
è stato risolto con un file cacert.pem
seguendo la guida nella risposta accettata. Oggi sto cercando di installare il file gem bootstrap-sass
. Ho bisogno di un altro file .pem?
Gem::RemoteFetcher::FetchError: SSL_connect returned=1 errno=0 state=SSLv3 read
server certificate B: certificate verify failed (https://rubygems.org/gems/boots
trap-sass-3.3.1.0.gem)
An error occurred while installing bootstrap-sass (3.3.1.0), and Bundler cannot
continue.
Make sure that `gem install bootstrap-sass -v '3.3.1.0'` succeeds before
bundling.
Hai provato 'gem install rake -v '10 .4.2''? Ciò dà un errore? – lurker
@lurker Sì, dà lo stesso errore dell'installazione gem di tzinfo-data, tranne invece che 0 è 10.4.2 –
Una delle prime direzioni era 'gem install rails'. È andato tutto bene senza un errore? E qual è il resto del messaggio di errore che vedi dal 'gem install tzinfo-data'? Da dove? – lurker