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
Piotr Sarnacki 67b2404cf9 If partial is rendered in controller, grab format from template
Previously `rendered_format` was set only based on mime types
passed in Accept header, which was wrong if first type from
Accept was different than rendered partial. The fix is to simply
move setting rendered_format to the place where template
is available and grab format from the template. If it fails
we can fallback to formats passed by Accept header.
2012-03-27 12:14:56 +02:00
..
abstract use consistent explicit module inclusion 2012-03-16 21:54:25 -04: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 If partial is rendered in controller, grab format from template 2012-03-27 12:14:56 +02:00
dispatch Allow a defining custom member field on resources 2012-03-25 21:42:18 -07:00
fixtures If partial is rendered in controller, grab format from template 2012-03-27 12:14:56 +02:00
lib/controller Removing old Controller test 2012-02-12 21:05:30 -02:00
routing add some tests, yay! 2012-02-22 11:05:03 -08:00
template change number_with_precision to not return negative zeros 2012-03-27 19:46:15 +11:00
tmp
abstract_unit.rb Remove --http. 2012-03-14 22:30:01 +01:00
active_record_unit.rb
ts_isolated.rb AS/kernel/reporting no where used in ts_isolated 2012-03-04 21:30:48 +05:30