Content Pluralization Route
Reported by Brian Michalski | June 6th, 2010 @ 12:41 PM
The plural of "content" should be "content", at least for routing sake. I don't mind have the contents controller, but I feel silly typing in /contents/new to add a piece of content.
Comments and changes to this ticket
-
Brian Michalski June 6th, 2010 @ 02:52 PM
I could have sworn I did this one already [ab7a1c1d4c35e3fc39161c82a06754034ae1cc3b] but it doesn't work anymore. Maybe it was a beta1->beta3 issue, or I was dreaming...
-
Brian Michalski June 6th, 2010 @ 10:58 PM
- State changed from new to open
I think I've got a fix for this, but I'm having trouble generating a test so we can catch it if it happens again.
- resources :contents, :as => "content" + resources :contents, :path => "content"
-
Brian Michalski June 8th, 2010 @ 01:31 PM
- State changed from open to resolved
(from [9934b19dc5c898a24752da5c7cda5b406085bede]) Fixing content route plurization. Found a way to test pending Rails 3 RC [#89 state:resolved] http://github.com/wtg/concerto/commit/9934b19dc5c898a24752da5c7cda5...
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
Concerto is an open source digital signage system that makes it easy to engage a large community of people with graphical and text-based announcements, bulletins, and other messages... but enough about us, you came here to get involved.
<br />
If you think you've <b>found a bug in Concerto</b>, please click 'Create new ticket' and let us know about it.
<br />
Looking to peek at our source code? Head to <a href="https://github.com/concerto/concerto_v1">https://github.com/concerto/concerto_v1</a> (Concerto version 1) or <a href="https://github.com/concerto/concerto">https://github.com/concerto/concerto</a> (Concerto version 2).
<br />
Our getting started guide is available here: <a href="https://github.com/concerto/concerto/wiki/Getting-Involved">https://github.com/concerto/concerto/wiki/Getting-Involved</a>.
People watching this ticket
Referenced by
- 89 Content Pluralization Route (from [9934b19dc5c898a24752da5c7cda5b406085bede]) Fixing ...