Zach Hamman
Zach Hamman
4 years later, want to revive this enhancement.
When I open up the configuration for the plugin, it only has "For current project" and retains no information from previous configurations in other projects. That being said, the plugin...
Seeing this same behavior on M1 Mac with 0.5.3. Install options: `--with-mysql-include=$(brew --prefix [email protected])/include --with-mysql-config=$(brew --prefix [email protected])/bin/mysql_config --with-opt-dir=$(brew --prefix [email protected])` with `gem install mysql2 -v 0.5.3`
So interestingly enough, issue didn't occur with bundler after setting up configuration. ``` bundle config build.mysql2 --with-mysql-config=$(brew --prefix [email protected])/bin/mysql_config --with-opt-dir=$(brew --prefix [email protected]) ```
I was looking at forking to help with the dev of this stuff. Just need some clarity on the required pieces.
For ClassService: (something like this?) operation :add_clients_to_classes, required:[:client_ids,:class_ids] Based on Docs
@jonlunsford I haven't seen any progress on any of these, so I would say go for it.
So it looks like the problem stems from Savon. When you do @response.to_hash, it auto converts to UTC. I can use the raw XML and do Time.parse which gives the...
I think I have a solution: Look at commit https://github.com/psulightning/mindbody-api/commit/6a4213c888bc6b9ae50d6eebb9c82e3cc5e6dc47 in my fork. Adds a parsing for any DateTime or Time instances.
I set config.time_zone to "Eastern Time (US & Canada)" in my application.rb. If that isn't set, it should default to use UTC.