On 1/29/2013 5:11 AM, Chloe wrote:
How do I report a problem to the person who maintains the Ruby package for Cygwin? How do I find who that is?
this is the right place. Do NOT send direct e-mail to the maintainer
$ ruby --version ruby 1.9.3p327 (2012-11-10 revision 37606) [i386-cygwin] Chloe@dumbopc /cygdrive/c/Sites $ rails -v Rails 3.2.11 Chloe@dumbopc /cygdrive/c/Sites $ cd testapp Chloe@dumbopc /cygdrive/c/Sites/testapp $ rails -v /usr/lib/ruby/site_ruby/1.9.1/rubygems/requirement.rb:114: stack level too deep (SystemStackError)
rails is not part of cygwin http://cygwin.com/cgi-bin2/package-grep.cgi?grep=rails what about following > Problem reports: http://cygwin.com/problems.html and clarifying from where your "rails" is coming from ?
Chloe@dumbopc /cygdrive/c/Sites/testapp $ bundle install 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! /usr/lib/ruby/gems/1.9.1/gems/bundler-1.2.3/lib/bundler/friendly_errors.rb:32: stack level too deep (SystemStackError)
-- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple