aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | 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
* | | | | | Skip test that use fork in the memory store dbRafael Mendonça França2018-01-241-32/+34
* | | | | | Merge pull request #31690 from olivierlacan/no-verbose-query-logs-in-consoleRafael França2018-01-241-0/+1
|\ \ \ \ \ \
| * | | | | | Disable verbose_query_logs in Rails ConsoleOlivier Lacan2018-01-231-0/+1
* | | | | | | Merge pull request #31642 from fatkodima/metal-action-duplicationRafael França2018-01-241-10/+8
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | Remove code duplication for `ActionController::Metal.action`fatkodima2018-01-221-10/+8
* | | | | | | Make discard safe when it follows a manual disconnectMatthew Draper2018-01-252-1/+41
* | | | | | | Merge pull request #31773 from dinahshi/postgresql_bulk_patchMatthew Draper2018-01-242-3/+4
|\ \ \ \ \ \ \
| * | | | | | | Use concat to join procs arrays in bulk_change_tableDinah Shi2018-01-232-3/+4
* | | | | | | | Merge pull request #31422 from Edouard-chin/multistatement-fixturesMatthew Draper2018-01-246-56/+260
|\ \ \ \ \ \ \ \
| * | | | | | | | Allow a 2 bytes margin:Edouard CHIN2018-01-232-4/+7
| * | | | | | | | Combine delete and insert statements in the same queryEdouard CHIN2018-01-222-13/+10
| * | | | | | | | Build a multi-statement query when inserting fixtures:Edouard CHIN2018-01-226-56/+260
* | | | | | | | | Fix CHANGELOG format [ci skip]Ryuta Kamizono2018-01-241-4/+5
* | | | | | | | | tweaks for #31704 [ci skip]Ryuta Kamizono2018-01-241-2/+2
* | | | | | | | | Clarification for noobs. (#31704)loothunter12018-01-232-4/+8
* | | | | | | | | Merge pull request #30622 from aidanharan/custom-discarded-job-handlingRafael França2018-01-234-1/+36
|\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge branch 'master' into custom-discarded-job-handlingAidan Haran2017-12-091020-6684/+15161
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | Allow for custom handling of exceptions that are discardedAidan Haran2017-09-164-1/+36
* | | | | | | | | | | Allow attributes with a proc default to be marshalledSean Griffin2018-01-233-0/+38
* | | | | | | | | | | Merge pull request #30391 from jbourassa/fix-actionmailer-lambda-defaultRyuta Kamizono2018-01-244-2/+34
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Fix AM::Base.default proc arity breaking changeJimmy Bourassa2017-08-294-2/+33
* | | | | | | | | | | | Merge pull request #31750 from morygonzalez/consider-locale_selector-missingYuji Yaginuma2018-01-231-5/+16
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | |
| * | | | | | | | | | | Fix locale_selector JS bug in ActionMailer PreviewHitoshi Nakashima2018-01-231-5/+16
| | |_|_|_|_|_|_|/ / / | |/| | | | | | | | |