Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rake db migrate - SystemStackError: stack level too deep #2

Open
unixlamaster opened this issue Nov 15, 2018 · 0 comments
Open

rake db migrate - SystemStackError: stack level too deep #2

unixlamaster opened this issue Nov 15, 2018 · 0 comments

Comments

@unixlamaster
Copy link

git clone ...
$ ruby -v
ruby 2.5.1p57 (2018-03-29 revision 63029) [x86_64-linux]
$ rails -v
Rails 4.1.1
$ rake db:migrate
/home/maxim/.rvm/gems/ruby-2.5.1/gems/activesupport-4.1.1/lib/active_support/values/time_zone.rb:285: warning: circular argument reference - now
/home/maxim/.rvm/gems/ruby-2.5.1/gems/activesupport-4.1.1/lib/active_support/core_ext/numeric/conversions.rb:121: warning: constant ::Fixnum is deprecated
/home/maxim/.rvm/gems/ruby-2.5.1/gems/activesupport-4.1.1/lib/active_support/core_ext/numeric/conversions.rb:121: warning: constant ::Bignum is deprecated
rake aborted!
SystemStackError: stack level too deep
/home/maxim/.rvm/gems/ruby-2.5.1/gems/activesupport-4.1.1/lib/active_support/core_ext/numeric/conversions.rb:131:in block (2 levels) in <class:Numeric>' /home/maxim/.rvm/gems/ruby-2.5.1/gems/activesupport-4.1.1/lib/active_support/core_ext/numeric/conversions.rb:131:in block (2 levels) in class:Numeric'
/home/maxim/.rvm/gems/ruby-2.5.1/gems/activesupport-4.1.1/lib/active_support/core_ext/numeric/conversions.rb:131:in block (2 levels) in <class:Numeric>' /home/maxim/.rvm/gems/ruby-2.5.1/gems/activesupport-4.1.1/lib/active_support/core_ext/numeric/conversions.rb:131:in block (2 levels) in class:Numeric'
/home/maxim/.rvm/gems/ruby-2.5.1/gems/activesupport-4.1.1/lib/active_support/core_ext/numeric/conversions.rb:131:in block (2 levels) in <class:Numeric>' /home/maxim/.rvm/gems/ruby-2.5.1/gems/activesupport-4.1.1/lib/active_support/core_ext/numeric/conversions.rb:131:in block (2 levels) in class:Numeric'
/home/maxim/.rvm/gems/ruby-2.5.1/gems/activesupport-4.1.1/lib/active_support/core_ext/numeric/conversions.rb:131:in block (2 levels) in <class:Numeric>' /home/maxim/.rvm/gems/ruby-2.5.1/gems/activesupport-4.1.1/lib/active_support/core_ext/numeric/conversions.rb:131:in block (2 levels) in class:Numeric'
/home/maxim/.rvm/gems/ruby-2.5.1/gems/activesupport-4.1.1/lib/active_support/core_ext/numeric/conversions.rb:131:in block (2 levels) in <class:Numeric>' /home/maxim/.rvm/gems/ruby-2.5.1/gems/activesupport-4.1.1/lib/active_support/core_ext/numeric/conversions.rb:131:in block (2 levels) in class:Numeric'
/home/maxim/.rvm/gems/ruby-2.5.1/gems/activesupport-4.1.1/lib/active_support/core_ext/numeric/conversions.rb:131:in block (2 levels) in <class:Numeric>' /home/maxim/.rvm/gems/ruby-2.5.1/gems/activesupport-4.1.1/lib/active_support/core_ext/numeric/conversions.rb:131:in block (2 levels) in class:Numeric'
/home/maxim/.rvm/gems/ruby-2.5.1/gems/activesupport-4.1.1/lib/active_support/core_ext/numeric/conversions.rb:131:in block (2 levels) in <class:Numeric>' /home/maxim/.rvm/gems/ruby-2.5.1/gems/activesupport-4.1.1/lib/active_support/core_ext/numeric/conversions.rb:131:in block (2 levels) in class:Numeric'
/home/maxim/.rvm/gems/ruby-2.5.1/gems/activesupport-4.1.1/lib/active_support/core_ext/numeric/conversions.rb:131:in block (2 levels) in <class:Numeric>' /home/maxim/.rvm/gems/ruby-2.5.1/gems/activesupport-4.1.1/lib/active_support/core_ext/numeric/conversions.rb:131:in block (2 levels) in class:Numeric'
/home/maxim/.rvm/gems/ruby-2.5.1/gems/activesupport-4.1.1/lib/active_support/core_ext/numeric/conversions.rb:131:in block (2 levels) in <class:Numeric>' /home/maxim/.rvm/gems/ruby-2.5.1/gems/activesupport-4.1.1/lib/active_support/core_ext/numeric/conversions.rb:131:in block (2 levels) in class:Numeric'
/home/maxim/.rvm/gems/ruby-2.5.1/gems/activesupport-4.1.1/lib/active_support/core_ext/numeric/conversions.rb:131:in block (2 levels) in <class:Numeric>' /home/maxim/.rvm/gems/ruby-2.5.1/gems/activesupport-4.1.1/lib/active_support/core_ext/numeric/conversions.rb:131:in block (2 levels) in class:Numeric'
/home/maxim/.rvm/gems/ruby-2.5.1/gems/activesupport-4.1.1/lib/active_support/core_ext/numeric/conversions.rb:131:in block (2 levels) in <class:Numeric>' /home/maxim/.rvm/gems/ruby-2.5.1/gems/activesupport-4.1.1/lib/active_support/core_ext/numeric/conversions.rb:131:in block (2 levels) in.....

Why not work?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant