aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test
Commit message (Expand)AuthorAgeFilesLines
* 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
| |/ / /
| * | / Should escape meta characters in regexpRyuta Kamizono2017-05-071-2/+2
| | |/ | |/|
* | | Merge branch 'master' into bug/filtered_parameters_classLeonel Galán2017-04-2513-37/+206
|\| |
| * | Add test case to make sure we can implicit convert a Parameters to a HashRafael Mendonça França2017-04-201-0/+7
| * | Fix all style guides violationsRafael Mendonça França2017-04-196-6/+6
| * | Reuse the Parameters#to_h check in the routing helpersRafael Mendonça França2017-04-184-8/+8
| * | Implement ActionController::Parameters#to_query and #to_paramRafael Mendonça França2017-04-181-3/+21
| * | Use the right assetions to better error messagesRafael Mendonça França2017-04-181-7/+7
| * | Add test to make sure that to_unsafe_h don't mutate the targetRafael Mendonça França2017-04-181-0/+10
| * | Add ActionController::Parameters#to_hash to implict conversionRafael Mendonça França2017-04-181-0/+26
| * | Raise exception when calling to_h in a unfiltered ParametersRafael Mendonça França2017-04-181-15/+4
| * | Test the correct objectRafael Mendonça França2017-04-181-1/+1
| * | Use more specific check for :format in route pathAndrew White2017-04-181-0/+18
| * | Default embed_authenticity_token_in_remote_forms to nil.Kasper Timm Hansen2017-04-161-0/+90
| * | Improve logging when Origin header doesn't matchJon Leighton2017-04-061-0/+11
| |/