aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support
Commit message (Expand)AuthorAgeFilesLines
* Fixed "Hash#to_param confused by empty hash values #13892"Hincu Petru2014-02-051-0/+1
* fix interplay of humanize and html_escapeSean Walbran2014-02-051-1/+1
* Return sized enumerator from Enumerable#index_byMarc-Andre Lafortune2014-02-051-1/+1
* Return sized enumerator from Batches#find_eachMarc-Andre Lafortune2014-02-051-1/+1
* docs, be clear that `options` is a hash. Closes #11904. [ci skip].Yves Senn2014-02-031-1/+1
* Fix isolated testsRafael Mendonça França2014-02-011-0/+1
* Merge pull request #13911 from davidcelis/remove-bigdecimal-serializationRafael Mendonça França2014-02-012-15/+13
|\
| * Remove BigDecimal#to_dDavid Celis2014-02-011-7/+0
| * Don't require BigDecimal serialization extensionDavid Celis2014-02-012-8/+13
* | Merge pull request #12769 from birkirb/masterRafael Mendonça França2014-02-011-2/+4
|\ \ | |/ |/|
| * Fix breakage in XmlMiniBirkir A. Barkarson2013-12-231-2/+4
* | Maintain the current timezone in wrap_with_time_zoneAndrew White2014-01-311-7/+2
* | fix typo and indent. [ci skip]Yves Senn2014-01-301-1/+1
* | Improve documentation [ci skip]Rafael Mendonça França2014-01-301-3/+4
* | Remove automatic removal of Date/Time stubs after each test caseRafael Mendonça França2014-01-301-9/+2
* | Add `travel_back` to remove stubs from `travel` and `travel_to`Rafael Mendonça França2014-01-301-3/+14
* | Use each_valueRafael Mendonça França2014-01-291-1/+1
* | Store the singleton_class in a local variableRafael Mendonça França2014-01-291-3/+4
* | Change the class and method visibilityRafael Mendonça França2014-01-291-9/+13
* | Use instance method instead of before hookRafael Mendonça França2014-01-291-9/+8
* | Alias the original method first to avoid warningsRafael Mendonça França2014-01-291-2/+7
* | Implement a simple stub feature to use in the Time travel helpersRafael Mendonça França2014-01-291-4/+44
* | Allow session serializer key in config.session_storeLukasz Sarnacki2014-01-291-1/+1
* | Make ActiveSupport::TimeWithZone#xmlschema consistentAndrew White2014-01-261-2/+2
* | Add support for JSON time_precision to Time and DateTimeAndrew White2014-01-263-6/+6
* | Rename subsecond_fraction_digits option to time_precisionAndrew White2014-01-262-5/+5
* | Customize subsecond digits when encoding DateWithTimeParker Selbert2014-01-262-2/+8
* | Maintain current timezone when changing time during DST overlapAndrew White2014-01-262-3/+13
* | Fix secrets.yml path in exception messageCarlos Antonio da Silva2014-01-201-9/+7
* | Merge pull request #13765 from robertomiranda/secrets_tokenGuillermo Iguaran2014-01-191-4/+4
|\ \
| * | Update Error Message when secrets.secret_key_base isn't givenrobertomiranda2014-01-191-4/+4
* | | set encoding to binmode for pipeAnna Carey2014-01-171-0/+2
|/ /
* | Consistence in the block styleRafael Mendonça França2014-01-172-5/+5
* | Remove warnings on Ruby 2.1Rafael Mendonça França2014-01-172-1/+9
* | define the delegate methods on one line. fixes #13724Aaron Patterson2014-01-161-20/+22
* | Revert "methods are defined right after the module_eval, so we don't need to do"Piotr Sarnacki2014-01-161-2/+2
* | methods are defined right after the module_eval, so we don't need to doAaron Patterson2014-01-151-2/+2
* | Merge pull request #13709 from akshay-vishnoi/typoYves Senn2014-01-141-1/+1
|\ \
| * | [ci skip] Grammar correctionAkshay Vishnoi2014-01-141-1/+1
* | | Merge pull request #13646 from jenseng/json_escapeGodfrey Chan2014-01-121-12/+12
|\ \ \
| * | | Clarify behavior of json_escape, update examplesJon Jensen2014-01-091-12/+12
* | | | Merge pull request #13668 from prathamesh-sonpatki/issue-13667Andrew White2014-01-121-2/+1
|\ \ \ \
| * | | | Fix iterating over DateTime by doing strict checking for Time objectsPrathamesh Sonpatki2014-01-111-2/+1
| |/ / /
* / / / Check `respond_to` before delegation due to: https://github.com/ruby/ruby/com...Aaron Patterson2014-01-092-1/+6
|/ / /
* | | Merge pull request #13632 from tinogomes/masterRafael Mendonça França2014-01-092-0/+21
|\ \ \
| * | | Adding Hash#compact and Hash#compact! methodstinogomes2014-01-092-0/+21
* | | | clear cache on body close so that cache remains during renderingAaron Patterson2014-01-081-2/+8
|/ / /
* | | Revert "Speedup String#to"Yves Senn2014-01-081-1/+1
* | | Add 'e' var on rescue DalliError, in order to log itArthur Neves2014-01-061-2/+2
* | | Merge pull request #10634 from teleological/time_advance_gregorianAndrew White2014-01-051-4/+6
|\ \ \