aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #29655 from kirs/frozen-friendly-ap-arMatthew Draper2017-07-109-10/+19
|\
| * Prepare AP and AR to be frozen string friendlyKir Shatrov2017-07-069-10/+19
* | Don't call register on custom driverseileencodes2017-07-081-3/+3
* | 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-028-31/+45
|\
| * Merge pull request #29566 from eugeneius/wrap_parameters_queryKasper Timm Hansen2017-07-021-7/+2
| |\
| | * Don't wrap parameters if query parameter existsEugene Kenny2017-06-251-7/+2
| * | Merge pull request #29622 from yalab/warning_system_tesing_http_verbEileen M. Uchitelle2017-07-012-0/+26
| |\ \
| | * | SystemTestCase undef some IntegrationTest methods because it's confused to use.yalab2017-07-012-0/+26
| * | | Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-02134-134/+0
| * | | Merge pull request #29540 from kirs/rubocop-frozen-stringMatthew Draper2017-07-02134-0/+134
| |\ \ \
| | * | | Enforce frozen string in RubocopKir Shatrov2017-07-01134-0/+134
| | |/ /
| * | | 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-011-18/+11
| |\ \ \ \
| | * | | | Properly register "custom" URL helpers as named helpers.Wilson Bilkovich2017-06-301-18/+10
* | | | | | [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
|/ / / /
* | / / Fallback Parameters#to_s to Hash#to_sKir Shatrov2017-06-301-1/+8
| |/ / |/| |
* | | 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-271-0/+2
|\ \ \
| * | | Fix missing formats in route-set URLsJonathan del Strother2017-06-231-0/+2
* | | | Calling `follow_redirect!` does not reset the `html_document`:Edouard CHIN2017-06-261-1/+1
| |/ / |/| |
* | | 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-241-1/+1
|\ \ \
| * | | Don't wrap parameters if key already existsEugene Kenny2017-06-241-1/+1
* | | | 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
|/ /
* | Merge pull request #27990 from leonelgalan/bug/filtered_parameters_classRafael França2017-06-192-2/+2
|\ \
| * | Merge branch 'master' into bug/filtered_parameters_classLeonel Galán2017-06-1632-101/+199
| |\|
| * | Merge branch 'master' into bug/filtered_parameters_classLeonel Galán2017-05-177-18/+36
| |\ \
| * \ \ Merge branch 'master' into bug/filtered_parameters_classLeonel Galán2017-04-258-56/+98
| |\ \ \
| * \ \ \ Merge branch 'master' into bug/filtered_parameters_classLeonel Galán2017-04-0360-176/+847
| |\ \ \ \
| * | | | | Use of ParameterFilter no longer forces `request.filtered_parameters' class t...Leonel Galan2017-02-132-2/+2
* | | | | | Fix examples for `AC::Parameters#to_query` [ci skip]yuuji.yaginuma2017-06-191-1/+6
| |_|_|_|/ |/| | | |
* | | | | Allow translate default option to accept an array similar to i18n.t. Fixes #2...Vipul A M2017-06-151-1/+1
* | | | | Fix formatting of AD::FileHandler and AD::Static doc [ci skip]yuuji.yaginuma2017-06-131-7/+7
* | | | | Merge pull request #29263 from assain/default_message_encryptor_to_gcmKasper Timm Hansen2017-06-111-1/+1
|\ \ \ \ \
| * | | | | set message_encryptor default cipher to aes-256-gcmAssain2017-06-121-1/+1
* | | | | | Tiny documentation fixes [ci skip]Robin Dupret2017-06-061-3/+3
|/ / / / /
* | | | | Merge pull request #29294 from gsamokovarov/attributes-defaultKasper Timm Hansen2017-06-047-20/+10
|\ \ \ \ \
| * | | | | Use mattr_accessor default: option throughout the projectGenadi Samokovarov2017-06-037-20/+10