Re: ActiveRecord2.0Alpha1 released

2009-05-09 Thread Roelof Blom
Hey Markus, Great news! I think it should be on our Downloads page as well: http://www.castleproject.org/castle/download.html. Any reason it's not on the SF downloads ( http://sourceforge.net/project/showfiles.php?group_id=124416) -- Roelof. On Fri, May 8, 2009 at 11:03 PM, Markus Zywitza

Re: ActiveRecord2.0Alpha1 released

2009-05-09 Thread Markus Zywitza
Yes, but not yesterday evening, when I was doing the release... -Markus 2009/5/9 Ayende Rahien aye...@ayende.com: Markus, What sort of permissions do you need? You are a release technician in the project On Sat, May 9, 2009 at 12:15 PM, Markus Zywitza markus.zywi...@gmail.com wrote: I

Re: ActiveRecord2.0Alpha1 released

2009-05-09 Thread Markus Zywitza
Release is now also available on Sourceforge.net: http://sourceforge.net/project/showfiles.php?group_id=124416 -Markus 2009/5/9 Ayende Rahien aye...@ayende.com: oh, okay On Sat, May 9, 2009 at 1:21 PM, Markus Zywitza markus.zywi...@gmail.com wrote: Yes, but not yesterday evening, when I

How can i implement caching with monorail - manually.

2009-05-09 Thread Kcube
How can i implement caching with monorail, I have see that currently monorail does not support caching, is there any snippet available for this --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Castle Project Users

Re: How can i implement caching with monorail - manually.

2009-05-09 Thread Jimmy Shimizu
There is a Contrib-project for ASP.NET cache support, however since you have access to HttpContext in your Controllers, you can easily use it yourself, depending on your need. Look at the static object HttpContext.Cache or something. On 9 maj 2009, at 13:56, Kcube wrote: How can i

RE: Routing not working when deployed to server

2009-05-09 Thread Henrik Feldt
Hello (MonoRail people, see below my answer), I tested your scenario (trunk) and it works for me: public void redirectPlease() { // this works Redirect(, login, index); } public void redirectPlease2() { // this will fail.