aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/dispatch
Commit message (Expand)AuthorAgeFilesLines
...
| * | freshen :expires option with duration support and add expiry metadata to cookiesAssain2017-08-202-2/+39
* | | Fix RuboCop offensesKoichi ITO2017-08-161-6/+6
|/ /
* | 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
* | | Clarify route encoding testeileencodes2017-08-011-6/+12
* | | Path parameters should default to UTF8eileencodes2017-08-011-4/+8
* | | Use frozen string literal in actionpack/Kir Shatrov2017-07-2943-0/+86
* | | Scrub the invalid paramter value before using it in the errorArthur Neves2017-07-171-1/+2
|/ /
* | [Action Pack] `rubocop -a --only Layout/EmptyLineAfterMagicComment`Koichi ITO2017-07-113-0/+3
* | Merge pull request #29655 from kirs/frozen-friendly-ap-arMatthew Draper2017-07-103-4/+7
|\ \
| * | Prepare AP and AR to be frozen string friendlyKir Shatrov2017-07-063-4/+7
* | | Don't call register on custom driverseileencodes2017-07-081-2/+2
|/ /
* | 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-0246-46/+0
* | | Merge pull request #29540 from kirs/rubocop-frozen-stringMatthew Draper2017-07-0246-0/+46
|\ \ \
| * | | Enforce frozen string in RubocopKir Shatrov2017-07-0146-0/+46
| |/ /
* / / Properly register "custom" URL helpers as named helpers.Wilson Bilkovich2017-06-301-0/+6
|/ /
* | Fix missing formats in route-set URLsJonathan del Strother2017-06-231-0/+9
* | Merge branch 'master' into bug/filtered_parameters_classLeonel Galán2017-06-166-91/+169
|\ \
| * | 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-262-3/+3
| |\ \ \ \
| | * | | | Define path with __dir__bogdanvlviv2017-05-232-3/+3
| | | |/ / | | |/| |
| * | | | 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
* | | | | Merge branch 'master' into bug/filtered_parameters_classLeonel Galán2017-05-173-8/+14
|\| | | |
| * | | | 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
| * | | | Should escape meta characters in regexpRyuta Kamizono2017-05-071-2/+2
| | |/ / | |/| |
* | | | Merge branch 'master' into bug/filtered_parameters_classLeonel Galán2017-04-252-5/+23
|\| | |
| * | | Reuse the Parameters#to_h check in the routing helpersRafael Mendonça França2017-04-182-5/+5
| * | | Use more specific check for :format in route pathAndrew White2017-04-181-0/+18
| |/ /
* | | Merge branch 'master' into bug/filtered_parameters_classLeonel Galán2017-04-037-1/+536
|\| |
| * | Make `driven_by` overridableFumiaki MATSUSHIMA2017-03-291-0/+8
| * | Add support for calling nested direct routes (#28462)Andrew White2017-03-171-8/+28
| * | Merge pull request #28341 from mtsmfm/pass-options-to-driven-byRafael França2017-03-171-1/+2
| |\ \
| | * | Pass options to `driven_by`Fumiaki MATSUSHIMA2017-03-131-1/+2
| * | | Remove unnecessary params mungingAndrew White2017-03-151-0/+61
| |/ /
| * | Call system test driver per-instance rather than globallyeileencodes2017-03-093-31/+15
| * | Refactor system test driver/browsereileencodes2017-03-093-16/+11
| * | Do not take screenshot if driver does not support screenshotyuuji.yaginuma2017-03-041-0/+25
| * | Commit flash changes when using a redirect route.Andrew White2017-02-251-0/+49
| * | Add missing gzip footer check in ActiveSupport::Gzip.decompressDylan Thacker-Smith2017-02-241-1/+1
| * | Change `SystemTestCase.driven_by` to use `setup`/`teardown` hooksLucas Mazza2017-02-241-12/+14