GithubHelp home page GithubHelp logo

Comments (3)

roidrage avatar roidrage commented on July 18, 2024

We built that into SimplyStored (http://github.com/peritor/simply_stored), a layer on top of CouchPotato. Even though I'm not a fan of mass assignment on the model level, maybe we could move that code into CouchPotato? Just an offer, personally I prefer it on a layer above, mass assignment protection more often than not is a hassle for me.

from couch_potato.

roryfranklin avatar roryfranklin commented on July 18, 2024

I was using SimplyStored but found it difficult to use (more specifically custom views) so went with just straight CouchPotato instead and I'm having more joy.

In terms of mass assignment - for me it is things like having an 'admin' property (among other things) that I'd rather isn't possible to be set through mass assignment.

from couch_potato.

langalex avatar langalex commented on July 18, 2024

try param_protected if you're using rails which works on the controller level. this is a security problem of the http layer so IMHO it should be handled there. if you insist on doing it in the model you could write a plugin in 10 lines of code to do it. I won't pull this into couch potato though.

from couch_potato.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.