-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I have a shopping cart application running on MonoRail and using Castle ActiveRecord/NHibernate, and there is a ShoppingCart table and a ShoppingCartItems table, which are mapped to entities.
Here's the scenario: a user adds things to the shopping cart, say 5 items, and goes to view the cart.…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I'm doing some maintenance on an older web application written in Monorail v1.0.3. I want to unit test an action that uses RenderText(). How do I extract the content in my test? Reading from controller.Response.OutputStream doesn't work, since the response stream is either not setup properly in…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I have a large Monorail project that we have decided we are going to move over to ASP.NET MVC. Most of the underlying system will likely be reusable, but the Controllers will of course have to be rewritten, and proabably at least some of the views.
It strikes me that a low risk avenue for this is…
>>> More
-
as seen on Programmers
- Search for 'Programmers'
I have been using Castle Monorail for some years now with great success, although I haven't bothered to update the version I'm using (2 or 3 year old). Now I'm making a decision on go to ASP.Net MVC 3 or update to the latest Castle version.
I have been looking documentation on the newest version…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I have a question and I hope you can help me solve it...
I have a castle monorails application. In web.config file in httphandlers I have *.aspx maped to monorails (my hosting does not suport other extensions...)
<add verb="*" path="*.aspx" type="Castle.MonoRail.Framework.MonoRailHttpHandlerFactory…
>>> More