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
/
lib
/
active_support
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
Refactor to avoid earlier returns
Carlos Antonio da Silva
2013-12-03
1
-5
/
+9
*
|
Rename variable that holds whether or not the class should validate a float n...
Carlos Antonio da Silva
2013-12-03
5
-9
/
+9
*
|
Added Date#all_week/month/quarter/year for generating date ranges
Dimko
2013-12-03
2
-21
/
+21
*
|
Add support for localized date references
Colin Bartlett
2013-12-03
1
-0
/
+10
*
|
Tidy up previous commit, fix message assertion and improve tests
Carlos Antonio da Silva
2013-12-03
1
-1
/
+3
*
|
Modify the Hash#assert_valid_keys error message so that it shows the valid ke...
Nerian
2013-12-03
1
-3
/
+3
*
|
Merge pull request #13060 from chancancode/change_log_for_json_refactor
Carlos Antonio da Silva
2013-12-02
1
-0
/
+27
|
\
\
|
*
|
Added back the `encode_big_decimal_as_string` option with warning
Godfrey Chan
2013-12-02
1
-0
/
+27
*
|
|
Avoid generating more strings while iterating to create methods
Carlos Antonio da Silva
2013-12-02
1
-1
/
+1
*
|
|
Merge remote-tracking branch 'origin/master'
Rafael Mendonça França
2013-12-02
2
-2
/
+2
|
\
\
\
|
*
|
|
Remove deprecated cattr_* requires
Genadi Samokovarov
2013-12-03
2
-2
/
+2
*
|
|
|
:sicssors:
Rafael Mendonça França
2013-12-02
8
-15
/
+2
*
|
|
|
Options are not optional
Rafael Mendonça França
2013-12-02
1
-2
/
+2
*
|
|
|
Make execute priave API
Rafael Mendonça França
2013-12-02
7
-12
/
+16
*
|
|
|
Make load of NumberHelper thread safe
Rafael Mendonça França
2013-12-02
8
-26
/
+11
*
|
|
|
Merge pull request #10996 from mattdbridges/number-helper-refactor
Rafael Mendonça França
2013-12-02
9
-306
/
+533
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
Extract ActiveSupport::NumberHelper methods to classes
Matt Bridges
2013-07-01
9
-308
/
+533
*
|
|
|
Unify cattr and mattr accessors declarations
Genadi Samokovarov
2013-12-02
3
-195
/
+165
*
|
|
|
added missing require
Daniel Harrington
2013-12-02
1
-0
/
+1
|
|
/
/
|
/
|
|
*
|
|
EscapedString is also private API [ci skip]
Godfrey Chan
2013-12-01
1
-1
/
+1
*
|
|
Merge pull request #11796 from thedarkone/time-zone-thread-safety
Guillermo Iguaran
2013-11-30
1
-13
/
+7
|
\
\
\
|
*
|
|
Remove AS::TZ.lookup(name).
thedarkone
2013-08-07
1
-5
/
+1
|
*
|
|
Unify AS::TZ's lazy init maps.
thedarkone
2013-08-07
1
-9
/
+5
|
*
|
|
Use TS::Cache instead plain Hash in TimeZone.
thedarkone
2013-08-07
1
-5
/
+7
*
|
|
|
Merge pull request #13055 from dmitriy-kiriyenko/fix-segmentation-fault-it-ru...
Rafael Mendonça França
2013-11-30
1
-0
/
+8
|
\
\
\
\
|
*
|
|
|
Fix segmentation fault in Ruby 2.0.0-p353.
Dmitriy Kiriyenko
2013-11-30
1
-0
/
+8
*
|
|
|
|
Merge pull request #13111 from akshay-vishnoi/typo
Carlos Antonio da Silva
2013-11-30
1
-2
/
+2
|
\
\
\
\
\
|
|
/
/
/
/
|
/
|
|
|
|
|
*
|
|
|
Typo fixes [ci skip]
Akshay Vishnoi
2013-11-30
1
-2
/
+2
*
|
|
|
|
Improve Module#delegate documentation to tell that delegate don't work with p...
Lauro Caetano
2013-11-29
1
-0
/
+2
|
/
/
/
/
*
|
|
|
Deprecate ActiveSupport::TestCase.describe
Mike Moore
2013-11-27
1
-5
/
+12
*
|
|
|
[ci skip] removed singulars section from classify doc
Greg Molnar
2013-11-27
1
-4
/
+0
*
|
|
|
Deprecated Numeric#{ago,until,since,from_now}
Godfrey Chan
2013-11-26
1
-0
/
+2
*
|
|
|
Process::Status should get a :nodoc: [ci skip]
Godfrey Chan
2013-11-26
1
-1
/
+1
*
|
|
|
Make the JSON encoder pluggable
Godfrey Chan
2013-11-26
1
-2
/
+8
*
|
|
|
Removed the Ruby encoder and switched to using the JSON gem
Godfrey Chan
2013-11-26
2
-80
/
+72
*
|
|
|
Removed support for encoding BigDecimal as a JSON number
Godfrey Chan
2013-11-26
2
-14
/
+1
*
|
|
|
Merge remote-tracking branch 'docrails/master'
Xavier Noria
2013-11-24
12
-76
/
+76
|
\
\
\
\
|
*
|
|
|
The option is called encode_big_decimal_as_string [ci-skip]
Godfrey Chan
2013-11-15
1
-1
/
+1
|
*
|
|
|
Change syntax format for example returned values
Prem Sichanugrist
2013-11-11
12
-79
/
+79
*
|
|
|
|
When Array#as_json and Hash#as_json are called without options, they
Godfrey Chan
2013-11-22
1
-2
/
+2
*
|
|
|
|
doc `travel` and `travel_to` stubs are removed in teardown. [ci skip]
Yves Senn
2013-11-21
1
-4
/
+4
*
|
|
|
|
Expand double-negative in String#blank? regex
Aman Gupta
2013-11-20
1
-1
/
+1
*
|
|
|
|
Add `#travel` and `#travel_to` to AS::TestCase
Prem Sichanugrist
2013-11-20
2
-0
/
+57
*
|
|
|
|
rm minitest monkey patch
Aaron Patterson
2013-11-16
1
-17
/
+0
*
|
|
|
|
Unify `cattr_*` interface: allow to pass a block to `cattr_reader`.
Alexey Chernenkov
2013-11-15
1
-0
/
+11
*
|
|
|
|
Improved compatibility with the stdlib JSON gem.
Godfrey Chan
2013-11-14
1
-3
/
+21
*
|
|
|
|
Clean up `require ‘active_support/deprecation’` and remove circular require
Dmitry Vorotilin
2013-11-14
2
-3
/
+0
*
|
|
|
|
Get rid of unused variable
Guillermo Iguaran
2013-11-14
1
-1
/
+1
*
|
|
|
|
Merge pull request #12882 from charliesome/use-rescue-splat-in-suppress
Guillermo Iguaran
2013-11-13
1
-2
/
+1
|
\
\
\
\
\
|
*
|
|
|
|
Use rescue with a splat rather and catching all and filtering
Charlie Somerville
2013-11-13
1
-2
/
+1
[prev]
[next]