Experience Upgrading to Strong Params
In our workplace app, most models are used by different code paths (e.g. a customer and internal user creating the same resource). Using attr_accessible, all we could do is to permit
In our workplace app, most models are used by different code paths (e.g. a customer and internal user creating the same resource). Using attr_accessible, all we could do is to permit
I use Rails and Postgresql at work. We have a dataset that's growing fast, large and frequently transformed. This becomes a pain when there's a need to pull the data from remote and