aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/core_ext
Commit message (Expand)AuthorAgeFilesLines
...
| * | Add Rdoc document for Array#forty_twoutenmiki2013-10-311-0/+2
* | | Require time before monkey-patching itRobin Dupret2013-10-311-0/+1
|/ /
* | Require bigdecimal before monkey-patching itRobin Dupret2013-10-311-0/+1
* | Merge pull request #12203 from chancancode/eager_load_jsonJeremy Kemper2013-10-303-27/+221
|\ \
| * | Moved all JSON core extensions into core_ext/object/jsonGodfrey Chan2013-09-133-27/+221
* | | slice! should not remove default hash value/procAntonio Santos2013-10-241-0/+2
* | | Fix `singleton_class?`Vipul A M2013-10-151-2/+5
* | | Merge pull request #11474 from bogdan/time-with-zone-succAndrew White2013-09-222-0/+25
|\ \ \ | |/ / |/| |
| * | Disable ability to iterate over a Range of TimeWithZoneBogdan Gusiev2013-07-192-0/+25
* | | Fixes typo in Object#try!Jay Hayes2013-09-101-1/+1
* | | Merge pull request #11850 from razielgn/mod-delegation-backtraceRafael Mendonça França2013-08-211-2/+1
|\ \ \
| * | | Rely on NoMethodError#name when deciding to raise DelegationError.Federico Ravasio2013-08-121-2/+1
* | | | ensure freeze on Thread freezes localsNick Howard2013-08-191-0/+5
* | | | oops, I missed this in 7193f75Guillermo Iguaran2013-08-181-1/+1
* | | | Rename @locals to @_locals in Thread to avoid conflict with Rubinius. Closes ...Guillermo Iguaran2013-08-181-7/+7
* | | | Merge branch 'master' of github.com:rails/docrailsVijay Dev2013-08-173-2/+3
|\ \ \ \
| * | | | Revert "Merge branch 'master' of github.com:rails/docrails"Vijay Dev2013-08-173-2/+3
* | | | | Typo Fix[ci skip]Rashmi Yadav2013-08-141-3/+3
* | | | | Add String#remove(pattern) as a short-hand for the common pattern of String#g...David Heinemeier Hansson2013-08-131-0/+10
| |/ / / |/| | |
* | | | No need to use blocks hereAndrew White2013-08-041-11/+9
* | | | Fix jruby warning when capture calls unlink on an open tempfileAlex Tambellini2013-08-021-0/+1
* | | | Refactor Date, Time, DateTime timezone methodsGilad Zohari2013-08-014-59/+47
* | | | Remove duplication from date_time calculationsGilad Zohari2013-07-311-10/+0
* | | | Merge pull request #10879 from makaroni4/masterAndrew White2013-07-293-0/+30
|\ \ \ \
| * | | | Added Time#middle_of_dayAnatoli Makarevich2013-07-283-1/+31
* | | | | Fix handling of offsets with Time#to_s(:iso8601)Andrew White2013-07-293-2/+6
* | | | | Add Time#to_s(:iso8601) for easy conversion of times to the iso8601 format fo...David Heinemeier Hansson2013-07-281-1/+2
| |/ / / |/| | |
* | | | Merge branch 'master' of github.com:rails/docrailsVijay Dev2013-07-281-1/+1
|\ \ \ \
| * | | | Fixes typo in Object#try!Jay Hayes2013-07-261-1/+1
* | | | | Merge pull request #11625 from phstc/minor-refactor-code-gardener-groupingRafael Mendonça França2013-07-272-2/+1
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Minor refactor - Uses Enumerable#to_a instead of iterate and add to anPablo Cantero2013-07-273-5/+2
* | | | | Merge branch 'master' of github.com:rails/docrailsVijay Dev2013-07-212-17/+7
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Merge branch 'master' of github.com:rails/docrailsThiago Pinto2013-07-161-17/+2
| |\ \ \ \
| | * | | | Array#to_formatted_s does not call each element's to_s anymoreAkira Matsuda2013-07-111-17/+2
| * | | | | Enhancing readability of options for delegate methodThiago Pinto2013-07-161-0/+5
| |/ / / /
* | | | | Add missing requireAkira Matsuda2013-07-111-0/+1
* | | | | Only raise DelegationError if it's is the source of the exceptionAndrew White2013-07-111-10/+11
* | | | | Add missing require so that DateTime has the right superclassAndrew White2013-07-101-0/+1
* | | | | Better not mutate the given options HashAkira Matsuda2013-07-101-3/+3
* | | | | Simplify Array#in_groups_of codeAkira Matsuda2013-07-101-3/+1
* | | | | Speed up Array#splitAkira Matsuda2013-07-101-6/+20
* | | | | Speed up String#truncateAkira Matsuda2013-07-101-1/+1
* | | | | Speedup String#toAkira Matsuda2013-07-101-1/+1
* | | | | Return local time for backwards compatibilityAndrew White2013-07-091-1/+1
* | | | | Retain UTC offset when using Time.at_with_coercionAndrew White2013-07-091-3/+8
* | | | | Fix microsecond precision of Time#at_with_coercionNeer Friedman2013-07-091-1/+1
|/ / / /
* | | | Removed unsued deprecation requireRashmi Yadav2013-07-042-2/+0
* | | | method transplanting between modules isn't supported on 1.9Aaron Patterson2013-07-031-0/+11
* | | | Remove deprecated `String#encoding_aware?` Arun Agrawal2013-07-031-8/+0
* | | | Remove deprecated `Module#local_constant_names` Arun Agrawal2013-07-031-16/+0