aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support
Commit message (Expand)AuthorAgeFilesLines
...
* | | 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
* | | | | Copy-edit the parent commitRafael Mendonça França2013-12-121-6/+8
* | | | | Merge pull request #13268 from aayushkhandelwal11/masterRafael Mendonça França2013-12-121-22/+16
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Moving the common code of increment and decrement of cache file store into se...Aayush khandelwal2013-12-121-22/+16
* | | | | Merge pull request #13287 from aayushkhandelwal11/typo_rectifiedYves Senn2013-12-111-3/+3
|\ \ \ \ \
| * | | | | typos rectified lifecycle => life cycleAayush khandelwal2013-12-121-3/+3
| |/ / / /
* | | | | JSON: speed up date/time encodingJeremy Kemper2013-12-111-24/+19
* | | | | Merge pull request #13284 from aayushkhandelwal11/typos_correctedGodfrey Chan2013-12-111-1/+1
|\ \ \ \ \
| * | | | | typos rectified [ci skip]Aayush khandelwal2013-12-121-1/+1
| |/ / / /
* | | | | Nodoc missing number helper classes in AS [ci skip]Carlos Antonio da Silva2013-12-113-4/+2
* | | | | typo rectified [skip ci]Aayush khandelwal2013-12-112-2/+2
|/ / / /
* | | | Merge pull request #13260 from arunagw/using-parallelize_meAaron Patterson2013-12-101-6/+3
|\ \ \ \
| * | | | Using parallelize_me! to parallelize isolated testArun Agrawal2013-12-101-6/+3
| |/ / /
* | | | Replace with gsub! in ActiveSupport::Inflector.Elben Shira2013-12-101-1/+2
* | | | make `collect_deprecations` available.Yves Senn2013-12-101-11/+10
* | | | doc: date/conversions.rb should talk about date format not time format.Yves Senn2013-12-101-2/+2
|/ / /
* | | Merge pull request #13213 from arunagw/aa-minitest-version-fixAaron Patterson2013-12-061-1/+1
|\ \ \
| * | | Minitest upgrade broke buildArun Agrawal2013-12-061-1/+1
* | | | better error message for constants autoloaded from anonymous modules [fixes #...Xavier Noria2013-12-061-7/+13
* | | | Merge pull request #10635 from vipulnsward/change_to_strictJeremy Kemper2013-12-062-4/+8
|\ \ \ \ | |/ / / |/| | |
| * | | Use `Base.strict_decode64` instead of `Base.decode64` just as we do in encoding;Vipul A M2013-05-162-4/+8
| | |/ | |/|
* | | Fix issue with Kernel#silence_stream leaking file descriptorsMario Visic2013-12-061-0/+1