-
-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ruby_executable_hooks: No such file or directory #17
Comments
wen using rbenv you need to also run |
ya, i try with |
can you show me whole script? |
yeah, it is:
|
the error happens inside of |
ya, i got it. so can you help me with this error, i Google alot but no result. |
I can not help you any more without seeing the code that you execute in the hook, if you have no control over the script (because heroku) - ten you should contact them about the script ... maybe @hone could help us here? |
+1 Same issue for me. |
@IgorJorobus please reread the ticket and try to provide the required information |
I'm sorry mpapis, yesterday was a bit confused, it's nothing about your proyect. Seems that's a heroku issue, google "Bundler Output: /usr/bin/env: ruby_executable_hooks: No such file or directory" . Same log in the console when I try to upload my project to heroku. When I upload for the first time my app to a heroku subdomain works great, but then, when you want to push your project again the issue arise. I'm working on Windows 7 OS, ruby 2.0, rails 4.1.1. |
I'm not familiar with |
@hone https://github.com/mpapis/executable-hooks/blob/master/bin/ruby_executable_hooks and it is installed via https://github.com/mpapis/executable-hooks/blob/master/lib/executable-hooks/wrapper.rb#L8-L23 ( |
That means ruby_executable_hooks is not on the On Thu, Jun 12, 2014 at 12:17 PM, Michal Papis [email protected]
|
@IgorJorobus, @123lyvv can you confirm that there is no |
Should we be checking for executable-hooks from being installed on Heroku? On Thu, Jun 12, 2014 at 12:35 PM, Michal Papis [email protected]
|
it can be installed, I would be more interested in seeing what happens and handling the given use case better (either in the script or as an extra fix in the gem) |
I don't believe there's actually a benefit to installing it on heroku since On Thu, Jun 12, 2014 at 12:47 PM, Michal Papis [email protected]
|
@hone you can ban the gem, but I still would like to know how this happens so I can prevent it for others |
Sure, I'd be happy to help. Ideally, if it just worked we wouldn't have to On Thu, Jun 12, 2014 at 1:48 PM, Michal Papis [email protected]
|
@hone any chance to get the script that gets ran? it would help me to understand the problem. |
Yes mpapis, there is. Was suggested to install by The Ruby Tutorial book so you can call for example |
@IgorJorobus if the gem is in |
executable-hooks gem exists in my gem list but not in Gemfile, somehow it's automatically install. @mpapis @hone. this is my Gemfile:
|
ah there is |
it has been over month without feedback, closing the ticket, please let me know if you can provide the requested details and I will reopen |
+1 Same for me. |
can you show me first line of |
Here are all lines.
|
I updated rails version to 5.0 and ruby 2.3.3. I am able to create and migrate database on heroku but still getting same error while running
also when pushing to heroku I get
|
Is this still valid or we can close it? |
I'm still getting
This is following the latest kickoff_tailwind Rails project which is all latest and greatest, up to date 2022 stuff. But it does include executable-hooks which I am guessing is the problem. Will see if I can remove it. Here is the project that cannot deploy on Heroku right now because of this error: |
Hi everyone,
When i try to deploy app to heroku i got this error
I followed @mpapis but i still not work. Please help me.
The text was updated successfully, but these errors were encountered: