| Commit message (Expand) | Author | Age | Files | Lines |
* | Call fallback exception handlers with the right exception | Sean Griffin | 2016-11-17 | 1 | -1/+1 |
* | Merge pull request #27035 from rails/remove-active-support-deprecations | Andrew White | 2016-11-14 | 9 | -457/+0 |
|\ |
|
| * | Remove deprecated separator argument from parameterize | Andrew White | 2016-11-14 | 2 | -34/+0 |
| * | Remove deprecated method Numeric#to_formatted_s | Andrew White | 2016-11-14 | 1 | -6/+0 |
| * | Remove deprecated method alias_method_chain | Andrew White | 2016-11-14 | 1 | -215/+0 |
| * | Remove deprecated constant MissingSourceFIle | Andrew White | 2016-11-14 | 1 | -8/+0 |
| * | Remove deprecated Module.qualified_const_get/set/defined? | Andrew White | 2016-11-14 | 1 | -118/+0 |
| * | Remove deprecated :prefix option | Andrew White | 2016-11-13 | 2 | -32/+0 |
| * | Remove deprecated new_from_hash_copying_default | Andrew White | 2016-11-13 | 1 | -7/+0 |
| * | Remove deprecated local_constants | Andrew White | 2016-11-13 | 1 | -10/+0 |
| * | Remove deprecated namespaced_key | Andrew White | 2016-11-13 | 1 | -6/+0 |
| * | Remove deprecated set_cache_value | Andrew White | 2016-11-13 | 1 | -9/+0 |
| * | Remove deprecated escape_key | Andrew White | 2016-11-13 | 1 | -6/+0 |
| * | Remove deprecated key_file_path | Andrew White | 2016-11-13 | 1 | -6/+0 |
* | | Revert "Merge pull request #25811 from oss92/to_sentence_fallback_string" | Rafael Mendonça França | 2016-11-14 | 1 | -6/+1 |
* | | Remove warning from access to Bignum class, 2**64 is already a known bignum v... | Vipul A M | 2016-11-13 | 1 | -1/+0 |
|/ |
|
* | Fix typo in constant reference | Andrew White | 2016-11-13 | 1 | -1/+1 |
* | It's a NAN not Infinity | Andrew White | 2016-11-13 | 1 | -1/+1 |
* | Use literal values in assertions | Andrew White | 2016-11-13 | 1 | -6/+4 |
* | Merge pull request #26933 from prathamesh-sonpatki/fix-26877 | Andrew White | 2016-11-13 | 1 | -0/+22 |
|\ |
|
| * | Fix an issue with JSON encoding of "Infinity" and "NaN" values | Prathamesh Sonpatki | 2016-10-30 | 1 | -0/+22 |
* | | Tweaking some test data due to sprintf behavior change in 2.4 | Akira Matsuda | 2016-11-05 | 1 | -5/+5 |
* | | Ensure duration parsing is consistent across DST changes | Andrew White | 2016-10-31 | 1 | -0/+31 |
|/ |
|
* | Add more rubocop rules about whitespaces | Rafael Mendonça França | 2016-10-29 | 35 | -960/+960 |
* | 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 |
|\ |
|