I just started to learn rails. I am on W8 and I just installed railsinstaller-2.2.2. I had no problem during the installation.
Then I tried to build a new project :
$ rails new test1
And then, it stayed blocked after :
create test/helpers
create test/helpers/.keep
create test/integration
create test/integration/.keep
create test/test_helper.rb
create tmp/cache
create tmp/cache/assets
create vendor/assets/javascripts
create vendor/assets/javascripts/.keep
create vendor/assets/stylesheets
create vendor/assets/stylesheets/.keep
run bundle install
Does anyone have a tips?
I already tried to delete and reinstall railsinstaller. But it still doesn't work.