rolandoam/shinycocos

stringio is not included in the embeded ruby distribution

Closed this issue · 2 comments

Is there a way to configure what core extensions are included?

I think for now I can include the ruby stringio.rb from my system level distribution, but I would like to use as much of the core libs as possible and have then bundled

Not really. The idea is to have a really small common set of libraries. If you need to add another specific library to your project, just add it to the "lib" directory. It will be copied to the app bundle and that directory is in the ruby load path.

The template has a lib directory created. You should be able to just add files there.