aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/core_ext
Commit message (Expand)AuthorAgeFilesLines
* Add support for JSON time_precision to Time and DateTimeAndrew White2014-01-261-4/+4
* 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-091-1/+5
|/ /
* | Adding Hash#compact and Hash#compact! methodstinogomes2014-01-092-0/+21
* | Revert "Speedup String#to"Yves Senn2014-01-081-1/+1
* | Merge pull request #10634 from teleological/time_advance_gregorianAndrew White2014-01-051-4/+6
|\ \
| * | Maintain proleptic gregorian in Time#advanceRiley Lynch2013-05-151-4/+6
* | | Avoid raising a NameError on FreeBSD using DateRobin Dupret2014-01-011-2/+5
* | | blank? and present? commit to return singletons [Xavier Noria & Pavel Pravosud]Xavier Noria2013-12-281-18/+42
* | | Extracted blank matcher regexp to constantPaul Nikitochkin2013-12-281-1/+3
* | | Merge branch 'master' of github.com:lifo/docrailsVijay Dev2013-12-202-7/+7
|\ \ \
| * | | fixed typo mistake time_formats.rb -> date_formats.rb [ci skip]Kuldeep Aggarwal2013-12-101-1/+1
| * | | Typos. return -> returns. [ci skip]Lauro Caetano2013-12-032-7/+7
* | | | Prevent creation of instance methods when `instance_reader = false`, Grammar ...Akshay Vishnoi2013-12-191-8/+9
* | | | Merge pull request #13400 from nishant-cyro/docsGuillermo Iguaran2013-12-181-1/+1
|\ \ \ \
| * | | | fix typos and grammar mistake [ci skip]nishant-cyro2013-12-191-1/+1
* | | | | concern doesn't include the module automaticallyRafael Mendonça França2013-12-171-1/+0
* | | | | Introduce Module#concerningJeremy Kemper2013-12-172-0/+137
* | | | | Merge pull request #13321 from mezis/fix-safebuffer-interpolation-masterJeremy Kemper2013-12-161-7/+12
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Fixes interpolation on SafeBufferJulien Letessier2013-12-141-7/+12
| |/ / /
* / / / Spelling and Grammar check [ci skip]Akshay Vishnoi2013-12-161-2/+2
|/ / /
* | | doc: date/conversions.rb should talk about date format not time format.Yves Senn2013-12-101-2/+2
* | | Fix issue with Kernel#silence_stream leaking file descriptorsMario Visic2013-12-061-0/+1
* | | Review json_escape docs [ci skip]Carlos Antonio da Silva2013-12-041-22/+22
* | | Also move html_esacpe regex to a constant (see 9d25af60)Godfrey Chan2013-12-041-1/+2
* | | Added \u2028 \u2029 to json_escapeGodfrey Chan2013-12-041-5/+7
* | | Use lower case letters in unicodes sequences to match the new encoder's outputGodfrey Chan2013-12-041-1/+1
* | | Fixed a long-standing bug in `json_escape` that strips quotation marksGodfrey Chan2013-12-041-12/+49
* | | Added Date#all_week/month/quarter/year for generating date rangesDimko2013-12-032-21/+21
* | | Tidy up previous commit, fix message assertion and improve testsCarlos Antonio da Silva2013-12-031-1/+3
* | | Modify the Hash#assert_valid_keys error message so that it shows the valid ke...Nerian2013-12-031-3/+3
* | | Avoid generating more strings while iterating to create methodsCarlos Antonio da Silva2013-12-021-1/+1
* | | Unify cattr and mattr accessors declarationsGenadi Samokovarov2013-12-023-195/+165
* | | Merge pull request #13111 from akshay-vishnoi/typoCarlos Antonio da Silva2013-11-301-2/+2
|\ \ \
| * | | Typo fixes [ci skip]Akshay Vishnoi2013-11-301-2/+2
* | | | Improve Module#delegate documentation to tell that delegate don't work with p...Lauro Caetano2013-11-291-0/+2
|/ / /
* | | [ci skip] removed singulars section from classify docGreg Molnar2013-11-271-4/+0
* | | Deprecated Numeric#{ago,until,since,from_now}Godfrey Chan2013-11-261-0/+2
* | | Process::Status should get a :nodoc: [ci skip]Godfrey Chan2013-11-261-1/+1
* | | Removed the Ruby encoder and switched to using the JSON gemGodfrey Chan2013-11-261-28/+0
* | | Removed support for encoding BigDecimal as a JSON numberGodfrey Chan2013-11-261-8/+1
|/ /
* | Merge remote-tracking branch 'docrails/master'Xavier Noria2013-11-249-57/+57
|\ \