anlek / mongify

Mongify allows you to map your data from a sql database and into a mongodb document database.
http://github.com/anlek/mongify
MIT License
317 stars 82 forks source link

undefined method `instance' for ActiveSupport::Deprecation:Class #116

Closed dimasusername closed 7 years ago

dimasusername commented 7 years ago

/Users/dmitriikharlamov/.rvm/gems/ruby-2.3.1@sql2mongo/gems/activesupport-5.0.0.1/lib/active_support/deprecation/proxy_wrappers.rb:124:in initialize': undefined methodinstance' for ActiveSupport::Deprecation:Class (NoMethodError) Did you mean? instance_of? from /Users/dmitriikharlamov/.rvm/gems/ruby-2.3.1@sql2mongo/gems/activesupport-5.0.0.1/lib/active_support/deprecation/proxy_wrappers.rb:10:in new' from /Users/dmitriikharlamov/.rvm/gems/ruby-2.3.1@sql2mongo/gems/activesupport-5.0.0.1/lib/active_support/deprecation/proxy_wrappers.rb:10:innew' from /Users/dmitriikharlamov/.rvm/gems/ruby-2.3.1@sql2mongo/gems/activesupport-5.0.0.1/lib/active_support/core_ext/load_error.rb:30:in <top (required)>' from /Users/dmitriikharlamov/.rvm/gems/ruby-2.3.1@sql2mongo/gems/activesupport-5.0.0.1/lib/active_support/core_ext.rb:3:inrequire' from /Users/dmitriikharlamov/.rvm/gems/ruby-2.3.1@sql2mongo/gems/activesupport-5.0.0.1/lib/active_support/core_ext.rb:3:in block in <top (required)>' from /Users/dmitriikharlamov/.rvm/gems/ruby-2.3.1@sql2mongo/gems/activesupport-5.0.0.1/lib/active_support/core_ext.rb:2:ineach' from /Users/dmitriikharlamov/.rvm/gems/ruby-2.3.1@sql2mongo/gems/activesupport-5.0.0.1/lib/active_support/core_ext.rb:2:in <top (required)>' from /Users/dmitriikharlamov/.rvm/gems/ruby-2.3.1@sql2mongo/gems/mongify-0.3.1/lib/mongify.rb:4:inrequire' from /Users/dmitriikharlamov/.rvm/gems/ruby-2.3.1@sql2mongo/gems/mongify-0.3.1/lib/mongify.rb:4:in <top (required)>' from /Users/dmitriikharlamov/.rvm/gems/ruby-2.3.1@sql2mongo/gems/mongify-0.3.1/lib/mongify/cli.rb:1:inrequire' from /Users/dmitriikharlamov/.rvm/gems/ruby-2.3.1@sql2mongo/gems/mongify-0.3.1/lib/mongify/cli.rb:1:in <top (required)>' from /Users/dmitriikharlamov/.rvm/gems/ruby-2.3.1@sql2mongo/gems/mongify-0.3.1/bin/mongify:10:inrequire' from /Users/dmitriikharlamov/.rvm/gems/ruby-2.3.1@sql2mongo/gems/mongify-0.3.1/bin/mongify:10:in <top (required)>' from /Users/dmitriikharlamov/.rvm/gems/ruby-2.3.1@sql2mongo/bin/mongify:23:inload' from /Users/dmitriikharlamov/.rvm/gems/ruby-2.3.1@sql2mongo/bin/mongify:23:in <main>' from /Users/dmitriikharlamov/.rvm/gems/ruby-2.3.1@sql2mongo/bin/ruby_executable_hooks:15:ineval' from /Users/dmitriikharlamov/.rvm/gems/ruby-2.3.1@sql2mongo/bin/ruby_executable_hooks:15:in `

'

dimasusername commented 7 years ago

bundler installed version 0.3.1 for some unknown reason