aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | Fix minor CodeClimate issuedixpac2017-09-251-1/+1
|/ / / /
* | | | Fix RotationConfiguration test and remove nil-kind rotates.Kasper Timm Hansen2017-09-242-29/+8
* | | | [ci skip] Attempt a new explanation for rotations.Kasper Timm Hansen2017-09-242-49/+42
* | | | Use new rotation signature in cookies.Kasper Timm Hansen2017-09-241-5/+5
* | | | Remove advanced key generator rotations from verifier/encryptor.Kasper Timm Hansen2017-09-243-198/+66
* | | | Infer options from the primary verifier.Kasper Timm Hansen2017-09-243-12/+27
* | | | [ci skip] RotationConfiguration is an implementation detail, not public API.Kasper Timm Hansen2017-09-241-1/+1
* | | | Add key rotation message Encryptor and VerifierMichael Coyne2017-09-238-4/+432
* | | | Make bang version work with `InheritableOptions`yuuji.yaginuma2017-09-232-1/+14
* | | | Merge pull request #30624 from bogdanvlviv/deprecate_Module_reachableSean Griffin2017-09-204-13/+23
|\ \ \ \
| * | | | Remove redundant require_relative "module/anonymous" and "module/reachable"bogdanvlviv2017-09-171-3/+0
| * | | | Deprecate `Module#reachable?` methodbogdanvlviv2017-09-173-10/+23
* | | | | Merge pull request #30623 from manojmj92/manojmj92-oo-key-patchJavan Makhmali2017-09-201-2/+2
|\ \ \ \ \
| * | | | | Fix error message documentationManoj M J2017-09-201-2/+2
| |/ / / /
* / / / / Remove unused `NumberToRoundedConverter#digits_and_rounded_number`yuuji.yaginuma2017-09-191-12/+0
|/ / / /
* | | | [ci skip] Prefer credentials to secrets in docs.Kasper Timm Hansen2017-09-131-1/+1
* | | | Add credentials using a generic EncryptedConfiguration class (#30067)David Heinemeier Hansson2017-09-116-0/+288
* | | | Hash#transform_keys is in Ruby 2.5+Akira Matsuda2017-09-011-2/+2
* | | | Suppress "unused variable" in Ruby 2.5Akira Matsuda & yui-knk2017-09-011-3/+4
* | | | Self-alias doesn't suppress the warning on Ruby 2.2Matthew Draper2017-09-011-8/+17
* | | | Clarify intentions around method redefinitionsMatthew Draper2017-09-019-54/+69
* | | | Fix `can't modify frozen String` error in `XmlMini_JDOM`yuuji.yaginuma2017-09-011-1/+1
* | | | Use tt in doc for railties [skip ci]Yoshiyuki Hirano2017-08-271-1/+1
* | | | Fix broken link for Java xml [ci skip]Yoshiyuki Hirano2017-08-241-1/+1
* | | | Update links to use https instead of http [ci skip]Yoshiyuki Hirano2017-08-225-6/+6
* | | | Update MIT licenses link [ci skip]Yoshiyuki Hirano2017-08-221-1/+1
* | | | faster implementation of Hash#deep_mergeM. Simon Borg2017-08-161-12/+6
* | | | Pass missing name attribute to execute_hookAlberto Almagro2017-08-162-7/+12
* | | | Fix RuboCop offensesKoichi ITO2017-08-161-2/+2
* | | | Allow lazy load hooks to be executed only onceAlberto Almagro2017-08-142-8/+63
* | | | Merge pull request #30171 from kaspth/verifier-encryptor-null-serializer-meta...Kasper Timm Hansen2017-08-145-56/+92
|\ \ \ \
| * | | | Perform self-serialization once metadata is involved.Kasper Timm Hansen2017-08-135-56/+92
* | | | | Test for the new exception of delegate_missing_to (#30191)Anton Khamets2017-08-123-3/+22
* | | | | [ci skip] Prefer cookies.encrypted over signed (#30129)Claudio B2017-08-071-1/+1
|/ / / /
* | | | Extend image_tag to accept ActiveStorage Attachments and Variants (#30084)Anton Khamets2017-08-071-0/+2
* | | | Lint activesupport/CHANGELOG.mdJon Moss2017-08-061-7/+7
* | | | Revert "Merge pull request #15446 from akshay-vishnoi/doc_changes"Matthew Draper2017-08-051-1/+1
* | | | Merge pull request #30052 from y-yagi/deprecate_load_error_regexpsSean Griffin2017-08-031-7/+0
|\ \ \ \
| * | | | Remove unused `LoadError::REGEXPS` constantyuuji.yaginuma2017-08-041-7/+0
* | | | | Fix all rubocop violationsRafael Mendonça França2017-08-031-0/+1
|/ / / /
* | | | Add backticks around String#camelizeRyuta Kamizono2017-08-041-2/+2
* | | | Merge pull request #30039 from ricardotk002/fix-string-camelize-invalid-optionSean Griffin2017-08-033-0/+26
|\ \ \ \
| * | | | Fix changelog formatSean Griffin2017-08-031-1/+0
| * | | | Update String#camelize to provide feedback when wrong option is passedRicardo Díaz2017-08-023-0/+27
* | | | | Merge pull request #29958 from znz/file-nullMatthew Draper2017-08-021-1/+1
|\ \ \ \ \
| * | | | | Use File::NULL instead of "/dev/null"Kazuhiro NISHIYAMA2017-07-311-1/+1
| | |_|/ / | |/| | |
* | | | | Merge remote-tracking branch 'origin/master' into unlock-minitestRafael Mendonça França2017-08-01429-61/+1014
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | fix typo in assert_changes error messageBoris Slobodin2017-07-311-1/+1
| |/ / /
| * | | Add missing support for modulo operations on durationsSayan Chakraborty2017-07-283-14/+131
| * | | Fix division where a duration is the denominatorAndrew White2017-07-273-15/+28