aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #25628 from ysksn/optionsRafael Mendonça França2016-08-173-5/+5
|\
| * Update CHANGELOG.md for #25628 [ci skip]Yosuke Kabuto2016-07-023-5/+5
* | Add three new rubocop rulesRafael Mendonça França2016-08-1623-39/+39
* | Merge pull request #25570 from y-yagi/remove_useless_parameterEileen M. Uchitelle2016-08-151-3/+3
|\ \
| * | remove useless parameteryuuji.yaginuma2016-06-291-4/+4
* | | Add documentation about `ActiveSupport.on_load`mrageh2016-08-131-0/+2
* | | let instance thread_mattr_* methods delegate to the class-level onesXavier Noria2016-08-081-4/+10
* | | Merge pull request #25681 from willnet/fix-thread_mattr_accessorYves Senn2016-08-081-4/+4
|\ \ \
| * | | Fix `thread_mattr_accessor` share variable superclass with subclasswillnet2016-08-041-4/+4
* | | | damn typos [ci skip]Xavier Noria2016-08-081-1/+1
* | | | explain why aliasing uses explicit selfs [ci skip]Xavier Noria2016-08-081-0/+3
* | | | code gardening: removes redundant selfsXavier Noria2016-08-0812-18/+18
* | | | Add `Style/EmptyLines` in `.rubocop.yml` and remove extra empty linesRyuta Kamizono2016-08-073-3/+0
* | | | applies remaining conventions across the projectXavier Noria2016-08-0624-107/+91
* | | | normalizes indentation and whitespace across the projectXavier Noria2016-08-0629-995/+992
* | | | modernizes hash syntax in activesupportXavier Noria2016-08-0619-86/+86
* | | | applies new string literal convention in activesupport/libXavier Noria2016-08-06175-704/+704
|/ / /
* | | 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
|\ \ \