Re: ActiveRecord - What's the easiest way to see all queries run?

2010-01-04 Thread Ricardo Lopes
. -- Ricardo Lopes -- You received this message because you are subscribed to the Google Groups Castle Project Users group. To post to this group, send email to castle-project-us...@googlegroups.com. To unsubscribe from this group, send email to castle-project-users+unsubscr...@googlegroups.com. For more

Re: Passing object to macro in NVelocity

2009-06-13 Thread Ricardo Lopes
-- Ricardo Lopes --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Castle Project Users group. To post to this group, send email to castle-project-users@googlegroups.com To unsubscribe from this group, send email

Re: MR View Engine Comparison

2009-05-14 Thread Ricardo Lopes
it against. if there is enough interest. Please let me know if there is interest in this type of performance data. Thanks, Terry Massey -- Ricardo Lopes --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups

Re: MR View Engine Comparison

2009-05-14 Thread Ricardo Lopes
: 28220bb40905141001k341793a4m6fe8bd0cc1ecc...@mail.gmail.com Subject: Re: MR View Engine Comparison From: Ricardo Lopes rjlo...@gmail.com To: castle-project-users@googlegroups.com Reply-To: castle-project-users@googlegroups.com Sender: castle-project-users@googlegroups.com Precedence: bulk X-Google-Loop: groups Mailing-List: list

Re: MonoRail adoption - dilemma

2009-05-07 Thread Ricardo Lopes
? (I still can't find that) TIA -- ?php echo 'Just another PHP saint'; ? Email: rrjanbiah-at-Y!comBlog: http://rajeshanbiah.blogspot.com/ -- Ricardo Lopes --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google

Re: Helpers in EmailTemplate service

2009-05-04 Thread Ricardo Lopes
, i'll use the same workaround until is fixed. On May 4, 12:33 pm, Ricardo Lopes rjlo...@gmail.com wrote: Hi, Yes is possible, on RC3 you could use them without having to do nothing, but it seems that on the trunk version some modifications were made and you have to pass them by params

Re: Auto Scheduling

2009-04-16 Thread Ricardo Lopes
-- Sent from my mobile device Cheers, w:// -- Ricardo Lopes --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Castle Project Users group. To post to this group, send email to castle-project-users@googlegroups.com

Re: ignore a route

2009-03-23 Thread Ricardo Lopes
/14/make-routing-ignore-requests-for-a-file-extension.aspx -- Ricardo Lopes --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Castle Project Users group. To post to this group, send email to castle-project-users

New Routing Module problems on Mono+Linux

2009-03-13 Thread Ricardo Lopes
Hi, I am doing some tests on mono+linux and everything works fine for my application (using MONO_IOMAP) except for the new routing module. In the routing rules i define the area as empty but the monorail handler seems to be ignoring it. In my routes i have this: rules.Add(new

Re: Clearing Cache when using Cache Attribute in Controller

2009-02-27 Thread Ricardo Lopes
Hi, Asuming you are using the ASP.NET Cache i think it would be safer to iterate through the Cache add delete all the entries. Ricardo Lopes. 2009/2/27 jarrold jarr...@gmail.com Thanks Felix and Ken for you advice. I think I've figured it out, please correct me if I'm wrong. Monorail just

Re: RenderMailMessage obsolete method replacement on trunk

2009-02-25 Thread Ricardo Lopes
; DeliverEmail(msg); RenderView(messagesent); On Feb 24, 1:13 pm, Ricardo Lopes rjlo...@gmail.com wrote: Hi, As I said on one of my previous messages i was able to workaround the issue to fit my needs at the moment, but i didn't understood why did it change so much since the RC3

Re: RenderMailMessage obsolete method replacement on trunk

2009-02-24 Thread Ricardo Lopes
the time. Thanks, Ricardo Lopes. 2009/2/24 eyal ebarda...@gmail.com: Hi All, I recently upgraded my app's trunk and encounter the same problem using RenderMailMessage. I attempted to use the suggested solutions but non worked. I used this method:  Message msg = RenderMailMessage(contactus

Re: Javascript in individual pages

2009-02-19 Thread Ricardo Lopes
I missing something from the framework that would do this? Is it bad that the controller needs to know about index.js since it is more part of the view? Forgive me, I'm very new to Monorail. Thanks! -- Ricardo Lopes --~--~-~--~~~---~--~~ You

Re: Handle Errors with Url Routing

2009-02-16 Thread Ricardo Lopes
/bloghttp://www.delver.comhttp://www.musicglue... -- Ricardo Lopes --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Castle Project Users group. To post to this group, send email to castle-project-users

Named Routes and HttpHandlers

2009-02-12 Thread Ricardo Lopes
Hi, I want to create a named route that rewrites the url to an handler that i declared on the web.config, for example: - Http Handler: *.stuff - Named route (to use on Helpers): route=dostuff params=id - Route Pattern: /do/stuff/id = id.stuff Can this be done with the default rules or do i have

Re: RenderMailMessage obsolete method replacement on trunk

2009-02-06 Thread Ricardo Lopes
went from RC3 to the trunk, and I ran into issues sending emails. I am using nvelocity view engine. As far as I know, you can definitely use, PropertyBag or Flash since I believe they are both IDictionaries. On Feb 5, 6:06 pm, Ricardo Lopes rjlo...@gmail.com wrote: That's more or less what

Re: RenderMailMessage obsolete method replacement on trunk

2009-02-06 Thread Ricardo Lopes
, PropertyBag) should work, I think. I'll try to delve into this during the weekend. On Fri, Feb 6, 2009 at 12:02 PM, Ricardo Lopes rjlo...@gmail.com wrote: I was only able to almost make it work as I wanted using complete path for the view, complete path including extension for the layout

Re: RenderMailMessage obsolete method replacement on trunk

2009-02-06 Thread Ricardo Lopes
On Fri, Feb 6, 2009 at 3:22 PM, Ricardo Lopes rjlo...@gmail.com wrote: Also as i wanted to be able to use the Helpers and other stuff i make it work by calling it like this: System.Collections.IDictionary parameters = new System.Collections.Hashtable

Re: RenderMailMessage obsolete method replacement on trunk

2009-02-05 Thread Ricardo Lopes
That's more or less what i was doing, so now you have to pass the variables on the parameters param? From what you said I noticed the following changes from the RC3: - The mail folder was default for the view, now do I have to specify that folder? - From your example i guess you are passing the