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
Aaron Patterson caa981d881 Merge branch 'master' into laurocaetano-fix_send_file
* master: (536 commits)
  doc, API example on how to use `Model#exists?` with multiple IDs. [ci skip]
  Restore DATABASE_URL even if it's nil in connection_handler test
  [ci skip] - error_messages_for has been deprecated since 2.3.8 - lets reduce any confusion for users
  Ensure Active Record connection consistency
  Revert "ask the fixture set for the sql statements"
  Check `respond_to` before delegation due to: d781caaf31
  Adding Hash#compact and Hash#compact! methods
  MySQL version 4.1 was EOL on December 31, 2009 We should at least recommend modern versions of MySQL to users.
  clear cache on body close so that cache remains during rendering
  add a more restricted codepath for templates fixes #13390
  refactor generator tests to use block form of Tempfile
  Fix typo [ci skip]
  Move finish_template as the last public method in the generator
  Minor typos fix [ci skip]
  make `change_column_null` reversible. Closes #13576.
  create/drop test and development databases only if RAILS_ENV is nil
  Revert "Speedup String#to"
  typo fix in test name. [ci skip].
  `core_ext/string/access.rb` test what we are documenting.
  Fix typo in image_tag documentation
  ...

Conflicts:
	actionpack/CHANGELOG.md
2014-01-10 11:00:30 -08:00
..
controller_fixtures
mime Add any/all support for variants 2013-12-26 20:36:17 +01:00
new_base Raise RuntimeErrors with inspectable and MRI-independent messages. 2013-11-24 14:18:00 +01:00
parameters AC::Parameters#permit! permits hashes in array values 2013-12-23 22:55:03 +01:00
request
action_pack_assertions_test.rb Prefer assert_raise instead of flunk + rescue to test for exceptions 2013-12-19 09:20:51 -02:00
assert_select_test.rb Load AV::Layout to AM::Base in railties 2013-08-25 11:39:11 +02:00
base_test.rb Remove ActionController::RecordIdentifier was deprecated. 2013-06-01 23:22:12 +09:00
caching_test.rb Removed semicolon and added space 2013-09-13 01:22:53 +05:30
content_type_test.rb
default_url_options_with_before_action_test.rb use _action callbacks in actionmailer 2012-12-08 10:21:20 -05:00
filters_test.rb Unused classes in AP tests 2013-12-25 18:10:56 +09:00
flash_hash_test.rb Store FlashHashes in the session as plain hashes rather than custom objects with unstable class names and instance variables. 2012-11-09 11:55:18 +00:00
flash_test.rb Typo fixes [ci skip] 2013-11-30 20:27:01 +05:30
force_ssl_test.rb Add support for extra options to force_ssl 2013-04-25 13:45:52 +01:00
helper_test.rb pass app config to controller helper proxy 2013-10-24 08:03:31 +03:00
http_basic_authentication_test.rb update documentation and code to use _action callbacks 2012-12-07 14:46:06 -05:00
http_digest_authentication_test.rb Typos. return -> returns. [ci skip] 2013-12-03 13:31:36 -02:00
http_token_authentication_test.rb Do not use the same tests description 2012-12-31 13:57:24 -03:00
integration_test.rb Skip Rack applications and redirects when generating urls 2013-07-16 13:39:17 +01:00
live_stream_test.rb Merge pull request #11443 from wangjohn/sse_reloader_class 2013-08-19 07:30:27 -07:00
localized_templates_test.rb Fix header Content-Type: #<Mime::NullType:...> in localized template 2013-12-03 07:46:39 +01:00
log_subscriber_test.rb Removed :if and :unless from fragment cache option in favour of 2012-12-14 17:51:52 +01:00
output_escaping_test.rb remove ancient TODOs [ci skip]. 2013-03-18 16:42:08 +01:00
params_wrapper_test.rb start using options object 2012-11-13 16:35:15 -08:00
permitted_params_test.rb Change tainted/untainted wording to permitted/forbidden 2012-09-16 23:58:21 -05:00
redirect_test.rb
render_js_test.rb CSRF protection from cross-origin <script> tags 2013-12-17 13:14:17 -07:00
render_json_test.rb CSRF protection from cross-origin <script> tags 2013-12-17 13:14:17 -07:00
render_other_test.rb
render_test.rb Remove missing integration points of AV extraction 2013-12-05 11:39:56 +01:00
render_xml_test.rb
request_forgery_protection_test.rb Clearly limit new CSRF protection to GET requests 2013-12-17 16:02:04 -07:00
required_params_test.rb Revert "Merge pull request #9660 from sebasoga/change_strong_parameters_require_behaviour" 2013-11-02 14:30:03 -05:00
rescue_test.rb use _action instead of _filter callbacks 2012-12-07 15:24:56 -05:00
resources_test.rb fixed-case when invalid action name has passed 2013-11-28 03:14:19 +05:30
routing_test.rb Prefer assert_raise instead of flunk + rescue to test for exceptions 2013-12-19 09:20:51 -02:00
runner_test.rb
selector_test.rb Move action_controller/vendor/html-scanner to action_view 2012-08-28 10:51:03 +02:00
send_file_test.rb Merge branch 'master' into laurocaetano-fix_send_file 2014-01-10 11:00:30 -08:00
show_exceptions_test.rb Fix that JSON and XML exception responses should give the HTTP error message for their status, by default, not the message from the underlying exception 2013-05-08 21:28:50 -07:00
streaming_test.rb remove dead test 2012-07-29 16:00:50 -07:00
test_case_test.rb Eliminate JSON.{parse,load,generate,dump} and def to_json 2013-11-05 22:26:45 -08:00
url_for_integration_test.rb
url_for_test.rb Take Hash with options inside Array in #url_for 2013-11-15 15:50:42 +04:00
url_rewriter_test.rb this test is not a controller test, so switch to AS::TC 2012-07-28 20:30:52 -07:00
webservice_test.rb Eliminate JSON.{parse,load,generate,dump} and def to_json 2013-11-05 22:26:45 -08:00