aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport
Commit message (Expand)AuthorAgeFilesLines
* Make ActiveSupport::TimeWithZone#xmlschema consistentAndrew White2014-01-262-2/+6
* Add support for JSON time_precision to Time and DateTimeAndrew White2014-01-264-7/+25
* Add CHANGELOG entry for #11464Andrew White2014-01-261-0/+9
* Rename subsecond_fraction_digits option to time_precisionAndrew White2014-01-263-8/+8
* Consolidate JSON encoding tests in one fileAndrew White2014-01-262-46/+48
* Customize subsecond digits when encoding DateWithTimeParker Selbert2014-01-263-9/+30
* Maintain current timezone when changing time during DST overlapAndrew White2014-01-264-3/+30
* 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
* Remove warningRafael Mendonça França2014-01-161-2/+2
* define the delegate methods on one line. fixes #13724Aaron Patterson2014-01-162-20/+32
* 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
* | standardize on jruby_skip & rbx_skipGaurish Sharma2014-01-131-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-122-2/+5
|\ \ \
| * | | Fix iterating over DateTime by doing strict checking for Time objectsPrathamesh Sonpatki2014-01-112-2/+5
| |/ /
* / / 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-094-0/+53
|\ \
| * | Adding Hash#compact and Hash#compact! methodstinogomes2014-01-094-0/+53
* | | clear cache on body close so that cache remains during renderingAaron Patterson2014-01-082-2/+45
|/ /
* | Revert "Speedup String#to"Yves Senn2014-01-082-3/+1
* | typo fix in test name. [ci skip].Yves Senn2014-01-081-1/+1
* | `core_ext/string/access.rb` test what we are documenting.Yves Senn2014-01-081-50/+89
* | Add 'e' var on rescue DalliError, in order to log itArthur Neves2014-01-061-2/+2
* | Fix typo in AS changelog, improve highlight [ci skip]Carlos Antonio da Silva2014-01-061-2/+2
* | quick formatting pass through CHANGELOGS. [ci skip].Yves Senn2014-01-061-10/+15
* | Add CHANGELOG entry for #10634 [ci skip]Andrew White2014-01-051-0/+17
* | Merge pull request #10634 from teleological/time_advance_gregorianAndrew White2014-01-052-4/+13
|\ \
| * | Maintain proleptic gregorian in Time#advanceRiley Lynch2013-05-152-4/+13
* | | Raise if MemCacheStore doenst receive a Dalli objArthur Neves2014-01-033-0/+15
* | | mem_cache_store requires dalli, so only accept dalli/clientArthur Neves2014-01-032-14/+1
* | | Don't lazy load the tzinfo libraryAndrew White2014-01-012-19/+8
* | | update copyright notices to 2014. [ci skip]Vipul A M2014-01-012-2/+2
* | | Avoid raising a NameError on FreeBSD using DateRobin Dupret2014-01-012-2/+10
* | | blank? and present? commit to return singletons [Xavier Noria & Pavel Pravosud]Xavier Noria2013-12-283-25/+57
* | | Extracted blank matcher regexp to constantPaul Nikitochkin2013-12-281-1/+3
* | | Update to Unicode 6.3.0Norman Clarke2013-12-272-1/+1
* | | Use String#scrub when available to tidy bytesNorman Clarke2013-12-261-35/+35
* | | Merge pull request #13436 from robin850/patch-11Guillermo Iguaran2013-12-211-1/+1
|\ \ \
| * | | Fix few typos in the documentation [ci skip]Robin Dupret2013-12-211-1/+1
* | | | Fix typo [ci skip]Carlos Antonio da Silva2013-12-211-1/+1
|/ / /
* | | Fix AS::NumberHelper results with large precisionsKenta Murata & Akira Matsuda2013-12-203-7/+62