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
wycats 77a2a3d9b3 Request#content_type exists in Rack::Request, and other parts of Rack::Request expect
it to return a String. Split the Rails API so that Request#content_type returns
a String, and Request#content_mime_type returns a Mime::Type object.
2010-03-28 13:40:38 -07: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 Tests method_missing to raise NameError. [#2522 state:resolved] 2010-03-27 00:26:44 -07:00
dispatch Request#content_type exists in Rack::Request, and other parts of Rack::Request expect 2010-03-28 13:40:38 -07: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 Fixes a bug where error_messages_for was returning an empty div [#4048 state:resolved] (ht: Geoff Garside) 2010-03-27 03:10:05 -07:00
tmp Use safe tmp dir 2009-08-13 21:03:25 -05:00
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 Autoload AR test case 2010-01-04 16:50:01 -06:00
ts_isolated.rb Give useful test:isolated failures 2009-11-04 12:44:06 -08:00