index
:
rails.git
3-2-stable-for-hmno
master
Mirror of official rails repo with custom fixes.
Harald Eilertsen
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
actionpack
/
test
/
template
/
translation_helper_test.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixed typo new_defautls -> new_defaults.
Philip Arndt
2012-05-23
1
-3
/
+13
*
wrap translate defaults to use translate helper features, closes #1102
Sergey Nartimov
2012-04-30
1
-1
/
+24
*
Don't html-escape the :count option to translate if it's a Numeric. Fixes #3685.
Jon Leighton
2011-11-19
1
-1
/
+11
*
_html translation should escape interpolated arguments
lest
2011-11-17
1
-0
/
+6
*
Make MissingTranslation exception handler respect :rescue_format
Andrew White
2011-06-15
1
-0
/
+8
*
Allow back passing :rescue_format => nil and test added
Santiago Pastorino
2010-12-04
1
-0
/
+5
*
Make TranslationHelper#translate use the :rescue_format option in I18n 0.5.0
Sven Fuchs
2010-12-04
1
-27
/
+40
*
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
-4
/
+4
*
i18n: t() handles single keys returning an Array, also
Jeremy Kemper
2010-05-24
1
-0
/
+10
*
translate method doesn't support arrays anymore and is optimized to be used w...
Santiago Pastorino
2010-05-24
1
-14
/
+2
*
Revert "translation method for arrays on TranslationHelper module returns an ...
Santiago Pastorino
2010-05-24
1
-15
/
+14
*
translation method for arrays on TranslationHelper module returns an array wh...
Santiago Pastorino
2010-05-24
1
-14
/
+15
*
Changed translate helper so that it doesn’t mark every translation as safe ...
Craig Davey
2010-04-13
1
-1
/
+16
*
scope_key_by_partial fix for Ruby 1.9 when there's virtual_path [#4202 state:...
Santiago Pastorino
2010-03-16
1
-0
/
+6
*
translation method of TranslationHelper module returns always SafeBuffer [#41...
Santiago Pastorino
2010-03-16
1
-1
/
+8
*
Revert "i18n translate with arrays issue solved"
Yehuda Katz
2010-02-19
1
-5
/
+0
*
i18n translate with arrays issue solved
Santiago Pastorino
2010-02-19
1
-0
/
+5
*
i18n translate with arrays issue solved
Santiago Pastorino
2010-02-18
1
-0
/
+5
*
Fix t('.helper').
José Valim
2010-01-26
1
-5
/
+5
*
Fix tests
David Heinemeier Hansson
2009-12-25
1
-2
/
+2
*
Added partial scoping to TranslationHelper#translate, so if you call translat...
David Heinemeier Hansson
2009-02-10
1
-0
/
+6
*
Bump mocha requirement for Ruby 1.9 compat. Remove uses_mocha.
Jeremy Kemper
2009-02-03
1
-19
/
+17
*
use :en as a default locale (in favor of :en-US)
Sven Fuchs
2008-11-18
1
-3
/
+3
*
Proper API for reloading translations
David Heinemeier Hansson
2008-10-29
1
-2
/
+2
*
fixing another timezone dependent test
Sven Fuchs
2008-07-16
1
-25
/
+5
*
Added localize helper method
Luca Guidi
2008-07-08
1
-0
/
+6
*
add a translation helper
Sven Fuchs
2008-07-06
1
-0
/
+42