David Kimura PRO
Joined 7/18/2015
Drifting Ruby Owner
Ruby Rogues Panelist
David Kimura PRO said over 6 years ago on Rails API App - Authentication with JSON Web Tokens :
I believe you're correct. The Windows implementation of cURL may be a bit different and/or how the command prompt handles the syntax. https://www.driftingruby.com/episodes/ruby-on-rails-development-with-microsoft-windows-10 https://www.driftingruby.com/episodes/intro-to-docker-on-windows Check out these episodes. I'd highly recommend one of these methods if you're going to be developing on a Windows machine. Alternatively, you could also do a VirtualBox Ubuntu VM or something similar.

David Kimura PRO said over 6 years ago on Dependent Form Fields :
Can you post relevant code and also check to see if you have any JS errors in the Developer Tool Console of the browser? This should all work regardless of using `simple_form` .

David Kimura PRO said over 6 years ago on Dependent Form Fields :
Have you tried doing something like
$(document).on('turbolinks:load', function() { DependentFields.bind() });
instead of the
$(document).ready(function() { DependentFields.bind() });

David Kimura PRO said over 6 years ago on Production Deployment on Ubuntu :
it is a personal preference. Ive been using it for years without problems so I have not had a reason to change.