aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/core_ext
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | 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
* | | | | Remove deprecated `DateTime.local_offset`Arun Agrawal2013-07-031-7/+0
* | | | | Remove deprecated Logger core extensions (core_ext/logger.rb)Carlos Antonio da Silva2013-07-031-67/+0
* | | | | Remove deprecated `Time#time_with_datetime_fallback`, `Time#utc_time`Vipul A M2013-07-031-35/+0
* | | | | Remove deprecated Hash#diff with no replacement.Carlos Antonio da Silva2013-07-022-17/+0
|/ / / /
* | | | Remove deprecated `Date#to_time_in_current_zone`Vipul A M2013-07-021-15/+0
* | | | Remove deprecated `Proc#bind` with no replacement.Carlos Antonio da Silva2013-07-011-17/+0
* | | | Remove deprecated Array#uniq_by and Array#uniq_by!Carlos Antonio da Silva2013-07-012-20/+0
* | | | Move delegation error constant to inside ModuleCarlos Antonio da Silva2013-06-261-2/+4
* | | | Merge pull request #10828 from southpolesteve/delegation_error_classYves Senn2013-06-261-1/+3
|\ \ \ \
| * | | | Add DelegationError class. Rasied by delegation to a nil objectSteve Faulkner2013-06-261-1/+3
* | | | | Remove a comment related to 920753fRobin Dupret2013-06-261-1/+0
* | | | | Keep sub-second resolution when wrapping a DateTime valueAndrew White2013-06-131-0/+10
* | | | | Override Time.at to work with Time-like valuesAndrew White2013-06-081-0/+12
| |/ / / |/| | |
* | | | Fix some typosVipul A M2013-06-071-1/+1
|/ / /
* | | The behavior we had in place in rc1 was actually to convert to DateTime and u...David Heinemeier Hansson2013-06-031-2/+2
* | | Allow Date to be compared with Time (like it was possible to compare Time wit...David Heinemeier Hansson2013-06-031-0/+11
* | | Revert "Merge pull request #10600 from aditya-kapoor/code_refactor"Rafael Mendonça França2013-05-151-9/+11
* | | this variable is used, so we don't have to use double assignmentsAaron Patterson2013-05-151-1/+1
| |/ |/|
* | Added a blank space and removed to_symaditya-kapoor2013-05-141-4/+5
* | Removed Class Eval and used define_method instead for the SafeBufferaditya-kapoor2013-05-141-12/+9
* | Fixes NoMethodError: `alias_method_chain` when requiring just active_support/...Andy Lindeman2013-05-122-0/+4
* | Merge branch 'master' of github.com:lifo/docrailsVijay Dev2013-05-122-1/+2
|\ \
| * | Changed spelling of Busines to Businessaditya-kapoor2013-05-081-1/+1
| * | document String#to_time exceptionVipul A M2013-05-021-0/+1
* | | dependency ActiveSupport::DeprecationTomohiko Himura2013-05-091-0/+2
* | | Merge pull request #10453 from vipulnsward/destructive_sortJeremy Kemper2013-05-051-1/+1
|\ \ \
| * | | use destructive sort on array in Hash#to_param for performance gains.Vipul A M2013-05-051-1/+1
* | | | Squashed commit of the following:Aaron Patterson2013-05-0310-63/+7
|/ / /
* | | Merge pull request #10413 from vipulnsward/change_groupingCarlos Antonio da Silva2013-05-031-1/+1
|\ \ \
| * | | Use faster Array.new instead of []*paddingVipul A M2013-05-021-1/+1
| |/ /
* | | Fixes Dependency bug in Active SupportTomohiko Himura2013-05-023-0/+3
* | | Revert "Object#in? also accepts multiple parameters"Brian Morearty2013-05-011-19/+9
|/ /
* | Merge branch 'master' of github.com:lifo/docrailsVijay Dev2013-05-011-6/+6
|\ \