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

Mailchimp grouping error #85

Closed
AnkurVyas-BTC opened this issue May 22, 2017 · 3 comments
Closed

Mailchimp grouping error #85

AnkurVyas-BTC opened this issue May 22, 2017 · 3 comments

Comments

@AnkurVyas-BTC
Copy link

Class: MailchimpGrouping
Association type: has_many
Association options: {:through=>:email_subscription_groupings}
Exception: uninitialized constant MailchimpGrouping::EmailSubscriptionGrouping
/home/ankur/.rvm/gems/ruby-2.2.5@socialux/gems/activerecord-4.1.15/lib/active_record/inheritance.rb:133:in `compute_type'
/home/ankur/.rvm/gems/ruby-2.2.5@socialux/gems/activerecord-4.1.15/lib/active_record/reflection.rb:221:in `klass'
/home/ankur/.rvm/gems/ruby-2.2.5@socialux/gems/lol_dba-2.1.2/lib/lol_dba.rb:125:in `block (2 levels) in check_for_indexes'
/home/ankur/.rvm/gems/ruby-2.2.5@socialux/gems/lol_dba-2.1.2/lib/lol_dba.rb:97:in `each_pair'
/home/ankur/.rvm/gems/ruby-2.2.5@socialux/gems/lol_dba-2.1.2/lib/lol_dba.rb:97:in `block in check_for_indexes'
/home/ankur/.rvm/gems/ruby-2.2.5@socialux/gems/lol_dba-2.1.2/lib/lol_dba.rb:91:in `each'
/home/ankur/.rvm/gems/ruby-2.2.5@socialux/gems/lol_dba-2.1.2/lib/lol_dba.rb:91:in `check_for_indexes'
/home/ankur/.rvm/gems/ruby-2.2.5@socialux/gems/lol_dba-2.1.2/lib/lol_dba.rb:186:in `simple_migration'
/home/ankur/.rvm/gems/ruby-2.2.5@socialux/gems/lol_dba-2.1.2/lib/lol_dba/cli.rb:29:in `start'
/home/ankur/.rvm/gems/ruby-2.2.5@socialux/gems/lol_dba-2.1.2/lib/lol_dba/cli.rb:17:in `start'
/home/ankur/.rvm/gems/ruby-2.2.5@socialux/gems/lol_dba-2.1.2/bin/lol_dba:10:in `<top (required)>'
/home/ankur/.rvm/gems/ruby-2.2.5@socialux/bin/lol_dba:23:in `load'
/home/ankur/.rvm/gems/ruby-2.2.5@socialux/bin/lol_dba:23:in `<main>'
/home/ankur/.rvm/gems/ruby-2.2.5@socialux/bin/ruby_executable_hooks:15:in `eval'
/home/ankur/.rvm/gems/ruby-2.2.5@socialux/bin/ruby_executable_hooks:15:in `<main>'
@plentz plentz added the bug label Jul 4, 2017
@budmc29
Copy link

budmc29 commented Jul 4, 2017

I have the same issue as well.

Class: AsOperation
Association type: has_many
Association options: {:through=>:operation_assets}

AsOperation.rb:

class AsOperation < Operation
  has_many :operation_assets, :foreign_key => "operation_id"
  has_many :operations, :through => :operation_assets

(...)
end

@plentz
Copy link
Owner

plentz commented Mar 4, 2018

can you give 2.1.5 a try?

@plentz
Copy link
Owner

plentz commented Mar 13, 2019

closing due to inactivity.

@plentz plentz closed this as completed Mar 13, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants