aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | Merge pull request #32787 from yahonda/remove_assert_likeRafael França2018-05-011-5/+0
|\ \ \
| * | | Remove unused `assert_like` from `Arel::Test`Yasuo Honda2018-05-021-5/+0
* | | | Support streaming downloads from Google Cloud StorageGeorge Claghorn2018-05-015-31/+50
|/ / /
* | | Remove unnecessary requireyuuji.yaginuma2018-05-021-1/+0
* | | Merge pull request #32784 from jpawlyn/allow-belongs-to-create-for-new-recordRyuta Kamizono2018-05-023-4/+17
|\ \ \
| * | | Allow a belonging to object to be created from a new recordJolyon Pawlyn2018-05-013-4/+17
* | | | More exercise `test_remove_named_index`Ryuta Kamizono2018-05-021-1/+4
* | | | Merge pull request #32781 from utilum/retry_did_you_meanRafael França2018-05-011-2/+49
|\ \ \ \
| * | | | Partly revert #32289 to provide Rails' custom fallback in caseutilum2018-05-011-2/+49
| |/ / /
* | | | Merge pull request #32783 from takp/fix-typo-in-testRyuta Kamizono2018-05-021-1/+1
|\ \ \ \
| * | | | Fix typo in ActiveRecord test method nameTakayoshi Nishida2018-05-021-1/+1
* | | | | Make sure that when serialing an just deserialized job arguments are thereRafael Mendonça França2018-05-012-10/+22
|/ / / /
* / / / `require "active_support/test_case"` is not supported since 53e877f7Ryuta Kamizono2018-05-022-2/+2
|/ / /
* | | Merge pull request #32771 from yahonda/another_32720Ryuta Kamizono2018-05-018-73/+84
|\ \ \ | |_|/ |/| |
| * | Make `Arel::Test` subclass of `ActiveSupport::TestCase`Yasuo Honda2018-05-018-73/+84
|/ /
* | Merge pull request #32773 from eugeneius/content_length_multiple_requestsGeorge Claghorn2018-04-302-0/+9
|\ \
| * | Reset CONTENT_LENGTH between test requestsEugene Kenny2018-05-012-0/+9
* | | Merge pull request #32775 from elebow/add-quotes-actioncontroller-rdocGeorge Claghorn2018-04-301-1/+1
|\ \ \ | |/ / |/| |
| * | Add quotes to code in rdoc comment in ActionController [ci skip]Eddie Lebow2018-04-301-1/+1
|/ /
* | Merge pull request #32769 from anthonycrumley/document-active-storage-folderGeorge Claghorn2018-04-301-0/+1
|\ \
| * | Document rails new <app> storage folderAnthony Crumley2018-04-301-0/+1
* | | Merge pull request #32768 from anthonycrumley/fix-oxford-commaRafael França2018-04-301-1/+1
|\ \ \ | |/ / |/| |
| * | Fix an oxford commaAnthony Crumley2018-04-301-1/+1
|/ /
* | Merge pull request #32763 from pvalena/as-fix-threads-nilRafael França2018-04-301-4/+4
|\ \
| * | Fix test: threads being nil in ensurePavel Valena2018-04-301-4/+4
* | | Merge pull request #32764 from jroes/patch-1Rafael França2018-04-301-5/+3
|\ \ \ | |/ / |/| |
| * | Remove reference to TokaidoJonathan Roes2018-04-301-5/+3
|/ /
* | Merge pull request #32756 from houhoulis/fix_example_url_helper_in_testing_guideRyuta Kamizono2018-04-301-4/+4
|\ \
| * | Fix url_helper examples in testing guide [ci skip]Chris Houhoulis2018-04-291-4/+4
|/ /
* | Avoid duplicating downloads from Google Cloud Storage in memoryGeorge Claghorn2018-04-291-2/+2
* | Improve the performance of `ActiveSupport::Inflector.ordinal`Ryuta Kamizono2018-04-291-9/+12
* | Stream blobs from disk in 5 MB chunksGeorge Claghorn2018-04-292-4/+4
* | Merge pull request #32751 from utilum/make_railties_2.6_ci_log_accessible_againRyuta Kamizono2018-04-292-1/+10
|\ \
| * | Make Railties CI log for Ruby 2.6 accessible againutilum2018-04-292-1/+10
* | | Merge pull request #32750 from utilum/assert_dir_before_assert_file_in_dirGeorge Claghorn2018-04-291-1/+1
|\ \ \ | |/ / |/| |
| * | Swap assertion order for better reportingutilum2018-04-291-1/+1
|/ /
* | We usually do not use GH#1234 style in the CHANGELOGs [ci skip]Ryuta Kamizono2018-04-291-1/+1
* | Restore original merging order to enforce `if_exists: true`Ryuta Kamizono2018-04-291-2/+1
* | Fix `Associations::ClassMethods` doc [ci skip]Ryuta Kamizono2018-04-291-7/+7
* | Merge pull request #32747 from printercu/improve_t_helperGeorge Claghorn2018-04-291-8/+2
|\ \
| * | Don't allocate unnecessary array in translation helperMax Melentiev2018-04-281-8/+2
* | | Merge pull request #32698 from zealot128/patch-1George Claghorn2018-04-281-0/+172
|\ \ \ | |/ / |/| |
| * | [ci skip] update ActiveStorage documentationStefan Wienert2018-04-281-0/+172
* | | Merge pull request #32745 from pradyumna2905/patch-2Vipul A M2018-04-281-1/+1
|\ \ \
| * | | [ci skip] Fix typo in testing.mdPradyumna Shembekar2018-04-271-1/+1
|/ / /
* | | Merge pull request #30647 from droptheplot/render-partials-string-localsRafael França2018-04-272-1/+10
|\ \ \
| * | | Allow usage of strings as locals for partial rendererSergey Novikov2017-09-182-1/+10
* | | | Merge pull request #32727 from utilum/assert_dont_expectsRafael França2018-04-2716-190/+333
|\ \ \ \
| * | | | assert_called_withutilum2018-04-265-89/+175
| * | | | assert_calledutilum2018-04-2612-66/+102