activewarehouse / activewarehouse-etl

Extract-Transform-Load library from ActiveWarehouse
MIT License
240 stars 102 forks source link

Rails 4 and strong_parameters #136

Open trestrantham opened 11 years ago

trestrantham commented 11 years ago

I'm getting the error below when trying to use activewarehouse-etl within a rails 4 project. Unfortunately, using protected_attributes isn't really an option for my project. Is there a preferred direction to go within activewarehouse-etl regarding strong_parameters versus protected_attributes going forward?

`attr_accessible': `attr_accessible` is extracted out of Rails into a
gem. Please use new recommended protection model for
params(strong_parameters) or add `protected_attributes` to your
Gemfile to use old one. (RuntimeError)
victorvprem commented 10 years ago

Please add the fix for Rails 4 Strong parameters error