aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test
Commit message (Expand)AuthorAgeFilesLines
* Exception message for SystemTestCase#get etc..yalab2017-10-081-5/+10
* Implement H2 Early Hints for Railseileencodes2017-10-041-0/+15
* Remove `:api:` tag that has leaked on the doc directly [ci skip]Ryuta Kamizono2017-09-301-3/+0
* Test for nil, people not likely to assign it false.Kasper Timm Hansen2017-09-281-2/+2
* Fixes for use_authenticated_cookie_encryptionMichael Coyne2017-09-271-0/+18
* Use new rotation signature in cookies.Kasper Timm Hansen2017-09-241-57/+8
* Add key rotation cookies middlewareMichael Coyne2017-09-245-127/+178
* Use the default Capybara registered puma server configurationThomas Walpole2017-09-181-4/+0
* 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
* | Merge pull request #30493 from koic/fix_cant_modify_frozen_string_error_in_ac...Ryuta Kamizono2017-09-021-0/+12
|\ \
| * | Fix `can't modify frozen String` error in AC::RenderingKoichi ITO2017-09-021-0/+12
* | | Unused variablesAkira Matsuda2017-09-011-2/+2
|/ /
* | Merge pull request #30433 from y-yagi/fix_cant_modify_forzen_string_error_in_...Ryuta Kamizono2017-08-291-0/+38
|\ \
| * | Fix `can't modify frozen String` error in `DebugLocks`yuuji.yaginuma2017-08-281-0/+38
* | | Retrive screenshot in relative path of current directoryyuuji.yaginuma2017-08-271-8/+24
|/ /
* / Fix `can't modify frozen String` error in `display_image`yuuji.yaginuma2017-08-261-0/+15
|/
* Merge pull request #30121 from assain/add_expires_in_and_expires_at_to_cookiesKasper Timm Hansen2017-08-202-2/+39
|\
| * freshen :expires option with duration support and add expiry metadata to cookiesAssain2017-08-202-2/+39
* | Fix RuboCop offensesKoichi ITO2017-08-166-28/+28
|/
* Merge pull request #30104 from trev/deprecate-actiondispatch-testresponse-aliasRafael França2017-08-081-0/+7
|\
| * Deprecate ActionDispatch::TestResponse response aliasesTrevor Wistaff2017-08-071-0/+7
* | Merge pull request #29767 from yui-knk/ac_testRafael França2017-08-081-7/+2
|\ \ | |/ |/|
| * Remove needless restoring of `default_charset`yui-knk2017-07-131-7/+2
* | Merge pull request #29958 from znz/file-nullMatthew Draper2017-08-021-1/+1
|\ \
| * | Use File::NULL instead of "/dev/null"Kazuhiro NISHIYAMA2017-07-311-1/+1
* | | Clarify route encoding testeileencodes2017-08-011-6/+12
* | | Path parameters should default to UTF8eileencodes2017-08-012-4/+24
|/ /
* | Use frozen string literal in actionpack/Kir Shatrov2017-07-29152-1/+303
* | Make actionpack frozen string friendlyKir Shatrov2017-07-247-8/+22
* | Scrub the invalid paramter value before using it in the errorArthur Neves2017-07-171-1/+2
|/
* normalize_path used to be nil tolerantAkira Matsuda2017-07-121-0/+4
* [Action Pack] `rubocop -a --only Layout/EmptyLineAfterMagicComment`Koichi ITO2017-07-116-0/+6
* Add ActionController::Base.skip_forgery_protectionLisa Ugray2017-07-101-0/+30
* Merge pull request #29655 from kirs/frozen-friendly-ap-arMatthew Draper2017-07-106-7/+13
|\
| * Prepare AP and AR to be frozen string friendlyKir Shatrov2017-07-066-7/+13
* | Don't call register on custom driverseileencodes2017-07-081-2/+2
|/
* Merge pull request #29566 from eugeneius/wrap_parameters_queryKasper Timm Hansen2017-07-021-0/+8
|\
| * Don't wrap parameters if query parameter existsEugene Kenny2017-06-251-0/+8
* | Merge pull request #29622 from yalab/warning_system_tesing_http_verbEileen M. Uchitelle2017-07-011-0/+32
|\ \
| * | SystemTestCase undef some IntegrationTest methods because it's confused to use.yalab2017-07-011-0/+32
* | | Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-02173-173/+0
* | | Merge pull request #29540 from kirs/rubocop-frozen-stringMatthew Draper2017-07-02173-0/+173
|\ \ \
| * | | Enforce frozen string in RubocopKir Shatrov2017-07-01173-0/+173
| |/ /
* | | Properly register "custom" URL helpers as named helpers.Wilson Bilkovich2017-06-301-0/+6
* | | Fallback Parameters#to_s to Hash#to_sKir Shatrov2017-06-301-0/+5
|/ /
* | Merge pull request #29533 from jdelStrother/missing_url_formatsRichard Schneeman2017-06-271-0/+9
|\ \
| * | Fix missing formats in route-set URLsJonathan del Strother2017-06-231-0/+9