Jordan Rushing
Jordan Rushing
I've never used Faye before, but I wanted to integrate this into the app I'm building. I've got the handshake and auth working on both Alpaca & Polygon, as well...
You could just do an 'unless' statement in the application.html.erb file. If you have a confirmation page as well then just add an 'or' statement: `unless (params[:controller] == 'prelaunch' &&...
I'll test it out today. Thanks so much for writing this code and responding. If it's good to go, I'll close this out.
Nope, still getting `tesseract: error while loading shared libraries: libtiff.so.4: cannot open shared object file: No such file or directory`. I vimed into vendor and see the tesseract-ocr folder. Inside...
Also I tried using a brand new heroku app with brand new code, and still no go..
No I wasn't unfortunately. I was able to get a different repo's code to work though.
Same issue on my end. Mac Air Yosemite
I solved this by using brew uninstall libiconv. Notice this may make anything you use libiconv (like Nokogiri for Ruby) break.