aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | [ci skip] document EventedFileUpdateCheckerschneems2016-06-061-0/+28
| * | | | EventedFileUpdateChecker boots once per processschneems2016-06-061-5/+10
* | | | | Change AS::Callback to ActiveSupport::Callbacks in doc [ci skip]Alex Kitchens2016-06-141-1/+1
* | | | | Fix missing requires for object/blankRafael Mendonça França2016-06-131-0/+2
* | | | | Remove deprecated arguments in assert_nothing_raisedRafael Mendonça França2016-06-131-6/+1
* | | | | Remove an unused require in ActiveSupport::TestCaseGenadi Samokovarov2016-06-131-2/+0
* | | | | Remove `_run_class_setup`Jon Moss2016-06-101-11/+0
* | | | | Make sure the yielded variable is the loggerRafael Mendonça França2016-06-101-2/+2
* | | | | Merge pull request #25341 from kmcphillips/masterRafael França2016-06-101-0/+18
|\ \ \ \ \
| * | | | | Broadcast #silence on logger. Rewrite tests.Kevin McPhillips2016-06-091-0/+18
| | |_|_|/ | |/| | |
* | | | | Merge pull request #25352 from Shopify/optimized-delegateRafael França2016-06-101-2/+2
|\ \ \ \ \
| * | | | | Replace Kernel#caller by the faster Kernel#caller_locationsJean Boussier2016-06-101-2/+2
| |/ / / /
* / / / / [ci skip] `define_model_callbacks` only exist in active model:Edouard CHIN2016-06-101-1/+6
|/ / / /
* | | | Merge pull request #25265 from opti/improve/hash_compactKasper Timm Hansen2016-06-071-5/+8
|\ \ \ \
| * | | | Improve Hash#compact! documentation and testsIgor Pstyga2016-06-031-5/+8
* | | | | Change doc for race_condition_ttl option of ActiveSupport::Cache::Store#fetch...Dimitris Zorbas2016-06-061-2/+2
| |/ / / |/| | |
* | | | Merge pull request #25263 from abhishekjain16/doc_accessor_threadEileen M. Uchitelle2016-06-031-2/+2
|\ \ \ \
| * | | | [skip ci] Fix grammarAbhishek Jain2016-06-031-2/+2
| |/ / /
* | | | Merge branch 'master' of github.com:rails/docrailsVijay Dev2016-06-031-1/+1
|\ \ \ \ | |/ / / |/| | |
| * | | `behaviour` --> `behavior`Jon Moss2016-05-271-1/+1
* | | | Don't blank pad day of the month when formatting datesSean Griffin2016-06-021-3/+3
* | | | use OpenSSL::Cipher instead of deprecated OpenSSL::Cipher::Cipher for cipher ...Vipul A M2016-05-291-1/+1
* | | | Normalize whitespace for Hash#compact documentation [ci skip]Mark Lee2016-05-241-6/+6
* | | | Don't delegate to private methods of the targerRafael Mendonça França2016-05-241-1/+5
* | | | Merge pull request #23930 from gsamokovarov/module-delegate-missing-toRafael Mendonça França2016-05-241-1/+60
|\ \ \ \
| * | | | Introduce Module#delegate_missing_toGenadi Samokovarov2016-02-271-1/+60
* | | | | Revert "Add default exceptions affected by suppress (#25099)"Rafael Mendonça França2016-05-231-1/+0
* | | | | Add default exceptions affected by suppress (#25099)Alexey Zapparov2016-05-231-0/+1
* | | | | Fix Hash#from_xml with frozen strings (#24718)Marek Kirejczyk2016-05-211-3/+1
* | | | | Support for unified Integer class in Ruby 2.4+Jeremy Daer2016-05-187-23/+31
* | | | | Merge pull request #24930 from henrik/date-all-daySean Griffin2016-05-162-5/+5
|\ \ \ \ \
| * | | | | Introduce Date#all_dayHenrik Nyh2016-05-112-5/+5
* | | | | | Action Mailer: Declarative exception handling with `rescue_from`.Jeremy Daer2016-05-151-53/+89
* | | | | | Remove unnecessary constantYosuke Kabuto2016-05-151-4/+2
| |_|/ / / |/| | | |
* | | | | Perfomance fix for Enumerable#index_bylvl0nax2016-05-141-1/+3
* | | | | - Added clarity to documentation of ArrayInquirer#any? [ci skip]Mohit Natoo2016-05-111-2/+4
* | | | | Bump the deprecation horizonRafael Mendonça França2016-05-101-1/+1
* | | | | Start Rails 5.1 development :tada:Rafael Mendonça França2016-05-101-2/+2
|/ / / /
* | | | Use original `Array#sum` to speed up calculatingyui-knk2016-05-071-4/+8
* | | | Preparing for 5.0.0.rc1 releaseRafael Mendonça França2016-05-061-1/+1
* | | | Array#split refactoring for case with blocklvl0nax2016-05-061-11/+6
* | | | Fix initial value effects for sum along to ruby 2.4Kenta Murata2016-04-301-5/+7
* | | | restores the regexp used in String#blank?Xavier Noria2016-04-291-4/+3
* | | | Merge branch 'master' of github.com:rails/docrailsVijay Dev2016-04-291-2/+2
|\ \ \ \
| * | | | [ci skip] Aline results of code examples in commentsyui-knk2016-04-201-2/+2
* | | | | Change 1.week to create 1 week durations instead of 7 days durations.Andrey Novikov2016-04-282-9/+13
* | | | | Prep Rails 5 beta 4eileencodes2016-04-271-1/+1
* | | | | Revert "Change 1.week to create 1 week durations instead of 7 days durations."Jeremy Daer2016-04-272-11/+9
* | | | | Merge pull request #24723 from lvl0nax/array_split_fixJeremy Daer2016-04-261-10/+6
|\ \ \ \ \
| * | | | | Little perfomance fix for Array#split.lvl0nax2016-04-261-10/+6