aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #36805 from kamipo/user_supplied_joins_order_should_be_pre...Ryuta Kamizono2019-07-303-24/+65
|\
| * Preserve user supplied joins order as much as possibleRyuta Kamizono2019-07-303-24/+65
* | Add `silence_warnings` for defining 'not_' prefix enum elementsRyuta Kamizono2019-07-301-1/+3
|/
* Merge pull request #36782 from jhawthorn/move_database_exists_to_adapterJohn Hawthorn2019-07-298-18/+13
|\
| * Move DatabaseAlreadyExists detection to DB adapterJohn Hawthorn2019-07-298-18/+13
* | Expand CHANGELOG for #36800 [ci skip]Ryuta Kamizono2019-07-301-2/+2
|/
* Enabled matches_regex for MySqlJames Pearson2019-07-293-0/+58
* Use match? where we don't need MatchDataAkira Matsuda2019-07-293-3/+3
* Merge pull request #36787 from st0012/refactor-sql-testsRyuta Kamizono2019-07-282-8/+2
|\
| * Use capture_sql helper method in testsst00122019-07-282-8/+2
* | Merge pull request #36303 from gaotongfei/feature/ignore-specified-fixturesRafael França2019-07-276-5/+111
|\ \
| * | Allow specify fixtures to be ignoredTongfei Gao2019-07-276-5/+111
| |/
* | Update links to new MySQL server errors reference page [ci skip]Carlos Antonio da Silva2019-07-272-2/+2
* | Avoid to use a method that acts on the hashyuuji.yaginuma2019-07-271-1/+1
|/
* 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