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
*
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
*
|
Merge pull request #12857 from kuldeepaggarwal/f-indentation
Xavier Noria
2013-11-11
1
-3
/
+3
|
\
\
|
*
|
updated documentation for Integer
Kuldeep Aggarwal
2013-11-12
1
-3
/
+3
*
|
|
Merge pull request #12854 from kuldeepaggarwal/f-indentation
Rafael Mendonça França
2013-11-11
4
-14
/
+18
|
\
|
|
|
*
|
documentation updated for Hashes [ci skip]
KD
2013-11-11
4
-14
/
+18
*
|
|
Merge pull request #12842 from kuldeepaggarwal/array_split
Guillermo Iguaran
2013-11-11
1
-3
/
+3
|
\
|
|
|
*
|
Speed up Array#split
KD
2013-11-11
1
-3
/
+3
*
|
|
Merge pull request #12841 from kuldeepaggarwal/in-group-documentation
Yves Senn
2013-11-10
1
-1
/
+1
|
\
\
\
|
*
|
|
Array#in_groups: documentation updated
KD
2013-11-11
1
-1
/
+1
*
|
|
|
Merge pull request #12839 from kuldeepaggarwal/array_split
Guillermo Iguaran
2013-11-10
1
-2
/
+2
|
\
\
\
\
|
|
|
/
/
|
|
/
|
|
|
*
|
|
Array#split preserving the calling array
KD
2013-11-11
1
-2
/
+2
|
|
/
/
*
/
/
Use the method provided by minitest to make tests order dependent
Guillermo Iguaran
2013-11-09
1
-4
/
+2
|
/
/
*
|
Standardize all JSON encoded times to use 3 decimal fractional seconds
Ryan Glover
2013-11-07
1
-2
/
+2
*
|
Merge pull request #12771 from bogdan/patch-1
Yves Senn
2013-11-07
1
-4
/
+4
|
\
\
|
*
|
Fix AS::TimeWithZone#as_json docs
Bogdan Gusiev
2013-11-07
1
-4
/
+4
*
|
|
Move the JSON extension require statements to the right place.
Godfrey Chan
2013-11-06
2
-8
/
+7
*
|
|
Do not expose internal state in the public encoder API (i.e. as_json)
Godfrey Chan
2013-11-06
2
-52
/
+28
*
|
|
Moved AS::JSON::DATE_REGEX as it's only used for decoding
Godfrey Chan
2013-11-06
2
-3
/
+3
*
|
|
Stop using method missing for singleton delegation.
Aaron Patterson
2013-11-06
4
-9
/
+10
*
|
|
Add +capitalize+ option to Inflector.humanize
claudiob
2013-11-06
2
-14
/
+26
*
|
|
Eliminate `JSON.{parse,load,generate,dump}` and `def to_json`
Godfrey Chan
2013-11-05
1
-1
/
+1
*
|
|
Fixed Object#as_json and Struct#as_json with options
Godfrey Chan
2013-11-05
1
-3
/
+3
|
/
/
*
|
Aesthetics
David Heinemeier Hansson
2013-11-03
1
-22
/
+30
*
|
Added Numeric#in_milliseconds, like 1.hour.in_milliseconds, so we can feed th...
David Heinemeier Hansson
2013-11-02
1
-0
/
+6
*
|
Warnings removed for ruby trunk
Arun Agrawal
2013-11-01
1
-1
/
+1
*
|
Merge pull request #12713 from utenmiki/document
Yves Senn
2013-11-01
1
-0
/
+2
|
\
\
|
*
|
Add Rdoc document for Array#forty_two
utenmiki
2013-10-31
1
-0
/
+2
*
|
|
clean up some warnings on trunk ruby
Aaron Patterson
2013-10-31
1
-1
/
+1
*
|
|
Require time before monkey-patching it
Robin Dupret
2013-10-31
2
-1
/
+1
|
/
/
*
|
Require bigdecimal before monkey-patching it
Robin Dupret
2013-10-31
2
-1
/
+1
*
|
Raise an error when AS::JSON.decode is called with options
Godfrey Chan
2013-10-30
1
-1
/
+8
*
|
Merge pull request #12203 from chancancode/eager_load_json
Jeremy Kemper
2013-10-30
4
-222
/
+222
|
\
\
|
*
|
Moved all JSON core extensions into core_ext/object/json
Godfrey Chan
2013-09-13
4
-222
/
+222
*
|
|
use a thread local rather than a queue so events are in the right order
Aaron Patterson
2013-10-30
1
-7
/
+4
*
|
|
Merge pull request #11785 from grosser/grosser/file-unless-exist
Rafael Mendonça França
2013-10-28
1
-0
/
+1
|
\
\
\
|
*
|
|
support :unless_exist for FileCache
grosser
2013-08-30
1
-0
/
+1
*
|
|
|
use a queue rather than a list. fixes #12069
Aaron Patterson
2013-10-28
1
-1
/
+1
*
|
|
|
fix typo in comment [ci skip].
Yves Senn
2013-10-28
1
-1
/
+1
*
|
|
|
slice! should not remove default hash value/proc
Antonio Santos
2013-10-24
1
-0
/
+2
*
|
|
|
Add missed require making `enable_warnings` available
Dmitry Vorotilin
2013-10-15
1
-0
/
+1
*
|
|
|
Merge pull request #12534 from vipulnsward/minor_number_helper_perfs
Rafael Mendonça França
2013-10-14
1
-4
/
+2
|
\
\
\
\
[next]