Giter Site home page Giter Site logo

Comments (3)

michaeldv avatar michaeldv commented on August 18, 2024

Let me try it out locally to see what's going on ;-)

from awesome_print.

michaeldv avatar michaeldv commented on August 18, 2024

Strangely enough Audition.new.inspect and Audition.new.to_s both return nil, and not an empty string. I would consider filing a ticket with carrierwave folks. On the ap side the fix involves changing line 143 in lib/ap/awesome_print.rb (object.inspect => object.inspect.to_s):

142: def awesome_self(object, appear = {})
143:   colorize(object.inspect.to_s << appear[:with].to_s, appear[:as] || declassify(object))
144: end

Hope this helps.
Michael

from awesome_print.

michaeldv avatar michaeldv commented on August 18, 2024

Fixed in http://github.com/michaeldv/awesome_print/commit/75700ea33093394411a5af5b89c069301c48fd99

Saw jnicklas/carrierwave reply; my take is that #to_s and #inspect returning a string is much more prevailing practice ;-)

from awesome_print.

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.