aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * Maintain proleptic gregorian in Time#advanceRiley Lynch2013-05-151-4/+6
* | Raise if MemCacheStore doenst receive a Dalli objArthur Neves2014-01-031-0/+3
* | mem_cache_store requires dalli, so only accept dalli/clientArthur Neves2014-01-031-6/+1
* | Don't lazy load the tzinfo libraryAndrew White2014-01-011-19/+2
* | update copyright notices to 2014. [ci skip]Vipul A M2014-01-011-1/+1
* | 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
* | 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-201-7/+37
* | Make sure multiline string is not accepted by the regexpRafael Mendonça França2013-12-191-1/+1
* | Revert "revises the release notes about message verifiers [ci skip]"Xavier Noria2013-12-191-1/+1
* | revises the release notes about message verifiers [ci skip]Xavier Noria2013-12-191-1/+1
* | Merge branch 'master' of github.com:lifo/docrailsVijay Dev2013-12-204-10/+10
|\ \
| * | 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-034-10/+10
* | | Merge pull request #13406 from hincupetru/masterRafael Mendonça França2013-12-191-1/+1
|\ \ \
| * | | Fixed configurable.rb regular expression name checkHincu Petru2013-12-191-1/+1
* | | | 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
* | | | Get ready to release 4.1.0.beta1David Heinemeier Hansson2013-12-171-1/+1
* | | | Merge pull request #13346 from chancancode/release_notes_etcYves Senn2013-12-171-1/+1
|\ \ \ \
| * | | | Some assorted fixes for the 4.1 release notes:Godfrey Chan2013-12-171-1/+1
* | | | | Merge pull request #13341 from carlosantoniodasilva/ca-i18nCarlos Antonio da Silva2013-12-171-4/+10
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Default I18n.enforce_available_locales to trueCarlos Antonio da Silva2013-12-171-4/+10
* | | | | 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
| |/ / /
* | | | Merge pull request #13307 from akshay-vishnoi/typoRafael Mendonça França2013-12-151-2/+2
|\ \ \ \ | |/ / / |/| | |
| * | | Spelling and Grammar check [ci skip]Akshay Vishnoi2013-12-161-2/+2
* | | | Perf: save ~9% of object allocations on heavy requests.Jeremy Kemper2013-12-121-2/+5
* | | | Merge pull request #13229 from vipulnsward/fix-10635-testsRafael Mendonça França2013-12-121-2/+3
|\ \ \ \
| * | | | PR #10635 introduces rescue from ArgumentError thrown by `Base64.strict_decod...Vipul A M2013-12-121-2/+3