public
Description: PLEASE CHECK http://github.com/lifo/docrails/wikis
Homepage: http://weblog.rubyonrails.org/2008/5/2/help-improve-rails-documentation-on-git-branch
Clone URL: git://github.com/lifo/docrails.git
Search Repo:
Merge branch 'master' of git@github.com:trak3r/docrails into trak3r/master
trak3r (author)
Wed May 07 14:00:41 -0700 2008
commit  ac3aea63833a471b6b7e32fca848a28327cb51ea
tree    de7666a5501fd71fa1709eae3861f3d40ce20347
parent  99bee8d2402785c4a57157d25cdc3e4911ad154b parent  f5b84182dbc39bea79c8ee319c688d00fa99f9d1
...
3
4
5
 
 
 
 
 
6
7
8
...
3
4
5
6
7
8
9
10
11
12
13
0
@@ -3,6 +3,11 @@
0
 # The Inflector transforms words from singular to plural, class names to table names, modularized class names to ones without,
0
 # and class names to foreign keys. The default inflections for pluralization, singularization, and uncountable words are kept
0
 # in inflections.rb.
0
+#
0
+# The Rails core team has stated patches for the inflections library will not be accepted
0
+# in order to avoid breaking legacy applications which may be relying on errant inflections.
0
+# If you discover an incorrect inflection and require it for your application, you'll need
0
+# to correct it yourself (explained below).
0
 module Inflector
0
   # A singleton instance of this class is yielded by Inflector.inflections, which can then be used to specify additional
0
   # inflection rules. Examples:

Comments

    No one has commented yet.