aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport
Commit message (Expand)AuthorAgeFilesLines
...
* | | | added tests for assert_no_difference with multiple expressionslxxxvi2018-07-082-0/+28
|/ / /
* | | A Class is a Module so we remove one conditionalRafael Mendonça França2018-07-041-1/+1
* | | Merge pull request #33289 from Edouard-chin/ec-lazy-load-hooksRafael França2018-07-042-1/+54
|\ \ \
| * | | Use class_eval or instance_eval when triggering lazy load hooks:Edouard CHIN2018-07-032-1/+54
* | | | Refactor #33254.Kasper Timm Hansen2018-07-013-29/+28
* | | | Fix Cache :redis_store increment/decrement ttl check and add more tests.Jason Lee2018-06-302-6/+22
* | | | Add :expires_in option support for RedisCacheStore increment/decrement method.Jason Lee2018-06-293-2/+57
* | | | Add tests for duration multiplication and divisionEugene Kenny2018-06-251-0/+12
|/ / /
* | | Merge pull request #33106 from marcandre/datecalcRafael Mendonça França2018-06-111-15/+12
|\ \ \
| * | | Use fetch for better error handlingMarc-Andre Lafortune2018-06-091-2/+2
| * | | Use same weekday correspondance as Date#wday.Marc-Andre Lafortune2018-06-091-13/+10
|/ / /
* | | Merge pull request #33078 from bogdanvlviv/add-remove-requireRyuta Kamizono2018-06-095-13/+5
|\ \ \
| * | | Add missing `require`bogdanvlviv2018-06-072-0/+5
| * | | Remove unused `require`bogdanvlviv2018-06-073-13/+0
* | | | Merge pull request #33087 from bogdanvlviv/document-CompareWithRangeRafael França2018-06-081-1/+1
|\ \ \ \
| * | | | Add `ActiveSupport::CompareWithRange` to API docsbogdanvlviv2018-06-071-1/+1
| |/ / /
* / / / Remove extra `include ActiveSupport::Testing::MethodCallAssertions`bogdanvlviv2018-06-081-3/+0
|/ / /
* | | Don't expose `Enumerable#_original_sum_with_required_identity` which is inter...yuuji.yaginuma2018-06-041-1/+5
* | | [ci skip] "brethen" is misspelled and unclearMichael Gee2018-05-311-1/+1
* | | Merge pull request #33020 from joshpencheon/time_zone_frac_microsecondsRafael França2018-05-302-2/+17
|\ \ \
| * | | Allow Time.zone.at to receive a second argumentJosh Pencheon2018-05-302-2/+17
* | | | Remove unused `require "active_support/file_update_checker"`yuuji.yaginuma2018-05-301-1/+0
|/ / /
* | | Improve grammar for DateAndTime before? and after? calculations [ci skip]Aaron Sumner2018-05-241-2/+2
* | | Merge pull request #32822 from lxxxvi/improved_error_message_in_assert_changesRafael França2018-05-222-2/+4
|\ \ \
| * | | Clearer error message in assert_changeslxxxvi2018-05-052-2/+4
* | | | Merge pull request #32851 from yskkin/doc_require_dependencyRafael França2018-05-221-0/+4
|\ \ \ \
| * | | | Document require_dependency [ci skip]Yoshiyuki Kinjo2018-05-091-0/+4
* | | | | add CHANGELOG/Docutilum2018-05-221-0/+11
* | | | | Allow Range#=== and Range#cover? on Rangeutilum2018-05-223-23/+68
* | | | | [ci skip] Add documentation/changelog entry.Kasper Timm Hansen2018-05-211-0/+15
* | | | | Add Enumerable#index_with.Kasper Timm Hansen2018-05-212-1/+40
* | | | | Raise a better exception when a invalid depreation behavior is setRafael Mendonça França2018-05-182-0/+12
* | | | | Fix `CustomCops/AssertNot` to allow it to have failure messageRyuta Kamizono2018-05-137-26/+26
|/ / / /
* / / / Remove `test_match_p` since Rails 6 requires Ruby 2.4.1 or newerRyuta Kamizono2018-05-071-24/+0
|/ / /
* | | Fix #29632 - nil #path leads to NoMethodError in LoadError#is_missing?Neil Souza2018-05-042-1/+8
* | | Fix test: threads being nil in ensurePavel Valena2018-04-301-4/+4
* | | Improve the performance of `ActiveSupport::Inflector.ordinal`Ryuta Kamizono2018-04-291-9/+12
* | | Merge pull request #32733 from Edouard-chin/ec-setupand-teardownRafael França2018-04-273-13/+11
|\ \ \
| * | | `SetupAndTeardown` has few caveats that breaks libraries:Edouard CHIN2018-04-273-13/+11
* | | | Don't dup Strings when jsonifyingAkira Matsuda2018-04-271-2/+6
|/ / /
* | | Reduce extra object creations in TaggedLoggingAkira Matsuda2018-04-271-1/+3
* | | Merge pull request #32681 from bdewater/rubocop-0-54Ryuta Kamizono2018-04-221-1/+1
|\ \ \
| * | | Fix Style/RedundantReturn offensesBart de Water2018-04-211-1/+1
* | | | Fix typo in constant name [ci skip]yuuji.yaginuma2018-04-221-1/+1
|/ / /
* | | Merge pull request #32642 from bogdanvlviv/fix-name-test-added-by-32613Andrew White2018-04-201-1/+1
|\ \ \
| * | | Fix name of the test added by #32613bogdanvlviv2018-04-191-1/+1
* | | | Return back "/" to the end of RAILS_GEM_ROOTbogdanvlviv2018-04-201-1/+1
* | | | Merge pull request #32648 from bogdanvlviv/improve-pattern-filenames-to-catch...Rafael França2018-04-195-11/+11
|\ \ \ \
| * | | | Allow rubocop check more filesbogdanvlviv2018-04-195-11/+11
* | | | | Merge pull request #32168 from christianblais/activesupport-ordinalize-i18nRafael França2018-04-194-13/+59
|\ \ \ \ \ | |/ / / / |/| | | |