routes
VRML: ROUTE as a parameter in PROTO
I have a PROTO of some object with TouchSensor and I\'d like to link different ROUTEs to it when creating objects[详细]
2023-04-10 16:11 分类:问答Rails 3 nested resources short name?
I\'m in the process of upgrading a Rails 2.3 app to Rails 3.In the Rails 2.3 router, it was possible to set a :name_prefix of nil on nested resources to get a shorter name.The actual URL would still b[详细]
2023-04-10 15:20 分类:问答CodeIgniter routing with app ID's and entry ID's
I\'m new to CodeIgniter and going to开发者_如何转开发 be using it for building a sort of reusable application with multiple instances of an application. For example, each instance of the application w[详细]
2023-04-10 12:24 分类:问答MVC3: Areas and routes
I configured my MV开发者_如何学运维C3 app to use Areas (/Company1, /Company2, etc). I am successful at calling /Company1/{controller}/{action} and I would like to add another parameter to the route s[详细]
2023-04-10 11:24 分类:问答Get coordinate values from myLocationOverlay in Android
I have an app that uses a map to show a certain, fixed, location. With the next update I\'d like to show the route from the users current location to this fixed point. I already managed to get the use[详细]
2023-04-10 10:30 分类:问答Why doesn't get '/foo' work in functional test in Rails 3?
Looking at the Rails Guides http://guides.rubyonrails.org/testing.html#integration-testing-examples and this SO question Rails Functional Test of Arbitrary or Custom URLs, the following should work in[详细]
2023-04-10 07:30 分类:问答route index for a resource
What is the equivalentindex path for resources :topics if I were to write it out manually? When I run rake routes with the resources line in t开发者_开发技巧he routes.rb file it shows.[详细]
2023-04-10 05:24 分类:问答Rails can't match the existed route
First I rake routes to check all the routes and make sure it exists in my app. In my route.rb resources :user do[详细]
2023-04-10 01:37 分类:问答ASP.NET MVC Routing - Keeping up with parameters through redirects
I am working on my first real ASP.NET MVC project and I need a little advice. So, let\'s say that my app has an admin section where you can create companies, departments, and users within each depart[详细]
2023-04-09 23:51 分类:问答How to get alternative info from a routing namespace in rails?
Imagine you are working on a f,acebook(to skip the g,f,w) like site, and you need some routes like: www.mydomain.com/ihome/jim/posts[详细]
2023-04-09 23:27 分类:问答