aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | Calling `follow_redirect!` does not reset the `html_document`:Edouard CHIN2017-06-261-0/+12
| |/ |/|
* | Don't wrap parameters if key already existsEugene Kenny2017-06-241-0/+8
|/
* prepare for Minitest 6utilum2017-06-201-1/+1
* Merge branch 'master' into bug/filtered_parameters_classLeonel Galán2017-06-1626-163/+275
|\
| * Allow translate default option to accept an array similar to i18n.t. Fixes #2...Vipul A M2017-06-151-0/+1
| * SystemTesting::Driver can register capybara-webkit and poltergeistMario Alberto Chávez2017-06-021-2/+16
| * Merge pull request #28132 from mikeycgto/aead-encrypted-cookiesKasper Timm Hansen2017-05-281-86/+120
| |\
| | * AEAD encrypted cookies and sessionsMichael Coyne2017-05-221-86/+120
| * | Merge pull request #28895 from codeforkjeff/fix-session-keys-and-values-methodsMatthew Draper2017-05-281-0/+18
| |\ \
| | * | Add lazy loading to #keys and #values methods in Sessioncodeforkjeff2017-04-261-0/+18
| * | | Merge pull request #29176 from bogdanvlviv/define-path-with__dir__Matthew Draper2017-05-2615-34/+34
| |\ \ \
| | * | | Define path with __dir__bogdanvlviv2017-05-2315-34/+34
| | | |/ | | |/|
| * | | Merge pull request #28644 from mtsmfm/set-capybara-app-hostMatthew Draper2017-05-241-0/+12
| |\ \ \
| | * | | Set `Capybara.app_host` through `host!`Fumiaki MATSUSHIMA2017-04-021-0/+12
| * | | | Remove unused simulate methodeileencodes2017-05-221-13/+21
| | |/ / | |/| |
| * | | Use recyclable cache keys (#29092)David Heinemeier Hansson2017-05-186-28/+53
* | | | Merge branch 'master' into bug/filtered_parameters_classLeonel Galán2017-05-175-8/+40
|\| | |
| * | | Fixed string being modified in place causing frozen string errors in Ruby 2.3sepehr5002017-05-151-0/+6
| * | | Fix `TestInvalidUrls` with rack 2.0.3yuuji.yaginuma2017-05-161-6/+6
| * | | Merge pull request #29062 from eileencodes/force-encoding-to-original-string-...Eileen M. Uchitelle2017-05-121-0/+5
| |\ \ \
| | * | | Maintain original encoding from patheileencodes2017-05-121-0/+5
| * | | | Pass block in ActionController::Parameters#deleteEugene Kenny2017-05-101-0/+21
| |/ / /