Giter VIP home page Giter VIP logo

Comments (3)

gazay avatar gazay commented on June 28, 2024

It depends on what do you want to do and in what environment) Can you explain more detailed?

from gon.

mugwump avatar mugwump commented on June 28, 2024

Yes: I basically want to transport some configuration-options for a query-component(plupload) to a script: Apart from some static variables (like a max_file_size), there are some variables that are infered from the model like:

  file_data_name: [model_object].flatten.pop.class.name.demodulize.underscore.downcase + "[#{model_object_method}]",

The helper will then be called with:

   plupload @image_asset, :asset

and renders the upload-component for the given model/method. The helper should write the generated parameters into the view where the js picks it up.

I could also write the parameter-code from the controller, but with this approach, the controller doesn't even need to know, that its objects are rendered to be uploadable - therefore, the helper needs to call gon.upload_parameters = ....

from gon.

gazay avatar gazay commented on June 28, 2024

Gon::Helpers constant contains method for render data in views: include_gon. As I can understand - you want to assign some variables in gon in your helper. Then you need to include constant Gon::GonHelpers, which add gon instance method. If it's not enough - you can write your own proxy method to work with gon - you can trace example how it works by debugging simple assign variable in controller action, and I can explain details later.

from gon.

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.