rails--rails/actionview/test
Mauricio Gomez Aguinaga cf93c6ae48 Sometimes you need a specific break sequence while using word wrap and as today the only option we have is "\n" and is hardcoded.
With this change you will be able to specify any break sequence ("\r\n" for example) as an option.

adding proper documentation for break_sequence in ActionView::Helpers::TextHelper.word_wrap

adding some more documentation for word_wrap custom break sequence and making sure we use new hash syntax
2015-08-11 14:15:47 -07:00
..
actionpack Stop using deprecated `render :text` in test 2015-07-17 22:27:33 -04:00
activerecord Remove `assigns` and `assert_template`. 2015-05-30 14:13:57 +08:00
fixtures Add wildcard template dependencies. 2015-07-26 19:21:14 +02:00
lib/controller Add tests to make sure label and placeholder respect to_model 2015-02-05 16:19:29 -02:00
template Sometimes you need a specific break sequence while using word wrap and as today the only option we have is "\n" and is hardcoded. 2015-08-11 14:15:47 -07:00
tmp Add tmp dir in actionview/test/ 2013-08-05 01:24:14 +05:30
abstract_unit.rb Fix deprecation warning in tests 2015-08-08 10:38:09 -04:00
active_record_unit.rb Closes rails/rails#18864: Renaming transactional fixtures to transactional tests 2015-03-16 11:35:44 -07:00