| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge pull request #25628 from ysksn/options | Rafael Mendonça França | 2016-08-17 | 4 | -5/+11 |
|\ |
|
| * | Update CHANGELOG.md for #25628 [ci skip] | Yosuke Kabuto | 2016-07-02 | 4 | -5/+11 |
* | | Merge pull request #25863 from mechanicles/remove-duplicate-test | Rafael França | 2016-08-16 | 1 | -5/+0 |
|\ \ |
|
| * | | Remove duplicate test. | Santosh Wadghule | 2016-07-17 | 1 | -5/+0 |
* | | | Add three new rubocop rules | Rafael Mendonça França | 2016-08-16 | 64 | -301/+301 |
* | | | Merge pull request #25570 from y-yagi/remove_useless_parameter | Eileen M. Uchitelle | 2016-08-15 | 1 | -3/+3 |
|\ \ \ |
|
| * | | | remove useless parameter | yuuji.yaginuma | 2016-06-29 | 1 | -4/+4 |
* | | | | Add documentation about `ActiveSupport.on_load` | mrageh | 2016-08-13 | 1 | -0/+2 |
* | | | | Merge pull request #26100 from vipulnsward/changelogs | Rafael França | 2016-08-12 | 1 | -3/+3 |
|\ \ \ \ |
|
| * | | | | Pass over changelogs [ci skip] | Vipul A M | 2016-08-10 | 1 | -3/+3 |
* | | | | | prefer __dir__ over __FILE__ in File.expand_path | Xavier Noria | 2016-08-11 | 1 | -1/+3 |
|/ / / / |
|
* | | | | let instance thread_mattr_* methods delegate to the class-level ones | Xavier Noria | 2016-08-08 | 1 | -4/+10 |
* | | | | Merge pull request #25681 from willnet/fix-thread_mattr_accessor | Yves Senn | 2016-08-08 | 3 | -4/+48 |
|\ \ \ \ |
|
| * | | | | Fix `thread_mattr_accessor` share variable superclass with subclass | willnet | 2016-08-04 | 3 | -8/+35 |
* | | | | | damn typos [ci skip] | Xavier Noria | 2016-08-08 | 1 | -1/+1 |
* | | | | | explain why aliasing uses explicit selfs [ci skip] | Xavier Noria | 2016-08-08 | 1 | -0/+3 |
* | | | | | code gardening: removes redundant selfs | Xavier Noria | 2016-08-08 | 15 | -28/+28 |
* | | | | | Add `Style/EmptyLines` in `.rubocop.yml` and remove extra empty lines | Ryuta Kamizono | 2016-08-07 | 17 | -23/+0 |
* | | | | | applies remaining conventions across the project | Xavier Noria | 2016-08-06 | 36 | -132/+102 |
* | | | | | normalizes indentation and whitespace across the project | Xavier Noria | 2016-08-06 | 72 | -1595/+1587 |
* | | | | | remove redundant curlies from hash arguments | Xavier Noria | 2016-08-06 | 11 | -40/+40 |
* | | | | | modernizes hash syntax in activesupport | Xavier Noria | 2016-08-06 | 57 | -1040/+1040 |
* | | | | | applies new string literal convention to the rest of the project | Xavier Noria | 2016-08-06 | 2 | -19/+19 |
* | | | | | applies new string literal convention in the gemspecs | Xavier Noria | 2016-08-06 | 1 | -16/+16 |
* | | | | | applies new string literal convention in activesupport/test | Xavier Noria | 2016-08-06 | 141 | -2632/+2632 |
* | | | | | applies new string literal convention in activesupport/lib | Xavier Noria | 2016-08-06 | 176 | -705/+705 |
|/ / / / |
|
* | | | | Add :weeks to the list of variable duration parts | Andrew White | 2016-08-03 | 3 | -1/+41 |
* | | | | Add documentation for ActiveSupport::StringInquirer [ci skip] | kyatul | 2016-08-03 | 1 | -0/+6 |
* | | | | Revert "Adds `not_in?` onto Object" | David Heinemeier Hansson | 2016-07-29 | 4 | -81/+0 |
* | | | | Add rationale for manually checking auth_tag length, which got lost when #258... | Bart de Water | 2016-07-27 | 1 | -0/+4 |
* | | | | Merge pull request #25914 from jmccartie/jm/not_in | Rafael França | 2016-07-22 | 4 | -0/+81 |
|\ \ \ \ |
|
| * | | | | Adds `not_in?` onto Object | Jon McCartie | 2016-07-21 | 4 | -0/+81 |
* | | | | | revises a regexp | Xavier Noria | 2016-07-22 | 1 | -1/+1 |
* | | | | | systematic revision of =~ usage in AS | Xavier Noria | 2016-07-22 | 17 | -29/+43 |
* | | | | | adds require for Regexp#match? | Xavier Noria | 2016-07-22 | 1 | -0/+2 |
* | | | | | revises style | Xavier Noria | 2016-07-22 | 1 | -1/+1 |
* | | | | | the infamous typo only seen in GitHub's diff [ci skip] | Xavier Noria | 2016-07-22 | 1 | -1/+1 |
|/ / / / |
|
* | | | | performance boost for String#blank? in Ruby 2.4 | Xavier Noria | 2016-07-22 | 1 | -1/+1 |
* | | | | define Range#match? if Ruby < 2.4 | Xavier Noria | 2016-07-22 | 3 | -2/+36 |
* | | | | Allow MessageEncryptor to take advantage of authenticated encryption modes | Bart de Water | 2016-07-21 | 3 | -4/+64 |
* | | | | Merge pull request #25823 from mechanicles/missing-memory-store-tests | Rafael França | 2016-07-20 | 1 | -0/+10 |
|\ \ \ \ |
|
| * | | | | Add missing tests for memory store of cache. | Santosh Wadghule | 2016-07-17 | 1 | -0/+10 |
| | |/ /
| |/| | |
|
* | | | | Merge pull request #25393 from gsamokovarov/introduce-assert-changes | Rafael França | 2016-07-20 | 3 | -9/+236 |
|\ \ \ \ |
|
| * | | | | Introduce `assert_changes` and `assert_no_changes` | Genadi Samokovarov | 2016-07-17 | 3 | -9/+236 |
* | | | | | Merge pull request #25822 from mechanicles/clear-local-cache-on-invalid-param... | Rafael França | 2016-07-20 | 1 | -0/+12 |
|\ \ \ \ \ |
|
| * | | | | | Add missing test for clearing up local cache on invalid parameters err. | Santosh Wadghule | 2016-07-17 | 1 | -0/+12 |
| | |/ / /
| |/| | | |
|
* | | | | | Make sure the time method is unstubed | Rafael Mendonça França | 2016-07-17 | 1 | -29/+41 |
| |/ / /
|/| | | |
|
* | | | | Added :fallback_string option to Array#to_sentence | oss92 | 2016-07-13 | 3 | -3/+20 |
|/ / / |
|
* | | | Merge pull request #25790 from mrageh/wrap-lazy-load-hooks-in-module | Rafael França | 2016-07-13 | 1 | -18/+26 |
|\ \ \ |
|
| * | | | Wrap module around lazy load hooks | mrageh | 2016-07-12 | 1 | -18/+26 |