aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib
Commit message (Expand)AuthorAgeFilesLines
* `travel/travel_to` travel time helpers, now raise on nested calls,Vipul A M2016-07-021-8/+43
* Merge pull request #25344 from matthewd/debug-locksMatthew Draper2016-07-022-5/+49
|\
| * Provide a middleware to debug misbehaving locksMatthew Draper2016-06-102-5/+49
* | Merge pull request #24146 from matthewd/latch-as-proxyMatthew Draper2016-07-021-5/+12
|\ \
| * | Don't inherit from Concurrent::CountDownLatchMatthew Draper2016-03-111-5/+12
* | | Merge pull request #25600 from pan/constantize-docfixVipul A M2016-07-011-4/+4
|\ \ \
| * | | fix ActiveSupport::Infector.constantize usage API doc [ci skip]Pan GaoYong2016-06-301-4/+4
* | | | Partially revert #25192Matthew Draper2016-07-011-6/+6
|/ / /
* | | We default to using aes-256-cbc as our verification/signing cipher. It can ac...Vipul A M2016-06-271-6/+4
* | | Define `Pathname#as_json`Ryunosuke Sato2016-06-251-0/+7
* | | Define `URI::Generic#as_json`Ryunosuke Sato2016-06-251-0/+7
* | | Merge pull request #23011 from arnvald/bugfix/correctly_parse_dateGodfrey Chan2016-06-251-2/+9
|\ \ \
| * | | Use correct timezone when parsing date in jsonGrzegorz Witek2016-01-221-2/+9
* | | | [ci skip] Add link to method referenced in ActiveSupport::PerThreadRegistryAlex Kitchens2016-06-241-1/+1
* | | | 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-171-5/+44
|\ \ \ \
| * | | | Lock the whole boot step, get rid of unneeded hashschneems2016-06-131-5/+9
| * | | | Listen earlier in EventedFileUpdateCheckerschneems2016-06-061-6/+8
| * | | | [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