aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_view/helpers/translation_helper.rb
Commit message (Expand)AuthorAgeFilesLines
* i18n: t() handles single keys returning an Array, alsoJeremy Kemper2010-05-241-2/+5
* translate method doesn't support arrays anymore and is optimized to be used w...Santiago Pastorino2010-05-241-18/+10
* Revert "translation method for arrays on TranslationHelper module returns an ...Santiago Pastorino2010-05-241-25/+25
* translation method for arrays on TranslationHelper module returns an array wh...Santiago Pastorino2010-05-241-25/+25
* Speed up I18n helpers in views and add entry to CHANGELOG.José Valim2010-05-011-7/+3
* Changed translate helper so that it doesn’t mark every translation as safe ...Craig Davey2010-04-131-3/+23
* scope_key_by_partial fix for Ruby 1.9 when there's virtual_path [#4202 state:...Santiago Pastorino2010-03-161-2/+3
* translation method of TranslationHelper module returns always SafeBuffer [#41...Santiago Pastorino2010-03-161-1/+1
* Change array entries to safe doesn't worth then the array is joined as a stri...Santiago Pastorino2010-03-161-1/+1
* Bump i18n for new public I18n.normalize_keysJeremy Kemper2010-02-251-1/+1
* ruby 1.9 array.to_s returns a string representing an escaped arraySantiago Pastorino2010-02-181-1/+1
* i18n translate with arrays issue solvedSantiago Pastorino2010-02-181-2/+3
* For performance reasons, you can no longer call html_safe! on Strings. Instea...Yehuda Katz2010-01-311-1/+1
* Fix t('.helper').José Valim2010-01-261-2/+6
* Translated strings in the view are assumed html_safe (Closes #3401)David Heinemeier Hansson2009-12-241-1/+1
* Fix some Ruby warnings: `*' interpreted as argument prefixBryan Helmkamp2009-11-091-1/+1
* Added partial scoping to TranslationHelper#translate, so if you call translat...David Heinemeier Hansson2009-02-101-1/+19
* A little less hokus pokusDavid Heinemeier Hansson2008-10-281-5/+4
* I18n: add aliases #t and #l to TranslationHelper#translate and #localizeSven Fuchs2008-08-251-0/+2
* fixing another timezone dependent testSven Fuchs2008-07-161-1/+1
* Added localize helper methodLuca Guidi2008-07-081-0/+4
* align with changes in i18nSven Fuchs2008-07-061-3/+3
* add a translation helperSven Fuchs2008-07-061-0/+16