Fabrizio Monti

Results 9 comments of Fabrizio Monti

@marshall-lee thank you! :)

@jamesarosen have you found any alternative solution? :)

hi @jamesarosen thanks for the reply :) Unfortunately my production code needs a readable stream :(

Updated italian version: ``` it: Batch: Batch %{bid} Batches: Batch NoBatchesFound: Nessun batch trovato Description: Descrizione Size: Dimensione Pending: In attesa Job: Job Class: Classe Failures: Fallimenti ErrorMessage: Messagio di...

> Anyone ever find a fix for this? i'm having the same issue. If you want to use `yarn` to retrieve assets, you have to install it first from https://yarnpkg.com/en/docs/install....

I had to add nodejs as a buildpack BEFORE the ruby one on heroku. No need for `webpacker` 🤔 . Take a look at https://github.com/thoughtbot/suspenders/issues/930

You are right. `:local` would not work on Heroku. I think it would be a good idea to use an ENV variable even if the app is not set up...

Still happening with \* capybara-webkit (1.7.1) Resolved with ``` ruby render json: { blacklisted: true }, status: :unprocessable_entity ``` instead of ``` ruby head :unprocessable_entity ``` in my controller

@jferris [this](https://github.com/delphaber/capybara-webkit-http-status) is a demo that I just prepared with latest version of suspenders and angular. See the README.md for more information. I hope this could help!