aboutsummaryrefslogtreecommitdiffstats
path: root/actionview/lib/action_view/helpers/translation_helper.rb
Commit message (Expand)AuthorAgeFilesLines
* Fix TranslationHelper#translate handling of Hash defaultsJean Boussier2019-06-141-1/+1
* Updated links from http to https in guides, docs, etcAbhay Nikam2019-03-091-1/+1
* Removes unnecessary dot in regexpXavier Noria2019-02-281-1/+1
* Improve regexp of `html_safe_translation_key?`Kazuhiro NISHIYAMA2019-02-051-1/+1
* Enable `Performance/UnfreezeString` copyuuji.yaginuma2018-09-231-1/+1
* Merge pull request #32361 from ph3t/safe-html-translation-arraysKasper Timm Hansen2018-07-031-2/+5
|\
| * Add safe html support to arrays of translationsJuan Broullon2018-07-031-2/+5
* | Don't allocate unnecessary array in translation helperMax Melentiev2018-04-281-8/+2
* | Merge pull request #32326 from q-centrix/perf-improvement-translation-helper-...Guillermo Iguaran2018-04-181-1/+5
|\ \ | |/ |/|
| * Only create an array with default options if we have default optionsDillon Welch2018-03-221-1/+5
* | Memoize the result of gsubbing @virtual_pathDillon Welch2018-03-201-2/+5
|/
* [Action View] require_relative => requireAkira Matsuda2017-10-211-1/+1
* Fix broken doc layout for action_view [ci skip]Yoshiyuki Hirano2017-08-271-1/+1
* Use frozen string literal in actionview/Kir Shatrov2017-07-241-0/+2
* Merge branch 'master' into require_relative_2017Xavier Noria2017-07-021-1/+1
|\
| * Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-021-1/+0
| * Merge pull request #29540 from kirs/rubocop-frozen-stringMatthew Draper2017-07-021-0/+1
| |\
| | * Enforce frozen string in RubocopKir Shatrov2017-07-011-0/+1
| * | Make ActionView frozen string literal friendly.Pat Allan2017-06-201-1/+1
| |/
* / [Action View] require => require_relativeAkira Matsuda2017-07-011-1/+1
|/
* Use mattr_accessor default: option throughout the projectGenadi Samokovarov2017-06-031-2/+1
* let Regexp#match? be globally availableXavier Noria2016-10-271-1/+0
* applies new string literal convention in actionview/libXavier Noria2016-08-061-6/+6
* systematic revision of =~ usage in AVXavier Noria2016-07-251-1/+2
* debug_missing_translation configuration added to action_viewSameer Rahmani2015-12-181-0/+10
* Ignore scope in missing translation input.Kasper Timm Hansen2015-10-281-1/+1
* Include interpolation values to translation_missing helperKir Shatrov2015-09-181-1/+8
* Remove :rescue_format option for translate helper since it's no longer suppor...Bernard Potocki2015-05-041-2/+2
* Handle raise flag in translate when both main and default translation is miss...Bernard Potocki2015-05-041-4/+4
* Correct translate helper docs [ci skip]Derek Prior2015-04-241-23/+36
* Allow an array to be a default translation value.Adam Prescott2015-04-041-1/+1
* Merge pull request #19421 from jcoyne/translate_defaults_with_nilRafael Mendonça França2015-03-201-1/+1
* Fix regression when passing a value different of String.Ulisses Almeida2015-02-261-1/+5
* Merge pull request #17676 from tigrish/fix_custom_i18n_exception_handler_regr...Rafael Mendonça França2015-01-051-6/+8
|\
| * Fix I18n regression introduced by #13832Christopher Dell2014-11-191-6/+8
* | Unsafe default translations should not be marked html_safeJustin Coyne2015-01-021-19/+9
|/
* fix the undefined method content_tag #15245Rajarshi Das2014-09-061-0/+1
* Missing ActiveSupport require for calling String#firstAkira Matsuda2014-08-141-0/+1
* Fix assertion order and :scissors: extra spacesCarlos Antonio da Silva2014-05-131-2/+1
* Dup options hash to prevent modificationsJosep Jaume Rey2014-05-131-0/+2
* Rails config for raise on missing translationsKassio Borges2014-01-271-4/+4
* Escalate missing error when :raise is trueShota Fukumori (sora_h)2013-12-051-1/+9
* Stop using i18n's built in HTML error handling.Michael Koziarski2013-12-021-13/+9
* Move actionpack/lib/action_view* into actionview/libPiotr Sarnacki2013-06-201-0/+107