Coder Social home page Coder Social logo

Comments (6)

fnichol avatar fnichol commented on July 4, 2024

I hadn't considered putting in multiple rubies as a value for :rvm_string. In this case, the rvm_enviroment resource is bailing since it can't make sense of 'system,ruby-1.9.2 as a single valid ruby. So I guess we could go 2 ways:

  • support a comma-delimited string that the rvm_environment LWRP could understand
  • support a string or array value for rvm/gem_package/rvm_string and add array support on rvm_environment.

What do you think is most natural?

Other than the multiple rubies issue, have you had luck with this resource (gem_package)? It was something of a late night experiment and I'm hoping it has potential.

from rvm.

temujin9 avatar temujin9 commented on July 4, 2024

Array is probably more natural, but I'd be happy with either. I don't think a comma is a valid character for a rvm environment name, so using it as a delimiter should be fine.

from rvm.

temujin9 avatar temujin9 commented on July 4, 2024

I noticed another issue I'm trying to fix now; gem_package is patched at compile time, but rvm::install isn't done until execute time. If any other package installs a gem at compile time, chef bombs out. I'm patching rvm::install to do its stuff at compile time, to see if that fixes the problem.

Other than that issue, it seems to be working as advertised (and beyond, as described above). Its nice work, and just what I needed for this project (which has umpteen gem_package invocations in many recipes, some we don't care to patch).

from rvm.

yfeldblum avatar yfeldblum commented on July 4, 2024

Arrays of strings are easy in Ruby - use them!

node.rvm.gem_package.rvm_string = %w(system ruby-1.9.2)

from rvm.

fnichol avatar fnichol commented on July 4, 2024

Agreed then, arrays are a pretty natural expectation.

@temujin9 That's exactly the use case I was going for: supporting rvm with unmodified cookbooks. Thanks for the feedback!

from rvm.

lock avatar lock commented on July 4, 2024

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

from rvm.

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.