aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | 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
* | | | | | Fix typo on error message when route definition is ambiguous.André Luis Leal Cardoso Junior2017-06-031-1/+1
* | | | | | [ci skip] Fix typo in the system tests docsPrathamesh Sonpatki2017-06-031-1/+1
* | | | | | Fix formatting of `direct` and `resolve` doc [ci skip]yuuji.yaginuma2017-06-031-14/+14
|/ / / / /
* | | | | SystemTesting::Driver can register capybara-webkit and poltergeistMario Alberto Chávez2017-06-022-7/+30
* | | | | Merge pull request #29191 from bogdanvlviv/pass_params_filename_lineno_to_cla...Kasper Timm Hansen2017-05-291-5/+5
|\ \ \ \ \
| * | | | | Pass params __FILE__ and __LINE__ + 1 if class_eval with <<bogdanvlviv2017-05-291-5/+5
* | | | | | Add option for class_attribute default (#29270)David Heinemeier Hansson2017-05-299-22/+11
* | | | | | Merge pull request #28132 from mikeycgto/aead-encrypted-cookiesKasper Timm Hansen2017-05-282-3/+51
|\ \ \ \ \ \
| * | | | | | AEAD encrypted cookies and sessionsMichael Coyne2017-05-222-3/+51
* | | | | | | Merge pull request #28895 from codeforkjeff/fix-session-keys-and-values-methodsMatthew Draper2017-05-281-0/+2
|\ \ \ \ \ \ \
| * | | | | | | Add lazy loading to #keys and #values methods in Sessioncodeforkjeff2017-04-261-0/+2
* | | | | | | | Merge pull request #29176 from bogdanvlviv/define-path-with__dir__Matthew Draper2017-05-262-2/+2
|\ \ \ \ \ \ \ \
| * | | | | | | | Define path with __dir__bogdanvlviv2017-05-232-2/+2
* | | | | | | | | Merge pull request #28644 from mtsmfm/set-capybara-app-hostMatthew Draper2017-05-241-1/+6
|\ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / |/| | | | | | | |
| * | | | | | | | Set `Capybara.app_host` through `host!`Fumiaki MATSUSHIMA2017-04-021-1/+6
| | |_|_|_|/ / / | |/| | | | | |
* | | | | | | | Remove unused simulate methodeileencodes2017-05-221-8/+0
| |/ / / / / / |/| | | | | |
* | | | | | | Merge pull request #29072 from dixpac/dixpac/add_documentation_for_validate_a...Robin Dupret2017-05-211-0/+20
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | |
| * | | | | | Improving docs for callbacks execution order [ci skip]dixpac2017-05-211-0/+20