BookingSync / synced

Keep your BookingSync Application synced with BookingSync
MIT License
3 stars 2 forks source link

Investigate synced error when trying to sync nil destination for rental #49

Closed Fredar closed 8 years ago

Fredar commented 9 years ago

https://app.getsentry.com/bookingsynccom/production/group/86782992/

Fredar commented 9 years ago

quick fix implemented here https://github.com/BookingSync/synced/compare/bsa-website-fix?expand=1

We have to stop performing requests for associations sync. For has_many this is already working cause an empty array is returned and this code is not triggered: https://github.com/BookingSync/synced/blob/master/lib/synced/strategies/full.rb#L63

Fredar commented 9 years ago

@wijet General idea is there, please have a look.

wijet commented 8 years ago

:+1: :shipit: