aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib
Commit message (Expand)AuthorAgeFilesLines
...
* | | fix formatting of `Cache::Store#fetch` [ci skip]yuuji.yaginuma2016-09-171-3/+3
|/ /
* | Fix broken comments indentation caused by rubocop auto-correct [ci skip]Ryuta Kamizono2016-09-148-78/+78
* | Remove the word "mongrel" from documentsRyunosuke Sato2016-09-072-4/+4
* | Fix Remaining Case-In-Assignment Statement FormattingAlex Kitchens2016-09-061-8/+9
|/
* change `Class#descendants` to public API [ci skip]yuuji.yaginuma2016-09-051-2/+15
* Fix broken heredoc indentation caused by rubocop auto-correctRyuta Kamizono2016-09-031-10/+10
* fixes remaining RuboCop issues [Vipul A M, Xavier Noria]Xavier Noria2016-09-013-14/+14
* Cache to_datetime for performanceAndrew White2016-09-011-1/+1
* Start passing cipher from EncryptedCookieJar since we use it to determine key...Vipul A M2016-09-011-0/+7
* use `message` that specified in argument to error messageyuuji.yaginuma2016-08-311-1/+1
* Merge pull request #25880 from ryandv/fix_performance_regression_in_timewithz...Andrew White2016-08-301-1/+1
|\
| * Memoize coerced TimeWithZone value in TimeWithZone#localtime.Ryan De Villa2016-08-231-7/+1
| * Fix performance regression in `TimeWithZone#to_time`Ryan De Villa2016-08-231-0/+6
* | use `inspect` for show `from` valueyuuji.yaginuma2016-08-291-1/+1
* | Fix typo in Delegation#delegate_missing_to doc [skip ci]Anton Davydov2016-08-271-1/+1
* | Move custom assertion to its proper placeSantosh Wadghule2016-08-272-11/+11
|/
* 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-06176-705/+705
|/ / /
* | | 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