aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #31615 from cben/type_for_attribute-symbolRyuta Kamizono2018-01-292-1/+16
|\
| * Allow type_for_attribute(:symbol)Beni Cherniavsky-Paskin2018-01-012-1/+16
* | Merge pull request #31810 from shuheiktgw/add_tests_for_blobGeorge Claghorn2018-01-281-0/+12
|\ \
| * | Add a test for ActiveStorage::Blob#image? and ActiveStorage::Blob#video?Shuhei Kitagawa2018-01-291-0/+12
* | | Fix expanding an array of `composed_of` objects which have multiple mappingsRyuta Kamizono2018-01-295-6/+35
* | | Merge pull request #31817 from composerinteralia/mediocre-jokeRichard Schneeman2018-01-281-1/+1
|\ \ \
| * | | Remove joke in security guide [ci skip]Daniel Colson2018-01-281-1/+1
* | | | Merge pull request #31724 from orekyuu/fix-expand-composed-object-arrayRyuta Kamizono2018-01-293-3/+37
|\ \ \ \
| * | | | Allow expanding an array of `composed_of` objectsRyuta Kamizono2018-01-292-9/+6
| * | | | Fix not expanded problem when passing an Array object as argument to the wher...orekyuu2018-01-263-3/+40
* | | | | Merge pull request #31811 from yahonda/supports_foreign_tables_in_abstract_ad...Ryuta Kamizono2018-01-291-0/+5
|\ \ \ \ \
| * | | | | Define `supports_foreign_tables?` in AbstractAdapterYasuo Honda2018-01-281-0/+5
* | | | | | Merge pull request #31816 from composerinteralia/jquery-referencesRyuta Kamizono2018-01-291-11/+6
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Remove out-of-date references to jQueryDaniel Colson2018-01-281-11/+6
| | |/ / / | |/| | |
* | | | | Update `action_dispatch.default_headers` default value [ci skip]yuuji.yaginuma2018-01-282-2/+8
| |_|/ / |/| | |
* | | | Update `google-cloud-storage` gem version [ci skip]yuuji.yaginuma2018-01-281-1/+1
* | | | Eliminate ActiveStorage::Service::MirrorServiceTest#uploadShuhei Kitagawa2018-01-271-16/+16
* | | | Merge pull request #31807 from composerinteralia/minitest-versionsGuillermo Iguaran2018-01-262-2/+0
|\ \ \ \
| * | | | Relax minitest versionDaniel Colson2018-01-262-2/+0
| |/ / /
* / / / Unlink internal tempfiles after useGeorge Claghorn2018-01-262-2/+22
|/ / /
* | | Merge pull request #31803 from rmosolgo/rm-dependenciesRafael França2018-01-262-0/+56
|\ \ \
| * | | Remove duplicates after autoloading modulesRobert Mosolgo2018-01-261-0/+1
| * | | Add failing test for infinite loop when unloading autoloaded modules when an ...Robert Mosolgo2018-01-261-0/+55
* | | | Merge pull request #31800 from rlue/doc/association-basics-guideRafael França2018-01-261-17/+9
|\ \ \ \
| * | | | Fix example migrations in Associations guideRyan Lue2018-01-261-17/+9
* | | | | Merge pull request #31786 from composerinteralia/respond-to-testsRafael França2018-01-26240-2237/+2237
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Remove extra whitespaceDaniel Colson2018-01-2515-95/+95
| * | | | Use assert_empty and assert_not_emptyDaniel Colson2018-01-2551-194/+194
| * | | | Use assert_predicate and assert_not_predicateDaniel Colson2018-01-25209-1988/+1988
| * | | | Change refute to assert_notDaniel Colson2018-01-2519-51/+51
| * | | | Use respond_to test helpersDaniel Colson2018-01-2543-158/+158
|/ / / /
* | | | Bring back ability to insert zero value on primary key for fixtures (#31795)Ryuta Kamizono2018-01-265-42/+22
* | | | Merge pull request #31799 from yahonda/use_minitest_5_11_1Ryuta Kamizono2018-01-262-0/+2
|\ \ \ \ | |_|/ / |/| | |
| * | | Lock Minitest 5.11.1Yasuo Honda2018-01-262-0/+2
|/ / /
* | | Merge pull request #31797 from eugeneius/mysql_index_orderRyuta Kamizono2018-01-261-1/+1
|\ \ \
| * | | Update note on MySQL index order support [ci skip]Eugene Kenny2018-01-261-1/+1
|/ / /
* | | Merge pull request #31755 from timdiggins/adjust-autoloading-in-guidesRafael França2018-01-252-12/+31
|\ \ \
| * | | Clarify autoload_paths and eager_load in guides per current usage. [CI SKIP]Tim Diggins2018-01-212-12/+31
* | | | Add test case for deprecated `insert_fixtures`Ryuta Kamizono2018-01-262-5/+21
* | | | Remove unused `test/fixtures/teapots.yml`Ryuta Kamizono2018-01-251-3/+0
* | | | Merge pull request #31787 from kami-zh/fix-documentKasper Timm Hansen2018-01-251-4/+3
|\ \ \ \
| * | | | Fix typo in API document FormHelper#fieldskami-zh2018-01-251-4/+3
|/ / / /
* | | | Remove internal `typecasted_attribute_value` methodRyuta Kamizono2018-01-251-5/+1
* | | | Fix `count(:all)` with eager loading and having an order other than the drivi...Ryuta Kamizono2018-01-254-2/+27
* | | | Expand AR to Active Record [ci skip]Ryuta Kamizono2018-01-251-2/+2
* | | | Merge pull request #31751 from yoreek/clear_transaction_state_when_ar_object_...Ryuta Kamizono2018-01-253-2/+26
|\ \ \ \
| * | | | Clear the transaction state when AR object is dupedYuriy Ustushenko2018-01-253-2/+26
|/ / / /
* | | | Only run isolated tests on the latest stable ruby: that's now 2.5Matthew Draper2018-01-251-1/+1
* | | | Merge pull request #31784 from composerinteralia/relation-signatureRafael França2018-01-2414-38/+66
|\ \ \ \
| * | | | Avoid passing unnecessary arguments to relationDaniel Colson2018-01-2414-38/+66