Add tests which should fail, but don't.
[catagits/Catalyst-Action-REST.git] / t /
2010-02-08 Tomas Doran Add tests which should fail, but don't.
2010-01-17 Dave Rolsky Move author tests to xt. Finish adding version nums...
2010-01-17 Dave Rolsky Shut up log output from Catalyst with null log object
2010-01-17 Dave Rolsky When inserting Cat::Req::REST, always add trait, rather...
2010-01-17 Dave Rolsky Integrate REST::ForBrowsers. Update docs to point at...
2010-01-14 nebulous Added JSONP module and tests. Child of Catalyst::Action...
2009-12-19 Tomas Doran Fix test warning
2009-12-19 Andrew Rodland Add tests for Serialize::View error behavior
2009-12-17 Andrew Rodland Add tests for Serialize::View error behavior
2009-12-11 Tomas Doran Mangle the request class mangling stuff. It's still...
2009-12-11 Tomas Doran Change all classes to Moose
2009-12-11 Tomas Doran Cherry pick everything bar the use parent change from...
2009-10-26 Tomas Doran Manual setup_components not needed
2009-10-26 Tomas Doran Tests which I believe show that JSON encoding is handle...
2009-08-27 Arthur Axel 'fREW... Merge branch 'master' of git://github.com/bobtfish...
2009-08-26 Tomas Doran Made the test more clear, works here..
2009-08-26 Tomas Doran Merge branch 'master' into frew-forward_to_actions
2009-08-26 Arthur Axel 'fREW... add extra test for Action and not just Private
2009-08-26 Arthur Axel 'fREW... add failing test (for private action)
2009-08-24 franck cuny tests don't pass with CATALYST_DEBUG set to 1
2009-08-20 franck cuny add tests for status
2009-07-25 Arthur Axel 'fREW... tests for dispatching to actions
2009-07-25 Dan Dascalescu Made test independent of YAML::Syck bugs
2009-07-25 Tomas Doran (t0m) Merge cherry pick of whitespace cleanups
2009-07-12 t0m importing Catalyst has special, magical effects. You...
2009-07-05 t0m Add POD test
2009-06-29 t0m Rip the testapp embedded in the test out, this isn...
2009-03-28 Hans Dieter Pearcey partial revert of e540a1fa72e4a5425c59a9397a3353f4784d7...
2009-03-28 Hans Dieter Pearcey fix wrong JSON tests
2009-03-26 Hans Dieter Pearcey take pity on people using the deprecated 'serialize...
2009-03-26 Hans Dieter Pearcey no longer die under Catalyst 5.80
2009-03-26 Hans Dieter Pearcey ditch Data::Dump
2009-03-26 Hans Dieter Pearcey add note about 5.80
2009-03-25 Hans Dieter Pearcey fix RT#42025 by making C::Request::REST less unfriendly
2009-03-25 Hans Dieter Pearcey failing test for RT#43840
2009-03-25 Hans Dieter Pearcey refactored test application
2009-03-25 Hans Dieter Pearcey refactor another single-file app
2009-03-25 Hans Dieter Pearcey refactor into umbrella test application
2009-03-25 Hans Dieter Pearcey fix broken single-file test application
2009-03-11 timbunce Add content_type_stash_key to enable a stash entry...
2009-03-11 timbunce Fix test count in t/catalyst-action-rest.t
2009-01-28 jshirley Fixing Makefile.PL, RT#42859
2008-08-20 jshirley Fixing the tests to run without JSON at all, revamping...
2008-06-30 lukes r7361@luke-mbp (orig r7801): lukes | 2008-05-26 15...
2008-06-16 claco r1682@mbp: claco | 2008-06-16 19:54:33 -0400
2008-01-04 adam Updating my email address
2008-01-03 jshirley Hey, how about I actually add in my test controller...
2008-01-03 jshirley Configuration patches to handle component based configu...
2007-07-07 adam Making the default serializer be specified by content...
2007-03-09 adam Refactored the Content-Type negotiation to live in...
2006-12-04 adam r55@latte: adam | 2006-12-03 16:09:26 -0800
2006-12-03 adam r53@latte: adam | 2006-12-03 16:00:44 -0800
2006-12-03 adam r49@latte: adam | 2006-12-03 12:30:40 -0800
2006-12-03 adam r48@latte: adam | 2006-12-03 11:32:40 -0800
2006-12-01 adam r46@latte: adam | 2006-12-01 00:16:31 -0800
2006-12-01 adam r42@latte: adam | 2006-11-30 23:59:03 -0800
2006-10-16 adam Added Test Suite