Skip to content

Commit

Permalink
Added Inflections as an extension on String, so Inflector.pluralize(I…
Browse files Browse the repository at this point in the history
…nflector.classify(name)) becomes name.classify.pluralize #476 [bitsweat]

git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@409 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
  • Loading branch information
dhh committed Jan 15, 2005
1 parent 6c1fe63 commit 2997f9c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions activesupport/CHANGELOG
@@ -1,3 +1,5 @@
* Added Inflections as an extension on String, so Inflector.pluralize(Inflector.classify(name)) becomes name.classify.pluralize #476 [bitsweat]

* Added Byte operations to Numeric, so 5.5.megabytes + 200.kilobytes #461 [Marcel Molina]

* Fixed that Dependencies.reload can't load the same file twice #420 [Kent Sibilev]
Expand Down

0 comments on commit 2997f9c

Please sign in to comment.