I\'m trying to use this technique (http://blog.hasmanythrough.com/2008/4/2/simple-pages) on \"boiler-plate\" pages I want to keep in a subdirectory of my controller\'s view folder.
I am attempting to route a URL that does not have a static action i.e.Users can create systems which can be represented by any string.I would like to have a URL like the following:
I have a problem My route have an extra paramater after hierarchical category. /2009/World/Asia/08/12/bla-bla-bla
Wanting to play with jQuery, Orbited, and FasterCSV, I made a Rails chat application. You can b开发者_StackOverflowrowse to a URL and there is a chat window that is similar to IRC. You can also expo
Take 开发者_开发问答a look at haystack If you click on $3,000 and under take a look at the url it will be:
开发者_如何学运维I\'m working on a mini CMS-like application using asp.net MVC 1.0 (I will upgrade it once 2.0 is released).Once feature I want, that is pretty vital to a CMS, is the ability for an ad
I want: Every projectpart to belong to a project. Every solution to belong to a projectart (and to a project through
I\'ve developed a new Ruby on Rails site for my organization.I want the new Rails site to intercept incoming requests that were meant for the old site and display a message for the user indicating tha
I would like to know if there is a method that, given a virtual path, will return a collection of parameter names and values for a route that matches the path. I need this to get the parameters of the
I have a form that posts several like named elements to an action like so: <%= Html.TextBox(\"foo\") %>