aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib
Commit message (Expand)AuthorAgeFilesLines
* Add :weeks to the list of variable duration partsAndrew White2016-08-031-1/+1
* Add documentation for ActiveSupport::StringInquirer [ci skip]kyatul2016-08-031-0/+6
* Revert "Adds `not_in?` onto Object"David Heinemeier Hansson2016-07-292-16/+0
* Add rationale for manually checking auth_tag length, which got lost when #258...Bart de Water2016-07-271-0/+4
* Merge pull request #25914 from jmccartie/jm/not_inRafael França2016-07-222-0/+16
|\
| * Adds `not_in?` onto ObjectJon McCartie2016-07-212-0/+16
* | revises a regexpXavier Noria2016-07-221-1/+1
* | systematic revision of =~ usage in ASXavier Noria2016-07-2211-17/+25
* | adds require for Regexp#match?Xavier Noria2016-07-221-0/+2
* | revises styleXavier Noria2016-07-221-1/+1
|/
* performance boost for String#blank? in Ruby 2.4Xavier Noria2016-07-221-1/+1
* define Range#match? if Ruby < 2.4Xavier Noria2016-07-221-0/+4
* Allow MessageEncryptor to take advantage of authenticated encryption modesBart de Water2016-07-211-4/+37
* Introduce `assert_changes` and `assert_no_changes`Genadi Samokovarov2016-07-171-0/+89
* Added :fallback_string option to Array#to_sentenceoss922016-07-131-2/+8
* Merge pull request #25790 from mrageh/wrap-lazy-load-hooks-in-moduleRafael França2016-07-131-18/+26
|\
| * Wrap module around lazy load hooksmrageh2016-07-121-18/+26
* | Missing require 'active_support/multibyte/unicode'Akira Matsuda2016-07-121-0/+1
* | Raise ArgumentError for bad strptime argumentsJohn Gesimondo2016-07-111-0/+1
|/
* AS::Duration should serialize empty values correctly. (#25656)Paul Sadauskas2016-07-111-1/+3
* Update class_attribute docsJohn Gesimondo2016-07-101-1/+1
* `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
|\ \ \ \ \