1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/actionview/test
Justin Coyne fab50c130b Unsafe default translations should not be marked html_safe
Previously default translation keys that didn't end in `_html`, but came
after a missing key that ended in `_html` were being returned as
html_safe. Now they are not. Fixes #18257
2015-01-02 17:07:01 -06:00
..
actionpack Pass symbol as an argument instead of a block 2014-11-29 11:53:24 +01:00
activerecord Fix form_for to work with objects that implement to_model 2014-12-29 18:12:03 -08:00
fixtures Make possible to use blocks with short version of render partial 2014-12-19 13:52:12 +01:00
lib/controller Better tests for AV::RecordIdentifier 2014-12-23 01:59:25 +01:00
template Unsafe default translations should not be marked html_safe 2015-01-02 17:07:01 -06:00
tmp Add tmp dir in actionview/test/ 2013-08-05 01:24:14 +05:30
abstract_unit.rb Pass symbol as an argument instead of a block 2014-11-29 11:53:24 +01:00
active_record_unit.rb Change back occurrences of SQLite(3) to sqlite3 when referring to the 2014-07-06 11:47:16 -07:00