aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord
Commit message (Expand)AuthorAgeFilesLines
* Use capture_sql helper method in testsst00122019-07-282-8/+2
* Use match? where we don't need MatchDataAkira Matsuda2019-07-276-6/+6
* Merge pull request #36773 from seejohnrun/db-configuration-separate-env-varsEileen M. Uchitelle2019-07-263-7/+45
|\
| * Allow separate database env variables per-connectionJohn Crepezzi2019-07-263-7/+45
* | Merge pull request #36776 from giraffate/fix_join_middle_table_alias_when_usi...Rafael França2019-07-262-3/+10
|\ \
| * | Fix join middle table alias when using HABTMTakayuki Nakata2019-07-262-3/+10
* | | Merge pull request #36372 from instructure-bridge/6-0-stableRafael França2019-07-262-8/+21
| |/ |/|
* | Only merge DATABASE_URL settings into the current envJohn Crepezzi2019-07-252-18/+36
* | Merge pull request #36766 from jhawthorn/call_connection_error_numberJohn Hawthorn2019-07-252-4/+9
|\ \
| * | Use connection.error_number in MySQLDatabaseTasksJohn Hawthorn2019-07-252-4/+9
* | | Merge pull request #36380 from edudepetris/ed/36272-better-negative-scope-war...Rafael Mendonça França2019-07-253-0/+39
|\ \ \ | |/ / |/| |
| * | Add a warning for enum elements with 'not_' prefix.Edu Depetris2019-06-303-0/+39
* | | Merge pull request #36412 from robotdana/compact_blankRafael Mendonça França2019-07-255-12/+12
|\ \ \
| * | | Use compact_blank throughout railsDana Sherson2019-06-055-12/+12
* | | | Make sure AR can load without Railseileencodes2019-07-251-0/+2
* | | | Merge pull request #36740 from stanhu/sh-fix-index-exists-postgresql-partial-...Rafael França2019-07-252-3/+5
|\ \ \ \ | |_|_|/ |/| | |
| * | | Fix index_exists? for PostgreSQL expression indexesStan Hu2019-07-242-3/+5
* | | | Merge pull request #36492 from kamipo/remove_depth_first_visitorRyuta Kamizono2019-07-257-518/+7
|\ \ \ \
| * | | | Remove unused `DepthFirst` visitorRyuta Kamizono2019-06-157-518/+7
* | | | | Merge pull request #36756 from seejohnrun/env-urls-with-multiple-databasesEileen M. Uchitelle2019-07-242-12/+42
|\ \ \ \ \
| * | | | | Fix multiple database support for DATABASE_URL env variableJohn Crepezzi2019-07-242-12/+42
* | | | | | Merge pull request #36580 from Shopify/schema-cache-deuplication-from-databaseRafael França2019-07-241-5/+15
|\ \ \ \ \ \
| * | | | | | Also deduplicate schema cache structure when they are read from the databaseJean Boussier2019-07-011-5/+15
| | |_|_|_|/ | |/| | | |
* | | | | | Merge pull request #36671 from wjessop/do_not_validate_non_dirty_association_...Eileen M. Uchitelle2019-07-245-1/+37
|\ \ \ \ \ \
| * | | | | | Don't validate non dirty association targetsWill Jessop2019-07-155-1/+37
* | | | | | | Merge pull request #36744 from freeletics/fix-db-prepareEileen M. Uchitelle2019-07-241-3/+4
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | |
| * | | | | | Fixed db:prepare task to not touch schema when dump_schema_after_migration is...Wojciech Wnętrzak2019-07-241-3/+4
| | |_|/ / / | |/| | | |
* | | | | | Merge pull request #36665 from jmschneider/masterRafael Mendonça França2019-07-233-2/+10
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Make currency symbols optional for money column type in PostgreSQLJoel Schneider2019-07-123-2/+10
| |/ / / /
* | | | | Merge pull request #36706 from kirs/dedup-optimizer-hintsRyuta Kamizono2019-07-192-1/+8
|\ \ \ \ \
| * | | | | [ActiveRecord] Deduplicate optimizer hintsKir Shatrov2019-07-192-1/+8
* | | | | | Include common commands in rails help outputTekin Suleyman2019-07-191-4/+4
|/ / / / /
* | | | | Support beginless ranges in hash conditions.Josh Goodall2019-07-173-2/+30
* | | | | [ActiveRecord] Superclass for aborted queriesKir Shatrov2019-07-163-5/+12
* | | | | Add missing period [ci skip]Rafael Mendonça França2019-07-161-1/+1
* | | | | Raise specific exception on Mysql2::Error::TimeoutErrorKir Shatrov2019-07-163-1/+23
* | | | | Move the `ActiveModel:Errors#full_message` method to the `Error` class:Edouard CHIN2019-07-161-2/+2
* | | | | active_support/core_ext/object/duplicable is not in use hereRyuta Kamizono2019-07-161-1/+0
* | | | | Merge pull request #36640 from Edouard-chin/ec-uniq-validation-fixRafael França2019-07-151-1/+2
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Fix errors getting duplicated when passed validations options:Edouard CHIN2019-07-101-1/+2
* | | | | active_support/deprecation has to be already required via active_support/rail...Akira Matsuda2019-07-123-4/+0
* | | | | No Woman, No tryAkira Matsuda2019-07-121-1/+0
* | | | | Merge pull request #36647 from giraffate/fix_exists_with_distinct_and_offset_...Ryuta Kamizono2019-07-112-1/+6
|\ \ \ \ \
| * | | | | Fix `relation.exists?` with giving `distinct`, `offset` and `order` for joine...Takayuki Nakata2019-07-102-1/+6
* | | | | | Merge pull request #36653 from y-yagi/check_error_number_instead_of_messageYuji Yaginuma2019-07-112-2/+6
|\ \ \ \ \ \
| * | | | | | MySQL: Check error number instead of a messageyuuji.yaginuma2019-07-112-2/+6
| |/ / / / /
* | | | | | Merge pull request #36645 from Shopify/arel-dispatch-cacheRyuta Kamizono2019-07-111-1/+1
|\ \ \ \ \ \
| * | | | | | Share the Arel dispatch cache between connectionsJean Boussier2019-07-101-1/+1
| |/ / / / /
* | | | | | Merge pull request #36637 from Shopify/share-quote-cacheRyuta Kamizono2019-07-114-7/+14
|\ \ \ \ \ \
| * | | | | | Share the column and table name quote cache between connectionsJean Boussier2019-07-094-7/+14
| |/ / / / /