The inflector seem to be broken in active_support 3.0.4 and 3.0.5.rc1 irb(main):001:0> require 'rubygems' => true irb(main):002:0> require 'active_support' => true irb(main):003:0> require 'active_support/core_ext/string' => true irb(main):004:0> "test".pluralize => "test" irb(main):005:0>
using active_support 3.0.3 or earlier correctly returns "tests" for the above. It seems hard to believe that this is fundamentally broken, but I can't see what I'm doing wrong. This surfaced in my (now broken) script that uses the 'mail' gem which in turns require active_support etc. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Core" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/rubyonrails-core?hl=en.
