- 04 Sep, 2013 1 commit
-
-
Cyril Fluck authored
-
- 25 Aug, 2013 1 commit
-
-
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)
-
- 05 Aug, 2013 1 commit
-
-
Stefan Penner authored
-
- 02 Aug, 2013 2 commits
-
-
Alex Navasardyan authored
-
Alex Navasardyan authored
-
- 19 Jul, 2013 1 commit
-
-
Stefan Penner authored
-
- 22 Jun, 2013 1 commit
-
-
Thomas Boyt authored
-
- 01 Jun, 2013 1 commit
-
-
Stefan Penner authored
-
- 26 May, 2013 1 commit
-
-
Alex Matchneer authored
The original explanation's 'even though' is misleading, giving you the impression that if the first `.then` included an error handler, the second `.then`'s error handler would have fired, which only the case if the first error handler threw an error or returned RSVP.reject. Perhaps we'll want another paragraph explaining how to "rethrow" a reject, but for now this should do.
-
- 22 Apr, 2013 1 commit
-
-
Stefan Penner authored
-
- 01 Apr, 2013 1 commit
-
-
Stefan Penner authored
-
- 09 Feb, 2013 1 commit
-
-
Domenic Denicola authored
-
- 03 Jan, 2013 1 commit
-
-
Mat Scales authored
-
- 23 Oct, 2012 1 commit
-
-
daliwali authored
-
- 16 Oct, 2012 4 commits
-
-
Yehuda Katz authored
-
Yehuda Katz authored
-
Tom Dale authored
Fix typo in README
-
Yehuda Katz authored
-