aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/template/translation_helper_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Allow back passing :rescue_format => nil and test addedSantiago Pastorino2010-12-041-0/+5
* Make TranslationHelper#translate use the :rescue_format option in I18n 0.5.0Sven Fuchs2010-12-041-27/+40
* Clean up unused methods from AV::Base and pass in the template object on rend...José Valim2010-10-101-2/+2
* Deletes trailing whitespaces (over text files only find * -type f -exec sed '...Santiago Pastorino2010-08-141-4/+4
* i18n: t() handles single keys returning an Array, alsoJeremy Kemper2010-05-241-0/+10
* translate method doesn't support arrays anymore and is optimized to be used w...Santiago Pastorino2010-05-241-14/+2
* Revert "translation method for arrays on TranslationHelper module returns an ...Santiago Pastorino2010-05-241-15/+14
* translation method for arrays on TranslationHelper module returns an array wh...Santiago Pastorino2010-05-241-14/+15
* Changed translate helper so that it doesn’t mark every translation as safe ...Craig Davey2010-04-131-1/+16
* scope_key_by_partial fix for Ruby 1.9 when there's virtual_path [#4202 state:...Santiago Pastorino2010-03-161-0/+6
* translation method of TranslationHelper module returns always SafeBuffer [#41...Santiago Pastorino2010-03-161-1/+8
* Revert "i18n translate with arrays issue solved"Yehuda Katz2010-02-191-5/+0
* i18n translate with arrays issue solvedSantiago Pastorino2010-02-191-0/+5
* i18n translate with arrays issue solvedSantiago Pastorino2010-02-181-0/+5
* Fix t('.helper').José Valim2010-01-261-5/+5
* Fix testsDavid Heinemeier Hansson2009-12-251-2/+2
* Added partial scoping to TranslationHelper#translate, so if you call translat...David Heinemeier Hansson2009-02-101-0/+6
* Bump mocha requirement for Ruby 1.9 compat. Remove uses_mocha.Jeremy Kemper2009-02-031-19/+17
* use :en as a default locale (in favor of :en-US)Sven Fuchs2008-11-181-3/+3
* Proper API for reloading translationsDavid Heinemeier Hansson2008-10-291-2/+2
* fixing another timezone dependent testSven Fuchs2008-07-161-25/+5
* Added localize helper methodLuca Guidi2008-07-081-0/+6
* add a translation helperSven Fuchs2008-07-061-0/+42