#routing
2 posts tagged routing. Clear filter
-
Nesting Resources in Rails Routes.Rb with Namespaces
When I have a controller that takes more than one has\many argument, I think about creating a namespace. This way I may still use my forums, pages controllers w/out needing any conditional logic,...
-
Install and Serve a Rails Application from PHP Subdirectory Using Apache, Phussion Passenger and Ruby Enterprise Edition
Here is how to install a Rails application out of a subdirectory (rather than as a subdomain) with the Apache web server(Apache2). In this example I'm going to use my own blog which is a Wordpress...