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
/
test
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix broken comments indentation caused by rubocop auto-correct [ci skip]
Ryuta Kamizono
2016-09-14
1
-6
/
+6
*
Remove blank else branch
Ryuta Kamizono
2016-09-03
1
-3
/
+0
*
RuboCop is 100% green :tada:
Xavier Noria
2016-09-02
1
-1
/
+5
*
fixes remaining RuboCop issues [Vipul A M, Xavier Noria]
Xavier Noria
2016-09-01
2
-2
/
+2
*
Start passing cipher from EncryptedCookieJar since we use it to determine key...
Vipul A M
2016-09-01
1
-2
/
+2
*
Follow up of #25602
Vipul A M
2016-09-01
1
-0
/
+10
*
use `message` that specified in argument to error message
yuuji.yaginuma
2016-08-31
1
-0
/
+9
*
use `inspect` for show `from` value
yuuji.yaginuma
2016-08-29
1
-0
/
+9
*
Merge pull request #25863 from mechanicles/remove-duplicate-test
Rafael França
2016-08-16
1
-5
/
+0
|
\
|
*
Remove duplicate test.
Santosh Wadghule
2016-07-17
1
-5
/
+0
*
|
Add three new rubocop rules
Rafael Mendonça França
2016-08-16
41
-262
/
+262
*
|
Merge pull request #25681 from willnet/fix-thread_mattr_accessor
Yves Senn
2016-08-08
1
-0
/
+16
|
\
\
|
*
|
Fix `thread_mattr_accessor` share variable superclass with subclass
willnet
2016-08-04
1
-4
/
+24
*
|
|
code gardening: removes redundant selfs
Xavier Noria
2016-08-08
3
-10
/
+10
*
|
|
Add `Style/EmptyLines` in `.rubocop.yml` and remove extra empty lines
Ryuta Kamizono
2016-08-07
14
-20
/
+0
*
|
|
applies remaining conventions across the project
Xavier Noria
2016-08-06
11
-24
/
+11
*
|
|
normalizes indentation and whitespace across the project
Xavier Noria
2016-08-06
43
-600
/
+595
*
|
|
remove redundant curlies from hash arguments
Xavier Noria
2016-08-06
11
-40
/
+40
*
|
|
modernizes hash syntax in activesupport
Xavier Noria
2016-08-06
36
-949
/
+949
*
|
|
applies new string literal convention in activesupport/test
Xavier Noria
2016-08-06
141
-2632
/
+2632
|
/
/
*
|
Add :weeks to the list of variable duration parts
Andrew White
2016-08-03
1
-0
/
+32
*
|
Revert "Adds `not_in?` onto Object"
David Heinemeier Hansson
2016-07-29
1
-53
/
+0
*
|
Merge pull request #25914 from jmccartie/jm/not_in
Rafael França
2016-07-22
1
-0
/
+53
|
\
\
|
*
|
Adds `not_in?` onto Object
Jon McCartie
2016-07-21
1
-0
/
+53
*
|
|
systematic revision of =~ usage in AS
Xavier Noria
2016-07-22
6
-12
/
+18
|
/
/
*
|
define Range#match? if Ruby < 2.4
Xavier Noria
2016-07-22
1
-0
/
+24
*
|
Allow MessageEncryptor to take advantage of authenticated encryption modes
Bart de Water
2016-07-21
1
-0
/
+18
*
|
Merge pull request #25823 from mechanicles/missing-memory-store-tests
Rafael França
2016-07-20
1
-0
/
+10
|
\
\
|
*
|
Add missing tests for memory store of cache.
Santosh Wadghule
2016-07-17
1
-0
/
+10
|
|
/
*
|
Merge pull request #25393 from gsamokovarov/introduce-assert-changes
Rafael França
2016-07-20
1
-0
/
+106
|
\
\
|
*
|
Introduce `assert_changes` and `assert_no_changes`
Genadi Samokovarov
2016-07-17
1
-0
/
+106
*
|
|
Merge pull request #25822 from mechanicles/clear-local-cache-on-invalid-param...
Rafael França
2016-07-20
1
-0
/
+12
|
\
\
\
|
*
|
|
Add missing test for clearing up local cache on invalid parameters err.
Santosh Wadghule
2016-07-17
1
-0
/
+12
|
|
|
/
|
|
/
|
*
|
|
Make sure the time method is unstubed
Rafael Mendonça França
2016-07-17
1
-29
/
+41
|
|
/
|
/
|
*
|
Added :fallback_string option to Array#to_sentence
oss92
2016-07-13
1
-1
/
+6
|
/
*
Remove old test that check duplicated items in the load path
Rafael Mendonça França
2016-07-13
1
-16
/
+0
*
Raise ArgumentError for bad strptime arguments
John Gesimondo
2016-07-11
1
-0
/
+7
*
AS::Duration should serialize empty values correctly. (#25656)
Paul Sadauskas
2016-07-11
1
-0
/
+1
*
Merge pull request #25736 from voxik/file-store-test-require-pathname
Rafael França
2016-07-07
1
-0
/
+2
|
\
|
*
Pathname might not be always initialized.
Vít Ondruch
2016-07-07
1
-0
/
+2
*
|
Merge pull request #24890 from vipulnsward/travel-to-raise
Kasper Timm Hansen
2016-07-05
1
-0
/
+43
|
\
\
|
*
|
`travel/travel_to` travel time helpers, now raise on nested calls,
Vipul A M
2016-07-02
1
-0
/
+43
*
|
|
Merge pull request #25678 from voxik/DRY-downloader
Rafael França
2016-07-04
4
-65
/
+36
|
\
\
\
|
*
|
|
Skip the test if test data download fails.
Vít Ondruch
2016-07-04
4
-12
/
+16
|
*
|
|
DRY Downloader.
Vít Ondruch
2016-07-04
4
-53
/
+20
|
|
|
/
|
|
/
|
*
/
|
Pathname might not be always initialized.
Vít Ondruch
2016-07-04
1
-0
/
+2
|
/
/
*
/
Do not depend on Rails git repository layout in ActiveSupport tests.
Vít Ondruch
2016-07-01
1
-2
/
+2
|
/
*
Partially revert #25192
Matthew Draper
2016-07-01
1
-1
/
+16
*
We default to using aes-256-cbc as our verification/signing cipher. It can ac...
Vipul A M
2016-06-27
2
-3
/
+3
*
Define `Pathname#as_json`
Ryunosuke Sato
2016-06-25
1
-0
/
+2
[next]