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 ex
I\'m trying to use a Checkboxlist in MonoRail to represent a many to many table relationship. There is a Special table, SpecialTag table, and then a SpecialTagging table which is the many to many mapp
I am quite blocked about an exception. I am using Active Record and Monorail. I was able to use the scaffold controllers in monorail, until I add new models.
I\'m new to MonoRail and am trying to figure out how to have it so that I can select a parent category in a dropdown then have it show a second dropdown with the categories that are children of the pa
I upgraded MonoRail to the latest version and now $HtmlHelper.InputFile and $HtmlHelper.DateTi开发者_开发知识库me don\'t get parsed. Were these removed and are there equivalents for these now?
I\'m trying to render a component from withing another component. public override void Render() // ... var block = new Block();
I\'ve got a few questions related to the use of MonoRail Testing Does everyone tend to use NUnit for their testing? I haven\'t worked enough with testing to know if this is a good testing framework
I have the following form (in brail): <form method=\"post\" enctype=\"multipart/form-data\" action=\"${UrlHelper.For({@action:\'Upload\'})}\">
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.
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.