Code Monkey home page Code Monkey logo

Comments (6)

ArturT avatar ArturT commented on May 20, 2024

I saw you forked the gem synth@884069c
Does it solve your problem?

from knapsack.

synth avatar synth commented on May 20, 2024

Yes, it solves it temporarily. Perhaps the rspec command can be parameterized.

from knapsack.

ArturT avatar ArturT commented on May 20, 2024

In knapsack_pro gem I load the rspec task in a bit different way:
https://github.com/KnapsackPro/knapsack_pro-ruby/blob/master/lib/knapsack_pro/runners/rspec_runner.rb

You may want to try the knapsack_pro gem to see if it works better for you.

from knapsack.

ibrahima avatar ibrahima commented on May 20, 2024

is it possible to try knapsack_pro (just to see if it fixes the issue) without getting a license for it? Why doesn't knapsack free use the same way of loading rake tasks? It'd be nice to make sure that the free version works with spring binstubs too, since it's a fairly common thing.

(I'm having a similar issue and am trying @synth's fork, but it'd be nice to not have to do that)

Ah, bleh, my issue was not resolved by using the fork. So maybe it's a different issue.

Briefly, I have this code

if ENV['UPLOAD_CODECOV']
  require 'simplecov'
  require 'codecov'
  SimpleCov.start 'rails' do
    formatter SimpleCov::Formatter::Codecov
  end

  Rails.application.eager_load!
end

But when I use Knapsack it fails because Rails is undefined.

from knapsack.

ArturT avatar ArturT commented on May 20, 2024

Hi @ibrahima

is it possible to try knapsack_pro (just to see if it fixes the issue) without getting a license for it?

Sure you can try https://knapsackpro.com for free. The trial is 14 days and days are count only when you use Knapsack Pro API. If you need more time to test it please just drop me an email so I will extend your trial period.

Why doesn't knapsack free use the same way of loading rake tasks?

knapsack gem is older project than knapsack_pro hence the differences.

from knapsack.

ibrahima avatar ibrahima commented on May 20, 2024

Ah OK, that still didn't resolve my issue, so I think my problem is unrelated to binstubs. I'll open a new issue then.

from knapsack.

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.