GithubHelp home page GithubHelp logo

Comments (4)

randym avatar randym commented on August 20, 2024

Hi @enriquetuya

If this is a one off case, I would just put a 'supplier_name' method on your model that basically does:

def supplier_name
  supplier.nil? ? 'foo' : supplier.name
end

and use 'supplier_name' in the column spec.

If you have many of these 0..1 relationships, or you are making fairly complex reports, I'd recommend using axlsx directly and authoring data providers in your app so you dont clutter up your models with report context specific methods.

from acts_as_xlsx.

enriquetuya avatar enriquetuya commented on August 20, 2024

Thanks for the answer @randym , I ended up forking up the project and adding the support for nil associations.
enriquetuya@71cf6fc

Thanks for your anwer.
Regards,
Enrique

from acts_as_xlsx.

westonganger avatar westonganger commented on August 20, 2024

@enriquetuya you should make a pull request of this

from acts_as_xlsx.

 avatar commented on August 20, 2024

@westonganger I have migrated from act_as_xlsx to axlsx_rails it is based on "axls". The true is that when using rails 4.2 I started having too many issues with act_as_xlsx. Hope this helps!

Regards,
Enrique

from acts_as_xlsx.

Related Issues (9)

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.