aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib
Commit message (Expand)AuthorAgeFilesLines
* handle passing in primary key to unique_by, and handle primary keys missing i...Lachlan Sylvester2019-08-051-2/+4
* Fix `PG::ConnectionBad` error when running fixtureseileencodes2019-08-021-6/+11
* Add ability to unset preventing writeseileencodes2019-08-022-7/+9
* Introduce InvalidConfigurationErroreileencodes2019-08-011-3/+7
* Deduplicate joins valuesRyuta Kamizono2019-08-021-3/+3
* No private defRafael Mendonça França2019-08-011-1/+2
* It may be better to explicitly require 'object/try' where we call `try`Akira Matsuda2019-08-013-0/+4
* Use `try` only when we're unsure if the receiver would respond_to the methodAkira Matsuda2019-08-015-5/+5
* Merge pull request #36827 from akshaymohite/fix-documentation-typo-in-exampleVipul A M2019-08-011-1/+1
|\
| * Fixed a typo in documentation example of activerecord database configuration....Akshay Mohite2019-08-011-1/+1
* | Fix db:seedeileencodes2019-07-311-0/+2
|/
* Address to rubocop offencesRyuta Kamizono2019-07-311-1/+1
* Reduce Array allocationsAkira Matsuda2019-07-311-2/+2
* Merge pull request #36708 from rails/has-one-polymorphic-touch-dont-cache-ass...Kasper Timm Hansen2019-07-312-12/+11
|\
| * Polymorphic has_one touch: Reset association cache result after create transa...Kasper Timm Hansen2019-07-312-12/+11
* | Accessing ivar with Symbols might be just a very little bit better than with ...Akira Matsuda2019-07-311-5/+5
* | Preserve user supplied joins order as much as possibleRyuta Kamizono2019-07-301-16/+30
* | Move DatabaseAlreadyExists detection to DB adapterJohn Hawthorn2019-07-296-13/+10
* | Enabled matches_regex for MySqlJames Pearson2019-07-291-0/+8
* | Use match? where we don't need MatchDataAkira Matsuda2019-07-291-1/+1
* | Merge pull request #36303 from gaotongfei/feature/ignore-specified-fixturesRafael França2019-07-272-4/+47
|\ \
| * | Allow specify fixtures to be ignoredTongfei Gao2019-07-272-4/+47
* | | Update links to new MySQL server errors reference page [ci skip]Carlos Antonio da Silva2019-07-272-2/+2
|/ /
* | Use match? where we don't need MatchDataAkira Matsuda2019-07-274-4/+4
* | Merge pull request #36773 from seejohnrun/db-configuration-separate-env-varsEileen M. Uchitelle2019-07-261-1/+8
|\ \
| * | Allow separate database env variables per-connectionJohn Crepezzi2019-07-261-1/+8
| |/
* | Merge pull request #36776 from giraffate/fix_join_middle_table_alias_when_usi...Rafael França2019-07-261-1/+1
|\ \
| * | Fix join middle table alias when using HABTMTakayuki Nakata2019-07-261-1/+1
* | | Merge pull request #36372 from instructure-bridge/6-0-stableRafael França2019-07-261-3/+13
| |/ |/|
* | Only merge DATABASE_URL settings into the current envJohn Crepezzi2019-07-251-18/+20
* | Merge pull request #36766 from jhawthorn/call_connection_error_numberJohn Hawthorn2019-07-251-1/+1
|\ \
| * | Use connection.error_number in MySQLDatabaseTasksJohn Hawthorn2019-07-251-1/+1
* | | Merge pull request #36380 from edudepetris/ed/36272-better-negative-scope-war...Rafael Mendonça França2019-07-251-0/+9
|\ \ \ | |/ / |/| |
| * | Add a warning for enum elements with 'not_' prefix.Edu Depetris2019-06-301-0/+9
* | | 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-251-1/+1
|\ \ \ \ | |_|_|/ |/| | |
| * | | Fix index_exists? for PostgreSQL expression indexesStan Hu2019-07-241-1/+1
* | | | Merge pull request #36492 from kamipo/remove_depth_first_visitorRyuta Kamizono2019-07-253-212/+0
|\ \ \ \
| * | | | Remove unused `DepthFirst` visitorRyuta Kamizono2019-06-153-212/+0
* | | | | Merge pull request #36756 from seejohnrun/env-urls-with-multiple-databasesEileen M. Uchitelle2019-07-241-12/+18
|\ \ \ \ \
| * | | | | Fix multiple database support for DATABASE_URL env variableJohn Crepezzi2019-07-241-12/+18
* | | | | | 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-241-1/+1
|\ \ \ \ \ \
| * | | | | | Don't validate non dirty association targetsWill Jessop2019-07-151-1/+1
* | | | | | | 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-231-2/+2
|\ \ \ \ \ \ | |/ / / / / |/| | | | |