aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/core_ext
Commit message (Expand)AuthorAgeFilesLines
* Revert some warning removals related to Ruby 2.0Carlos Antonio da Silva2013-01-072-4/+0
* Require 'active_support/core_ext/module/aliasing' in the infinite_comparable ...Diogo Mafra2013-01-061-0/+1
* Remove unnecessary begin..rescue..end, use only rescueAkira Matsuda2013-01-062-17/+14
* Better error message for String#to_dateKelly Stannard2013-01-041-5/+1
* Refactor infinite comparable definition a bitCarlos Antonio da Silva2013-01-041-15/+19
* Remove unnecessary requiresRafael Mendonça França2013-01-031-2/+0
* Added ability to compare date/time with infinitybUg2013-01-0410-7/+60
* Change docs to use update instead of update_attributesAmparo Luna + Guillermo Iguaran2013-01-031-1/+1
* remove meaningless AS::FrozenObjectErrorAkira Matsuda2013-01-021-3/+0
* Remove 'assigned but unused variable' warningArun Agrawal2012-12-281-1/+2
* Remove warning of intance variable not initializedRafael Mendonça França2012-12-231-1/+5
* Merge pull request #8471 from kytrinyx/refactor-xml-to-hashSteve Klabnik2012-12-211-50/+100
|\
| * Refactor Hash.from_xml.Steve Klabnik + Katrina Owen2012-12-211-50/+100
* | BufferedLogger is deprecated too.Rafael Mendonça França2012-12-211-1/+1
* | Revert "Make sure that ActiveSupport::Logger includes the Logger extensions f...David Heinemeier Hansson2012-12-211-19/+2
* | Make sure that ActiveSupport::Logger includes the Logger extensions from core...David Heinemeier Hansson2012-12-211-2/+19
* | Add ActiveSupport::Logger#silence that works the same as the old Logger#silen...David Heinemeier Hansson2012-12-211-20/+3
* | Merge branch 'master' of github.com:lifo/docrailsVijay Dev2012-12-211-2/+1
|\ \
| * | Remove Reference to Ruby 1.8.7John Kelly2012-12-201-2/+1
* | | Fix doc pointing to non existent logger class [ci skip]Carlos Antonio da Silva2012-12-211-1/+1
* | | Merge pull request #8560 from u16suzu/masterRafael Mendonça França2012-12-201-2/+2
|\ \ \
| * | | Fix: documentation for String#humanizeYuichiro Suzuki2012-12-201-2/+2
* | | | Add missing requires to core_ext/integer/timePablo Torres2012-12-161-0/+3
| |/ / |/| |
* | | Backport thread-local variables from Ruby 2.0Rafael Mendonça França2012-12-111-0/+70
* | | Deprecate obsolete Time to DateTime fallback methodsAndrew White2012-12-113-2/+12
* | | Deprecate Date#to_time_in_current_zoneAndrew White2012-12-113-5/+27
* | | Add missing at_end_of_* aliasesAndrew White2012-12-113-0/+5
* | | Add String#in_time_zone methodAndrew White2012-12-112-0/+14
| |/ |/|
* | Add comment about implementation of class_attributeAndrew White2012-12-061-0/+3
* | Replace comments' non-breaking spaces with spacesclaudiob2012-12-045-11/+11
* | Merge branch 'master' of github.com:lifo/docrailsVijay Dev2012-12-041-0/+13
|\ \
| * | Add documentation for Hash.from_xml [ci skip]HPNeo2012-12-011-0/+13
* | | Use send in Time marshal extensions since the methods are now privateCarlos Antonio da Silva2012-12-031-1/+1
|/ /
* | Patched Marshal#load to work with constant autoloading (active_support/depend...Uriel Katz2012-12-011-0/+21
* | Add #seconds_until_end_of_day to DateTime and TimeOlek Janiszewski2012-11-292-0/+18
* | Simplify String#mb_chars and stop proxying #classSteve Klabnik2012-11-281-5/+1
* | Fix documentation for String#mb_chars.Steve Klabnik2012-11-281-4/+1
* | Please use assert_equal instead of diff directlyRyan Davis2012-11-171-1/+1
* | Simplify (and optimize)Marc-Andre Lafortune2012-11-161-3/+3
* | Use Integer#div instead of Integer#/ to avoid side effects from mathnMarc-Andre Lafortune2012-11-161-1/+1
* | backporting Struct#to_h from ruby 2.0Aaron Patterson2012-11-131-0/+6
* | Match classes without to_s conversions.Nikita Afanasenko2012-11-111-10/+10
* | Deprecate Hash#diff.Steve Klabnik2012-11-091-0/+1
* | Merge pull request #7763 from route/full-captureCarlos Antonio da Silva2012-11-081-11/+26
|\ \
| * | Kernel#capture replaced by version which can catch output from subprocessesDmitry Vorotilin2012-11-011-11/+26
* | | fix warnings in Ruby 2.0Aaron Patterson2012-11-072-0/+4
* | | Use `tag!` instead of `method_missing` in `to_xml` conversions.Nikita Afanasenko2012-11-042-5/+5
* | | Merge branch 'master' of github.com:lifo/docrailsVijay Dev2012-11-034-9/+9
|\ \ \ | |/ / |/| |
| * | Adding a missing parenthesis in the doc of String#parameterize.Geoffrey Roguelon2012-10-241-2/+2
| * | fix output messages - docs [ci skip]Francesco Rodriguez2012-10-224-6/+6