[Rails] bundle install fatal error
Greetings all,
After being a c# programmer I wanted to get my feet wet in RoR. Good
stuff. I'm running a cygwin (linux emmulator - sort of on Window 7). I
have ruby installed:
$ ruby -v
ruby 1.9.3p327 (2012-11-10 revision 37606) [i386-cygwin]
I have rails installed:
$ rails -v
Rails 3.2.9
I have gem installed:
$ gem -v
1.8.24
All is fine except when I run "rails new <name>" command I get a fatal
error (Pls see below). I deleted all the stuff on the link provided in
the error but still I'm getting the fatal error. Any idea what is wrong
or how I can debug this other than a reinstall?
Thanks
A
$ rails new test2
create
create README.rdoc
create Rakefile
create config.ru
create .gitignore
create Gemfile
create app
create app/assets/images/rails.png
create app/assets/javascripts/application.js
create app/assets/stylesheets/application.css
create app/controllers/application_controller.rb
create app/helpers/application_helper.rb
create app/mailers
create app/models
create app/views/layouts/application.html.erb
create app/mailers/.gitkeep
create app/models/.gitkeep
create config
.
.
.
(snip)
.
.
.
create vendor/assets/javascripts
create vendor/assets/javascripts/.gitkeep
create vendor/assets/stylesheets
create vendor/assets/stylesheets/.gitkeep
create vendor/plugins
create vendor/plugins/.gitkeep
run bundle install
/usr/lib/ruby/gems/1.9.1/gems/bundler-1.2.2/lib/bundler/friendly_errors.rb:32:
stack level too deep (SystemStackError)
Fetching gem metadata from https://rubygems.org/...........
Fetching gem metadata from https://rubygems.org/..
Unfortunately, a fatal error has occurred. Please see the Bundler
troubleshooting documentation at http://bit.ly/bundler-issues. Thanks!
myself@myself-HP ~
$
--
Posted via http://www.ruby-forum.com/.
--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home