aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/controller
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #33718 from kddeisz/permit-listMatthew Draper2018-08-291-1/+1
|\
| * Permit list usage cleanup and clearer documentationKevin Deisz2018-08-271-1/+1
| * Convert over the rest of the whitelist referencesKevin Deisz2018-08-241-1/+1
* | Call block to #redirect_to in controller context (#33735)speckins2018-08-271-0/+16
|/
* Merge pull request #28937 from maclover7/jm-fix-28927Rafael França2018-07-311-0/+14
|\
| * Default content type for `head` is `text/html`Jon Moss2017-04-301-0/+14
* | Raises exception when respond_to called multiple times in incompatible wayPatrick Toomey2018-07-301-0/+34
* | Turn on performance based copsDillon Welch2018-07-233-6/+4
* | Prevent `RequestEncoder#encode_params` to parse falsey paramsAlireza Bashiri2018-07-201-0/+14
* | test_should_impose_childless_html_tags_in_html failure with JRubypavel2018-07-151-1/+7
* | Merge pull request #33341 from Edouard-chin/ec-fix-to-paramRafael França2018-07-121-2/+15
|\ \
| * | e4e1b62 broke `to_param` handling:Edouard CHIN2018-07-121-2/+15
* | | Enable `Layout/EmptyLinesAroundBlockBody` to reduce review cost in the futureRyuta Kamizono2018-07-122-4/+0
|/ /
* | Pass along arguments to underlying `get` method in `follow_redirect!` (#33299)Remo Fritzsche2018-07-051-0/+10
* | Convert hashes into parameters (#33076)Kevin Sjöberg2018-06-191-0/+21
* | Merge pull request #33134 from dasch/dasch/extra-cache-controlsEileen M. Uchitelle2018-06-191-0/+20
|\ \
| * | Add support for more HTTP cache controlsDaniel Schierbeck2018-06-131-0/+20
* | | Fix rubocop violationsbogdanvlviv2018-06-151-1/+1
|/ /
* | Use Rack to generate query information under testAaron Patterson2018-06-081-2/+10
* | Include application/javascript when checking content_typeGabriel Jaldon2018-05-271-0/+5
* | Fix `CustomCops/AssertNot` to allow it to have failure messageRyuta Kamizono2018-05-133-4/+4
* | Reset CONTENT_LENGTH between test requestsEugene Kenny2018-05-011-0/+8
* | Reset RAW_POST_DATA between test requestsEugene Kenny2018-04-201-0/+8
* | Merge pull request #29286 from vinistock/create_missing_exact_template_exceptionRafael Mendonça França2018-04-202-3/+3
|\ \
| * | Create MissingExactTemplate exception with separate templateVinicius Stock2018-04-202-3/+3
* | | warning: ambiguous first argument; put parentheses or a space even after `/' ...utilum2018-04-201-1/+1
* | | Merge pull request #32593 from sdhull/fix-strong-params-permit-bangRafael Mendonça França2018-04-191-1/+4
|\ \ \
| * | | Fixes StrongParameters permit! to work with nested arraysSteve Hull2018-04-161-1/+4
* | | | Replace `assert !` with `assert_not`Daniel Colson2018-04-197-13/+13
|/ / /
* | | Fix rendering a differently-formatted partial after cachingGeorge Claghorn2018-04-131-0/+8
* | | Add `TestCaseTest#test_request_format_kwarg_doesnt_mutate_params` to masterbogdanvlviv2018-04-101-0/+8
* | | Merge pull request #32441 from composerinteralia/refute-notRafael França2018-04-042-7/+7
|\ \ \
| * | | Autocorrect `refute` RuboCop violationsDaniel Colson2018-04-032-7/+7
* | | | Merge pull request #32336 from vincedevendra/allow_mutating_dig_return_valueAaron Patterson2018-04-021-0/+8
|\ \ \ \ | |/ / / |/| | |
| * | | Make mutating params#dig mutate underlying paramsVince DeVendra2018-03-241-0/+8
* | | | Deprecate controller level force_sslDerek Prior2018-03-302-15/+29
|/ / /
* | | Ruby 2.4: take advantage of String#unpack1Jeremy Daer2018-03-011-1/+1
* | | We should call methods with `.method_name` not `::method_name`.utilum2018-02-222-5/+6
* | | Rails 6 requires Ruby 2.4.1+Jeremy Daer2018-02-172-2/+0
* | | Rails 6 requires Ruby 2.3+Jeremy Daer2018-02-171-16/+9
* | | Remove usage of strip_heredoc in the framework in favor of <<~Rafael Mendonça França2018-02-161-3/+2
|/ /
* | Use assert_empty and assert_not_emptyDaniel Colson2018-01-256-11/+11
* | Use assert_predicate and assert_not_predicateDaniel Colson2018-01-2519-116/+116
* | Change refute to assert_notDaniel Colson2018-01-253-12/+12
* | Use respond_to test helpersDaniel Colson2018-01-254-5/+5
* | Suppress `warning: BigDecimal.new is deprecated`Yasuo Honda2017-12-151-1/+1
* | Merge pull request #31289 from witlessbird/fips-compatibilityEileen M. Uchitelle2017-12-142-2/+2
|\ \
| * | Introduced `ActiveSupport::Digest` that allows to specify hash function imple...Dmitri Dolguikh2017-12-122-2/+2
* | | Enable `Layout/LeadingCommentSpace` to not allow cosmetic changes in the futureRyuta Kamizono2017-12-142-2/+1
* | | Enable `Layout/SpaceBeforeComma` rubocop rule, and fixed moreRyuta Kamizono2017-12-122-3/+3