Coder Social home page Coder Social logo

Comments (6)

tobias avatar tobias commented on July 21, 2024

(commenting from the proper account)

Bundler is responsible for loading the gems from ./vendor/, and for some reason I disabled bundler back in April (eac19ae). A smarter man would have mentioned why in the commit message. I'll take a look and see if we can bring it back - the issue may have been the Gemfile.lock being too strict in relation to the dependencies that gem installs, but maybe we can work around that.

from backstage.

davidglassborow avatar davidglassborow commented on July 21, 2024

That's great tobias. Give me a shout if I can help.

from backstage.

tobias avatar tobias commented on July 21, 2024

@davidglassborow - I probably won't look at this today. If you want to play with it, feel free. I'd start with reverting the change from that commit in April, then removing Gemfile.lock and seeing if both the built gem and a bundle --deployment version work. If you don't get to it, no worries. I'll try to take a look tomorrow.

from backstage.

tobias avatar tobias commented on July 21, 2024

@davidglassborow - are you using the master branch (for TorqueBox 1.x) or the torquebox-2x branch?

from backstage.

davidglassborow avatar davidglassborow commented on July 21, 2024

@tobias - At the time I was using the 2x branch

from backstage.

tobias avatar tobias commented on July 21, 2024

I figured it out - BackStage runs under ruby 1.9 mode, so the gems have to be installed under 1.9. To do that, try:

jruby --1.9 -S bundle install --deployment

If you run into any problems, feel free to reopen this issue.

from backstage.

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.