aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/controller
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | 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
* | | | Add secure `X-Download-Options` and `X-Permitted-Cross-Domain-Policies` to de...Guillermo Iguaran2017-12-091-1/+1
* | | | Merge pull request #30780 from JackMc/fix-chrome-referrer-invalidauthenticity...Sean Griffin2017-12-071-0/+13
|\ \ \ \
| * | | | Add a better error message when a "null" Origin header occursJack McCracken2017-11-031-0/+13
* | | | | Correct routing test spelling mistake.Philip Tolton2017-12-061-1/+1
* | | | | Yield array from AC::Parameters#each for block with one argDominic Cleal2017-12-061-0/+16
| |/ / / |/| | |
* | | | Update send_file headers test to use mp4 as example instead of mpgGuillermo Iguaran2017-11-281-1/+1
* | | | Merge pull request #31099 from nobu/patch-1Rafael Mendonça França2017-11-091-1/+1
|\ \ \ \ | |/ / / |/| | |
| * | | Use `Dir.mktmpdir`Nobuyoshi Nakada2017-11-091-1/+1
| * | | Use `Tempfile.create`Nobuyoshi Nakada2017-11-091-1/+1
|/ / /
* | | Merge pull request #31004 from shuheiktgw/remove_unnecessary_returnsRafael França2017-10-311-1/+1
|\ \ \
| * | | removed unnecessary returnsShuhei Kitagawa2017-10-281-1/+1
* | | | Merge pull request #31005 from shuheiktgw/remove_unnecessary_semicolonsMatthew Draper2017-10-283-8/+8
|\ \ \ \ | |/ / / |/| | |
| * | | removed unnecessary semicolonsShuhei Kitagawa2017-10-282-7/+7
|/ / /
* | | checking for nested attributes when attribute names specified to wrap them as...Kelton Manzanares2017-10-251-0/+14
* | | Add allow_other_host option to redirect_back methodTim Masliuchenko2017-10-101-0/+21
* | | Remove `:api:` tag that has leaked on the doc directly [ci skip]Ryuta Kamizono2017-09-301-3/+0
* | | Add key rotation cookies middlewareMichael Coyne2017-09-242-2/+6
* | | fix type fully qualified [ci skip]Yauheni Dakuka2017-09-061-1/+1
* | | Merge pull request #30367 from ptoomey3/consistent-cache-control-headersAaron Patterson2017-09-051-0/+21
|\ \ \
| * | | Use equality in place of refute assertions for accuracyPatrick Toomey2017-08-221-4/+2
| * | | Normalize/process Cach-Control headers consistentlyPatrick Toomey2017-08-221-0/+23
* | | | Fix `can't modify frozen String` error in AC::RenderingKoichi ITO2017-09-021-0/+12
|/ / /
* | | Fix RuboCop offensesKoichi ITO2017-08-164-17/+17
* | | Path parameters should default to UTF8eileencodes2017-08-011-0/+16
* | | Use frozen string literal in actionpack/Kir Shatrov2017-07-2979-0/+158
* | | Make actionpack frozen string friendlyKir Shatrov2017-07-246-7/+19
* | | [Action Pack] `rubocop -a --only Layout/EmptyLineAfterMagicComment`Koichi ITO2017-07-111-0/+1
* | | Add ActionController::Base.skip_forgery_protectionLisa Ugray2017-07-101-0/+30