rails--rails/actionpack/test
José Valim 13bb4a6e68 Current url helpers become actions in controller. Added a failing test case for it. 2010-03-22 23:57:06 +01:00
..
abstract Allow anything that responds to render to be given as :template and use find_template instead of find in views. 2010-03-12 14:25:10 +01:00
activerecord Fix failing Action Pack tests 2010-03-02 14:41:12 -08:00
controller Current url helpers become actions in controller. Added a failing test case for it. 2010-03-22 23:57:06 +01:00
dispatch Make router shortcuts more polite to URLs starting with a leading slash. 2010-03-22 21:07:37 +01:00
fixtures scope_key_by_partial fix for Ruby 1.9 when there's virtual_path [#4202 state:resolved] 2010-03-16 16:20:10 -07:00
lib Improve performance of the rendering stack by freezing formats as a sign that they shouldn't be further modified. 2010-03-19 17:20:20 +01:00
template NumberHelper methods should now return html_safe strings (when the inputs are valid numbers or are html_safe). Also adds :raise => true (used internaly) to make the number helpers throw InvalidNumberError when the given number is invalid. 2010-03-22 21:19:49 +01:00
tmp
abstract_unit.rb Fixed a bunch of tests that failed in 1.9 because they assumed that a Rack response was a String. 2010-03-19 18:46:29 -07:00
active_record_unit.rb
ts_isolated.rb