1. 19 Jul, 2013 2 commits
  2. 18 Jul, 2013 1 commit
  3. 04 Jul, 2013 1 commit
  4. 03 Jul, 2013 1 commit
  5. 01 Jul, 2013 1 commit
  6. 30 Jun, 2013 2 commits
  7. 29 Jun, 2013 20 commits
  8. 22 Jun, 2013 4 commits
  9. 01 Jun, 2013 1 commit
  10. 28 May, 2013 2 commits
  11. 27 May, 2013 3 commits
  12. 26 May, 2013 2 commits
    • Stefan Penner's avatar
      Merge pull request #76 from machty/patch-1 · 889827fd
      Stefan Penner authored
      Minor clarification in README on routes re: propagation
      889827fd
    • Alex Matchneer's avatar
      Minor clarification in README on routes re: propagation · 41e16515
      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.
      41e16515