.. |
bare_metal_test.rb
|
Fix problems trying to functional test AC::Metal controllers
|
2010-11-06 21:15:03 -02:00 |
base_test.rb
|
Fix controller_name for non default controller paths [#4901 state:resolved]
|
2010-06-23 01:37:52 +02:00 |
content_negotiation_test.rb
|
Fix test to correctly handle 1.9 Array#to_s behavior
|
2009-10-15 16:27:26 -07:00 |
content_type_test.rb
|
Fixed routes to use new API in a few more actionpack tests
|
2010-09-05 13:44:37 +02:00 |
metal_test.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 |
middleware_test.rb
|
added block arguments to ActionController::Metal#use
|
2010-09-12 07:35:54 +08:00 |
render_action_test.rb
|
Removed deprecated RouteSet API, still many tests fail
|
2010-09-05 13:44:36 +02:00 |
render_file_test.rb
|
Redraw default routes on all internal integration tests. We don't need SimpleRouteCase anymore
|
2009-10-03 23:18:32 -05:00 |
render_implicit_action_test.rb
|
Deletes trailing whitespaces (over text files only find * -type f -exec sed 's/[ \t]*$//' -i {} \;)
|
2010-08-14 04:12:33 -03:00 |
render_layout_test.rb
|
Deletes trailing whitespaces (over text files only find * -type f -exec sed 's/[ \t]*$//' -i {} \;)
|
2010-08-14 04:12:33 -03:00 |
render_once_test.rb
|
Remove :cache => true on lookup templates initialization.
|
2010-10-14 09:47:49 +02:00 |
render_partial_test.rb
|
render :template => 'foo/bar.json' now works as it should.
|
2010-10-07 21:31:31 +02:00 |
render_rjs_test.rb
|
Fix case when rendering a partial inside RJS with inherited layout [#4786 state:resolved]
|
2010-06-07 22:22:54 +02:00 |
render_template_test.rb
|
realigns a series of hash arrows
|
2010-11-21 10:25:23 +01:00 |
render_test.rb
|
Fixed routes to use new API in a few more actionpack tests
|
2010-09-05 13:44:37 +02:00 |
render_text_test.rb
|
Fixed routes to use new API in a few more actionpack tests
|
2010-09-05 13:44:37 +02:00 |
render_xml_test.rb
|
Deletes trailing whitespaces (over text files only find * -type f -exec sed 's/[ \t]*$//' -i {} \;)
|
2010-08-14 04:12:33 -03:00 |