On 9/18/07, Chris Ortman <chris...@gmail.com> wrote:
> I'd appreciate any feedback / improvements you may have.
--
Cheers,
hamilton verissimo
ham...@castlestronghold.com
http://www.castlestronghold.com/
RespondTo looks interesting - isn't this taken from RoR? Something like that could be helpful when creating an ajax application - so some things serve up JSON and HTML...
Very cool
Love
WTF. I have no idea why gmail just randomly decided to append "love" at the end of my last email but I'd just like to say that... well, I don't think of you in that way Chris. Sorry.
:>
=> ..., I love you
delegate(MyType x) { ... }, I hate you
On 9/18/07, Chris Ortman <chris...@gmail.com> wrote:
--
Fábio David Batista
fabio.dav...@gmail.com
http://nerd-o-matic.blogspot.com
My browser knows that at heart, I'm a lover not a coder. ;)
Anyway, Chris: Love the syntax and the idea!
> > > format.Html (html => html.DefaultResponse());
On Sep 18, 3:48 pm, "Colin Ramsay" <colinram...@gmail.com> wrote:
> RespondTo looks interesting - isn't this taken from RoR? Something like that
> could be helpful when creating an ajax application - so some things serve up
> JSON and HTML...
>
> Very cool
> Love
>
Great timing on your part - I actually need this next week. :) I'll
try to help if I can.
Are we too close to RC3 to put this in trunk?
--
Cheers,
Kevin Williams
http://kevwil.com
http://www.almostserio.us
http://kevwil.haiku.com
On Sep 18, 2007, at 2:30 PM, "Chris Ortman" <chris...@gmail.com>
wrote:
> <mrrestsupport.zip>
Yep
> mrrestsupport.zip
> 5480KDownload
> mrrestsupport.zip
> 5480KDownload
On Sep 18, 7:58 pm, "Hamilton Verissimo"
<hamm...@castlestronghold.com> wrote:
> On 9/18/07, Kevin Williams <ke...@bantamtech.com> wrote:
>
> > Are we too close to RC3 to put this in trunk?
>
> Yep
>
> --
> Cheers,
> hamilton verissimo
> hamm...@castlestronghold.comhttp://www.castlestronghold.com/
On Sep 19, 10:16 am, "Hamilton Verissimo"
<hamm...@castlestronghold.com> wrote:
> Check thishttp://www.developer.com/net/csharp/article.php/3598381
> hamm...@castlestronghold.comhttp://www.castlestronghold.com/
RespondTo(
xml=> xml.Empty(201,responseHeaders)
);
But changed it because the ORCAS intellisense made it a real pain to
get xml typed.
On Sep 18, 5:40 pm, Kevin Williams <ke...@bantamtech.com> wrote:
> Wow, that looks a lot like my idea from last year:http://www.almostserio.us/articles/2006/06/28/accept-header-responder...
> - I can't wait to get home and try this.
>
> Great timing on your part - I actually need this next week. :) I'll
> try to help if I can.
>
> Are we too close to RC3 to put this in trunk?
>
> --
> Cheers,
>
> Kevin Williams
>
> http://kevwil.comhttp://www.almostserio.ushttp://kevwil.haiku.com
>
> On Sep 18, 2007, at 2:30 PM, "Chris Ortman" <chrisort...@gmail.com>
>>> format.Xml (response => response.Empty(200)));
});
Although I'm not sure how long I'd want to maintain 2.0
compatibility....having to have #ifdef DotNet35 all over the place
doesn't excite me a lot.
If you want 2.0 support for this though, I will get the code into the
contrib repository.
> > >>> format.Xml(response => response.Empty(200)));
For now I've created a separate branch for .NET 2.0 support, feel free
to start on any conversion work you need to do, I don't have time to
get to it today, but as I make changes to the code I'll try to make
them 2.0 friendly.