vote up 3 vote down star

I would like to build a web application on Castle MonoRail, I was wondering how can we use an action with extension and another action without extension? How can HTML helper generator url for us?

Ex:

flag

32% accept rate

3 Answers

vote up 0 vote down

You can try creating a routing role like

/<controller>/<action>.castle

and it would do the trick.

link|flag
vote up 0 vote down

I don't see a need for this. Why would you want to access an action without using .rails or .castle?

link|flag
vote up 1 vote down

The answer is Yes, you can, by using routing. The exact method you need to use to get the routing working depends upon which version of Monorail you are using. However, adding routing can have some negative impact on performance unless you are careful.

It is also worth noting that you don't have to use the extension ".castle" or ".rails" in case this is what is distasteful to you.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.