| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge pull request #27035 from rails/remove-active-support-deprecations | Andrew White | 2016-11-14 | 6 | -395/+0 |
|\ |
|
| * | Remove deprecated separator argument from parameterize | Andrew White | 2016-11-14 | 1 | -16/+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 | 1 | -15/+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 |
* | | 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 |
|/ |
|
* | 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 | 15 | -793/+793 |
* | Fix copy_time_to: Copy nsec instead of usec | Josua Schmid | 2016-10-20 | 1 | -1/+3 |
* | Fixnum and Bignum are deprecated in Ruby trunk | Matthew Draper | 2016-10-08 | 1 | -2/+2 |
* | Revert "Merge pull request #26677 from tbalthazar/26644" | Andrew White | 2016-10-02 | 1 | -6/+0 |
* | Fix `ActiveSupport::TimeWithZone#localtime` | Thomas Balthazar | 2016-10-01 | 1 | -0/+6 |
* | Fix ActiveSupport::TimeWithZone#in | Thomas Balthazar | 2016-09-24 | 1 | -1/+31 |
* | improve error message when include assertions fail | Michael Grosser | 2016-09-16 | 4 | -63/+63 |
* | RuboCop is 100% green :tada: | Xavier Noria | 2016-09-02 | 1 | -1/+5 |
* | Add three new rubocop rules | Rafael Mendonça França | 2016-08-16 | 13 | -102/+102 |
* | 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 | 1 | -8/+8 |
* | | Add `Style/EmptyLines` in `.rubocop.yml` and remove extra empty lines | Ryuta Kamizono | 2016-08-07 | 4 | -5/+0 |
* | | applies remaining conventions across the project | Xavier Noria | 2016-08-06 | 2 | -4/+0 |
* | | normalizes indentation and whitespace across the project | Xavier Noria | 2016-08-06 | 7 | -16/+15 |
* | | remove redundant curlies from hash arguments | Xavier Noria | 2016-08-06 | 4 | -18/+18 |
* | | modernizes hash syntax in activesupport | Xavier Noria | 2016-08-06 | 12 | -536/+536 |
* | | applies new string literal convention in activesupport/test | Xavier Noria | 2016-08-06 | 55 | -1204/+1204 |
|/ |
|
* | 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 |
* | Adds `not_in?` onto Object | Jon McCartie | 2016-07-21 | 1 | -0/+53 |
* | define Range#match? if Ruby < 2.4 | Xavier Noria | 2016-07-22 | 1 | -0/+24 |
* | Added :fallback_string option to Array#to_sentence | oss92 | 2016-07-13 | 1 | -1/+6 |
* | AS::Duration should serialize empty values correctly. (#25656) | Paul Sadauskas | 2016-07-11 | 1 | -0/+1 |
* | existant => existent | Abhishek Jain | 2016-06-09 | 1 | -1/+1 |
* | Improve Hash#compact! documentation and tests | Igor Pstyga | 2016-06-03 | 1 | -0/+8 |
* | Don't blank pad day of the month when formatting dates | Sean Griffin | 2016-06-02 | 1 | -0/+11 |
* | Add test for `delegate_missing_to` where method doesn't exist | Jon Moss | 2016-05-26 | 1 | -0/+8 |
* | Add tests for keyword arg to: for Module#delegate | Yosuke Kabuto | 2016-05-25 | 1 | -0/+15 |
* | Don't delegate to private methods of the targer | Rafael Mendonça França | 2016-05-24 | 1 | -0/+14 |
* | Merge pull request #23930 from gsamokovarov/module-delegate-missing-to | Rafael Mendonça França | 2016-05-24 | 1 | -0/+22 |
|\ |
|
| * | Introduce Module#delegate_missing_to | Genadi Samokovarov | 2016-02-27 | 1 | -0/+22 |
* | | Revert "Add default exceptions affected by suppress (#25099)" | Rafael Mendonça França | 2016-05-23 | 1 | -9/+0 |
* | | Add default exceptions affected by suppress (#25099) | Alexey Zapparov | 2016-05-23 | 1 | -0/+9 |
* | | Support for unified Integer class in Ruby 2.4+ | Jeremy Daer | 2016-05-18 | 7 | -42/+36 |
* | | Merge pull request #24930 from henrik/date-all-day | Sean Griffin | 2016-05-16 | 1 | -0/+17 |
|\ \ |
|
| * | | Introduce Date#all_day | Henrik Nyh | 2016-05-11 | 1 | -0/+17 |