index
:
rails.git
3-2-stable-for-hmno
master
Mirror of official rails repo with custom fixes.
Harald Eilertsen
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
activerecord
/
test
Commit message (
Expand
)
Author
Age
Files
Lines
*
Polymorphic has_one touch: Reset association cache result after create transa...
Kasper Timm Hansen
2019-07-31
3
-0
/
+26
*
Only merge DATABASE_URL settings into the current env
John Crepezzi
2019-07-25
1
-0
/
+16
*
Merge pull request #36766 from jhawthorn/call_connection_error_number
John Hawthorn
2019-07-25
1
-3
/
+8
|
\
|
*
Use connection.error_number in MySQLDatabaseTasks
John Hawthorn
2019-07-25
1
-3
/
+8
*
|
Merge pull request #36380 from edudepetris/ed/36272-better-negative-scope-war...
Rafael Mendonça França
2019-07-25
1
-0
/
+22
|
\
\
|
|
/
|
/
|
|
*
Add a warning for enum elements with 'not_' prefix.
Edu Depetris
2019-06-30
1
-0
/
+22
*
|
Merge pull request #36740 from stanhu/sh-fix-index-exists-postgresql-partial-...
Rafael França
2019-07-25
1
-2
/
+4
|
\
\
|
*
|
Fix index_exists? for PostgreSQL expression indexes
Stan Hu
2019-07-24
1
-2
/
+4
*
|
|
Merge pull request #36492 from kamipo/remove_depth_first_visitor
Ryuta Kamizono
2019-07-25
4
-306
/
+7
|
\
\
\
|
*
|
|
Remove unused `DepthFirst` visitor
Ryuta Kamizono
2019-06-15
4
-306
/
+7
*
|
|
|
Merge pull request #36756 from seejohnrun/env-urls-with-multiple-databases
Eileen M. Uchitelle
2019-07-24
1
-0
/
+24
|
\
\
\
\
|
*
|
|
|
Fix multiple database support for DATABASE_URL env variable
John Crepezzi
2019-07-24
1
-0
/
+24
*
|
|
|
|
Merge pull request #36671 from wjessop/do_not_validate_non_dirty_association_...
Eileen M. Uchitelle
2019-07-24
4
-0
/
+36
|
\
\
\
\
\
|
|
_
|
_
|
/
/
|
/
|
|
|
|
|
*
|
|
|
Don't validate non dirty association targets
Will Jessop
2019-07-15
4
-0
/
+36
*
|
|
|
|
Merge pull request #36665 from jmschneider/master
Rafael Mendonça França
2019-07-23
1
-0
/
+4
|
\
\
\
\
\
|
|
_
|
/
/
/
|
/
|
|
|
|
|
*
|
|
|
Make currency symbols optional for money column type in PostgreSQL
Joel Schneider
2019-07-12
1
-0
/
+4
|
|
/
/
/
*
|
|
|
[ActiveRecord] Deduplicate optimizer hints
Kir Shatrov
2019-07-19
1
-0
/
+7
*
|
|
|
Support beginless ranges in hash conditions.
Josh Goodall
2019-07-17
1
-0
/
+24
*
|
|
|
[ActiveRecord] Superclass for aborted queries
Kir Shatrov
2019-07-16
2
-2
/
+5
*
|
|
|
Raise specific exception on Mysql2::Error::TimeoutError
Kir Shatrov
2019-07-16
1
-0
/
+14
*
|
|
|
Move the `ActiveModel:Errors#full_message` method to the `Error` class:
Edouard CHIN
2019-07-16
1
-2
/
+2
*
|
|
|
Merge pull request #36640 from Edouard-chin/ec-uniq-validation-fix
Rafael França
2019-07-15
1
-1
/
+2
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
Fix errors getting duplicated when passed validations options:
Edouard CHIN
2019-07-10
1
-1
/
+2
*
|
|
|
Merge pull request #36647 from giraffate/fix_exists_with_distinct_and_offset_...
Ryuta Kamizono
2019-07-11
1
-0
/
+5
|
\
\
\
\
|
*
|
|
|
Fix `relation.exists?` with giving `distinct`, `offset` and `order` for joine...
Takayuki Nakata
2019-07-10
1
-0
/
+5
*
|
|
|
|
Merge pull request #36618 from engwan/fix-query-cache-with-shared-ar-connection
Eileen M. Uchitelle
2019-07-10
1
-0
/
+17
|
\
\
\
\
\
|
|
/
/
/
/
|
/
|
|
|
|
|
*
|
|
|
Fix query cache when using shared connections
Heinrich Lee Yu
2019-07-08
1
-0
/
+17
*
|
|
|
|
Merge branch 'master' into add_database_exist_method
Guillermo Iguaran
2019-07-08
25
-139
/
+241
|
\
\
\
\
\
|
|
|
/
/
/
|
|
/
|
|
|
|
*
|
|
|
When DATABASE_URL is specified don't trample envs that use a url: key
Will Jessop
2019-07-08
1
-0
/
+19
|
*
|
|
|
Merge pull request #36616 from kamipo/dont_use_alias_for_grouped_field
Ryuta Kamizono
2019-07-08
1
-0
/
+7
|
|
\
\
\
\
|
|
|
/
/
/
|
|
/
|
|
|
|
|
*
|
|
Do not use aliases in GROUP BY clause
Ryuta Kamizono
2019-07-08
1
-0
/
+7
|
*
|
|
|
Should `Regexp.escape` quoted table name in regex
Ryuta Kamizono
2019-07-08
7
-115
/
+51
|
|
/
/
/
|
*
|
/
MySQL: Fix schema dumping `enum` and `set` columns correctly
Ryuta Kamizono
2019-07-05
4
-5
/
+47
|
|
|
/
|
|
/
|
|
*
|
Merge pull request #36565 from rails/fix-url-configs
Eileen M. Uchitelle
2019-06-27
2
-1
/
+32
|
|
\
\
|
|
*
|
Fix broken url configs
eileencodes
2019-06-27
2
-1
/
+32
|
*
|
|
Address to "DEPRECATION WARNING: Uniqueness validator will no longer enforce ...
Ryuta Kamizono
2019-06-28
1
-1
/
+1
|
|
/
/
|
*
|
`length(title)` is a safe SQL string since #36448
Ryuta Kamizono
2019-06-26
1
-2
/
+2
|
*
|
Merge pull request #36210 from vishaltelangre/raise-record-invalid-when-assoc...
Rafael França
2019-06-24
3
-0
/
+48
|
|
\
\
|
|
*
|
Fix: ActiveRecord::RecordInvalid is not raised when an associated record fail...
Vishal Telangre
2019-05-10
3
-0
/
+48
|
*
|
|
Merge pull request #36526 from yahonda/test_statement_cache_with_in_clause_pg
Ryuta Kamizono
2019-06-21
1
-1
/
+1
|
|
\
\
\
|
|
*
|
|
Address test_statement_cache_with_in_clause failure due to nondeterministic s...
Yasuo Honda
2019-06-20
1
-1
/
+1
|
*
|
|
|
Revert schema dumper to use strings rather than integers
eileencodes
2019-06-20
1
-0
/
+1
|
|
/
/
/
|
*
|
|
Merge pull request #36520 from kamipo/test_case_for_deterministic_order
Ryuta Kamizono
2019-06-20
1
-0
/
+6
|
|
\
\
\
|
|
*
|
|
Add test cases to ensure deterministic order for ordinal methods
Ryuta Kamizono
2019-06-19
1
-0
/
+6
|
*
|
|
|
Better error message for calling columns_hash
Guilherme Mansur
2019-06-19
1
-0
/
+8
|
|
/
/
/
|
*
|
|
Merge pull request #35891 from Shopify/schema-cache-deduplication
Kasper Timm Hansen
2019-06-19
4
-14
/
+18
|
|
\
\
\
|
|
*
|
|
Deduplicate various Active Record schema cache structures
Jean Boussier
2019-06-03
4
-14
/
+18
*
|
|
|
|
Add database_exists? method to connection adapters
Guilherme Mansur
2019-06-17
3
-0
/
+40
|
/
/
/
/
*
|
|
|
PostgreSQL: Fix GROUP BY with ORDER BY virtual count attribute
Ryuta Kamizono
2019-06-17
3
-2
/
+9
*
|
|
|
Remove unused `Arel::Attributes.for`
Ryuta Kamizono
2019-06-15
1
-41
/
+0
|
|
_
|
/
|
/
|
|
[next]