aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/core_ext
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * The option is called encode_big_decimal_as_string [ci-skip]Godfrey Chan2013-11-151-1/+1
| * Change syntax format for example returned valuesPrem Sichanugrist2013-11-119-60/+60
* | When Array#as_json and Hash#as_json are called without options, theyGodfrey Chan2013-11-221-2/+2
* | Expand double-negative in String#blank? regexAman Gupta2013-11-201-1/+1
* | Unify `cattr_*` interface: allow to pass a block to `cattr_reader`.Alexey Chernenkov2013-11-151-0/+11
* | Improved compatibility with the stdlib JSON gem.Godfrey Chan2013-11-141-3/+21
* | Clean up `require ‘active_support/deprecation’` and remove circular requireDmitry Vorotilin2013-11-141-2/+0
* | Get rid of unused variableGuillermo Iguaran2013-11-141-1/+1
* | Merge pull request #12882 from charliesome/use-rescue-splat-in-suppressGuillermo Iguaran2013-11-131-2/+1
|\ \
| * | Use rescue with a splat rather and catching all and filteringCharlie Somerville2013-11-131-2/+1
* | | Merge pull request #12857 from kuldeepaggarwal/f-indentationXavier Noria2013-11-111-3/+3
|\ \ \
| * | | updated documentation for IntegerKuldeep Aggarwal2013-11-121-3/+3
* | | | Merge pull request #12854 from kuldeepaggarwal/f-indentationRafael Mendonça França2013-11-114-14/+18
|\| | |
| * | | documentation updated for Hashes [ci skip]KD2013-11-114-14/+18
* | | | Merge pull request #12842 from kuldeepaggarwal/array_splitGuillermo Iguaran2013-11-111-3/+3
|\| | |
| * | | Speed up Array#splitKD2013-11-111-3/+3
* | | | Merge pull request #12841 from kuldeepaggarwal/in-group-documentationYves Senn2013-11-101-1/+1
|\ \ \ \ | |/ / / |/| | |
| * | | Array#in_groups: documentation updatedKD2013-11-111-1/+1
| | |/ | |/|