aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #33441 from bogdanvlviv/remove-rubocop-comments-from-codebaseRyuta Kamizono2018-07-271-1/+1
|\
| * Fix Rubocop offensebogdanvlviv2018-07-261-1/+1
* | I cannot spellAaron Patterson2018-07-261-1/+1
* | Add changelog entryAaron Patterson2018-07-261-0/+34
* | fix arity check to use "parameters" for backwards compatAaron Patterson2018-07-261-4/+9
* | Always subscribe to event objects via `AS::Notifications.subscribe`Aaron Patterson2018-07-263-21/+25
* | Subscribe to event objects via `subscribe`Aaron Patterson2018-07-261-0/+12
* | Subscribe to event objects via `subscribe_event`Aaron Patterson2018-07-263-1/+56
* | Match the units in `duration` (milliseconds)Aaron Patterson2018-07-261-1/+7
|/
* Add cpu_time, idle_time, and allocations to EventEileen Uchitelle2018-07-264-4/+65
* Merge pull request #32381 from q-centrix/update-codeclimate-configsRichard Schneeman2018-07-255-22/+12
|\
| * Turn on performance based copsDillon Welch2018-07-235-22/+12
* | Update with_options.rbDaniel Amireh2018-07-251-1/+1
* | Merge pull request #33229 from albertoalmagro/albertoalmagro/prefer-rails-com...Matthew Draper2018-07-251-1/+1
|\ \ | |/ |/|
| * Fix typo 'in via'Alberto Almagro2018-07-061-1/+1
| * Recommend use of rails over bin/railsAlberto Almagro2018-07-061-1/+1
* | e4e1b62 broke `to_param` handling:Edouard CHIN2018-07-122-2/+19
* | 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
|/ /