Serj L
Serj L
+1 for merge!
This still isn't merged? 😢
Any updates on adding `fa-layers-counter` into vue-fontawesome?
@jponc Did you find any workaround?
I recieved the same error when i tried to upgrade to Rails 4: ``` MachinesController GET show/edit should assign machine to @machine Failure/Error: get action, id: @machine.id ActiveModel::MassAssignmentSecurity::Error: Can't mass-assign...
@jordansinger Did you find any workaround?
@jordansinger As for me, i had this issue because my Rails 4 app used attr_accessible instead of StrongParams (for smooth transition). I forked this gem and i applied patch to...
We use PostgreSQL without Heroku. And I didn't get this error ever. All my tests passed. I already migrated my app to StrongParams so i don't use my fork anymore....
@mrudult I am happy to hear that my fork is useful for someone else too! :+1:
Is it possible to disable this reloading via some kind of flag? We have problems in our app with Mail Interceptor because of that: https://github.com/collectiveidea/delayed_job_active_record/issues/120