index
:
rails.git
3-2-stable-for-hmno
master
Mirror of official rails repo with custom fixes.
Harald Eilertsen
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
activesupport
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Fix `can't modify frozen String` error in `XmlMini_JDOM`
yuuji.yaginuma
2017-09-01
1
-1
/
+1
*
Use tt in doc for railties [skip ci]
Yoshiyuki Hirano
2017-08-27
1
-1
/
+1
*
Fix broken link for Java xml [ci skip]
Yoshiyuki Hirano
2017-08-24
1
-1
/
+1
*
Update links to use https instead of http [ci skip]
Yoshiyuki Hirano
2017-08-22
5
-6
/
+6
*
Update MIT licenses link [ci skip]
Yoshiyuki Hirano
2017-08-22
1
-1
/
+1
*
faster implementation of Hash#deep_merge
M. Simon Borg
2017-08-16
1
-12
/
+6
*
Pass missing name attribute to execute_hook
Alberto Almagro
2017-08-16
2
-7
/
+12
*
Fix RuboCop offenses
Koichi ITO
2017-08-16
1
-2
/
+2
*
Allow lazy load hooks to be executed only once
Alberto Almagro
2017-08-14
2
-8
/
+63
*
Merge pull request #30171 from kaspth/verifier-encryptor-null-serializer-meta...
Kasper Timm Hansen
2017-08-14
5
-56
/
+92
|
\
|
*
Perform self-serialization once metadata is involved.
Kasper Timm Hansen
2017-08-13
5
-56
/
+92
*
|
Test for the new exception of delegate_missing_to (#30191)
Anton Khamets
2017-08-12
3
-3
/
+22
*
|
[ci skip] Prefer cookies.encrypted over signed (#30129)
Claudio B
2017-08-07
1
-1
/
+1
|
/
*
Extend image_tag to accept ActiveStorage Attachments and Variants (#30084)
Anton Khamets
2017-08-07
1
-0
/
+2
*
Lint activesupport/CHANGELOG.md
Jon Moss
2017-08-06
1
-7
/
+7
*
Revert "Merge pull request #15446 from akshay-vishnoi/doc_changes"
Matthew Draper
2017-08-05
1
-1
/
+1
*
Merge pull request #30052 from y-yagi/deprecate_load_error_regexps
Sean Griffin
2017-08-03
1
-7
/
+0
|
\
|
*
Remove unused `LoadError::REGEXPS` constant
yuuji.yaginuma
2017-08-04
1
-7
/
+0
*
|
Fix all rubocop violations
Rafael Mendonça França
2017-08-03
1
-0
/
+1
|
/
*
Add backticks around String#camelize
Ryuta Kamizono
2017-08-04
1
-2
/
+2
*
Merge pull request #30039 from ricardotk002/fix-string-camelize-invalid-option
Sean Griffin
2017-08-03
3
-0
/
+26
|
\
|
*
Fix changelog format
Sean Griffin
2017-08-03
1
-1
/
+0
|
*
Update String#camelize to provide feedback when wrong option is passed
Ricardo Díaz
2017-08-02
3
-0
/
+27
*
|
Merge pull request #29958 from znz/file-null
Matthew Draper
2017-08-02
1
-1
/
+1
|
\
\
|
*
|
Use File::NULL instead of "/dev/null"
Kazuhiro NISHIYAMA
2017-07-31
1
-1
/
+1
*
|
|
Merge remote-tracking branch 'origin/master' into unlock-minitest
Rafael Mendonça França
2017-08-01
429
-61
/
+1014
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
fix typo in assert_changes error message
Boris Slobodin
2017-07-31
1
-1
/
+1
|
|
/
|
*
Add missing support for modulo operations on durations
Sayan Chakraborty
2017-07-28
3
-14
/
+131
|
*
Fix division where a duration is the denominator
Andrew White
2017-07-27
3
-15
/
+28
|
*
remove depreciated assertion to eliminate warning
Christina Thompson
2017-07-24
1
-1
/
+1
|
*
Merge pull request #29907 from deivid-rodriguez/fix_flaky_message_verifier_test
Kasper Timm Hansen
2017-07-24
1
-1
/
+1
|
|
\
|
|
*
Fix test failure in message verifier tests
David Rodríguez
2017-07-24
1
-1
/
+1
|
*
|
add metadata tests: verify method
Assain
2017-07-24
1
-0
/
+15
|
|
/
|
*
[ci skip] Remove superfluous paragraphs; fully qualify constants.
Kasper Timm Hansen
2017-07-24
1
-8
/
+2
|
*
Merge pull request #29892 from assain/documenation_for_metadata
Kasper Timm Hansen
2017-07-24
3
-0
/
+100
|
|
\
|
|
*
add to changelog: purpose and expiry support
Assain
2017-07-24
1
-0
/
+28
|
|
*
document metadata support added to message encryptor and message verifier
Assain
2017-07-24
2
-0
/
+72
|
*
|
Merge pull request #29860 from georgeclaghorn/travel-back-automatically
Rafael França
2017-07-24
2
-4
/
+8
|
|
\
\
|
|
*
|
Remove time stubs after each test
George Claghorn
2017-07-22
2
-4
/
+8
|
*
|
|
Let Metadata instance handle purpose coercion.
Kasper Timm Hansen
2017-07-23
1
-4
/
+4
|
*
|
|
Remove dependency on `from_now` extension.
Kasper Timm Hansen
2017-07-23
1
-1
/
+1
|
|
|
/
|
|
/
|
|
*
|
add metadata support to message verifier
Assain
2017-07-19
2
-6
/
+48
|
*
|
Add expires_at, expires_in, and purpose meta_data to messages.
Assain
2017-07-19
4
-6
/
+192
|
*
|
Merge pull request #29757 from lugray/hash_with_indifferent_access_default
Sean Griffin
2017-07-17
2
-10
/
+56
|
|
\
\
|
|
*
|
Fix HashWithIndifferentAccess#default when include?(nil)
Lisa Ugray
2017-07-17
2
-10
/
+56
|
|
|
/
|
*
|
Merge pull request #29758 from glaucocustodio/patch-1 [ci skip]
Sean Griffin
2017-07-17
1
-0
/
+10
|
|
\
\
|
|
*
|
Add documentation for class_attribute options
Glauco Custódio
2017-07-17
1
-0
/
+10
|
*
|
|
Merge branch 'master' into make-reverse-merge-bang-order-consistent
Sean Griffin
2017-07-17
430
-3283
/
+5328
|
|
\
\
\
|
|
*
|
|
Enable `Layout/FirstParameterIndentation` cop
Ryuta Kamizono
2017-07-17
2
-5
/
+6
|
|
*
|
|
explain why require_relative is not used here [ci skip]
Xavier Noria
2017-07-16
1
-0
/
+2
[prev]
[next]