Code Monkey home page Code Monkey logo

Comments (5)

jasl avatar jasl commented on May 24, 2024 2

You can try the dummy app (in test/dummy), it's nearly full featured.

This gem, as I known, has been used in many projects, but sadly they are all closed source

from form_core.

jasl avatar jasl commented on May 24, 2024 1

If the Dummy app suitable for you, you can copy these codes to your app, then you can do modify (e.g. add reference Form to User or Group, add persistence)

For styles, I use Bulma, it simple and easy to use, but may not suitable for business product, you can choose other, you need to refactor views under https://github.com/rails-engine/form_core/tree/master/test/dummy/app/views/_form_core

BTW, We actually have a stupid but super super powerful Form persistence solution, that allows you treat dynamic forms as plain native PostgreSQL tables, and we also implemented a Ransack-like query builder and aggregation with UI.

but I sold to my customers, so I can't open source, but my partner wrote a demo to show the technique, https://github.com/hooopo/schemaless-pg (although it's in Chinese, but the code really simple)

from form_core.

jasl avatar jasl commented on May 24, 2024

You can ask any question, I'll help you as I can

from form_core.

fercreek avatar fercreek commented on May 24, 2024

Thanks! I have been busy, but in a few days I'll use this gem :)

from form_core.

fercreek avatar fercreek commented on May 24, 2024

Okay I have a question:

  • If I want to use the same models and styles, exists in command to replicate all or I need to do that from scratch?

from form_core.

Related Issues (7)

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.