aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Respect ENV variables when finding DBs etc for the test suiteMatthew Draper2019-02-0617-36/+114
* Merge pull request #35139 from 7coAim/fix_debug_exceptionsGeorge Claghorn2019-02-053-2/+6
|\
| * fix NameErrorkurosawat2019-02-053-2/+6
* | Merge pull request #35127 from bogdan/counter-cache-loadingRyuta Kamizono2019-02-053-21/+48
|\ \
| * | Bugfix association loading behavior when counter cache is zeroBogdan Gusiev2019-02-053-21/+48
* | | Use ES6 short styleDavid Heinemeier Hansson2019-02-041-3/+3
* | | Match rails generator outputDavid Heinemeier Hansson2019-02-041-2/+2
* | | Update Gemfile.lock to reflect `sqlite3` updateyuuji.yaginuma2019-02-051-1/+1
* | | Merge pull request #35157 from sponomarev/fix/big-report-templates-sqliteRafael França2019-02-042-2/+2
|\ \ \
| * | | Specify sqlite gem version explicitly in version-specific bug report templatesSergey Ponomarev2019-02-042-2/+2
* | | | Merge pull request #35063 from rosa/current-before-reset-callbackRafael Mendonça França2019-02-043-9/+41
|\ \ \ \ | |/ / / |/| | |
| * | | Support before_reset callback in CurrentAttributesRosa Gutierrez2019-01-303-8/+40
* | | | Merge pull request #35154 from sponomarev/chore/sqlite1.4Aaron Patterson2019-02-042-2/+2
|\ \ \ \
| * | | | Relax sqlite3 version dependencySergey Ponomarev2019-02-042-2/+2
* | | | | Take in to account optional arguments when deprecatingAaron Patterson2019-02-042-1/+10
* | | | | Improve performance of blank? and present? in an ActiveRecord::Base instanceRafael Mendonça França2019-02-041-0/+8
|/ / / /
* | | | Merge pull request #35134 from Edouard-chin/ec-cookie-expiry-regressionRafael França2019-02-042-16/+4
|\ \ \ \
| * | | | Cookie doesn't expire anymore unless a flag is set:Edouard CHIN2019-02-042-16/+4
* | | | | Merge pull request #35152 from scpike/guides-link-to-core-ext-string-inquiry-...Vipul A M2019-02-041-0/+2
|\ \ \ \ \
| * | | | | Add a link to where "inquiry" is defined in ActiveSupport docsStephen Pike2019-02-041-0/+2
|/ / / / /
* | | | | Merge pull request #35086 from gsamokovarov/cleanup-whitelisting-refsGannon McGibbon2019-02-046-10/+10
|\ \ \ \ \
| * | | | | Cleanup the whitelisting references after #33145Genadi Samokovarov2019-02-036-10/+10
* | | | | | Merge pull request #35149 from utilum/update_guide_missing_tempmlate_textEileen M. Uchitelle2019-02-041-13/+10
|\ \ \ \ \ \
| * | | | | | Update template missing text in Guideutilum2019-02-041-13/+10
* | | | | | | Allow configuring the Azure Storage service with extra client optionsgarytaylor2019-02-041-2/+2
* | | | | | | Merge pull request #35089 from eileencodes/fix-query-cache-for-database-switc...Eileen M. Uchitelle2019-02-043-1/+48
|\ \ \ \ \ \ \
| * | | | | | | Invalidate query cache for all connections in the current threadEileen Uchitelle2019-02-013-1/+48
* | | | | | | | Merge pull request #35132 from eileencodes/allow-application-to-change-handle...Eileen M. Uchitelle2019-02-046-4/+56
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | |
| * | | | | | | Add ability to change the names of the default handlersEileen Uchitelle2019-02-016-4/+56
| |/ / / / / /
* | | | | | | Merge pull request #35148 from utilum/update_template_missing_image_in_guideKasper Timm Hansen2019-02-041-0/+0
|\ \ \ \ \ \ \
| * | | | | | | Fix and update template_missing image in guideutilum2019-02-041-0/+0
|/ / / / / / /
* | | | | | | Merge pull request #35105 from olivierlacan/document-table-foreign-keyGannon McGibbon2019-02-021-1/+2
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | |
| * | | | | | Hint at advanced options for foreign_keyOlivier Lacan2019-01-301-1/+2
* | | | | | | Merge pull request #35136 from andyw8/routes-syntaxRafael França2019-02-012-15/+15
|\ \ \ \ \ \ \
| * | | | | | | Use consistent hash syntax for routesAndy Waite2019-02-012-15/+15
* | | | | | | | Merge pull request #35119 from rails/file-templateAaron Patterson2019-02-0113-25/+105
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | Pass source to template handler and deprecate old style handlerAaron Patterson2019-02-0110-21/+55
| * | | | | | | Introduce a file type template, deprecate `Template#refresh`Aaron Patterson2019-02-014-3/+47
| * | | | | | | use the source returned from encode!Aaron Patterson2019-01-311-3/+5
* | | | | | | | Merge pull request #35133 from jhawthorn/faster_notificationsAaron Patterson2019-02-011-8/+23
|\ \ \ \ \ \ \ \ | |_|_|_|_|/ / / |/| | | | | | |
| * | | | | | | Keep cache for strings in notifications/fanoutJohn Hawthorn2019-02-011-3/+5
| * | | | | | | Make Notifications::Fanout#listeners_for fasterJohn Hawthorn2019-02-011-5/+18
* | | | | | | | Merge pull request #35130 from rails/move-delay-to-options-argumentEileen M. Uchitelle2019-02-014-11/+61
|\ \ \ \ \ \ \ \
| * | | | | | | | Refactor options for middlewareEileen Uchitelle2019-02-014-11/+61
| | |_|_|/ / / / | |/| | | | | |
* | | | | | | | Merge pull request #35082 from Shopify/eagerly-materialize-test-transactionsRafael França2019-02-013-5/+8
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | |
| * | | | | | | Eagerly materialize the fixtures transactionJean Boussier2019-01-293-5/+8
| | |_|_|/ / / | |/| | | | |
* | | | | | | Merge pull request #35131 from alkesh26/activesupport-typo-fixesRyuta Kamizono2019-02-027-7/+7
|\ \ \ \ \ \ \
| * | | | | | | ActiveSupport typo fixes.alkesh262019-02-017-7/+7
|/ / / / / / /
* | | | | | | Merge pull request #35043 from simoleone/activestorage/s3/content-typeEileen M. Uchitelle2019-02-012-2/+20
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | include the content type when uploading to S3Simo Leone2019-01-242-2/+20