aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport
Commit message (Expand)AuthorAgeFilesLines
* Create times in rails timezone not system timezone [ci skip]aarongray2016-06-211-3/+3
* Merge pull request #25302 from schneems/schneems/evented-file-boot-at-check-t...Sean Griffin2016-06-172-6/+87
|\
| * Lock the whole boot step, get rid of unneeded hashschneems2016-06-131-5/+9
| * Test how evented file checker handles forksschneems2016-06-081-1/+42
| * Listen earlier in EventedFileUpdateCheckerschneems2016-06-061-6/+8
| * [ci skip] document EventedFileUpdateCheckerschneems2016-06-061-0/+28
| * EventedFileUpdateChecker boots once per processschneems2016-06-062-6/+12
* | 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-132-1/+3
* | Remove deprecated arguments in assert_nothing_raisedRafael Mendonça França2016-06-132-6/+5
* | 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-102-4/+6
* | Merge pull request #25341 from kmcphillips/masterRafael França2016-06-103-34/+124
|\ \
| * | Be explicit about what Logger class is expectedKevin McPhillips2016-06-091-3/+3
| * | Broadcast #silence on logger. Rewrite tests.Kevin McPhillips2016-06-092-31/+121
* | | 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
|/ /
* | existant => existentAbhishek Jain2016-06-091-1/+1
* | Merge pull request #25265 from opti/improve/hash_compactKasper Timm Hansen2016-06-072-5/+16
|\ \
| * | Improve Hash#compact! documentation and testsIgor Pstyga2016-06-032-5/+16
* | | 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-023-3/+21
* | use OpenSSL::Cipher instead of deprecated OpenSSL::Cipher::Cipher for cipher ...Vipul A M2016-05-291-1/+1
* | Add test for `delegate_missing_to` where method doesn't existJon Moss2016-05-261-0/+8
* | Add tests for keyword arg to: for Module#delegateYosuke Kabuto2016-05-251-0/+15
* | 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-242-1/+19
* | Merge pull request #25119 from javan/actioncable/blade-buildRafael França2016-05-241-1/+0
|\ \
| * | Remove package:clean taskJavan Makhmali2016-05-241-1/+0
* | | Merge pull request #23930 from gsamokovarov/module-delegate-missing-toRafael Mendonça França2016-05-243-1/+129
|\ \ \ | |/ / |/| |
| * | Introduce Module#delegate_missing_toGenadi Samokovarov2016-02-273-1/+129
* | | Revert "Add default exceptions affected by suppress (#25099)"Rafael Mendonça França2016-05-232-10/+0
* | | Add default exceptions affected by suppress (#25099)Alexey Zapparov2016-05-232-0/+10
* | | Fix Hash#from_xml with frozen strings (#24718)Marek Kirejczyk2016-05-212-11/+19
* | | Support for unified Integer class in Ruby 2.4+Jeremy Daer2016-05-1814-65/+67
* | | Merge pull request #19428 from bdmac/fix_safe_buffer_titleizeRafael Mendonça França2016-05-181-1/+2
|\ \ \
| * | | Fixes Inflector#titleize to work with SafeBufferBrian McManus2015-03-203-2/+10
* | | | Merge pull request #24930 from henrik/date-all-daySean Griffin2016-05-163-5/+22
|\ \ \ \
| * | | | Introduce Date#all_dayHenrik Nyh2016-05-113-5/+22
* | | | | Action Mailer: Declarative exception handling with `rescue_from`.Jeremy Daer2016-05-153-57/+110
* | | | | Remove unnecessary constantYosuke Kabuto2016-05-151-4/+2
* | | | | Add some assertions for BigDecimal#to_sYosuke Kabuto2016-05-151-0/+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