| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
* | | | Add some assertions for BigDecimal#to_s | Yosuke Kabuto | 2016-05-15 | 1 | -0/+2 |
|/ / |
|
* | | Fix tests when preserving timezones | Andrew White | 2016-05-05 | 2 | -6/+19 |
* | | Fix to_yaml test when run individually | Andrew White | 2016-05-05 | 1 | -0/+1 |
* | | Fix some typos in comments. | Joe Rafaniello | 2016-05-04 | 1 | -1/+1 |
* | | Fix initial value effects for sum along to ruby 2.4 | Kenta Murata | 2016-04-30 | 1 | -0/+78 |
* | | Change 1.week to create 1 week durations instead of 7 days durations. | Andrey Novikov | 2016-04-28 | 1 | -2/+12 |
* | | Revert "Change 1.week to create 1 week durations instead of 7 days durations." | Jeremy Daer | 2016-04-27 | 1 | -3/+2 |
* | | Little perfomance fix for Array#split. | lvl0nax | 2016-04-26 | 1 | -0/+8 |
* | | Make getlocal and getutc always return instances of Time | Andrew White | 2016-04-23 | 3 | -1/+34 |
* | | Add DateTime#subsec | Andrew White | 2016-04-23 | 1 | -0/+5 |
* | | Change Time#sec_fraction to use subsec | Andrew White | 2016-04-23 | 1 | -0/+14 |
* | | Add compatibility for Ruby 2.4 `to_time` changes | Andrew White | 2016-04-23 | 2 | -0/+118 |
* | | Merge pull request #24552 from yui-knk/raise_argument_error | Jeremy Daer | 2016-04-19 | 1 | -0/+4 |
|\ \ |
|
| * | | Raise `ArgumentError` when an invalid form is passed to `Date#to_time` | yui-knk | 2016-04-17 | 1 | -0/+4 |
* | | | Ruby 2.4: compat with new Array#sum | Jeremy Daer | 2016-04-18 | 1 | -3/+21 |
* | | | `ActiveSupport::Duration` supports ISO8601 formatting and parsing. | Arnau Siches, Andrey Novikov | 2016-04-18 | 1 | -0/+85 |
* | | | Change 1.week to create 1 week durations instead of 7 days durations. | Andrey Novikov | 2016-04-18 | 1 | -2/+3 |
* | | | Restore Hash#transform_keys behavior to always return a Hash instance | Emily | 2016-04-12 | 1 | -0/+16 |
|/ / |
|
* | | Merge pull request #24345 from mtsmfm/fix-marshal-with-autoloading-for-nested... | Rafael França | 2016-04-05 | 1 | -3/+18 |
|\ \ |
|