Re: [Rails-core] Optional locale argument for pluralize helper

2015-07-07 Thread Rafael Mendonça França
:shipit: On Tue, Jul 7, 2015 at 1:45 PM Stefan Daschek ste...@daschek.net wrote: Since Rails 4 it’ possible to use locale-specific pluralization rules by doing something like Produkt.pluralize(:de). Is there any reason why ActionView::Helpers::TextHelper#pluralize doesn’t accept an

[Rails-core] Optional locale argument for pluralize helper

2015-07-07 Thread Stefan Daschek
Since Rails 4 it’ possible to use locale-specific pluralization rules by doing something like |Produkt.pluralize(:de)|. Is there any reason why ActionView::Helpers::TextHelper#pluralize doesn’t accept an (optional) locale argument, too? Sample usage (in a view or helper):

[Rails-core] Request for review of branch: improvement to defining fixtures

2015-07-07 Thread Roman Sandler
Hi, I'd like to get some feedback on this pull request: https://github.com/rails/rails/pull/20728 It fixes usage of ActiveSupport::TestCase.fixture_path when the fixture path is a glob. Thanks! Roman Sandler -- You received this message because you are subscribed to the Google Groups Ruby