The trouble with having: /tags/:tag_id/... and: /tags/intersection/*tag_ids for example, is: what happens if you want a tag called intersection? Under this new scheme. Routes referring to a single tag are unambiguous because they are prefixed with: /tag/:tag_id Routes referring to the collection of tags still start with: /tags/ This commit just adds the new routes. It doesn't remove the old ones or cause the new ones to be used. |
||
|---|---|---|
| .. | ||
| dynamic-route-builders.js.es6 | ||
| inject-discourse-objects.js.es6 | ||
| map-routes.js.es6 | ||
| register-dom-templates.js.es6 | ||
| sniff-capabilities.js.es6 | ||
| svg-sprite-fontawesome.js.es6 | ||