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-08-09 15:25:21 +02:00
..
controller_fixtures
deprecation
new_base Fix controller_name for non default controller paths [#4901 state:resolved] 2010-06-23 01:37:52 +02:00
request
action_pack_assertions_test.rb Remove assert_valid. It was already deprecated on Rails 2.3. 2010-07-19 22:35:17 +02:00
addresses_render_test.rb
assert_select_test.rb Revert "Moved encoding work in progress to a feature branch." 2010-05-17 19:41:54 +04:00
base_test.rb Move Rails module to abstract_unit to make test in isolation work 2010-06-28 01:26:07 +02:00
caching_test.rb Fixed double output from cache in no caching mode 2010-06-08 14:47:02 -04:00
capture_test.rb Revert "Moved encoding work in progress to a feature branch." 2010-05-17 19:41:54 +04:00
content_type_test.rb
dispatcher_test.rb
filters_test.rb Better test for ticket [#3914 state:resolved] 2010-06-09 09:51:05 +02:00
flash_test.rb Just reading flash messages should not create a session if one does not exist yet. 2010-06-25 09:36:26 +02:00
helper_test.rb Fix setting helpers_path to a string or pathname 2010-07-07 12:03:08 -07:00
http_basic_authentication_test.rb
http_digest_authentication_test.rb Rename config.cookie_secret to config.secret_token and pass it as configuration in request.env. This is another step forward removing global configuration. 2010-04-05 12:00:24 +02:00
http_token_authentication_test.rb add HTTP Token Authorization support to complement Basic and Digest Authorization. 2010-04-30 07:46:30 -07:00
integration_test.rb Use assert_respond_to because it has better error messaging 2010-05-18 02:12:06 +02:00
layout_test.rb move FixtureResolver to a file that is accessible outside Rails' own tests 2010-05-02 22:45:54 +02:00
localized_templates_test.rb Fixed that default locale templates should be used if the current locale template is missing [DHH] 2010-04-08 18:11:26 -07:00
log_subscriber_test.rb Move Rails::LogSubscriber to ActiveSupport::LogSubscriber, allowing frameworks like ActiveRecord and ActiveResource to log outsude Rails::Application [#4816 state:resolved] 2010-06-24 13:23:43 +02:00
mime_responds_test.rb Adds tests for content negotiation change introduced in dc5300adb6 2010-07-04 11:17:16 -07:00
output_escaping_test.rb
record_identifier_test.rb Moved a few methods from RecordIdentifier to ActiveModel::Naming 2010-07-21 11:29:58 +02:00
redirect_test.rb
render_js_test.rb
render_json_test.rb Always downstream given options in :json, :xml and :js renderers and add tests for it. 2010-04-22 12:12:38 +02:00
render_other_test.rb
render_test.rb Make sure a namespaced <%= render form %> still renders the _form partial [#4784 state:resolved] 2010-06-20 00:58:10 +02:00
render_xml_test.rb Fix render :xml test (ht Simo Niemelä) 2010-04-24 11:48:47 +02:00
request_forgery_protection_test.rb
rescue_test.rb Exceptions from views should be rescued based on the original exception. If a handler for original exception is missing then apply ActiveView::TemplateError 2010-07-19 14:50:38 +02:00
resources_test.rb adds missing requires for Object#try 2010-08-09 15:25:21 +02:00
routing_test.rb
selector_test.rb
send_file_test.rb Use assert_respond_to because it has better error messaging 2010-05-18 02:12:06 +02:00
test_test.rb Use AS::OrderedHash when trusting in the order of the hash 2010-08-01 21:56:06 -03:00
url_for_test.rb Unify routes naming by renaming router to routes 2010-07-02 01:51:03 +02:00
url_rewriter_test.rb
view_paths_test.rb
webservice_test.rb