| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge pull request #26843 from denisovlev/strptime_timestamps | Rafael França | 2016-10-22 | 1 | -0/+18 |
|\ |
|
| * | Fix `ActiveSupport::TimeZone#strptime` cannot parse timestamps (%Q, %s) | denisovlev | 2016-10-21 | 1 | -0/+18 |
* | | Skip test that depends on RubyVM when it is not available (JRuby). | Charles Oliver Nutter | 2016-10-21 | 1 | -0/+2 |
|/ |
|
* | Merge pull request #26839 from renuo/fix-missing-nsec-transfer | Andrew White | 2016-10-21 | 1 | -1/+3 |
|\ |
|
| * | Fix copy_time_to: Copy nsec instead of usec | Josua Schmid | 2016-10-20 | 1 | -1/+3 |
* | | Merge pull request #26830 from headius/mask_forking_fsevent_test_on_jruby | Rafael Mendonça França | 2016-10-20 | 1 | -0/+2 |
* | | Merge pull request #26829 from headius/wait_for_events_in_listen_tests | Aaron Patterson | 2016-10-19 | 1 | -0/+18 |
|/ |
|
* | Fixnum and Bignum are deprecated in Ruby trunk | Matthew Draper | 2016-10-08 | 1 | -2/+2 |
* | Merge pull request #26684 from matthewd/executor-serial | Matthew Draper | 2016-10-05 | 1 | -0/+55 |
|\ |
|
| * | Avoid bumping the class serial when invoking executor | Matthew Draper | 2016-10-03 | 1 | -0/+55 |
* | | Revert "Merge pull request #26677 from tbalthazar/26644" | Andrew White | 2016-10-02 | 1 | -6/+0 |
|/ |
|
* | Merge pull request #26677 from tbalthazar/26644 | Andrew White | 2016-10-01 | 1 | -0/+6 |
|\ |
|
| * | Fix `ActiveSupport::TimeWithZone#localtime` | Thomas Balthazar | 2016-10-01 | 1 | -0/+6 |
* | | Tighten the backtrace pollution from passing through callbacks | Matthew Draper | 2016-09-30 | 1 | -1/+72 |
|/ |
|
* | Fix ActiveSupport::TimeWithZone#in | Thomas Balthazar | 2016-09-24 | 1 | -1/+31 |
* | add check of argument | yuuji.yaginuma | 2016-09-17 | 1 | -0/+6 |
* | improve error message when include assertions fail | Michael Grosser | 2016-09-16 | 12 | -114/+114 |
* | Fix broken comments indentation caused by rubocop auto-correct [ci skip] | Ryuta Kamizono | 2016-09-14 | 1 | -6/+6 |
* | Remove blank else branch | Ryuta Kamizono | 2016-09-03 | 1 | -3/+0 |
* | RuboCop is 100% green :tada: | Xavier Noria | 2016-09-02 | 1 | -1/+5 |
* | fixes remaining RuboCop issues [Vipul A M, Xavier Noria] | Xavier Noria | 2016-09-01 | 2 | -2/+2 |
* | Start passing cipher from EncryptedCookieJar since we use it to determine key... | Vipul A M | 2016-09-01 | 1 | -2/+2 |
* | Follow up of #25602 | Vipul A M | 2016-09-01 | 1 | -0/+10 |
* | use `message` that specified in argument to error message | yuuji.yaginuma | 2016-08-31 | 1 | -0/+9 |
* | use `inspect` for show `from` value | yuuji.yaginuma | 2016-08-29 | 1 | -0/+9 |
* | 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 | 41 | -262/+262 |
* | | Merge pull request #25681 from willnet/fix-thread_mattr_accessor | Yves Senn | 2016-08-08 | 1 | -0/+16 |
|\ \ |
|
| * | | Fix `thread_mattr_accessor` share variable superclass with subclass | willnet | 2016-08-04 | 1 | -4/+24 |
* | | | code gardening: removes redundant selfs | Xavier Noria | 2016-08-08 | 3 | -10/+10 |
* | | | Add `Style/EmptyLines` in `.rubocop.yml` and remove extra empty lines | Ryuta Kamizono | 2016-08-07 | 14 | -20/+0 |
* | | | applies remaining conventions across the project | Xavier Noria | 2016-08-06 | 11 | -24/+11 |
* | | | normalizes indentation and whitespace across the project | Xavier Noria | 2016-08-06 | 43 | -600/+595 |
* | | | remove redundant curlies from hash arguments | Xavier Noria | 2016-08-06 | 11 | -40/+40 |
* | | | modernizes hash syntax in activesupport | Xavier Noria | 2016-08-06 | 36 | -949/+949 |
* | | | applies new string literal convention in activesupport/test | Xavier Noria | 2016-08-06 | 141 | -2632/+2632 |
|/ / |
|
* | | Add :weeks to the list of variable duration parts | Andrew White | 2016-08-03 | 1 | -0/+32 |
* | | Revert "Adds `not_in?` onto Object" | David Heinemeier Hansson | 2016-07-29 | 1 | -53/+0 |
* | | Merge pull request #25914 from jmccartie/jm/not_in | Rafael França | 2016-07-22 | 1 | -0/+53 |
|\ \ |
|
| * | | Adds `not_in?` onto Object | Jon McCartie | 2016-07-21 | 1 | -0/+53 |
* | | | systematic revision of =~ usage in AS | Xavier Noria | 2016-07-22 | 6 | -12/+18 |
|/ / |
|
* | | define Range#match? if Ruby < 2.4 | Xavier Noria | 2016-07-22 | 1 | -0/+24 |
* | | Allow MessageEncryptor to take advantage of authenticated encryption modes | Bart de Water | 2016-07-21 | 1 | -0/+18 |
* | | 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 | 1 | -0/+106 |
|\ \ |
|
| * | | Introduce `assert_changes` and `assert_no_changes` | Genadi Samokovarov | 2016-07-17 | 1 | -0/+106 |
* | | | 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 |
| | |/
| |/| |
|