Re: [Rails] Re: JavaScript fails on a fresh Rails App deployed to Heroku

2018-09-05 Thread Hassan Schroeder
On Tue, Sep 4, 2018 at 11:13 PM, Elias Kechter wrote: > yes this would have helped me alot. I figured it out yesterday after I wrote > the alst emssage. It was all the failure of the uglifier gem. I changed the > gem version to 3.0.8 (it was 4.1.18 before) and it worked. The uglifier gem > someho

Re: [Rails] [Testing] Selenium webdriver + Minitest + SQLite3

2018-09-05 Thread João Bordalo
Thank you for your attempts. I noticed that i was trying to read DB on my selenium script while server was trying tu write on the same DB. Removed those lines and it is working fine. Em terça-feira, 4 de setembro de 2018 18:22:01 UTC+1, Hassan Schroeder escreveu: > > On Tue, Sep 4, 2018 at 10:05