aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport
Commit message (Expand)AuthorAgeFilesLines
* [ci skip] Fixed commas according to Oxford comma in rdoc and guidesAndrey Molchanov2016-09-171-1/+1
* fix formatting of `Cache::Store#fetch` [ci skip]yuuji.yaginuma2016-09-171-3/+3
* improve error message when include assertions failMichael Grosser2016-09-1612-114/+114
* Fix broken comments indentation caused by rubocop auto-correct [ci skip]Ryuta Kamizono2016-09-149-84/+84
* 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
* Merge pull request #26375 from kamipo/remove_blank_else_branchGuillermo Iguaran2016-09-031-3/+0
|\
| * Remove blank else branchRyuta Kamizono2016-09-031-3/+0
* | Fix broken heredoc indentation caused by rubocop auto-correctRyuta Kamizono2016-09-031-10/+10
|/
* RuboCop is 100% green :tada:Xavier Noria2016-09-021-1/+5
* fixes remaining RuboCop issues [Vipul A M, Xavier Noria]Xavier Noria2016-09-017-18/+18
* 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-012-2/+9
* Follow up of #25602Vipul A M2016-09-011-0/+10
* use `message` that specified in argument to error messageyuuji.yaginuma2016-08-312-1/+10
* 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-292-1/+10
* | 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-174-5/+11
|\
| * Update CHANGELOG.md for #25628 [ci skip]Yosuke Kabuto2016-07-024-5/+11
* | Merge pull request #25863 from mechanicles/remove-duplicate-testRafael França2016-08-161-5/+0
|\ \
| * | Remove duplicate test.Santosh Wadghule2016-07-171-5/+0
* | | Add three new rubocop rulesRafael Mendonça França2016-08-1664-301/+301
* | | 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
* | | | Merge pull request #26100 from vipulnsward/changelogsRafael França2016-08-121-3/+3
|\ \ \ \
| * | | | Pass over changelogs [ci skip]Vipul A M2016-08-101-3/+3
* | | | | prefer __dir__ over __FILE__ in File.expand_pathXavier Noria2016-08-111-1/+3
|/ / / /
* | | | 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-083-4/+48
|\ \ \ \
| * | | | Fix `thread_mattr_accessor` share variable superclass with subclasswillnet2016-08-043-8/+35
* | | | | 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-0815-28/+28
* | | | | Add `Style/EmptyLines` in `.rubocop.yml` and remove extra empty linesRyuta Kamizono2016-08-0717-23/+0
* | | | | applies remaining conventions across the projectXavier Noria2016-08-0636-132/+102
* | | | | normalizes indentation and whitespace across the projectXavier Noria2016-08-0672-1595/+1587
* | | | | remove redundant curlies from hash argumentsXavier Noria2016-08-0611-40/+40
* | | | | modernizes hash syntax in activesupportXavier Noria2016-08-0657-1040/+1040
* | | | | applies new string literal convention to the rest of the projectXavier Noria2016-08-062-19/+19
* | | | | applies new string literal convention in the gemspecsXavier Noria2016-08-061-16/+16
* | | | | applies new string literal convention in activesupport/testXavier Noria2016-08-06141-2632/+2632
* | | | | applies new string literal convention in activesupport/libXavier Noria2016-08-06176-705/+705
|/ / / /
* | | | Add :weeks to the list of variable duration partsAndrew White2016-08-033-1/+41
* | | | Add documentation for ActiveSupport::StringInquirer [ci skip]kyatul2016-08-031-0/+6