Giter Club home page Giter Club logo

Comments (14)

febeling avatar febeling commented on May 28, 2024

Sorry for the late response. No, no idea, unfortunately.

Could you put the Gemfile in a Gist and add here?

from webpack-rails-buildpack.

febeling avatar febeling commented on May 28, 2024

@iwarshak – did you solve the problem?

from webpack-rails-buildpack.

iwarshak avatar iwarshak commented on May 28, 2024

@febeling - sorry I have not had time to revisit this yet.

from webpack-rails-buildpack.

conorcussell avatar conorcussell commented on May 28, 2024

I've got the same error, will reply if i find a solution today!

from webpack-rails-buildpack.

conorcussell avatar conorcussell commented on May 28, 2024

@febeling I've opened a PR to make the Dashboard vs CLI instructions more explicit #4

@iwarshak could you check what buildpacks are installed with

 heroku buildpacks

I think that, like me, you only had this buildpack installed and not ruby/nodejs

You should add the node and ruby buildpacks

 heroku buildpacks:add heroku/ruby
 heroku buildpacks:add --index 2 heroku/nodejs

and then add this buildpack in the last index

heroku buildpacks:add --index 3 https://github.com/febeling/webpack-rails-buildpack.git

from webpack-rails-buildpack.

febeling avatar febeling commented on May 28, 2024

Thanks for the PR, @conorcussell! ✨ Re-opening, as we still need confirmation that this also solves @iwarshak's problem.

from webpack-rails-buildpack.

conorcussell avatar conorcussell commented on May 28, 2024

@febeling I actually just re-read the original post from @iwarshak

I'm afraid it looks like we were having different issues, since his buildpacks are...

I added this buildpack:

=== app-staging Buildpack URLs

  1. heroku/nodejs
  2. heroku/ruby
  3. https://github.com/febeling/webpack-rails-buildpack.git

The only difference being mine are a different order

  1. heroku/ruby
  2. heroku/nodejs
  3. https://github.com/febeling/webpack-rails-buildpack.git

from webpack-rails-buildpack.

febeling avatar febeling commented on May 28, 2024

Yes, I also had the vague idea it was something different. Thanks for pinpointing it here.

from webpack-rails-buildpack.

conorcussell avatar conorcussell commented on May 28, 2024

Apologies, I should have read the post properly!

from webpack-rails-buildpack.

febeling avatar febeling commented on May 28, 2024

No new info in some time, so I'm assuming the problem solved and close; please reopen if the issue persists for anyone.

from webpack-rails-buildpack.

acarpe avatar acarpe commented on May 28, 2024

I'm having this same issue trying to deploy my application.
Here is the Gemfile:
https://gist.github.com/acarpe/c8609c66e9126fa4ed997bd5a324c912

from webpack-rails-buildpack.

conorcussell avatar conorcussell commented on May 28, 2024

@acarpe Are you trying to deploy to Heroku?

If so, can you run the command heroku buildpacks --app=YOUR_APP_NAME and post the output?

from webpack-rails-buildpack.

acarpe avatar acarpe commented on May 28, 2024

=== mamaclean-staging Buildpack URLs

  1. heroku/nodejs
  2. heroku/ruby
  3. https://github.com/febeling/webpack-rails-buildpack.git

from webpack-rails-buildpack.

acarpe avatar acarpe commented on May 28, 2024

It seems to me that the ruby buildpack is not exporting the bundle executable like the nodejs do [1] but I've not read the ruby buildpack source very well.

[1] https://github.com/heroku/heroku-buildpack-nodejs/blob/51ea78e68eccd980f72b9fc62c5e46187d869843/lib/environment.sh#L45-L46

from webpack-rails-buildpack.

Related Issues (12)

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.