aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/core_ext
Commit message (Expand)AuthorAgeFilesLines
* removing out of date comment. :heart::heart::heart::heart::heart::heart::hea...Aaron Patterson2013-03-121-3/+0
* drop memory consumption and startup speed by switching to define_methodAaron Patterson2013-03-121-23/+28
* Call String#gsub with Hash directlyAman Gupta2013-03-041-2/+2
* Keep second fraction when DateTime#change is called.Chris Baynes2013-02-251-1/+1
* Correct comment for (beginning|end)_of_minuteGert Goet2013-02-222-4/+4
* Added beginning_of_minute support to core_ext calculations for Time and DateTimeGagan Awhad2013-02-212-0/+27
* Change Class#subclasses doc exampleDalibor Nasevic2013-02-061-2/+2
* revamps the RDoc of Object#tryXavier Noria2013-01-281-22/+30
* no need for \Z, \z is more conciseXavier Noria2013-01-281-1/+1
* Merge pull request #8830 from antoinelyset/masterXavier Noria2013-01-281-2/+5
|\
| * Improve String#squish whitespaces matchingAntoine Lyset2013-01-221-2/+5
* | Merge remote-tracking branch 'docrails/master'Xavier Noria2013-01-261-1/+1
|\ \ | |/ |/|
| * Clarified the minute option on DateTime#changeJakob Waller2013-01-101-1/+1
* | Use `DateTime.parse` inside `String#to_datetime`Andrew White2013-01-211-8/+1
* | Standardise the return value of `to_time`Andrew White2013-01-211-17/+27
* | remove_possible_method -> remove_methodNihad Abbasov2013-01-111-2/+2
* | Updating Array access docs more consistentMatt Bridges2013-01-101-4/+4
* | CVE-2013-0156: Safe XML params parsing. Doesn't allow symbols or yaml.Jeremy Kemper2013-01-081-4/+23
* | Revert "Merge branch 'master-sec'"Jeremy Kemper2013-01-081-23/+4
* | Merge branch 'master-sec'Aaron Patterson2013-01-081-4/+23
|\ \ | |/ |/|
| * CVE-2013-0156: Safe XML params parsing. Doesn't allow symbols or yaml.Jeremy Kemper2013-01-081-4/+23
* | Merge branch 'master' of github.com:lifo/docrailsVijay Dev2013-01-093-6/+6
|\ \ | |/ |/|
| * Correct method notation for #acts_like? [ci skip]Doug Yun2013-01-071-4/+4
| * Instance_variable_names are strings. That is the most important information IMOAkira Matsuda2013-01-081-1/+1
| * prefer american spelling of 'behavior'Gosha Arinich2013-01-071-1/+1
* | 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