something messed up my heroku build :(

It was never problem to build and compile on heroku, not sure what I messed up. Any help appreciated.

https://pastebin.com/HmQLdcma

Link is only active for 6 days…

Thanks,

Joe

1. What did you change since you deployed last?

2. Can you run locally in production mode?

3. Have you tried the suggestion in the error message?

-----> Detecting rake tasks ! ! Could not detect rake tasks ! ensure you can run `$ bundle exec rake -P` against your app ! and using the production group of your Gemfile. ! rake aborted!

If so, what was the result?

I’m not at home to run it locally. Not sure what happens, it does run locally (last time I checked).

I will look at it at home.

Thanks,

Joe

after running bundle update, something doesn’t work :frowning:

https://pastebin.com/aqjgKdRi

something wrong with polyamorous rails?

Never heard of it, but the obvious next step is revert that update and see what happens. If that fixes it, you need to go look at the changelogs for that gem (at least).

Good luck,

Issue here is, you are using master branch of ransack and ransack removed support for rails 4.x few days back. You will have to downgrade ransack or upgrade your rails version to fix this

Here is the relevant commit in ransack

https://github.com/activerecord-hackery/ransack/commit/be06a8374b04e73a9af3cdd24a1b137bf2069ac6

Hmm. ok, my local installation was causing some errors too. I just clone the repo from github and it work and compiled ok locally, but not on heroku.

I’m might be ripping out ransack, not sure what I’ll be doing yet.

Thanks,

Joe