aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | Make currency symbols optional for money column type in PostgreSQLJoel Schneider2019-07-121-2/+2
| |/ / / /
* | | | | Merge pull request #36706 from kirs/dedup-optimizer-hintsRyuta Kamizono2019-07-191-1/+1
|\ \ \ \ \
| * | | | | [ActiveRecord] Deduplicate optimizer hintsKir Shatrov2019-07-191-1/+1
* | | | | | Include common commands in rails help outputTekin Suleyman2019-07-191-4/+4
|/ / / / /
* | | | | Support beginless ranges in hash conditions.Josh Goodall2019-07-171-2/+2
* | | | | [ActiveRecord] Superclass for aborted queriesKir Shatrov2019-07-161-3/+7
* | | | | Add missing period [ci skip]Rafael Mendonça França2019-07-161-1/+1
* | | | | Raise specific exception on Mysql2::Error::TimeoutErrorKir Shatrov2019-07-162-1/+9
* | | | | active_support/core_ext/object/duplicable is not in use hereRyuta Kamizono2019-07-161-1/+0
|/ / / /
* | | | 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-111-1/+1
|\ \ \ \
| * | | | Fix `relation.exists?` with giving `distinct`, `offset` and `order` for joine...Takayuki Nakata2019-07-101-1/+1
* | | | | 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
| |/ / / /
* | | | | Merge pull request #36618 from engwan/fix-query-cache-with-shared-ar-connectionEileen M. Uchitelle2019-07-102-5/+9
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Fix query cache when using shared connectionsHeinrich Lee Yu2019-07-082-5/+9
* | | | | Merge pull request #36612 from y-yagi/make_setup_works_when_using_with_locale...Yuji Yaginuma2019-07-091-1/+1
|\ \ \ \ \
| * | | | | Make "bin/setup" works when using PostgreSQL with locales other than en localeyuuji.yaginuma2019-07-071-1/+1
| |/ / / /
* | | | | Merge branch 'master' into add_database_exist_methodGuillermo Iguaran2019-07-0821-37/+176
|\ \ \ \ \
| * | | | | When DATABASE_URL is specified don't trample envs that use a url: keyWill Jessop2019-07-081-5/+5
| * | | | | Do not use aliases in GROUP BY clauseRyuta Kamizono2019-07-081-1/+1
| |/ / / /
| * / / / MySQL: Fix schema dumping `enum` and `set` columns correctlyRyuta Kamizono2019-07-052-2/+8
| |/ / /
| * | | Add "SCHEMA" to the query in `configure_connection` like as other adaptersRyuta Kamizono2019-06-281-1/+1
| * | | warning: instance variable @serial not initialized (#36556)utilum2019-06-281-0/+10
| * | | Fix broken url configseileencodes2019-06-271-1/+1
| * | | Load initial database.yml once, and warn if we can't create taskseileencodes2019-06-272-9/+20
| * | | Merge pull request #36210 from vishaltelangre/raise-record-invalid-when-assoc...Rafael França2019-06-241-1/+1
| |\ \ \
| | * | | Fix: ActiveRecord::RecordInvalid is not raised when an associated record fail...Vishal Telangre2019-05-101-1/+1
| * | | | Schema Cache: extract deduplication commonalityKasper Timm Hansen2019-06-211-10/+15
| * | | | Also deduplicate schema cache data when using the init_with interfaceJean Boussier2019-06-211-6/+6
| * | | | Revert schema dumper to use strings rather than integerseileencodes2019-06-202-3/+3
| * | | | Merge pull request #36518 from Shopify/drop-schema-cache-column-hashKasper Timm Hansen2019-06-191-8/+5
| |\ \ \ \
| | * | | | Stop serializing and parsing columns_hash in Active Record schema cachesJean Boussier2019-06-191-8/+5
| * | | | | Better error message for calling columns_hashGuilherme Mansur2019-06-192-0/+7
| |/ / / /
| * | | | Merge pull request #35891 from Shopify/schema-cache-deduplicationKasper Timm Hansen2019-06-198-2/+105
| |\ \ \ \
| | * | | | Deduplicate various Active Record schema cache structuresJean Boussier2019-06-038-2/+105
| * | | | | Avoid redundant `time.getutc` call if it is already utc time objectRyuta Kamizono2019-06-181-5/+5
* | | | | | Add database_exists? method to connection adaptersGuilherme Mansur2019-06-174-0/+27
|/ / / / /
* | | | | PostgreSQL: Fix GROUP BY with ORDER BY virtual count attributeRyuta Kamizono2019-06-171-10/+15
* | | | | Remove unused `Arel::Attributes.for`Ryuta Kamizono2019-06-153-29/+1
| |_|/ / |/| | |
* | | | No allocation `Arel::Visitors::ToSql#visit`Ryuta Kamizono2019-06-154-33/+34
* | | | Move while_preventing_writes from conn to handlereileencodes2019-06-143-17/+19
* | | | Merge pull request #36439 from eileencodes/move-schema-migration-to-migration...Eileen M. Uchitelle2019-06-146-32/+52
|\ \ \ \
| * | | | Move SchemaMigration to migration_contexteileencodes2019-06-146-32/+52
* | | | | Merge pull request #36484 from albertoalmagro/alberto/reverse-column-is-rever...Ryuta Kamizono2019-06-141-3/+3
|\ \ \ \ \ | |/ / / / |/| | | |