aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/core_ext
Commit message (Expand)AuthorAgeFilesLines
* Fix `singleton_class?`Vipul A M2015-01-021-3/+5
* fix yaml compat on ruby 2.2Aman Gupta2015-01-021-1/+3
* Check `respond_to` before delegation due to: https://github.com/ruby/ruby/com...Aaron Patterson2014-12-221-1/+7
* Add missing require so that DateTime has the right superclassAndrew White2013-07-101-0/+1
* Return local time for backwards compatibilityAndrew White2013-07-091-1/+1
* Retain offset and fraction when using Time.at_with_coercionAndrew White2013-07-091-3/+8
* Remove warning of assigned but unused variableRafael Mendonça França2013-07-061-1/+1
* Override Time.at to work with Time-like valuesAndrew White2013-06-081-0/+12
* search private and protected methods for convert_keyAaron Patterson2013-02-242-3/+2
* Add in missing requiresPrem Sichanugrist2013-02-241-0/+2
* Fix DateTime comparison with DateTime::Infinity objectDan Kubb2013-01-131-1/+1
* Merge branch '3-2-sec' into 3-2-secmergeAaron Patterson2013-01-081-7/+25
|\
| * CVE-2013-0156: Safe XML params parsing. Doesn't allow symbols or yaml.Jeremy Kemper2013-01-081-7/+25
* | Wrap time ranges with timezones, closes #8807Vasiliy Ermolovich2013-01-081-8/+4
* | Add :nsec format only for Ruby 1.9Carlos Antonio da Silva2012-12-111-1/+2
* | Merge pull request #6376 from jgaskins/timestamp-microsecondsJeremy Kemper2012-12-101-0/+1
* | Use send in Time marshal extensions since the methods are now privateCarlos Antonio da Silva2012-12-031-2/+2
* | Merge pull request #8027 from daenney/masterXavier Noria2012-11-081-2/+7
|/
* Adding a missing parenthesis in the doc of String#parameterize.Geoffrey Roguelon2012-10-241-1/+1
* Fix html_escape with Ruby 1.8Rafael Mendonça França2012-08-021-15/+26
* html_escape should escape single quotesSantiago Pastorino2012-08-021-28/+16
* adds a missing require [fixes #6896]Xavier Noria2012-07-152-1/+1
* Merge pull request #6857 from rsutphin/as_core_ext_time_missing_requireCarlos Antonio da Silva2012-06-251-0/+1
* Improve docs for `try` by adding note on `BasicObject`Piotr Sarnacki2012-05-201-0/+4
* Backporting some docs on core_ext/hashFrancesco Rodriguez2012-05-153-4/+23
* adding examples and docsFrancesco Rodriguez2012-05-123-1/+22
* fix attribute_accessors docs to support 1.8 syntaxFrancesco Rodriguez2012-05-091-11/+11
* removing docs duplicationFrancesco Rodriguez2012-05-081-23/+0
* Merge pull request #6211 from frodsan/docs_attr_accessor_32stableVijay Dev2012-05-081-0/+111
|\
| * added docs to attribute_accessors methodsFrancesco Rodriguez2012-05-081-0/+111
* | added beginning_of_hour support to core_ext calculations for Time and DateTimeMark J. Titorenko2012-05-042-0/+26
|/
* Remove circular require of time/zonesOscar Del Ben2012-04-291-1/+0
* Add missing require in Active Support time zones (fixes #5854)Piotr Sarnacki2012-04-151-0/+1
* probably should require the objects we monkey patch.Aaron Patterson2012-04-101-0/+1
* bigdecimal can be duped on Ruby 2.0Aaron Patterson2012-04-101-0/+12
* Stop SafeBuffer#clone_empty from issuing warningsCarlos Antonio da Silva2012-03-021-3/+1
* Merge branch '3-2-2' into 3-2-stableAaron Patterson2012-03-011-16/+22
|\
| * Ensure [] respects the status of the buffer.José Valim2012-02-291-12/+18
| * delete vulnerable AS::SafeBuffer#[]Akira Matsuda2012-02-201-6/+0
| * add AS::SafeBuffer#clone_emptyAkira Matsuda2012-02-201-0/+6
* | call binmode on the tempfile for Ruby 1.8 compatibilityAaron Patterson2012-02-271-1/+2
* | Fixing Windows asset tag helper test failureRalph Shnelvar2012-02-251-1/+1
|/
* Update Time#change docs to reflect the options it usesEric Oestrich2012-02-181-1/+1
* GH #4883. Optional start_day argument for Time#all_weekkennyj2012-02-051-3/+3
* Merge pull request #4673 from carlosantoniodasilva/validation-guides-update-3-2Vijay Dev2012-01-251-2/+2
|\
| * Change ActiveRecord::Errors to ActiveModel::Errors in guidesCarlos Antonio da Silva2012-01-251-2/+2
* | Merge pull request #4514 from brainopia/update_timezone_offetsAaron Patterson2012-01-241-1/+1
|/
* Pass a symbol instead of a block. This is faster and more concise.Semyon Perepelitsa2012-01-151-1/+1
* fixes in api docsVijay Dev2012-01-131-1/+1
* Merge pull request #4283 from lest/fix-singleton-checkingAaron Patterson2012-01-031-1/+1