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
/
json
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix RuboCop offenses
Koichi ITO
2017-08-16
1
-2
/
+2
*
[Active Support] `rubocop -a --only Layout/EmptyLineAfterMagicComment`
Koichi ITO
2017-07-11
3
-0
/
+3
*
Use frozen-string-literal in ActiveSupport
Kir Shatrov
2017-07-09
3
-0
/
+3
*
Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"
Matthew Draper
2017-07-02
3
-3
/
+0
*
Enforce frozen string in Rubocop
Kir Shatrov
2017-07-01
3
-0
/
+3
*
Add missing requires
Andrew White
2017-02-22
1
-0
/
+4
*
Use appropriate assertion based on expectation
Corey Ward
2017-01-17
1
-2
/
+7
*
class Foo < Struct.new(:x) creates an extra unneeded anonymous class
Akira Matsuda
2017-01-13
1
-1
/
+1
*
"Use assert_nil if expecting nil. This will fail in minitest 6."
Akira Matsuda
2016-12-25
1
-1
/
+1
*
Privatize unneededly protected methods in Active Support tests
Akira Matsuda
2016-12-24
1
-1
/
+1
*
Fix typo in constant reference
Andrew White
2016-11-13
1
-1
/
+1
*
It's a NAN not Infinity
Andrew White
2016-11-13
1
-1
/
+1
*
Use literal values in assertions
Andrew White
2016-11-13
1
-6
/
+4
*
Fix an issue with JSON encoding of "Infinity" and "NaN" values
Prathamesh Sonpatki
2016-10-30
1
-0
/
+22
*
Add more rubocop rules about whitespaces
Rafael Mendonça França
2016-10-29
3
-30
/
+30
*
Add three new rubocop rules
Rafael Mendonça França
2016-08-16
3
-70
/
+70
*
Add `Style/EmptyLines` in `.rubocop.yml` and remove extra empty lines
Ryuta Kamizono
2016-08-07
1
-1
/
+0
*
applies remaining conventions across the project
Xavier Noria
2016-08-06
1
-10
/
+10
*
normalizes indentation and whitespace across the project
Xavier Noria
2016-08-06
1
-8
/
+7
*
remove redundant curlies from hash arguments
Xavier Noria
2016-08-06
1
-1
/
+1
*
modernizes hash syntax in activesupport
Xavier Noria
2016-08-06
2
-34
/
+34
*
applies new string literal convention in activesupport/test
Xavier Noria
2016-08-06
3
-81
/
+81
*
systematic revision of =~ usage in AS
Xavier Noria
2016-07-22
1
-4
/
+10
*
Define `Pathname#as_json`
Ryunosuke Sato
2016-06-25
1
-0
/
+2
*
Define `URI::Generic#as_json`
Ryunosuke Sato
2016-06-25
1
-0
/
+2
*
Merge pull request #23011 from arnvald/bugfix/correctly_parse_date
Godfrey Chan
2016-06-25
1
-5
/
+11
|
\
|
*
Use correct timezone when parsing date in json
Grzegorz Witek
2016-01-22
1
-5
/
+11
*
|
Fix behavior of JSON encoding for Exception
namusyaka
2016-04-09
1
-0
/
+5
|
/
*
Expand the JSON test coverage for Struct and Hash (?!)
Godfrey Chan
2015-07-11
1
-1
/
+13
*
Add tests to ensure we don't interfere with json gem's output
Godfrey Chan
2015-07-11
2
-102
/
+108
*
Escape HTML entities in JSON keys
Rafael Mendonça França
2015-06-16
1
-0
/
+7
*
Skip the failing tests on Rubinius for now
Robin Dupret
2015-03-02
1
-0
/
+2
*
Removed magic comments # encoding: utf-8 , since its default from ruby 2.0 on...
Vipul A M
2015-02-03
2
-2
/
+0
*
Remove deprecated ActiveSupport::JSON::Encoding::CircularReferenceError.
Rafael Mendonça França
2015-01-04
1
-24
/
+0
*
Remove deprecated ActiveSupport::JSON::Encoding.encode_big_decimal_as_string=
Rafael Mendonça França
2015-01-04
1
-16
/
+0
*
Remove redundant `to_s` in interpolation
claudiob
2014-10-30
1
-1
/
+1
*
Merge pull request #15856 from zuhao/refactor_activesupport_decoding_test
Yves Senn
2014-06-22
1
-11
/
+19
|
\
|
*
Use with_parse_json_times helper in tests.
Zuhao Wan
2014-06-22
1
-11
/
+19
*
|
Avoid hardcoded magic number in test teardown.
Zuhao Wan
2014-06-22
1
-14
/
+19
|
/
*
Extract out with_env_tz helper method.
Zuhao Wan
2014-06-18
1
-7
/
+3
*
Fix #to_json for BasicObject Enumerables
Sammy Larbi
2014-03-14
1
-10
/
+33
*
Add support for JSON time_precision to Time and DateTime
Andrew White
2014-01-26
1
-1
/
+19
*
Rename subsecond_fraction_digits option to time_precision
Andrew White
2014-01-26
1
-3
/
+3
*
Consolidate JSON encoding tests in one file
Andrew White
2014-01-26
1
-11
/
+48
*
Added back the `encode_big_decimal_as_string` option with warning
Godfrey Chan
2013-12-02
1
-0
/
+16
*
Be explicit and use the actual unicode sequence
Godfrey Chan
2013-11-26
1
-1
/
+1
*
Removed the Ruby encoder and switched to using the JSON gem
Godfrey Chan
2013-11-26
1
-2
/
+2
*
Removed support for encoding BigDecimal as a JSON number
Godfrey Chan
2013-11-26
1
-11
/
+0
*
Expanded coverage on JSON encoding
Godfrey Chan
2013-11-26
1
-2
/
+12
*
Added some failing tests where the JSON encoder is not resolving as_json corr...
Godfrey Chan
2013-11-26
1
-2
/
+12
[next]