GithubHelp home page GithubHelp logo

Comments (5)

langalex avatar langalex commented on August 18, 2024

you are completely correct. one way to handle this with the current couch potato is to override the User.json_create method which would not be very elegant though. providing a hash like syntax for properties not defined on the class sounds like a good idea though.

from couch_potato.

langalex avatar langalex commented on August 18, 2024

on the other hand... when you think about your object model, why would you want to have access to attributes that according to your class are not there. you could just as well declare the name as another property...

from couch_potato.

sporkd avatar sporkd commented on August 18, 2024

Yes, I agree. It does get a little too meta programmy taken to that extreme, unless you are also saving older views and logic that goes with the old properties. Probably the main feature here I see valuable is being able to add a property at runtime, which I believe can be done on the class level with couch_potato.

Here is an example of where this would be useful...
http://merbist.com/2009/05/17/couchdb-with-couchrest-in-5-minutes/#comment-645

from couch_potato.

langalex avatar langalex commented on August 18, 2024

maybe it makes sense to do something like this in an extra module that has to be included in addition to the Persistence module for cases where you want this behavior. if you wanna write this i'd be happy to include it.

from couch_potato.

langalex avatar langalex commented on August 18, 2024

another solution for the cms problem (allow users to have custom fields): create a property called custom_fields on your model and make that a hash that contains the custom fields. this way you would also avoid naming collisions with other properties.

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.