1. 26 Feb, 2017 2 commits
  2. 24 Feb, 2017 1 commit
  3. 23 Feb, 2017 1 commit
  4. 20 Feb, 2017 2 commits
  5. 18 Feb, 2017 4 commits
  6. 16 Feb, 2017 2 commits
  7. 15 Feb, 2017 6 commits
  8. 14 Feb, 2017 1 commit
  9. 27 Jan, 2017 1 commit
  10. 25 Jan, 2017 1 commit
  11. 10 Jan, 2017 1 commit
  12. 03 Jan, 2017 1 commit
  13. 10 Dec, 2016 1 commit
  14. 04 Nov, 2016 1 commit
  15. 31 Oct, 2016 8 commits
  16. 07 Oct, 2016 3 commits
  17. 28 Sep, 2016 2 commits
  18. 14 Sep, 2016 1 commit
  19. 02 Sep, 2016 1 commit
    • Maxim Lanin's avatar
      Fix collections attachments. (#889) · 467949f7
      Maxim Lanin authored
      * Fix collections attachments.
      
      If you will try to attach model simultaneously to a collection of related models, you'll crash your app, because this method will try to operate with models themselves but not with their ids.
      
      This change considers every case and fixes collections relations.
      
      * Fix typo
      467949f7