Displaying 2 results from an estimated 2 matches for "ransley".
Did you mean:
ansley
2005 Jul 31
2
Central list of Rails gems?
Is there a centralized list of Rails gems somewhere? Or even just a
database of some kind of gems that can be useful to Rails apps, not
just specific to Rails?
-raymond
--
Raymond Brigleb, Creative Director
Needmore Designs -- The beautiful, usable web.
Website http://needmoredesigns.com/
Email ray-THGPwszTed5CpjqP0VxSwUEOCMrvLtNR@public.gmane.org
2005 Aug 08
68
Pluralized Controller Names?
If I do:
script/generate controller Photo
I get a controller named photo_controller. OTOH, if I do:
script/generate scaffold Photo
I get a controller named photos_controller. (Note that the controller
name is pluralized).
I realize that I''m specifying the controller name explicitly in the
first case, but it seems
odd to me that the scaffold command generates a pluralized