aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* correct link to activejob readme [ci skip]Oscar Amado2018-05-241-1/+1
* Merge pull request #32968 from utilum/shadowing_outer_variableGeorge Claghorn2018-05-231-8/+6
|\
| * Avoid 2.6 warning: shadowing outer local variable - listutilum2018-05-231-8/+6
* | Merge pull request #30406 from eliotsykes/reduce-spring-watch-callsRafael Mendonça França2018-05-231-6/+6
|\ \
| * | Minimize Spring.watch callsEliot Sykes2017-08-251-6/+6
* | | Merge pull request #32969 from utilum/enable_warningsRafael França2018-05-233-9/+9
|\ \ \ | |_|/ |/| |
| * | Enable warnings in all test tasksutilum2018-05-233-9/+9
|/ /
* | Eager autoload mail gem when eager load is true (#32808)Samuel Cochran2018-05-232-0/+11
* | Merge pull request #32967 from javan/ast/jpg-video-previewsJavan Makhmali2018-05-233-7/+7
|\ \
| * | Change video preview format from PNG to JPGJavan Makhmali2018-05-233-7/+7
|/ /
* | Merge pull request #32882 from utilum/unnecessary_mockingEileen M. Uchitelle2018-05-235-39/+24
|\ \
| * | remove unnecessary mocking in ActionCable testsutilum2018-05-225-39/+24
* | | Fix RDoc formatting: `+` doesn't work with space [ci skip]yuuji.yaginuma2018-05-231-1/+1
* | | 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 #32699 from printercu/patch-3Rafael França2018-05-221-1/+7
|\ \ \ \
| * | | | Respect NODE_ENV when running `rails yarn:install`printercu2018-04-231-1/+7
* | | | | 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
* | | | | | Merge pull request #32144 from kazu9su/masterGeorge Claghorn2018-05-221-0/+4
|\ \ \ \ \ \
| * | | | | | Add ActiveStorage::Service::DiskService#url_for_direct_upload testtommy2018-03-011-0/+4
* | | | | | | Merge pull request #32958 from frewsxcv/patch-1Rafael França2018-05-221-1/+1
|\ \ \ \ \ \ \
| * | | | | | | Indicate `true` in a doc comment is code-like.Corey Farwell2018-05-221-1/+1
|/ / / / / / /
* | | | | | | Bump minimum version of Thor to 0.19.0Guillermo Iguaran2018-05-222-2/+2
* | | | | | | Merge pull request #32825 from utilum/fewer_tt.eclosure_callsRafael França2018-05-221-2/+0
|\ \ \ \ \ \ \
| * | | | | | | Remove 7 years old note-to-self by tenderloveutilum2018-05-221-2/+0
* | | | | | | | Rollback parent transaction when children fails to update (#32796)Guillaume Malette2018-05-223-2/+22
* | | | | | | | Merge pull request #32934 from aki77/fix-locale-selectorRafael França2018-05-221-7/+10
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | Fix locale selectoraki2018-05-191-7/+10
* | | | | | | | Merge pull request #32865 from yahonda/another_31988Rafael França2018-05-222-5/+56
|\ \ \ \ \ \ \ \
| * | | | | | | | Disable foreign keys during `alter_table` for sqlite3 adapterYasuo Honda2018-05-222-5/+56
* | | | | | | | | Merge pull request #32938 from utilum/range_case_equalityRafael França2018-05-225-30/+91
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | add CHANGELOG/Docutilum2018-05-222-7/+23
| * | | | | | | | | Allow Range#=== and Range#cover? on Rangeutilum2018-05-223-23/+68
| | |_|_|_|_|_|/ / | |/| | | | | | |
* | | | | | | | | Merge pull request #32931 from jeremyevans/fast-xorRafael França2018-05-221-3/+8
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | |
| * | | | | | | | Speed up xor_byte_strings by 70%Jeremy Evans2018-05-181-3/+8
* | | | | | | | | Merge pull request #32936 from jacobsmith/image-variant-allow-disabling-optionsGeorge Claghorn2018-05-213-12/+81
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Disable variant options when false or nil presentJacob Smith2018-05-213-12/+81
* | | | | | | | | | Merge pull request #32523 from kaspth/enumerable-index-with-extensionKasper Timm Hansen2018-05-214-1/+70
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | [ci skip] Add documentation/changelog entry.Kasper Timm Hansen2018-05-212-0/+30
| * | | | | | | | | | Add Enumerable#index_with.Kasper Timm Hansen2018-05-212-1/+40
* | | | | | | | | | | Merge pull request #32946 from coryjb/patch-1Kasper Timm Hansen2018-05-211-1/+1
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | | | | | | | |
| * | | | | | | | | | Exception wording changeCory Becker2018-05-211-1/+1
| | |_|/ / / / / / / | |/| | | | | | | |
* / | | | | | | | | Rename exception variable to error.Kasper Timm Hansen2018-05-211-2/+2
|/ / / / / / / / /
* | | | | | | | | Merge pull request #32923 from yahonda/bump_sqlite3_version_to_38Ryuta Kamizono2018-05-215-32/+17
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Bump minimum SQLite version to 3.8Yasuo Honda2018-05-215-32/+17
* | | | | | | | | | Enable `Lint/StringConversionInInterpolation` rubocop ruleRyuta Kamizono2018-05-214-4/+7
|/ / / / / / / / /
* / / / / / / / / `SqlTypeMetadata` is :nodoc: class [ci skip]Ryuta Kamizono2018-05-211-0/+1
|/ / / / / / / /
* | / / / / / / Add test case that configure `config.action_view.finalize_compiled_template_m...yuuji.yaginuma2018-05-201-0/+17
| |/ / / / / / |/| | | | | |
* | | | | | | Rollback correctly restore initial record id after double saveRyuta Kamizono2018-05-192-1/+2