[Rails-core] Re: RAILS_MASTER_KEY in development

2018-01-10 Thread Stefan Daschek
Am 09.01.18 um 23:33 schrieb Steven Jeffries: Starting a new rails 5.2 app generates a key in config/master.key. That file is added to the .gitignore, so when other members of my team check it out, they do not have the key. If another member of my team checks out the repo and attempts to run

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

2015-07-08 Thread Stefan Daschek
Done! https://github.com/rails/rails/pull/20813 Cheers, Stefan Am 07.07.15 um 18:48 schrieb Rafael Mendonça França: :shipit: On Tue, Jul 7, 2015 at 1:45 PM Stefan Daschek ste...@daschek.net mailto:ste...@daschek.net wrote: Since Rails 4 it’ possible to use locale-specific pluralization

[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):