1. 25 Aug, 2013 1 commit
    • Alex Navasardyan's avatar
      Adding RSVP#rethrow · 2e98c2d0
      Alex Navasardyan authored
      Rethrow makes sure that any exception in your promise chain won't
      swallowed:
      
      getJSON('/posts.json')
          .then(handlePost)
          .fail(RSVP.rethrow)
      
      You can also to chain it further, like so:
      
      getJSON('/posts.json')
          .then(handlePost)
          .fail(RSVP.rethrow)
          .then(null, handleRejection)
      2e98c2d0
  2. 02 Aug, 2013 3 commits
  3. 21 Jul, 2013 1 commit
  4. 19 Jul, 2013 3 commits
  5. 18 Jul, 2013 1 commit
  6. 04 Jul, 2013 1 commit
  7. 03 Jul, 2013 1 commit
  8. 01 Jul, 2013 1 commit
  9. 30 Jun, 2013 2 commits
  10. 29 Jun, 2013 20 commits
  11. 22 Jun, 2013 4 commits
  12. 01 Jun, 2013 1 commit
  13. 28 May, 2013 1 commit