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/controller
2010-01-04 23:05:27 +01:00
..
controller_fixtures
deprecation Extract ActionController rescue templates into Rescue and ShowExceptions middleware. 2009-05-02 23:02:22 -05:00
new_base test-unit 2 compat: assert_raise doesn't support regexp second arg to match exception message 2009-11-10 16:14:10 -08:00
request Inherit TestSession from Session::AbstractStore and add indifferent access to Session::AbstractStore. 2009-04-26 14:33:57 -05:00
action_pack_assertions_test.rb Use new routing dsl in tests 2009-12-08 16:52:26 -06:00
addresses_render_test.rb Fix isolated running of AddressesTest 2009-09-06 21:42:05 -05:00
assert_select_test.rb Add :redirect to the testable RJS statements [#2612 state:resolved] 2009-08-09 02:00:15 +01:00
base_test.rb Remove ActionView inline logging to ActiveSupport::Notifications and create ActionController::Base#log_event, so everything can be logged within one listener. Also expose log_process_action as a hook for different modules to include their own information during the action processing. This allow ActiveRecord to hook and any other ORM. Finally, this commit changes 'Processing' and 'Rendering' in logs to 'Processed' and 'Rendered' because at the point it's logged, everying already happened. 2009-12-26 20:28:53 +01:00
caching_test.rb Ensure no notification is on the queue before running notifications related tests. 2010-01-03 23:39:09 +01:00
capture_test.rb Cherry-pick core extensions 2009-05-13 12:00:15 -07:00
content_type_test.rb Avoid conflicts with another ContentTypeController used in testing 2009-09-19 12:50:14 -05:00
cookie_test.rb Fix new year heisenbug 2009-12-31 18:32:16 -08:00
dispatcher_test.rb Move route reloading into railties 2009-12-14 17:54:41 -06:00
filter_params_test.rb Remove ActionView inline logging to ActiveSupport::Notifications and create ActionController::Base#log_event, so everything can be logged within one listener. Also expose log_process_action as a hook for different modules to include their own information during the action processing. This allow ActiveRecord to hook and any other ORM. Finally, this commit changes 'Processing' and 'Rendering' in logs to 'Processed' and 'Rendered' because at the point it's logged, everying already happened. 2009-12-26 20:28:53 +01:00
filters_test.rb Symbol#to_proc is not needed for Ruby >= 1.8.7 2009-11-09 22:16:51 +01:00
flash_test.rb reset_session needs to be a real method so flash can override it 2009-12-21 17:29:59 -06:00
helper_test.rb Reorganize autoloads: 2009-12-02 20:01:08 -08:00
http_basic_authentication_test.rb Fix HTTP basic authentication for long credentials [#2572 state:resolved] 2009-08-09 01:28:43 +01:00
http_digest_authentication_test.rb Make http digest work with different server/browser combinations 2009-08-09 15:53:52 +01:00
integration_test.rb Ruby 1.9: more constant lookup badness :( 2009-11-04 15:00:19 -08:00
layout_test.rb Reorganize autoloads: 2009-12-02 20:01:08 -08:00
logging_test.rb Ensure no notification is on the queue before running notifications related tests. 2010-01-03 23:39:09 +01:00
mime_responds_test.rb Merge branch 'master' of github.com:rails/rails 2009-12-10 13:11:15 -08:00
output_escaping_test.rb Switch to on-by-default XSS escaping for rails. 2009-10-08 09:31:20 +13:00
record_identifier_test.rb Clean up render @object a bit more. 2009-08-07 00:52:13 -03:00
redirect_test.rb Use new routing dsl in tests 2009-12-08 16:52:26 -06:00
render_js_test.rb Namespace TestControllers inside their test case class 2009-09-19 13:04:12 -05:00
render_json_test.rb Namespace TestControllers inside their test case class 2009-09-19 13:04:12 -05:00
render_other_test.rb Simpler RenderOption API -- removes the need for registering the types and extending a module 2009-12-09 13:40:49 -08:00
render_test.rb Remove ActionView inline logging to ActiveSupport::Notifications and create ActionController::Base#log_event, so everything can be logged within one listener. Also expose log_process_action as a hook for different modules to include their own information during the action processing. This allow ActiveRecord to hook and any other ORM. Finally, this commit changes 'Processing' and 'Rendering' in logs to 'Processed' and 'Rendered' because at the point it's logged, everying already happened. 2009-12-26 20:28:53 +01:00
render_xml_test.rb Use new routing dsl in tests 2009-12-08 16:52:26 -06:00
request_forgery_protection_test.rb Fix test bleed 2009-11-18 17:54:27 -08:00
rescue_test.rb Ruby 1.9: resolve constant lookup issues 2009-11-04 15:41:50 -08:00
resources_test.rb Remove fancy method not allowed resource exceptions since they are 2009-12-11 00:01:22 -06:00
routing_test.rb Remove route loading tests since it should be tested by railties 2009-12-14 16:52:22 -06:00
selector_test.rb Add some more tests to the test_new_base_on_old_tests task 2009-05-23 01:46:37 +02:00
send_file_test.rb Update cache_control to be a Hash of options that is used to build the header. 2009-08-02 19:39:33 -04:00
test_test.rb TestProcess belongs in AD 2009-12-12 18:09:44 -06:00
translation_test.rb
url_rewriter_test.rb Remove deprecated formatted named routes 2010-01-04 23:05:27 +01:00
verification_test.rb Ruby 1.9: resolve constant lookup issues 2009-11-04 15:41:50 -08:00
view_paths_test.rb Fix the */* with Net::HTTP bug [#3100 state:resolved] 2009-09-01 15:54:29 -07:00
webservice_test.rb Use new routing dsl in tests 2009-12-08 16:52:26 -06:00