search for: mycontr

Displaying 1 result from an estimated 1 matches for "mycontr".

Did you mean: mscontr
2006 Apr 20
1
How do you run a rail app from a subdirectory?
...server.com/r234 -> revision 234 checked out dev.myserver.com/r235 -> 235th revision And each checked-out version is an app, so it works like this: dev.myserver.com/r234/controller/action/id And the paths from link_to and javascript_include_tag are set right link_to :controller=>''mycontr'' -> <a href="/r234/mycont">...</a> So, it there a way to do this? I''ve done a few rails apps, but never done something like this. Thanks, Mike -- Posted via http://www.ruby-forum.com/.