.. |
controller_fixtures
|
|
|
deprecation
|
|
|
request
|
|
|
action_pack_assertions_test.rb
|
Fix pending test about content-type
|
2009-06-17 12:54:18 -07:00 |
addresses_render_test.rb
|
|
|
assert_select_test.rb
|
|
|
base_test.rb
|
Cleaning up more tests and code that needed to work in both old and new base
|
2009-06-17 16:51:51 -07:00 |
benchmark_test.rb
|
|
|
caching_test.rb
|
|
|
capture_test.rb
|
|
|
content_type_test.rb
|
Finish making things pass with updated internal content_type semantics
|
2009-06-15 11:21:08 -07:00 |
cookie_test.rb
|
Memoize cookies so that updates to cookies are available in the current request. [#2733 state:resolved]
|
2009-05-28 09:18:27 -05:00 |
dispatcher_test.rb
|
|
|
filter_params_test.rb
|
Make filter_parameters work correctly with array parameters.
|
2009-06-27 12:43:57 +12:00 |
filters_test.rb
|
Cleaning up more tests and code that needed to work in both old and new base
|
2009-06-17 16:51:51 -07:00 |
flash_test.rb
|
The FlashHash and friends causes a lot of needless session storing, when we know for a fact that there's no content in the flash. By not storing the empty hash in the session we save a lot of communication with the various session backends, while still keeping the same interface to the flash. [#2703 state:resolved]
|
2009-05-28 09:30:49 -05:00 |
helper_test.rb
|
Cleaning up more tests and code that needed to work in both old and new base
|
2009-06-17 16:51:51 -07:00 |
http_basic_authentication_test.rb
|
|
|
http_digest_authentication_test.rb
|
A test to show that http_authentication needs to fail authentication if the password procedure returns nil. Also includes a fix to validate_digest_response to fail validation if the password procedure returns nil.
|
2009-06-09 19:47:53 +12:00 |
integration_test.rb
|
test depends on html-scanner
|
2009-05-23 03:10:48 -07:00 |
layout_test.rb
|
Fixing pending tests and fixed some formats / partial rendering semantics
|
2009-06-17 12:54:19 -07:00 |
logging_test.rb
|
|
|
mime_responds_test.rb
|
Cleaning up more tests and code that needed to work in both old and new base
|
2009-06-17 16:51:51 -07:00 |
record_identifier_test.rb
|
Define ActiveModel API Compliance
|
2009-07-20 00:27:04 +09:00 |
redirect_test.rb
|
Define ActiveModel API Compliance
|
2009-07-20 00:27:04 +09:00 |
render_js_test.rb
|
Got controller/render_js_test.rb to pass on new base
|
2009-05-22 17:08:58 -07:00 |
render_json_test.rb
|
|
|
render_other_test.rb
|
Get controller/render_other_test.rb to pass on new base and fixed a bug in new base with regards to rendering layouts.
|
2009-05-22 16:55:27 -07:00 |
render_test.rb
|
Remove deprecated implicit ivar assignment
|
2009-06-25 12:51:21 -05:00 |
render_xml_test.rb
|
|
|
request_forgery_protection_test.rb
|
|
|
rescue_test.rb
|
|
|
resources_test.rb
|
|
|
routing_test.rb
|
Allow symbols on routes declaration (:controller and :action values) [#2828 state:resolved]
|
2009-07-02 12:18:48 -07:00 |
selector_test.rb
|
|
|
send_file_test.rb
|
send_data should set Content-Length as a string
|
2009-06-25 14:47:15 -05:00 |
test_test.rb
|
|
|
translation_test.rb
|
|
|
url_rewriter_test.rb
|
|
|
verification_test.rb
|
|
|
view_paths_test.rb
|
Remove a no-op from view path tests and removed a Symbol#to_proc
|
2009-05-26 11:47:42 -07:00 |
webservice_test.rb
|
|
|