On Thursday, July 19, 2012 6:53:43 AM UTC-5, paulie wrote:
>
> I personally don't like them at all. I wish that all the names of 
> controllers/routes/models were unchanged so I wouldn't have to keep 
> deciding whether I needed to pluralize. I remember spending too much 
> time trying to straighten out a scaffold I created named "series". It 
> created a model named "Serie"! I shouldn't have to spend energy 
> figuring that out. It should use the exact name I give it.


I agree with this some what. There have been times where I needed a 
singular table name or plural model name. I know I could override which 
table it points to and do a little foot work on my part.

The current state of inflections isn't too horrible, but it should at least 
be decoupled from Rails core.

-- 
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To unsubscribe from this group, send email to 
rubyonrails-talk+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msg/rubyonrails-talk/-/WSlzCT-lKSkJ.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to