aboutsummaryrefslogtreecommitdiffstats
path: root/actionview/lib/action_view/helpers/tags/translator.rb
Commit message (Expand)AuthorAgeFilesLines
* Rails 6 requires Ruby 2.3+Jeremy Daer2018-02-171-6/+1
* Use frozen string literal in actionview/Kir Shatrov2017-07-241-0/+2
* Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-021-1/+0
* Enforce frozen string in RubocopKir Shatrov2017-07-011-0/+1
* Describe what we are protectingAkira Matsuda2016-12-231-0/+2
* normalizes indentation and whitespace across the projectXavier Noria2016-08-061-12/+12
* Remove warning from ActionView::Helpers::Tags::TranslatorYuki Nishijima2015-02-081-1/+3
* Fixed undefined method `i18n_key' for nil:NilClass for labels in non AR form_forMiklos Fazekas2015-02-061-1/+1
* Rename method to make explicit its intentionRafael Mendonça França2015-02-051-1/+1
* Use kwags to make the argument meaning explicitRafael Mendonça França2015-02-051-4/+4
* Use new hash syntaxRafael Mendonça França2015-02-051-1/+1
* Change the method visibilityRafael Mendonça França2015-02-051-2/+4
* Only check if object respond_to to_model onceRafael Mendonça França2015-02-051-6/+2
* placeholder doesn't exist inside this contextRafael Mendonça França2015-02-051-2/+2
* Reduce duplication when generating translationsMaarten Claes2015-01-221-0/+40