aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #29775 from yui-knk/assign_onceSean Griffin2017-07-181-2/+2
|\
| * Assign `content_type` only onceyui-knk2017-07-131-2/+2
* | Scrub the invalid paramter value before using it in the errorArthur Neves2017-07-172-2/+3
* | `Response#charset=` uses `default_charset` when `nil` is passedyui-knk2017-07-131-1/+1
|/
* normalize_path used to be nil tolerantAkira Matsuda2017-07-122-0/+5
* [Action Pack] `rubocop -a --only Layout/EmptyLineAfterMagicComment`Koichi ITO2017-07-1116-0/+16
* Add backticks for class names in CHANGELOG [ci skip]Ryuta Kamizono2017-07-111-3/+3
* Add ActionController::Base.skip_forgery_protectionLisa Ugray2017-07-102-0/+39
* Protect from forgery by defaultLisa Ugray2017-07-103-0/+22
* Merge pull request #29655 from kirs/frozen-friendly-ap-arMatthew Draper2017-07-1015-17/+32
|\
| * Prepare AP and AR to be frozen string friendlyKir Shatrov2017-07-0615-17/+32
* | Don't call register on custom driverseileencodes2017-07-082-5/+5
* | Allow mounting same engine under several locationsDavid Rodríguez2017-07-053-10/+20
* | Fix endRafael Mendonça França2017-07-041-0/+1
* | Load the Parameters configurations on the right timeRafael Mendonça França2017-07-041-7/+8
|/
* Merge branch 'master' into require_relative_2017Xavier Noria2017-07-0211-31/+91
|\
| * Merge pull request #29566 from eugeneius/wrap_parameters_queryKasper Timm Hansen2017-07-022-7/+10
| |\
| | * Don't wrap parameters if query parameter existsEugene Kenny2017-06-252-7/+10
| * | Merge pull request #29622 from yalab/warning_system_tesing_http_verbEileen M. Uchitelle2017-07-013-0/+58
| |\ \
| | * | SystemTestCase undef some IntegrationTest methods because it's confused to use.yalab2017-07-013-0/+58
| * | | Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-02310-310/+0
| * | | Merge pull request #29540 from kirs/rubocop-frozen-stringMatthew Draper2017-07-02310-0/+310
| |\ \ \
| | * | | Enforce frozen string in RubocopKir Shatrov2017-07-01310-0/+310
| | |/ /
| * | | Merge pull request #29506 from pat/frozen-string-literalsMatthew Draper2017-07-024-6/+6
| |\ \ \
| | * | | Make ActionView frozen string literal friendly.Pat Allan2017-06-203-3/+3
| | * | | Make ActionMailer frozen string literal friendly.Pat Allan2017-06-202-2/+2
| | * | | Make ActiveModel frozen string literal friendly.Pat Allan2017-06-201-1/+1
| * | | | Merge pull request #29644 from wilson/unify-route-helper-visibilityMatthew Draper2017-07-012-18/+17
| |\ \ \ \
| | * | | | Properly register "custom" URL helpers as named helpers.Wilson Bilkovich2017-06-302-18/+16
* | | | | | [Action Pack] require => require_relativeAkira Matsuda2017-07-011-1/+1
* | | | | | [Action Controller] require => require_relativeAkira Matsuda2017-07-017-9/+9
* | | | | | [Abstract Controller] require => require_relativeAkira Matsuda2017-07-012-2/+2
* | | | | | [Action Dispatch] require => require_relativeAkira Matsuda2017-07-0127-57/+57
|/ / / / /
* / / / / Fix format of `ActionController::Parameters#to_s` doc [ci skip]yuuji.yaginuma2017-07-011-0/+1
|/ / / /
* | | | Add CHANGELOG for #29630 [ci skip]Prathamesh Sonpatki2017-07-011-0/+4
* | | | Fallback Parameters#to_s to Hash#to_sKir Shatrov2017-06-302-1/+13
| |/ / |/| |
* | | Merge pull request #29588 from greysteil/add-gemspec-linksRafael França2017-06-281-0/+5
|\ \ \
| * | | Add source code and changelog links to gemspecsGrey Baker2017-06-281-0/+5
| | |/ | |/|
* | | Merge pull request #29595 from fatkodima/result_lambda_class_checkingRafael França2017-06-281-1/+1
|\ \ \
| * | | Remove useless class checking for `ActiveSupport::Callbacks`s result_lambdafatkodima2017-06-271-1/+1
| |/ /
* | | Merge pull request #29533 from jdelStrother/missing_url_formatsRichard Schneeman2017-06-272-0/+11
|\ \ \
| * | | Fix missing formats in route-set URLsJonathan del Strother2017-06-232-0/+11
* | | | Calling `follow_redirect!` does not reset the `html_document`:Edouard CHIN2017-06-262-1/+13
| |/ / |/| |
* | | Add an option to silence puma in system tests.Sam Phippen2017-06-241-1/+12
* | | Merge pull request #29553 from eugeneius/wrap_parameters_nilKasper Timm Hansen2017-06-242-1/+9
|\ \ \
| * | | Don't wrap parameters if key already existsEugene Kenny2017-06-242-1/+9
* | | | Removed reference to unexisting methods:Edouard CHIN2017-06-231-2/+1
|/ / /
* / / Fix typo in `AC::UnfilteredParameters` message [ci skip]yuuji.yaginuma2017-06-231-2/+2
|/ /
* | prepare for Minitest 6utilum2017-06-201-1/+1
* | Merge pull request #27990 from leonelgalan/bug/filtered_parameters_classRafael França2017-06-193-2/+15
|\ \