1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/actionpack/test
Carlos Antonio da Silva 608eddc6f5 Move escape_once logic to ERB::Util, where it belongs to
All the logic is based on the HTML_ESCAPE constant available in
ERB::Util, so it seems more logic to have the entire method there and
just delegate the helper to use it.
2012-02-01 08:55:18 -02:00
..
abstract AP tests should inherit from AS::TestCase 2012-01-05 17:05:44 -08:00
activerecord Remove rescue_action from compatibility module and tests 2012-01-17 10:04:37 -02:00
assertions test response assertions 2012-01-06 11:20:26 -08:00
controller Merge pull request #4529 from ask4prasath/refactor 2012-01-25 11:18:48 -08:00
dispatch Remove not used env[] call in routing_test. 2012-01-27 19:48:53 -02:00
fixtures Replaced all 'for' loops with Enumerable#each 2012-01-30 03:15:49 +08:00
lib/controller 'with_kcode' removed. 2011-12-21 15:39:50 +05:30
template Move escape_once logic to ERB::Util, where it belongs to 2012-02-01 08:55:18 -02:00
tmp Use safe tmp dir 2009-08-13 21:03:25 -05:00
abstract_unit.rb moved the get testing method to a module 2012-01-23 10:18:36 -08:00
active_record_unit.rb Autoload AR test case 2010-01-04 16:50:01 -06:00
ts_isolated.rb require minitest rather than test/unit 2012-01-06 15:50:47 -08:00