.. |
bare_metal_test.rb
|
cleaning up some warnings on 1.9.3
|
2011-02-07 16:44:27 -08: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
|
Use Mime::Type references.
|
2011-02-08 14:14:26 -08:00 |
content_type_test.rb
|
removes the RJS template handler
|
2011-04-13 13:23:18 +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_context_test.rb
|
Tidy up pending TODOs after discussion with Mr. Gatoz (@wycats).
|
2011-05-01 19:39:57 +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
|
Implicit actions named not_implemented can be rendered
|
2011-04-02 23:47:50 -03:00 |
render_layout_test.rb
|
removes the RJS template handler
|
2011-04-13 13:23:18 +02:00 |
render_partial_test.rb
|
#948 template_inheritance
|
2010-12-26 22:32:15 -08:00 |
render_streaming_test.rb
|
log errors when an exception happens when streaming.
|
2011-05-01 13:40:14 +02:00 |
render_template_test.rb
|
realigns a series of hash arrows
|
2010-11-21 10:25:23 +01:00 |
render_test.rb
|
switch to using comments to comment things
|
2011-04-15 14:13:46 -07: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 |