| Commit message (Expand) | Author | Age | Files | Lines |
* | Only merge DATABASE_URL settings into the current env | John Crepezzi | 2019-07-25 | 1 | -18/+20 |
* | Merge pull request #36766 from jhawthorn/call_connection_error_number | John Hawthorn | 2019-07-25 | 1 | -1/+1 |
|\ |
|
| * | Use connection.error_number in MySQLDatabaseTasks | John Hawthorn | 2019-07-25 | 1 | -1/+1 |
* | | Merge pull request #36380 from edudepetris/ed/36272-better-negative-scope-war... | Rafael Mendonça França | 2019-07-25 | 1 | -0/+9 |
|\ \
| |/
|/| |
|
| * | Add a warning for enum elements with 'not_' prefix. | Edu Depetris | 2019-06-30 | 1 | -0/+9 |
* | | Merge pull request #36412 from robotdana/compact_blank | Rafael Mendonça França | 2019-07-25 | 5 | -12/+12 |
|\ \ |
|
| * | | Use compact_blank throughout rails | Dana Sherson | 2019-06-05 | 5 | -12/+12 |
* | | | Make sure AR can load without Rails | eileencodes | 2019-07-25 | 1 | -0/+2 |
* | | | Merge pull request #36740 from stanhu/sh-fix-index-exists-postgresql-partial-... | Rafael França | 2019-07-25 | 1 | -1/+1 |
|\ \ \ |
|
| * | | | Fix index_exists? for PostgreSQL expression indexes | Stan Hu | 2019-07-24 | 1 | -1/+1 |
* | | | | Merge pull request #36492 from kamipo/remove_depth_first_visitor | Ryuta Kamizono | 2019-07-25 | 3 | -212/+0 |
|\ \ \ \ |
|
| * | | | | Remove unused `DepthFirst` visitor | Ryuta Kamizono | 2019-06-15 | 3 | -212/+0 |
* | | | | | Merge pull request #36756 from seejohnrun/env-urls-with-multiple-databases | Eileen M. Uchitelle | 2019-07-24 | 1 | -12/+18 |
|\ \ \ \ \ |
|
| * | | | | | Fix multiple database support for DATABASE_URL env variable | John Crepezzi | 2019-07-24 | 1 | -12/+18 |
* | | | | | | Merge pull request #36580 from Shopify/schema-cache-deuplication-from-database | Rafael França | 2019-07-24 | 1 | -5/+15 |
|\ \ \ \ \ \ |
|
| * | | | | | | Also deduplicate schema cache structure when they are read from the database | Jean Boussier | 2019-07-01 | 1 | -5/+15 |
| | |_|_|_|/
| |/| | | | |
|
* | | | | | | Merge pull request #36671 from wjessop/do_not_validate_non_dirty_association_... | Eileen M. Uchitelle | 2019-07-24 | 1 | -1/+1 |
|\ \ \ \ \ \ |
|
| * | | | | | | Don't validate non dirty association targets | Will Jessop | 2019-07-15 | 1 | -1/+1 |
* | | | | | | | Merge pull request #36744 from freeletics/fix-db-prepare | Eileen M. Uchitelle | 2019-07-24 | 1 | -3/+4 |
|\ \ \ \ \ \ \
| |_|_|_|_|/ /
|/| | | | | | |
|
| * | | | | | | Fixed db:prepare task to not touch schema when dump_schema_after_migration is... | Wojciech Wnętrzak | 2019-07-24 | 1 | -3/+4 |
| | |_|/ / /
| |/| | | | |
|
* | | | | | | Merge pull request #36665 from jmschneider/master | Rafael Mendonça França | 2019-07-23 | 1 | -2/+2 |
|\ \ \ \ \ \
| |/ / / / /
|/| | | | | |
|
| * | | | | | Make currency symbols optional for money column type in PostgreSQL | Joel Schneider | 2019-07-12 | 1 | -2/+2 |
| |/ / / / |
|
* | | | | | Merge pull request #36706 from kirs/dedup-optimizer-hints | Ryuta Kamizono | 2019-07-19 | 1 | -1/+1 |
|\ \ \ \ \ |
|
| * | | | | | [ActiveRecord] Deduplicate optimizer hints | Kir Shatrov | 2019-07-19 | 1 | -1/+1 |
* | | | | | | Include common commands in rails help output | Tekin Suleyman | 2019-07-19 | 1 | -4/+4 |
|/ / / / / |
|
* | | | | | Support beginless ranges in hash conditions. | Josh Goodall | 2019-07-17 | 1 | -2/+2 |
* | | | | | [ActiveRecord] Superclass for aborted queries | Kir Shatrov | 2019-07-16 | 1 | -3/+7 |
* | | | | | Add missing period [ci skip] | Rafael Mendonça França | 2019-07-16 | 1 | -1/+1 |
* | | | | | Raise specific exception on Mysql2::Error::TimeoutError | Kir Shatrov | 2019-07-16 | 2 | -1/+9 |
* | | | | | active_support/core_ext/object/duplicable is not in use here | Ryuta Kamizono | 2019-07-16 | 1 | -1/+0 |
|/ / / / |
|
* | | | | active_support/deprecation has to be already required via active_support/rail... | Akira Matsuda | 2019-07-12 | 3 | -4/+0 |
* | | | | No Woman, No try | Akira Matsuda | 2019-07-12 | 1 | -1/+0 |
* | | | | Merge pull request #36647 from giraffate/fix_exists_with_distinct_and_offset_... | Ryuta Kamizono | 2019-07-11 | 1 | -1/+1 |
|\ \ \ \ |
|
| * | | | | Fix `relation.exists?` with giving `distinct`, `offset` and `order` for joine... | Takayuki Nakata | 2019-07-10 | 1 | -1/+1 |
* | | | | | Merge pull request #36653 from y-yagi/check_error_number_instead_of_message | Yuji Yaginuma | 2019-07-11 | 2 | -2/+6 |
|\ \ \ \ \ |
|
| * | | | | | MySQL: Check error number instead of a message | yuuji.yaginuma | 2019-07-11 | 2 | -2/+6 |
| |/ / / / |
|
* | | | | | Merge pull request #36645 from Shopify/arel-dispatch-cache | Ryuta Kamizono | 2019-07-11 | 1 | -1/+1 |
|\ \ \ \ \ |
|
| * | | | | | Share the Arel dispatch cache between connections | Jean Boussier | 2019-07-10 | 1 | -1/+1 |
| |/ / / / |
|
* | | | | | Merge pull request #36637 from Shopify/share-quote-cache | Ryuta Kamizono | 2019-07-11 | 4 | -7/+14 |
|\ \ \ \ \ |
|
| * | | | | | Share the column and table name quote cache between connections | Jean Boussier | 2019-07-09 | 4 | -7/+14 |
| |/ / / / |
|
* | | | | | Merge pull request #36618 from engwan/fix-query-cache-with-shared-ar-connection | Eileen M. Uchitelle | 2019-07-10 | 2 | -5/+9 |
|\ \ \ \ \
| |/ / / /
|/| | | | |
|
| * | | | | Fix query cache when using shared connections | Heinrich Lee Yu | 2019-07-08 | 2 | -5/+9 |
* | | | | | Merge pull request #36612 from y-yagi/make_setup_works_when_using_with_locale... | Yuji Yaginuma | 2019-07-09 | 1 | -1/+1 |
|\ \ \ \ \ |
|
| * | | | | | Make "bin/setup" works when using PostgreSQL with locales other than en locale | yuuji.yaginuma | 2019-07-07 | 1 | -1/+1 |
| |/ / / / |
|
* | | | | | Merge branch 'master' into add_database_exist_method | Guillermo Iguaran | 2019-07-08 | 21 | -37/+176 |
|\ \ \ \ \ |
|
| * | | | | | When DATABASE_URL is specified don't trample envs that use a url: key | Will Jessop | 2019-07-08 | 1 | -5/+5 |
| * | | | | | Do not use aliases in GROUP BY clause | Ryuta Kamizono | 2019-07-08 | 1 | -1/+1 |
| |/ / / / |
|
| * / / / | MySQL: Fix schema dumping `enum` and `set` columns correctly | Ryuta Kamizono | 2019-07-05 | 2 | -2/+8 |
| |/ / / |
|
| * | | | Add "SCHEMA" to the query in `configure_connection` like as other adapters | Ryuta Kamizono | 2019-06-28 | 1 | -1/+1 |
| * | | | warning: instance variable @serial not initialized (#36556) | utilum | 2019-06-28 | 1 | -0/+10 |