aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord
Commit message (Expand)AuthorAgeFilesLines
* Fix `CollectionProxy#concat` to return self by alias it to `#<<`Yuya Tanaka2019-02-064-35/+10
* Merge pull request #35171 from rails/speed-up-partialsAaron Patterson2019-02-051-1/+1
|\
| * Speed up partial rendering by caching "variable" calculationAaron Patterson2019-02-051-1/+1
* | Relation no longer respond to Arel methodsRyuta Kamizono2019-02-063-19/+8
* | Merge pull request #32380 from kamipo/fix_leaking_scopeRyuta Kamizono2019-02-067-8/+32
|\ \
| * | Chaining named scope is no longer leaking to class level querying methodsRyuta Kamizono2019-02-067-8/+32
* | | Respect ENV variables when finding DBs etc for the test suiteMatthew Draper2019-02-062-4/+15
|/ /
* | 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
* | | Merge pull request #35154 from sponomarev/chore/sqlite1.4Aaron Patterson2019-02-041-1/+1
|\ \ \ | |_|/ |/| |
| * | Relax sqlite3 version dependencySergey Ponomarev2019-02-041-1/+1
* | | Improve performance of blank? and present? in an ActiveRecord::Base instanceRafael Mendonça França2019-02-041-0/+8
|/ /
* | 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 #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 #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 #35116 from kamipo/fix_through_association_creationRyuta Kamizono2019-02-014-27/+11
|\ \ \ \
| * | | | Revert "Merge pull request #33729 from kddeisz/plural-automatic-inverse"Ryuta Kamizono2019-02-012-27/+5
| * | | | Add regression test for has_many through record creationRyuta Kamizono2019-02-012-0/+6
* | | | | Remove unused attr_writers `visitor` and `indexes`Ryuta Kamizono2019-02-012-7/+0
* | | | | ActiveRecord typo fixe.alkesh262019-01-311-1/+1
|/ / / /
* | | | Fixed typo for DatabaseSelector::Resolver documentationAbhay Nikam2019-01-311-1/+1
* | | | Remove redundant begin blockRyuta Kamizono2019-01-311-6/+3
* | | | Write update_last_write_timestamp after requestJohn Hawthorn2019-01-302-2/+43
* | | | Merge pull request #35073 from eileencodes/db-selectionEileen M. Uchitelle2019-01-308-0/+333
|\ \ \ \
| * | | | Adds basic automatic database switching to RailsEileen Uchitelle2019-01-308-0/+333
| |/ / /
* | | | Merge pull request #35102 from eileencodes/fix-case-when-url-in-url-config-is...Eileen M. Uchitelle2019-01-303-5/+20
|\ \ \ \
| * | | | Fix case when we want a UrlConfig but the URL is nilEileen Uchitelle2019-01-303-5/+20
| |/ / /
* / / / Remove unused codebogdanvlviv2019-01-301-8/+0
|/ / /
* | | Merge pull request #35071 from kamipo/text_without_limitRyuta Kamizono2019-01-297-13/+60
|\ \ \
| * | | Allow changing text and blob size without giving the `limit` optionRyuta Kamizono2019-01-297-13/+60
* | | | Pull `@template` in to a local variableAaron Patterson2019-01-281-2/+2
* | | | Remove `@view` instance variable from the partial rendererAaron Patterson2019-01-281-2/+2
|/ / /
* | | PostgreSQL: Use native timestamp decoders of pg-1.1Lars Kanis2019-01-262-3/+33
* | | Make `t.timestamps` with precision by defaultRyuta Kamizono2019-01-2611-62/+198
* | | Fix `t.timestamps` missing `null: false` in `change_table bulk: true`Ryuta Kamizono2019-01-264-0/+36
* | | Allow `column_exists?` giving options without typeRyuta Kamizono2019-01-263-13/+13
* | | Merge pull request #35042 from eileencodes/fix-error-message-for-missing-handlerEileen M. Uchitelle2019-01-254-8/+21
|\ \ \ | |/ / |/| |
| * | Fix error raised when handler doesn't existEileen Uchitelle2019-01-254-8/+21
* | | Make `And` and `Case` into expression nodesKevin Deisz2019-01-243-4/+11
|/ /
* | Allow `column_exists?` to be passed `type` argument as a stringRyuta Kamizono2019-01-242-10/+5
* | Tell the user what to use instead of update_attributes/!Xavier Noria2019-01-231-2/+2
* | activerecord: Fix statement cache for strictly cast attributesDylan Thacker-Smith2019-01-232-1/+7
* | MySQL 8.0.14 adds `ER_FK_INCOMPATIBLE_COLUMNS`Yasuo Honda2019-01-221-1/+2