| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | | | | Recommend use of rails over bin/rails | Alberto Almagro | 2018-07-06 | 1 | -1/+1 |
* | | | | | e4e1b62 broke `to_param` handling: | Edouard CHIN | 2018-07-12 | 2 | -2/+19 |
| |/ / /
|/| | | |
|
* | | | | added tests for assert_no_difference with multiple expressions | lxxxvi | 2018-07-08 | 2 | -0/+28 |
|/ / / |
|
* | | | A Class is a Module so we remove one conditional | Rafael Mendonça França | 2018-07-04 | 1 | -1/+1 |
* | | | Merge pull request #33289 from Edouard-chin/ec-lazy-load-hooks | Rafael França | 2018-07-04 | 2 | -1/+54 |
|\ \ \ |
|
| * | | | Use class_eval or instance_eval when triggering lazy load hooks: | Edouard CHIN | 2018-07-03 | 2 | -1/+54 |
* | | | | Refactor #33254. | Kasper Timm Hansen | 2018-07-01 | 3 | -29/+28 |
* | | | | Fix Cache :redis_store increment/decrement ttl check and add more tests. | Jason Lee | 2018-06-30 | 2 | -6/+22 |
* | | | | Add :expires_in option support for RedisCacheStore increment/decrement method. | Jason Lee | 2018-06-29 | 3 | -2/+57 |
* | | | | Add tests for duration multiplication and division | Eugene Kenny | 2018-06-25 | 1 | -0/+12 |
|/ / / |
|
* | | | Merge pull request #33106 from marcandre/datecalc | Rafael Mendonça França | 2018-06-11 | 1 | -15/+12 |
|\ \ \ |
|
| * | | | Use fetch for better error handling | Marc-Andre Lafortune | 2018-06-09 | 1 | -2/+2 |
| * | | | Use same weekday correspondance as Date#wday. | Marc-Andre Lafortune | 2018-06-09 | 1 | -13/+10 |
|/ / / |
|
* | | | Merge pull request #33078 from bogdanvlviv/add-remove-require | Ryuta Kamizono | 2018-06-09 | 5 | -13/+5 |
|\ \ \ |
|
| * | | | Add missing `require` | bogdanvlviv | 2018-06-07 | 2 | -0/+5 |
| * | | | Remove unused `require` | bogdanvlviv | 2018-06-07 | 3 | -13/+0 |
* | | | | Merge pull request #33087 from bogdanvlviv/document-CompareWithRange | Rafael França | 2018-06-08 | 1 | -1/+1 |
|\ \ \ \ |
|
| * | | | | Add `ActiveSupport::CompareWithRange` to API docs | bogdanvlviv | 2018-06-07 | 1 | -1/+1 |
| |/ / / |
|
* / / / | Remove extra `include ActiveSupport::Testing::MethodCallAssertions` | bogdanvlviv | 2018-06-08 | 1 | -3/+0 |
|/ / / |
|
* | | | Don't expose `Enumerable#_original_sum_with_required_identity` which is inter... | yuuji.yaginuma | 2018-06-04 | 1 | -1/+5 |
* | | | [ci skip] "brethen" is misspelled and unclear | Michael Gee | 2018-05-31 | 1 | -1/+1 |
* | | | Merge pull request #33020 from joshpencheon/time_zone_frac_microseconds | Rafael França | 2018-05-30 | 2 | -2/+17 |
|\ \ \ |
|
| * | | | Allow Time.zone.at to receive a second argument | Josh Pencheon | 2018-05-30 | 2 | -2/+17 |
* | | | | Remove unused `require "active_support/file_update_checker"` | yuuji.yaginuma | 2018-05-30 | 1 | -1/+0 |
|/ / / |
|
* | | | Improve grammar for DateAndTime before? and after? calculations [ci skip] | Aaron Sumner | 2018-05-24 | 1 | -2/+2 |
* | | | Merge pull request #32822 from lxxxvi/improved_error_message_in_assert_changes | Rafael França | 2018-05-22 | 2 | -2/+4 |
|\ \ \ |
|
| * | | | Clearer error message in assert_changes | lxxxvi | 2018-05-05 | 2 | -2/+4 |
* | | | | Merge pull request #32851 from yskkin/doc_require_dependency | Rafael França | 2018-05-22 | 1 | -0/+4 |
|\ \ \ \ |
|
| * | | | | Document require_dependency [ci skip] | Yoshiyuki Kinjo | 2018-05-09 | 1 | -0/+4 |
* | | | | | add CHANGELOG/Doc | utilum | 2018-05-22 | 1 | -0/+11 |
* | | | | | Allow Range#=== and Range#cover? on Range | utilum | 2018-05-22 | 3 | -23/+68 |
* | | | | | [ci skip] Add documentation/changelog entry. | Kasper Timm Hansen | 2018-05-21 | 1 | -0/+15 |
* | | | | | Add Enumerable#index_with. | Kasper Timm Hansen | 2018-05-21 | 2 | -1/+40 |
* | | | | | Raise a better exception when a invalid depreation behavior is set | Rafael Mendonça França | 2018-05-18 | 2 | -0/+12 |
* | | | | | Fix `CustomCops/AssertNot` to allow it to have failure message | Ryuta Kamizono | 2018-05-13 | 7 | -26/+26 |
|/ / / / |
|
* / / / | Remove `test_match_p` since Rails 6 requires Ruby 2.4.1 or newer | Ryuta Kamizono | 2018-05-07 | 1 | -24/+0 |
|/ / / |
|
* | | | Fix #29632 - nil #path leads to NoMethodError in LoadError#is_missing? | Neil Souza | 2018-05-04 | 2 | -1/+8 |
* | | | Fix test: threads being nil in ensure | Pavel Valena | 2018-04-30 | 1 | -4/+4 |
* | | | Improve the performance of `ActiveSupport::Inflector.ordinal` | Ryuta Kamizono | 2018-04-29 | 1 | -9/+12 |
* | | | Merge pull request #32733 from Edouard-chin/ec-setupand-teardown | Rafael França | 2018-04-27 | 3 | -13/+11 |
|\ \ \ |
|
| * | | | `SetupAndTeardown` has few caveats that breaks libraries: | Edouard CHIN | 2018-04-27 | 3 | -13/+11 |
* | | | | Don't dup Strings when jsonifying | Akira Matsuda | 2018-04-27 | 1 | -2/+6 |
|/ / / |
|
* | | | Reduce extra object creations in TaggedLogging | Akira Matsuda | 2018-04-27 | 1 | -1/+3 |
* | | | Merge pull request #32681 from bdewater/rubocop-0-54 | Ryuta Kamizono | 2018-04-22 | 1 | -1/+1 |
|\ \ \ |
|
| * | | | Fix Style/RedundantReturn offenses | Bart de Water | 2018-04-21 | 1 | -1/+1 |
* | | | | Fix typo in constant name [ci skip] | yuuji.yaginuma | 2018-04-22 | 1 | -1/+1 |
|/ / / |
|
* | | | Merge pull request #32642 from bogdanvlviv/fix-name-test-added-by-32613 | Andrew White | 2018-04-20 | 1 | -1/+1 |
|\ \ \ |
|
| * | | | Fix name of the test added by #32613 | bogdanvlviv | 2018-04-19 | 1 | -1/+1 |
* | | | | Return back "/" to the end of RAILS_GEM_ROOT | bogdanvlviv | 2018-04-20 | 1 | -1/+1 |
* | | | | Merge pull request #32648 from bogdanvlviv/improve-pattern-filenames-to-catch... | Rafael França | 2018-04-19 | 5 | -11/+11 |
|\ \ \ \ |
|