| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
| | |/
| |/| |
|
* | | | 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 | 1 | -1/+6 |
|/ |
|
* | Remove old test that check duplicated items in the load path | Rafael Mendonça França | 2016-07-13 | 1 | -16/+0 |
* | Raise ArgumentError for bad strptime arguments | John Gesimondo | 2016-07-11 | 1 | -0/+7 |
* | AS::Duration should serialize empty values correctly. (#25656) | Paul Sadauskas | 2016-07-11 | 1 | -0/+1 |
* | Merge pull request #25736 from voxik/file-store-test-require-pathname | Rafael França | 2016-07-07 | 1 | -0/+2 |
|\ |
|
| * | Pathname might not be always initialized. | Vít Ondruch | 2016-07-07 | 1 | -0/+2 |
* | | Merge pull request #24890 from vipulnsward/travel-to-raise | Kasper Timm Hansen | 2016-07-05 | 1 | -0/+43 |
|\ \ |
|
| * | | `travel/travel_to` travel time helpers, now raise on nested calls, | Vipul A M | 2016-07-02 | 1 | -0/+43 |
* | | | Merge pull request #25678 from voxik/DRY-downloader | Rafael França | 2016-07-04 | 4 | -65/+36 |
|\ \ \ |
|
| * | | | Skip the test if test data download fails. | Vít Ondruch | 2016-07-04 | 4 | -12/+16 |
| * | | | DRY Downloader. | Vít Ondruch | 2016-07-04 | 4 | -53/+20 |
| | |/
| |/| |
|
* / | | Pathname might not be always initialized. | Vít Ondruch | 2016-07-04 | 1 | -0/+2 |
|/ / |
|
* / | Do not depend on Rails git repository layout in ActiveSupport tests. | Vít Ondruch | 2016-07-01 | 1 | -2/+2 |
|/ |
|
* | Partially revert #25192 | Matthew Draper | 2016-07-01 | 1 | -1/+16 |
* | We default to using aes-256-cbc as our verification/signing cipher. It can ac... | Vipul A M | 2016-06-27 | 2 | -3/+3 |
* | Define `Pathname#as_json` | Ryunosuke Sato | 2016-06-25 | 1 | -0/+2 |
* | Define `URI::Generic#as_json` | Ryunosuke Sato | 2016-06-25 | 1 | -0/+2 |
* | Merge pull request #23011 from arnvald/bugfix/correctly_parse_date | Godfrey Chan | 2016-06-25 | 1 | -5/+11 |
|\ |
|
| * | Use correct timezone when parsing date in json | Grzegorz Witek | 2016-01-22 | 1 | -5/+11 |
* | | Merge pull request #25302 from schneems/schneems/evented-file-boot-at-check-t... | Sean Griffin | 2016-06-17 | 1 | -1/+43 |
|\ \ |
|
| * | | Test how evented file checker handles forks | schneems | 2016-06-08 | 1 | -1/+42 |
| * | | EventedFileUpdateChecker boots once per process | schneems | 2016-06-06 | 1 | -1/+2 |
* | | | Fix missing requires for object/blank | Rafael Mendonça França | 2016-06-13 | 1 | -1/+1 |
* | | | Make sure the yielded variable is the logger | Rafael Mendonça França | 2016-06-10 | 1 | -2/+4 |
* | | | Be explicit about what Logger class is expected | Kevin McPhillips | 2016-06-09 | 1 | -3/+3 |
* | | | Broadcast #silence on logger. Rewrite tests. | Kevin McPhillips | 2016-06-09 | 1 | -31/+103 |
* | | | 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 |
* | | | Fix Hash#from_xml with frozen strings (#24718) | Marek Kirejczyk | 2016-05-21 | 1 | -8/+18 |
* | | | Support for unified Integer class in Ruby 2.4+ | Jeremy Daer | 2016-05-18 | 7 | -42/+36 |