Chris Peters
Chris Peters
I tried using the source at https://github.com/elevation/detect_timezone_rails, but I get this error when running `rake assets:precompile`: ``` rake aborted! undefined method `tzinfo' for nil:NilClass (in /Users/cpeters/.rvm/gems/ruby-1.9.3-p125/bundler/gems/detect_timezone_rails-ba752d91669c/vendor/assets/javascripts/jquery.detect_timezone.js.erb) /Users/cpeters/.rvm/gems/ruby-1.9.3-p125/bundler/gems/detect_timezone_rails-ba752d91669c/vendor/assets/javascripts/jquery.detect_timezone.js.erb:34:in `block in singletonclass'...
P.S. I was able to resolve by referencing the commit prior to the latest: ``` gem "detect_timezone_rails", github: "elevation/detect_timezone_rails", ref: "367557636e33549e318e6e89c7323791af4afb56" ```
@sam123sam What does your code look like?
I get a different error complaining about the certificate, so that works as expected.
Your idea sounds like a reasonable default, by the way. I was just trying to get it to work with it set to false.
It looks like the more common values are `TLS` and `SSL`. `TLS-C` appears to be another less-common possibility. Probably neither would be helpful in my case. I should have my...
P. S. I tried skimming through the FTPS spec and couldn't quickly find any more info about `AUTH`. The Wikipedia article does list some info: https://en.wikipedia.org/wiki/FTPS
To fix an existing project, open your Foundation project's `package.json`, find the entry for `gulp-cli`, and change it to read like this: ``` "gulp-cli": "^1.2.1", ``` Then run `npm install`.
Hope that issue #666 doesn't cause anyone any trouble. I hope that it doesn't swallow your souls or anything like that. 👹
It likely would cause validation to fail when updating an object with nested properties (but in boundary cases where no data is set for that object). I'm pretty sure that...