| Commit message (Expand) | Author | Age | Files | Lines |
* | Don't html-escape the :count option to translate if it's a Numeric. Fixes #3685. | Jon Leighton | 2011-11-19 | 1 | -1/+3 |
* | _html translation should escape interpolated arguments | lest | 2011-11-17 | 1 | -4/+9 |
* | Revert "warn the user values are directly interpolated into _html translation... | Xavier Noria | 2011-11-17 | 1 | -2/+0 |
* | warn the user values are directly interpolated into _html translation strings | Xavier Noria | 2011-11-17 | 1 | -0/+2 |
* | now the documentation reflects the actual returned value for a missing transl... | gnagno | 2011-07-23 | 1 | -1/+1 |
* | simplify to only one condition | Damien Mathieu | 2011-06-15 | 1 | -5/+1 |
* | Make MissingTranslation exception handler respect :rescue_format | Andrew White | 2011-06-15 | 1 | -1/+5 |
* | Fix styiling issue on TranslationHelper docs | Sebastian Martinez | 2011-05-10 | 1 | -4/+4 |
* | Remove dependency from _template. | José Valim | 2011-05-01 | 1 | -2/+2 |
* | bump the i18n gem to 0.6.0beta1 and update docs for the i18n exception handle... | Sven Fuchs | 2011-04-26 | 1 | -3/+3 |
* | Action Pack typos. | R.T. Lechow | 2011-03-05 | 1 | -1/+1 |
* | Allow back passing :rescue_format => nil and test added | Santiago Pastorino | 2010-12-04 | 1 | -1/+1 |
* | Use ||= here | Santiago Pastorino | 2010-12-04 | 1 | -1/+1 |
* | Make TranslationHelper#translate use the :rescue_format option in I18n 0.5.0 | Sven Fuchs | 2010-12-04 | 1 | -7/+25 |
* | Clean up unused methods from AV::Base and pass in the template object on rend... | José Valim | 2010-10-10 | 1 | -2/+2 |
* | Deletes trailing whitespaces (over text files only find * -type f -exec sed '... | Santiago Pastorino | 2010-08-14 | 1 | -9/+9 |
* | Added titles and description. | Rizwan Reza | 2010-06-16 | 1 | -10/+17 |
* | Fix a bunch of minor spelling mistakes | Evgeniy Dolzhenko | 2010-06-11 | 1 | -2/+2 |
* | i18n: t() handles single keys returning an Array, also | Jeremy Kemper | 2010-05-24 | 1 | -2/+5 |
* | translate method doesn't support arrays anymore and is optimized to be used w... | Santiago Pastorino | 2010-05-24 | 1 | -18/+10 |
* | Revert "translation method for arrays on TranslationHelper module returns an ... | Santiago Pastorino | 2010-05-24 | 1 | -25/+25 |
* | translation method for arrays on TranslationHelper module returns an array wh... | Santiago Pastorino | 2010-05-24 | 1 | -25/+25 |
* | Speed up I18n helpers in views and add entry to CHANGELOG. | José Valim | 2010-05-01 | 1 | -7/+3 |
* | Changed translate helper so that it doesn’t mark every translation as safe ... | Craig Davey | 2010-04-13 | 1 | -3/+23 |
* | scope_key_by_partial fix for Ruby 1.9 when there's virtual_path [#4202 state:... | Santiago Pastorino | 2010-03-16 | 1 | -2/+3 |
* | translation method of TranslationHelper module returns always SafeBuffer [#41... | Santiago Pastorino | 2010-03-16 | 1 | -1/+1 |
* | Change array entries to safe doesn't worth then the array is joined as a stri... | Santiago Pastorino | 2010-03-16 | 1 | -1/+1 |
* | Bump i18n for new public I18n.normalize_keys | Jeremy Kemper | 2010-02-25 | 1 | -1/+1 |
* | ruby 1.9 array.to_s returns a string representing an escaped array | Santiago Pastorino | 2010-02-18 | 1 | -1/+1 |
* | i18n translate with arrays issue solved | Santiago Pastorino | 2010-02-18 | 1 | -2/+3 |
* | For performance reasons, you can no longer call html_safe! on Strings. Instea... | Yehuda Katz | 2010-01-31 | 1 | -1/+1 |
* | Fix t('.helper'). | José Valim | 2010-01-26 | 1 | -2/+6 |
* | Translated strings in the view are assumed html_safe (Closes #3401) | David Heinemeier Hansson | 2009-12-24 | 1 | -1/+1 |
* | Fix some Ruby warnings: `*' interpreted as argument prefix | Bryan Helmkamp | 2009-11-09 | 1 | -1/+1 |
* | Added partial scoping to TranslationHelper#translate, so if you call translat... | David Heinemeier Hansson | 2009-02-10 | 1 | -1/+19 |
* | A little less hokus pokus | David Heinemeier Hansson | 2008-10-28 | 1 | -5/+4 |
* | I18n: add aliases #t and #l to TranslationHelper#translate and #localize | Sven Fuchs | 2008-08-25 | 1 | -0/+2 |
* | fixing another timezone dependent test | Sven Fuchs | 2008-07-16 | 1 | -1/+1 |
* | Added localize helper method | Luca Guidi | 2008-07-08 | 1 | -0/+4 |
* | align with changes in i18n | Sven Fuchs | 2008-07-06 | 1 | -3/+3 |
* | add a translation helper | Sven Fuchs | 2008-07-06 | 1 | -0/+16 |